@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");

body {
  background: white;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-x: hidden;
  background: #fdfafa7d;
}
a:hover {
  text-decoration: none;
}
header.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 5;
  height: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
section.category.home {
  padding-top: 20vh;
  background: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

a.navbar-brand img {
  height: 65px;
}

header.header ul.navbar-nav li a {
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

header.header .navbar-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

header.header .navbar-nav li {
  margin: 0px 20px;
}

section.category.home:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 90, 116, 0.7);
  background-image: url("../img/logo-pattern.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70vh;
  top: 0;
  left: 0;
  z-index: 1;
}

section.category.home > div {
  z-index: 2;
  position: relative;
}

.language_Menu a img {
  border: 2px solid white;
}

section.category.home .title-area {
  width: 100%;
  text-align: center;
}

section.category.home .title-area h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  /* identical to box height */
  color: #ffffff;
}

section.category.home .title-area p {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  padding: 0px 20px;
  margin: auto;
}
.categories > div svg {
  height: 70px;
  width: 100px;
}
section.category.home .categories img {
  height: 70px;
  object-fit: contain;
}

.categories {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 5vh auto 0;
  width: 100%;
}

section.category.home .categories h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;

  /* identical to box height, or 321% */
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.categories > div {
  width: 200px;
  height: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: none;
  border-color: white;
  margin: 0px 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  border: 10px solid transparent;
  background-image: url("../img/border.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.categories > div:hover,
.categories > div.active {
  background-image: url("../img/border-hover.png") !important;
  background-size: contain !important;
}
.categories > div:hover h2,
.categories > div.active h2 {
  color: #376a85 !important;
}
.categories > div:hover svg path,
.categories > div.active svg path {
  fill: #376a85;
}

.categories > div svg path {
  fill: white;
}

.categories > div:hover svg path {
  fill: #376a85;
}

.home-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  color: white;
  padding-bottom: 10px;
  margin: 0px;
}

footer.home-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: fit-content;
  padding: 0;
  background: none;
}

.home-bottom .bottom-left ul.social-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  margin: 0px;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.bottom-left p {
  margin-bottom: 0px;
  font-size: 14px;
}

a.get-in-touch {
  border: 4px solid #ffffff;
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.2));
  border-radius: 16px;
  background: none;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
}

a.get-in-touch:hover {
  background: white;
  color: #2c5a74;
  border: 4px solid #ffffff;
}

section.category.inner .title-area {
  width: 100%;
  text-align: center;
}

section.category.inner .title-area h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 80px;
  /* identical to box height */
  color: #ffffff;
}

section.category.inner .title-area p {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  width: 80%;
  margin: auto;
}

section.category.inner .categories img {
  height: 70px;
  object-fit: contain;
}

section.category.inner .categories h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
section.category.inner {
  padding-bottom: 20px;
  padding-top: 120px;
  background: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: fit-content;
  position: relative;
  overflow: hidden;
}
section.category.inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(44, 90, 116, 0.7);
  background-image: url("../img/logo-pattern.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px;
  top: 0;
  left: 0;
  z-index: 1;
}
section.category.inner > div {
  z-index: 2;
  position: relative;
}

section.category.inner .categories > div {
  width: 108px;
  height: 116px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: none;
  border-color: white;
  margin: 0px 10px;
  padding-top: 30px;
  padding-bottom: 40px;
  border: none;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

section.category.inner .categories > div svg {
  width: 50px;
  height: 30px;
}

section.category.inner .categories {
  margin: 20px auto 0;
}

.accordion {
  margin: 0;
  width: 100%;
  list-style: none;
  display: flex;
  overflow-anchor: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px;
  align-content: flex-start;
  justify-content: flex-start;
}
.accordion li {
  width: 100%;
  border-bottom: 2px solid #000000;
  position: relative;
  padding: 15px 0;
}
.accordion li div {
  display: none;
  padding: 0;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  color: #000000;
}
.accordion a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  /* identical to box height */
  color: #000000;
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  padding-right: 20px;
}
.accordion a:after {
  width: 15px;
  height: 15px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  right: 20px;
  content: " ";
  top: 25px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion label {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.listing {
  padding: 30px 0;
  background: #f5f5f5;
}

section.listing h3 {
  font-style: normal;
  font-weight: 600;
  border-bottom: 2px solid #000000;
  font-size: 24px;
  line-height: 48px;
  /* identical to box height */
  color: #000000;
  padding: 15px 0pc;
}

.accordion li div label {
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 9px;
  color: #000000;
  padding: 0px 0px 0px 30px;
  position: relative;
  cursor: pointer;
}

.accordion li div input {
  display: none;
}

.accordion li div label:before {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid #181918;
  box-shadow: inset 0px 0px 0px 2px white;
  content: "";
  left: 0;
}

.accordion li div input[type="checkbox"]:checked + label:before {
  background: #181918;
}

.lawer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: white;
  padding: 20px 50px 120px;
  border-radius: 30px;
  position: relative;
  margin: 0px 0px 40px;
  height: 400px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lawer.full {
  height: fit-content;
}

.lawer .head-part {
  display: flex;
  gap: 20px;
  margin: 20px 0px;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.lawer .head-part img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}

.lawer .head-part h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  /* identical to box height */
  color: #000000;
}

.lawer .head-part h4 span {
  font-weight: 300;
}

.lawer ul.info-area {
  list-style: none;
  padding-left: 130px;
}

.lawer ul.info-area li {
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  color: #000000;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

.lawer ul.info-area li .info {
  font-weight: 300;
  width: 65%;
}

.lawer .description {
  position: relative;
  padding-left: 130px;
}

.lawer .description:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 100%;
  background: #ed1f26;
  left: 100px;
}

.lawer .description p {
  margin-bottom: 0px;
}

.lawer ul.info-area li span.title {
  width: 35%;
}

div.lawers {
  padding: 10px 0px 10px 40px;
}
a.lets-talk.lawer-request {
  position: absolute;
  background: white;
  padding: 10px 40px;
  border: 3px solid #f91929;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #181918;
  z-index: 2;
  bottom: 20px;
  right: 50px;
  cursor: pointer;
}

.lawer-show-full {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  height: 120px;
  left: 0;
  box-shadow: 0px -20px 100px 80px white;
  z-index: 1;
  background: white;
}

.lawer-show-full a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  /* identical to box height */
  color: #000000;
  position: relative;
}

.lawer-show-full a.show-full:after {
  width: 15px;
  height: 15px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  bottom: 0;
  content: " ";
  top: 40px;
  left: calc(50% - 7.5px);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.show-more {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  align-content: space-between;
  z-index: 1;
  background: none;
  padding-left: 20px;
}

a.show-more-lawers {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
  position: relative;
  color: #c3cbd2;
}

a.show-more-lawers:after {
  width: 15px;
  height: 15px;
  border-right: 2px solid #c3cbd2;
  border-bottom: 2px solid #c3cbd2;
  position: absolute;
  bottom: 0;
  content: " ";
  top: 40px;
  left: calc(50% - 7.5px);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.about-category {
  padding: 50px 0;
  background: white;
  text-align: center;
}

section.about-category img {
  width: 100%;
}

section.about-category p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}

section.about-category .row > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}

section.about-category h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  /* identical to box height */
  color: #000000;
  margin-bottom: 30px;
}

section.red-background-section {
  padding: 50px 0px;
  text-align: center;
  background: #ed1f26;
  color: white;
  position: relative;
}

section.red-background-section p {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

section.red-background-section h3 {
  margin: auto;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
}

section.red-background-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/logo-pattern.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px;
  top: 0;
  left: 0;
  z-index: 1;
}

footer {
  background: black;
  text-align: center;
  padding: 50px 0;
}

footer a.footer-logo img {
  width: 200px;
  margin: 0px 0px 20px;
}

footer ul.footer-nav {
  padding: 0px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 50px 0px 0px;
}

footer ul.footer-nav li a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

footer ul.footer-contact {
  padding: 0px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 50px 0px 0px;
  flex-wrap: wrap;
}

footer ul.footer-contact li {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 20px;
  margin: 10px 0px;
}

footer ul.footer-contact li:last-child {
  border-left: 4px solid white;
}
footer ul.social-list {
  padding: 0px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 50px 0px 0px;
}

footer ul.social-list li {
  margin: 0px 10px;
}

footer ul.social-list li img {
  height: 30px;
}

.footer-bottom {
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 20px;
  margin: 50px 0px 0px;
}

section.category.inner ul.breadcrumb {
  background: none;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

section.category.inner ul.breadcrumb li a,
section.category.inner ul.breadcrumb li {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}

section.about {
  padding: 50px 0;
  background: #f5f5f5;
}

section.about img {
  width: 100%;
}

section.about h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 70px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 50px;
}

section.about p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}

section.about .row > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}

.mt-50 {
  margin-top: 50px;
}

section.about .center h2 {
  text-align: center;
  width: 50%;
  line-height: 60px;
}
section.about .row > div.center {
  display: flex;
  justify-content: center;
}

section.commitment {
  padding: 30px 0px;
  background: #f5f5f5;
  position: relative;
}

section.commitment .row > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 2;
}

section.commitment img {
  width: 100%;
}

section.commitment:before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  background: white;
  top: 20%;
}

section.commitment p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
  margin-bottom: 0;
}

section.commitment h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

section.about-form.form {
  padding: 100px 0px;
  background: #f5f5f5;
}

section.about-form.form h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 77px;
  /* or 183% */
  text-align: center;
  color: #0b1317;
}

section.about-form.form h3 span {
  font-weight: 300;
}

section.about-form.form .container {
  background: white;
  padding: 30px 60px;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

section.about-form.form p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #0b1317;
  width: 50%;
  margin: auto;
}

form .half-input {
  width: 50%;
  float: left;
}

.form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 50px 0 0;
}

form .full-input {
  width: 100%;
}

form button.send {
  border: none;
  background: #f91929;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  margin: 20px auto;
  min-width: 400px;
}

.form form input,
.form form textarea {
  border-radius: 30px !important;
  border: none !important;
  background: rgba(236, 241, 245, 0.5) !important;
  font-size: 18px !important;
  padding: 10px 20px;
}

.form form label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #0b1317;
}

.form form .half-input input {
  width: 97%;
}

.form form input {
  height: 50px;
  line-height: 50px;
}
.form form textarea {
  min-height: 150px;
}
.half-input.align-right > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.half-input.align-right > div label {
  width: 80%;
}

.contacts ul.address {
  list-style: none;
  padding: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #181918;
}

section.contacts {
  padding: 100px 0px;
  background: #f5f5f5;
}

.contacts ul.social-list {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: 60px 0px 30px;
}

.contacts ul.social-list li {
  margin-right: 15px;
}

.contacts ul.social-list li img {
  height: 40px;
}

.contacts iframe {
  width: 100%;
  border: none;
  
}
.contacts iframe[src*="recaptcha"] {
  width: auto !important;
  border-radius: 0 !important;
  
}

.contacts .form {
  background: white;
  padding: 30px 60px;
  box-shadow: 10px 10px 50px rgb(0 0 0 / 20%);
  border-radius: 30px;
  margin-left: 60px;
}

.contacts .form h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #0b1317;
}

.contacts .form h3 span {
  font-weight: 300;
}

.contacts .form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0b1317;
  margin: auto;
}

.contacts .form button.send {
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  margin: 20px auto;
  min-width: 300px;
}

footer.home-footer .bottom-left.web {
  text-align: start;
}

.home-bottom .bottom-left ul.social-list li {
  margin: 0;
}

.home-bottom .bottom-left ul.social-list li img {
  height: 20px;
}
ul.accordion form {
  width: 100%;
}
.help-block {
  display: none;
}

.form-group.required.has-error input,
.form-group.required.has-error textarea {
  border: 1px solid red !important;
}

.form-messege.success {
  width: 100%;
  text-align: center;
  color: green;
  font-size: 18px;
  font-weight: bold;
}
.form-messege.error {
  width: 100%;
  text-align: center;
  color: red;
  font-size: 18px;
  font-weight: bold;
}
.listing .chat.form {
  position: absolute;
  z-index: 3;
  display: none;
  height: fit-content;
  width: 400px;
  background: white;
  right: 0;
  bottom: 0px;
  padding: 0px 0px 20px;
  text-align: start;
  border-radius: 30px;
}
.chat.form button {
  min-width: 300px;
}
footer.home-footer .chat.form {
  position: absolute;
  z-index: 3;
  display: none;
  height: fit-content;
  width: 400px;
  background: white;
  right: 0;
  bottom: 0px;
  padding: 0px 0px 20px;
  text-align: start;
  border-radius: 30px;
}
footer.home-footer > div {
  position: relative;
}
.chat-head {
  background: red;
  height: 50px;
  width: 100%;
  padding: 6px 15px;
  text-align: end;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.chat.form h3,
.chat.form p {
  color: black;
  width: 90%;
  margin: auto;
  text-align: center;
  border: none;
}

.chat-head a {
  height: 35px;
  line-height: 25px;
  width: 35px;
  display: block;
  padding: 5px;
  cursor: pointer;
}
.chat.form form#contactform {
  padding: 10px 15px 0px;
}
.form.chat form textarea {
  min-height: 100px;
}

section.listing .chat.form {
  position: fixed;
  left: 30px;
  bottom: 30px;
}
.chat.form form input,
.chat.form form textarea {
  font-size: 12px !important;
}
.chat.form form label {
  font-size: 12px;
}
.chat.form form button {
  background: white;
  padding: 10px 40px;
  border: 3px solid #f91929;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #181918;
  z-index: 2;
  cursor: pointer;
}
.chat.form form button:hover {
  color: white;
  background: #f91929;
}
a.nav-link img {
  height: 20px;
}

#search-overlay {
  display: none;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  background: #2c5a74d1;
  margin: 0;
  z-index: 2999;
  min-height: 100vh;
}

.block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding: 10px 15px;
  color: #fff;
  border: none;
  background: transparent;
  position: relative;
  height: 300px;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 100px 0px 0px 0px;
}

#search-form {
  height: fit-content;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  overflow: hidden;
}

#search-text {
  font-size: 16px;
  color: #ddd;
  border-width: 0;
  background: #fff;
}

#search-box input[type="text"] {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  /* identical to box height */
  color: #ffffff;
  border: 3px solid white;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  opacity: 1;
  padding: 0px 40px;
  outline: none;
  background: none;
}
#search-box input[type="text"]::placeholder {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
  /* identical to box height */
  color: #ffffff;
  opacity: 0.8;
}

#close-btn {
  position: absolute;
  top: 0;
  right: 0;
}

#close-btn:hover {
  cursor: pointer;
}
.chat-head a img {
  height: 25px;
}

.expandable-text .expanded-content {
  display: none;
}
.expandable-text .trigger {
  color: #1b96dc;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}
.panel.expandable-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: #000000;
}
section.success {
  height: 100vh;
  background: #2c5a7e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

section.success .success-message {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

section.success .success-message h1 {
  font-weight: 700;
  font-size: 120px;
  line-height: 150px;
  /* identical to box height */
  color: #ffffff;
  z-index: 2;
}

section.success .success-message h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

section.success .success-message a.home-button {
  background: #ffffff;
  border-radius: 60px;
  padding: 20px 50px;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  /* identical to box height */
  text-align: center;
  color: #2c5a74;
  margin-top: 40px;
}
section.success .success-message:before {
  position: absolute;
  content: "";
  height: 120px;
  width: 200px;
  background: url("../img/error.svg");
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

section.success .success-message:after {
  position: absolute;
  content: "";
  height: 120px;
  width: 200px;
  background: url(../img/error.svg);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center;
}
.lawers.search-list .lawer ul.info-area {
  padding-left: 0px;
}
.bottom-left p a {
  color: white;
}
section.blog {
  padding: 30px 0;
  background: #f5f5f5;
}

.blog .blog-category h3 {
  font-style: normal;
  font-weight: 600;
  border-bottom: 2px solid #000000;
  font-size: 24px;
  line-height: 48px;
  color: #000000;
  padding: 15px 0pc;
}
.blog-category ul {
  list-style: none;
  padding: 20px 0px;
}

.blog-category ul li a {
  color: black;
  line-height: 30px;
  font-weight: 300;
}

.top-blog > img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
}

.top-blog-info {
  padding: 40px 50px;
  background: white;
  border-radius: 0px 0px 30px 30px;
}

.top-blog {
  margin-bottom: 50px;
}

.top-blog-info h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  /* identical to box height */
  color: #000000;
}

.top-blog-info p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: #000000;
}

.top-blog-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 30px;
}

.top-blog-author img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.top-blog-author {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 20px;
}

.top-blog-author p {
  margin: 0px;
}

.top-blog-author .info h5 {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}

.top-blog-author .info p {
  font-size: 20px;
  line-height: 26px;
}

.read-more-botton a.read-more {
  background: white;
  padding: 10px 40px;
  border: 3px solid #f91929;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #181918;
  z-index: 2;
  cursor: pointer;
}
ul.blog-list {
  width: 100%;
  list-style: none;
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
}

ul.blog-list li {
  width: 33.33%;
  padding: 20px;
}

ul.blog-list li img.blog-img {
  max-width: 100%;
}

ul.blog-list li img.blog-img {
  border-radius: 30px 30px 0px 0px;
  height: 160px;
  object-fit: cover;
}

ul.blog-list li .blog-info {
  border-radius: 0px 0px 30px 30px;
  background: white;
  padding: 20px 15px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.blog-list li .blog-info h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}

ul.blog-list li .blog-info .blog-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 20px;
}

ul.blog-list li .blog-info .blog-bottom a.read-more {
  padding: 5px 10px;
  border: 2px solid #f91929;
  font-size: 16px;
}

ul.blog-list li .blog-info .blog-bottom h5,
ul.blog-list li .blog-info .blog-bottom p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 0px;
}

ul.blog-list li .blog-info .blog-bottom .read-more-botton {
  min-width: 50%;
  display: flex;
  justify-content: flex-end;
}

section.blog-in > div > div > div > img {
  max-width: 100%;
  border-radius: 30px;
  margin: 20px auto;
  object-fit: cover;
  max-height: 400px;
}

section.blog-in h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 69px;
  text-align: center;
  color: #000000;
}

section.blog-in {
  padding: 50px 0px;
  background: #f5f5f5;
}

.blog-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: justify;
  color: #000000;
}
.author-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.author-area .blog-author img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}
section.blog-in .blog-author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  gap: 20px;
  align-items: center;
}

section.blog-in .blog-author p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
}

section.blog-in .blog-author h5 {
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}

p.blog_views {
  font-style: normal;
  font-weight: 400;
  text-align: right;
  color: #000000;
  margin: 0px;
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
}
.blog-category ul.categories > li > a.active {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 42px;
  color: #000000;
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  padding-right: 20px;
}
.blog-category ul.categories {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0px;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-left: 20px;
}

.blog-category ul.categories ul.sub {
  padding: 0px;
}

@media (max-width: 767px) {
  footer ul.footer-contact li:last-child {
    border-left: none;
  }
}
