:root {
  --p-color: #f36030;
  --btn-color: #20124f;
  --btn-color-h: #372477;
  --s-color: #f9efe2;
}

body {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #0a0a0a;
}

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

button:focus,
.btn:focus,
.form-control:focus,
.form-select:focus,
.form-check:focus,
.navbar-toggler:focus {
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #9c9ca2;
}

h4 {
  font-weight: 600;
}
.form-control,
.form-select {
  font-size: 14px;
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23F56537' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.modal-header {
  border-bottom: 0;
}
.modal-header .btn-close {
  background-color: var(--p-color);
  opacity: 1;

  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.modal-header .btn-close:hover {
  background-color: var(--btn-color);
}
.navbar-toggler {
  border: 0;
  width: 22px;
  height: 30px;
  padding: 0;
}

.navbar-toggler span {
  display: block;
  position: relative;
  top: 0;
  height: 2px;
  background-color: #000;
  margin-bottom: 6px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  /* border-radius: 10px; */
}

.navbar-toggler span:first-child {
  transform-origin: 0;
}

.navbar-toggler span:last-child {
  margin-bottom: 0;
  /* transform-origin: 30px; */
}

.navbar-toggler span:nth-child(2) {
  right: 0;
  width: 22px;
}
.offcanvas-header {
  padding-top: 10px;
}
.offcanvas-header .btn-close {
  background-size: 1.2rem;

  opacity: 1;
}

/* .navbar-toggler[aria-expanded="true"] span:before {
  background-color: #4caf50;
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  top: -2px;
  transform: rotateZ(45deg);
  width: 24px;
  right: -4px;
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  top: 6px;
  transform: rotateZ(45deg);
  width: 26px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  width: 32px;
  top: 0;
  right: 0px;
  transform: rotateZ(-45deg);
} */

a {
  text-decoration: none;
  transition: all 250ms ease;
}

.btn-outline-secondary {
  --bs-btn-color: var(--btn-color);
  --bs-btn-border-color: var(--btn-color);

  --bs-btn-hover-bg: var(--btn-color);
  --bs-btn-hover-border-color: var(--btn-color);

  --bs-btn-active-bg: var(--btn-color);
  --bs-btn-active-border-color: var(--btn-color);

  --bs-btn-disabled-color: var(--btn-color);

  --bs-btn-disabled-border-color: var(--btn-color);
}
.btn-secondary {
  --bs-btn-bg: var(--btn-color);
  --bs-btn-border-color: var(--btn-color);
  --bs-btn-hover-bg: var(--btn-color-h);
  --bs-btn-hover-border-color: var(--btn-color-h);
  --bs-btn-active-bg: var(--btn-color-h);
  --bs-btn-active-border-color: var(--btn-color);
  --bs-btn-disabled-bg: var(--btn-color);
  --bs-btn-disabled-border-color: var(--btn-color);
}

header {
  background-color: var(--s-color);
}

.header-top {
  font-size: 12px;
  background-color: #eee4db;
  padding: 7px 0;
}

.header-top .top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-top .top-left > div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.header-top .top-left .deviver {
  height: 12px;
  border-right: 1px solid #abaaad;
}

.header-top .top-middle {
  position: relative;
}

.header-top .top-middle .form-control {
  padding: 3px;
  background-color: #fff;
  font-size: 12px;
  height: 27px;
  border: 0;
  width: 308px;
  padding: 0 30px 0 10px;
}

.header-top .top-middle button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 3px;
  top: 3px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {

  transition: background-color 5000s;

}
.header-top a {
  color: #5f5b58;
}

.header-top a:hover {
  color: var(--p-color);
}

.header-bottom {
}

.b2-navbar {
  border-bottom: 1px solid #e0d7cb;
}
.fav-nav,
.login-nav {
  color: currentColor;
}
.navbar-brand {
}
#main-logo {
  max-width: 132px;
  display: block;
}
div#main-nav {
}

#main-nav .nav-link {
  color: #000000;
  font-size: 14px;
}

.nav-end {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.nav-end a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #000000;
  position: relative;
}
#main-nav .menu-item-has-children {
  position: relative;
}

#main-nav .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  z-index: 100;
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 5px;
  opacity: 0;
  transition: all 0.2s ease;
}

#main-nav .menu-item-has-children .sub-menu .nav-link {
  color: #000000;
  white-space: nowrap;
  position: relative;
  transition: all 0.2s ease;
  left: 0;
}
#main-nav .menu-item-has-children .sub-menu .nav-link:hover {
  color: var(--p-color);
  left: 4px;
}
@media (min-width: 1200px) {
  #main-nav .menu-item-has-children .sub-menu .nav-link:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: currentColor;
    border-radius: 100vmax;
    opacity: 0;
  }
  #main-nav .menu-item-has-children .sub-menu .nav-link:hover:before {
    opacity: 1;
  }
}
#main-nav .menu-item-has-children.active > a {
  position: relative;
  text-shadow: 0 0 0 var(--p-color);
  color: var(--p-color);
}

#main-nav .menu-item-has-children > a:before {
  position: absolute;
  content: "";
  right: 7px;
  border: 0;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-left: 1px solid;
  border-top: 1px solid;
  transform: rotate(-135deg);
  top: 15px;
}
.nav-end a:hover {
}

.favorites {
}

.login {
}

.lang-selector {
}

.lang-selector .dropdown-menu {
  min-width: auto;
  background-color: #fff;
  padding: 4px 0;
}

.lang-selector .dropdown-menu .dropdown-item {
  color: currentColor;
  padding: 4px 13px;
}
.lang-selector .dropdown-menu .dropdown-item img {
  width: 23px;
  height: 23px;
  border-radius: 8px;
}

.main-banner {
  background-color: var(--s-color);
  padding: 50px 0;
  position: relative;
}

.pre-title-banner {
  font-weight: 600;
  color: #e87654;
  margin-bottom: 30px;
  font-size: 16px;
}

.main-banner h1 {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.main-banner p {
  color: #596573;
  margin-bottom: 35px;
}

.lang-selector button {
  font-size: 12px;
  padding: 8px 23px;
}

h1 {
  font-weight: 600;
}

.p-color {
  color: var(--p-color);
}
.s-color {
}
.main-banner form {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
}

.main-banner form input {
  border: 0;
  /* padding: 0; */
}

.banner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
  /* padding-top: 23px; */
}

.banner-links li {
  flex: 0 0 auto;
  /* padding-top: 3px; */
}

.banner-links li a {
  color: #7d7871;
  display: flex;
  align-items: center;
  gap: 3px;

  padding-top: 9px;
  border-top: 2px solid transparent;
}
.banner-links li a img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(12%) saturate(240%) hue-rotate(356deg) brightness(93%)
    contrast(83%);
}

.banner-links li a:hover,
.banner-links li a.active {
  border-top-color: var(--p-color);
  color: #000;
}

.banner-links li a:hover img,
.banner-links li a.active img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(34%) saturate(2622%) hue-rotate(341deg) brightness(97%)
    contrast(96%);
}
.banner-links li a:hover svg path,
.banner-links li a.active svg path,
.banner-links li a:hover svg rect,
.banner-links li a.active svg rect {
  stroke: var(--p-color);
}

.smiling-man {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  display: none;
}

#smile-rive {
  position: absolute;
  top: 13px;
  z-index: 2;
  left: 0;
  transform: rotate(-45deg);
}
.what-we-offer {
  background-color: #FCF7F0;
  gap: 10px;
  padding: 20px;
  border-radius: 8px;
}

.what-we-offer .title {
  font-weight: 600;
  color: #0B141F;
}

.what-we-offer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 0!important;
}

.what-we-offer ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;

}

.what-we-offer ul li img {
  width: 20px;
}


.learn-more-2 {
  padding: 0.7rem;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 100%;
}


.hero-animation-wrapper {
  display: none;
}

.watch-video {
  display: none !important;
  margin-top: 50px;
  margin-left: 15px;
}

.watch-video a {
  display: flex;
  align-items: center;
  font-size: 14px;
  /* position: absolute; */
  /* bottom: 97px; */
  left: 15px;
}

.watch-video .btn-secondary:hover {
  background-color: var(--btn-color);
  opacity: 0.9;
}

#play-button {
  width: 41px;
}

.mfp-auto-cursor .mfp-content {
  max-width: 900px;
}

.video-popup {
  margin: 0 auto;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.video-popup video,
.video-popup iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.mfp-container .mfp-close {
  top: -44px;
  opacity: 1;
  color: #fff;
  right: -11px;
}

.mfp-with-zoom .mfp-content,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-out;
}

.mfp-with-zoom .mfp-content {
  transform: translateY(30px);
}

.mfp-with-zoom.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-content,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom.mfp-removing .mfp-content {
  transform: translateY(-30px);
}

.b2-our-service,.b2-our-video-home {
  padding-top: 50px;
}

.pre-title {
  font-weight: 600;
  color: var(--p-color);
  background: left 0.9em/0.9em 0.35em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgb(244, 226, 203), rgb(244, 226, 203));
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 7px;
  font-size: 16px;
}

.b2-our-service h2 {
  margin-bottom: 20px;
}

.b2-our-service .service-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;

  height: 100%;
  display: flex;
  flex-direction: column;
}

.b2-our-service .service-block:hover {
  background-color: #fff7f4;
  border-color: #efc6b7;
}

.b2-our-service .service-block .block-image h3 {
}

.b2-our-service .service-block p {
  margin-bottom: 22px;
}

.b2-our-service .service-block .block-content {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b2-our-video-home h2 {
  margin-bottom: 15px;
}
p {
  color: #000000;
  font-size: 16px;
}

.b2-our-service .btn-actions {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.link-btn {
  font-weight: 600;
  color: #000;
}

.link-btn:hover {
  color: var(--p-color);
}

.link-btn svg {
  margin-left: 3px;
}

h2 {
  font-weight: 600;
}

.b2-our-service .service-block .block-image img {
  border-radius: 6px;
}

h3 {
  font-weight: 600;
}

.b2-our-service .btn-actions a:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
}

.vacancies-home {
  padding-top: 50px;
}

.vacancies-home .head {
}

.vacancies-home .head h2 {
}

.vacancies-home .tabs-holder {
  overflow-x: auto;
}

.tabs-holder .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  min-width: 520px;

  /* border-color: #E5E5E5; */
}

.tabs-holder .nav-tabs .nav-item {
}

.tabs-holder .nav-tabs .nav-item .nav-link {
  border-color: transparent;
  border-bottom-color: #e5e5e5;
  border-bottom-width: 0px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #808080;
  white-space: nowrap;
}

.tabs-holder .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: var(--p-color);
  border-bottom-width: 2px;
  color: #000;
  /* font-weight: 600; */
  text-shadow: 0px 0px 1px rgb(0, 0, 0);
}
.tabs-holder .nav-tabs .nav-item .nav-link img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(4%) saturate(11%) hue-rotate(318deg) brightness(88%)
    contrast(92%);
}

.tabs-holder .nav-tabs .nav-item .nav-link.active svg path,
.tabs-holder .nav-tabs .nav-item .nav-link:hover svg path {
  stroke: var(--p-color);
}

.tabs-holder .nav-tabs .nav-item .nav-link:hover img,
.tabs-holder .nav-tabs .nav-item .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(53%) saturate(1072%) hue-rotate(334deg) brightness(95%)
    contrast(101%);
}

.tabs-holder .nav-tabs .nav-item .nav-link:hover {
  color: #000;
}

.see-all {
}

.vacancies-home .tab-content {
}

.vacancies-home .tab-content .tab-pane {
}

.vacancies-sldier {
}

.vacancies-sldier .swiper-slide {
  padding-top: 15px;
}

.vacancies-card-item {
  border-radius: 8px;
  border: 1px solid rgba(15, 19, 57, 0.1);
  position: relative;
  transition: all 0.25s ease;
  height: calc(100%);
  display: flex;
  flex-direction: column;
}
.vacancies-card-item > div {
  padding: 25px 15px 0;
}
.vacancies-card-item .link-btn:hover {
  background-color: var(--btn-color);
  color: #fff;
}
.vacancies-card-item:hover {
  background-color: #fff7f4;
  border-color: #efc6b7;
  transform: translateY(-7px);
}

.vacancies-card-item .btn-fav,
.vacancies-card-item .btn-trash {
  background: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 0;
}

.vacancies-card-item .btn-fav:hover svg path {
  stroke: var(--p-color);
}
.vacancies-card-item .btn-fav.active svg path {
  stroke: var(--p-color);
  fill: var(--p-color);
}
.vacancies-card-item .btn-trash {
  color: var(--p-color);
}
.vacancies-card-item .btn-trash:hover {
  color: #333;
}
.vacancies-card-item .top {
  min-height: 110px;
}
.vacancies-card-item .top a {
  color: currentColor;
}
.vacancies-card-item .top .vacancies-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  padding-right: 7px;
  margin-bottom: 12px;
}
.vacancies-card-item .top .vacancies-name img {
  filter: invert(34%) sepia(51%) saturate(2878%);
  width: 18px;
}
.vacancies-card-item .top .item-name {
  font-size: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vacancies-card-item .top a:hover .item-name {
  color: var(--p-color);
}
.vacancies-card-item .top p {
  color: #8d8d8d;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vacancies-card-item .bottom {
  border-top: 1px solid #e0e1e3;
  padding-top: 27px;
  margin-bottom: 23px;
}
.vacancies-card-item .link-btn {
  padding: 20px;
  display: block;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.25s ease;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vacancies-card-item .bottom ul {
  /* margin-bottom: 50px; */
}

.vacancies-card-item .bottom ul li {
  display: flex;
  justify-content: space-between;
  color: #1c1b25;
  margin-bottom: 15px;
}

.vacancies-card-item .bottom ul li span {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3px;
}
.vacancies-card-item .bottom ul li span img {
  width: 18px;
}
.vacancies-card-item .bottom ul li span + span {
  font-weight: 600;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vacancies-card-item .bottom .view-btn {
}

.vacancies-sldier .action-btns,
.last-news-slider .action-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}

.vacancies-sldier .action-btns .swiper-pagination,
.last-news-slider .action-btns .swiper-pagination {
  display: none;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  background: #fde0d7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--p-color);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.vacancies-wrapper .pagination .page-link:hover {
  background-color: var(--p-color);
  color: #fff;
}

.vacancies-wrapper .pagination .page-item:first-child .page-link,
.vacancies-wrapper .pagination .page-item:last-child .page-link {
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
}

.vacancies-wrapper .pagination .page-item:first-child .page-link:hover,
.vacancies-wrapper .pagination .page-item:last-child .page-link:hover {
  color: var(--p-color);
}

.vacancies-wrapper .pagination .page-item:last-child .page-link {
}

.vacancies-wrapper .pagination .page-item {
  margin: 0 4px;
}

.swiper-next:hover svg *,
.swiper-prev:hover svg * {
  stroke: #000;
}

.vacancies-sldier .action-btns .swiper-button-next {
}

.vacancies-sldier .action-btns .swiper-button-next::after {
}

.vacancies-sldier .action-btns .swiper-button-prev {
}

.vacancies-sldier .action-btns .swiper-button-prev::after {
}

.aboutUs-home {
  background-color: #fff7f4;
  margin-top: 120px;
  padding-bottom: 50px;
  position: relative;
}

.aboutUs-home .half-circle {
  position: absolute;
  right: 0;
  top: -67px;
  width: 70px;
}
#line-b2 {
  width: 110px;
  position: absolute;
  right: 12%;
  bottom: 0;
}
.img-with-shape1 {
  position: absolute;
  right: 10%;
  top: 36%;
  width: 80px;
}

.img-with-shape2 {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 50px;
}

.aboutUs-home .left {
  position: relative;
  text-align: center;
  margin-top: -60px;
}

.aboutUs-home .right {

  margin-left: auto;
}

.smiling-woman {
  max-width: 235px;
  /* margin: 0 auto; */
}

.aboutUs-home h2 {
  margin-bottom: 20px;
}

.aboutUs-home p {
  margin-bottom: 40px;
}

.aboutUs-home a {
}

.b2-counter {
  background-color: var(--s-color);
  padding: 40px 0 20px;
  position: relative;
  margin: 30px 0;
}
.counter-line-animation {
  width: 100%;
  height: 30px;
  position: absolute;
}
.counter-line-animation.top {
  animation: gradientAnimationTop 4s ease infinite;
  background: linear-gradient(90deg, rgba(249, 239, 226, 0.5186449579831933) 0%, rgba(252, 163, 129, 1) 100%);
  background-size: 200% 200%;
  top: -30px;
}
@keyframes gradientAnimationTop {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.counter-line-animation.bottom {
  animation: gradientAnimationBottom 4s ease infinite;
  background: linear-gradient(225deg, rgba(249, 239, 226, 0.5186449579831933) 0%, rgba(252, 163, 129, 1) 100%);
  background-size: 200% 200%;
  bottom: -30px;
}
@keyframes gradientAnimationBottom {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#card-work {
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

#smile-rive2 {
  width: 80px;
  position: absolute;
  top: 0;
  left: 12%;
}

#white-line {
  width: 68px;
  position: absolute;
  right: 12%;
  bottom: 0;
}

.circle-dot {
  position: absolute;
  top: -45px;
  right: -30px;
}

.counter .col-6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.counter .count {
  font-weight: 600;
  font-size: 35px;
  letter-spacing: -3px;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.plus.count:before {
  /* content: "+"; */
  float: right;
}

.counter .text {
  line-height: 1.2;
}

.counter {
}

.counter canvas,
.counter svg {
  margin-bottom: 5px;
  display: table;
  width: 28px;
  height: 28px;
}
.counter .people {
}

.counter .clients {
}

.counter .housing-sites {
}

.faq-home {


  text-align: center;
}
.faq-home .container {
  border-top: 1px solid #E5E5E5;
  padding-top: 50px;
}
.faq-home .div-title {
  margin-bottom: 25px;
}
.faq-home #b2-faq {
  margin-bottom: 25px;
  text-align: left;
}
.certificates-list {
  text-align: left;

}

.certificates-list ul {}

.certificates-list ul li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid #E7E7EB;
  padding: 16px;
  margin-bottom: 20px;
}

.certificates-list ul li img {
  width: 60px;
  height: auto;
}

.certificates-list ul li .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.certificates-list ul li p {
  font-size: 14px;
  margin-bottom: 0;
}

.div-title {
  margin-bottom: 25px;
}
.pre-faq-title {
  font-weight: 600;
  color: var(--p-color);
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  font-size: 16px;
}

.pre-faq-title:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background-color: var(--p-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq-home .faq-left h2 {
  margin-bottom: 20px;
}

.faq-home .faq-left .go-faq {
}

.faq-home .faq-left .address-holder {
  margin: 40px 0 50px;
}

.faq-home .address-holder .left {
}

.faq-home .address-holder .left ul {
}

.faq-home .address-holder .left ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.faq-home .address-holder .left ul li a {
  color: #313d49;
}

.faq-home .address-holder .left ul li a:hover {
  color: var(--p-color);
}

.faq-home .address-holder .right {
}

#quadrados-b2 {
  width: 150px;
}

#b2-faq {
  display: flex;
  flex-wrap: wrap; /* column-gap: 20px; */
  justify-content: space-between;
  height: auto !important;
}

#b2-faq .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: #ebebeb;
  width: 100%;
}

#b2-faq .accordion-item .accordion-header {
}

#b2-faq .accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  padding: 0 15px 0 0;
  align-items: flex-start;
  min-height: 85px;
  align-items: center;
  gap: 20px;
}

#b2-faq .accordion-item .accordion-button:hover {
  color: var(--p-color);
}

#b2-faq .accordion-item .accordion-button:not(.collapsed) {
  color: var(--p-color);
}

#b2-faq .accordion-item::after {
}

#b2-faq .accordion-body {
  padding: 0 0 20px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M7.83821 16.3885C7.83821 16.836 8.22708 17.2462 8.70118 17.2408C9.16995 17.2408 9.56415 16.836 9.56415 16.3885L9.55882 9.86297L16.0897 9.86297C16.5478 9.86297 16.942 9.46877 16.942 9C16.9314 8.53123 16.5478 8.13703 16.0844 8.14236L9.55882 8.13703L9.55882 1.61681C9.56415 1.15336 9.16995 0.759168 8.70118 0.759168C8.2324 0.769822 7.83821 1.15336 7.83821 1.61148L7.83821 8.14236L1.31266 8.13703C0.865196 8.13703 0.449692 8.53123 0.460346 9C0.460346 9.46877 0.865196 9.86297 1.31266 9.86297L7.83821 9.85764L7.83821 16.3885Z' fill='%23828282'/></svg>");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M7.83821 16.3885C7.83821 16.836 8.22708 17.2462 8.70118 17.2408C9.16995 17.2408 9.56415 16.836 9.56415 16.3885L9.55882 9.86297L16.0897 9.86297C16.5478 9.86297 16.942 9.46877 16.942 9C16.9314 8.53123 16.5478 8.13703 16.0844 8.14236L9.55882 8.13703L9.55882 1.61681C9.56415 1.15336 9.16995 0.759168 8.70118 0.759168C8.2324 0.769822 7.83821 1.15336 7.83821 1.61148L7.83821 8.14236L1.31266 8.13703C0.865196 8.13703 0.449692 8.53123 0.460346 9C0.460346 9.46877 0.865196 9.86297 1.31266 9.86297L7.83821 9.85764L7.83821 16.3885Z' fill='%23FF551E'/></svg>");
  transform: rotate(-45deg);
}

.b2-clients {
  padding-top: 50px;
  padding-bottom: 50px;
}

.clients-logo {
}

.clients-logo .swiper-slide {
  height: 50px;
}

.clients-logo .swiper-slide img {
  max-width: 100%;
  height: 100%;
}

.b2-clients .foto-note {
  margin-bottom: 1.5rem;
}

footer {
  background-color: #fff7f4;
  padding-top: 50px;
}

footer hr {
  margin-bottom: 35px;
  border-color: #e5dedc;
  opacity: 1;
}

.footer-top a {
  color: #666362;
}

.footer-top a:hover {
  color: var(--p-color);
}

.b2-social-media {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: flex-end;
}

.b2-social-media li {
}

.b2-social-media li a {
  color: var(--p-color);
}
ul.b2-social-media li a img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(52%) saturate(2962%) hue-rotate(344deg) brightness(101%)
    contrast(91%);
}
ul.b2-social-media li a:hover img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(41%) saturate(4465%) hue-rotate(245deg) brightness(89%)
    contrast(94%);
}
.b2-social-media li a:hover {
  color: var(--btn-color);
}
.contact-holder {
  margin-top: 40px;
}

footer h5 {
  font-size: 14px;
  font-weight: 600;
  padding: 18px 0;
  margin-bottom: 0;
  position: relative;
}

footer h5.toggle {
  border-bottom: 1px solid #e5dedc;
}

footer h5:before {
  content: "";
  border-top: 2px solid var(--p-color);
  border-left: 2px solid var(--p-color);
  width: 10px;
  height: 10px;
  background: transparent;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  /* top: 50%; */
}

footer h5.toggle:before {
  transform: rotate(-135deg);
}

.collapse-div {
  display: none;
  border-bottom: 1px solid #e5dedc;
  padding-bottom: 20px;
}

footer a {
}

.contact-holder .title {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  /* margin-top: 20px; */
}

.contact-holder .content {
  font-size: 13px;
  color: #666362;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}

footer .column-count {
}

footer .column-count li {
}

footer .column-count li a {
  margin-bottom: 9px;
  display: inline-block;
}

.footer-bottom {
  background-color: #fff;
  padding: 40px 0;
  /* margin-top: 40px; */
  text-align: center;
  font-size: 12px;
}

.footer-bottom .left {
}

.footer-bottom .left li {
}

.footer-bottom .left li a {
  color: #898989;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 12px;
}

.footer-bottom .left li a:hover {
  color: var(--p-color);
}

.header-top .top-left .middle,.footer-bottom .middle {
  justify-content: center;
  gap: 15px;
  align-items: center;
  margin: 25px 0 35px;
}

.header-top .top-left .middle > div,.footer-bottom .middle > div {
  line-height: 1;
}
.footer-bottom .middle > div a,.header-top .top-left .middle > div a {
  color: currentColor;
}
.footer-bottom .middle > div a:hover,.header-top .top-left .middle > div a:hover {
  color: var(--p-color);
}
.footer-bottom .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.b2-page-banner {
  position: relative;
  background-color: var(--s-color);
  padding: 25px 0px 60px;
}

.banner-image {
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  /* z-index: 0; */
}

.banner-image .overlay {
  position: absolute;
  /* content: ""; */
  width: 100%;
  height: 100%;
  left: 0;
  background: rgb(249, 239, 226);
  background: linear-gradient(90deg, rgba(249, 239, 226, 1) 0%, rgba(0, 0, 0, 0) 150%);
}

.b2-page-banner .banner-inner {
  position: relative;
}

ul.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 7px;
}

ul.breadcrumbs li:not(:first-child):before {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath d='M1 9L5 5L1 1' stroke='%23FE6330' stroke-width='1.5'/%3E%3C/svg%3E")
    no-repeat;
  left: -16px;
  top: 4px;
  width: 7px;
  height: 10px;
}

ul.breadcrumbs li {
  position: relative;
  line-height: 1;
}

ul.breadcrumbs li a img {
  width: 14px;
}

ul.breadcrumbs li a,
ul.breadcrumbs li span {
  font-size: 13px;
  color: var(--p-color);
}

ul.breadcrumbs li span {
  font-weight: 600;
}

.b2-page-banner .banner-inner h1 {
  font-weight: 400;
  margin-bottom: 0;
}

.shape-4 {
}

.vacancies-wrapper {
}



.vacancies-wrapper .filter-search .search-result {
  color: #828282;
  padding: 20px 0 9px;
  /* border-bottom: 1px solid #E5E5E5; */
  margin-bottom: 0px;
}

.vacancies-wrapper .filter-search .cat-item {
  position: relative;
}

.vacancies-wrapper .filter-search .cat-item .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}
.vacancies-wrapper .filter-search .cat-item .dropdown-toggle:hover,
.vacancies-wrapper .filter-search .cat-item .dropdown-toggle[aria-expanded="true"] {
  color: var(--p-color);
}
.vacancies-wrapper .filter-search .cat-item .dropdown-toggle::after {
  position: absolute;
  content: "";
  right: 9px;
  top: 15px;
}
.vacancies-wrapper .filter-search .cat-item .dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(45deg);
}
.vacancies-wrapper .filter-search .cat-item .dropdown-toggle svg {
  width: 22px;
}

.vacancies-wrapper .filter-search .cat-item .dropdown-menu {
  width: 100%;
}

.vacancies-wrapper .filter-search .cat-item .dropdown-menu li {
}

.vacancies-wrapper .filter-search .cat-item .dropdown-menu li a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #828282;
  position: relative;
}
.vacancies-wrapper .filter-search .cat-item .dropdown-menu li a:hover {
  color: #000;
  text-shadow: 1px 0 0 BLACK;
  background: transparent;
  padding-left: 25px;
}
.vacancies-wrapper .filter-search .cat-item .dropdown-menu li a:hover:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--p-color);
  top: 16px;
  left: 15px;
}
.vacancies-wrapper .filter-search .clear-filter,
.offcanvas-footer .clear-filter {
  color: var(--p-color);
  font-weight: 600;
  padding: 0;
  margin-top: 20px;
  background: transparent;
  border: 0;
}
.vacancies-wrapper .filter-search .clear-filter:hover,
.offcanvas-footer .clear-filter:hover {
  text-decoration: underline;
}
.vacancies-wrapper .pagination {
  justify-content: center;
  margin-top: 15px;
}

.vacancies-wrapper .pagination .page-link {
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #8c95a1;
  border-radius: 7px;
}

.dropdown-toggle::after {
  border: 0;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-left: 1px solid;
  border-top: 1px solid;
  transform: rotate(-135deg);
  /* position: relative; */
  top: 1px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.need-help-banner {
  position: relative;
  background-color: var(--p-color);
  margin-top: 100px;
}
.need-help-banner .shape-right {
  display: none;
}

canvas#logo-b2-white {
  width: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -31px;
}

.need-help-banner .left {
  padding: 60px 10px 50px;
}

.need-help-banner .left h2 {
  color: #fff;
  margin-bottom: 15px;
}

.need-help-banner .left p {
  color: #fddfd6;
  font-family: inherit;
  margin-bottom: 25px;
}

.need-help-banner .left .btn {
  padding: 10px 20px;
}

.need-help-banner .image-right {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

#smile-rive3 {
  position: absolute;
  right: 39%;
  top: 23%;
  width: 82px;
}

canvas#line-white {
  position: absolute;
  bottom: 20%;
  right: 43%;
  width: 108px;
}

.vacancies-single-banner {
  background-color: var(--s-color);
  padding: 40px 0;
  overflow: hidden;
}

.half-circle-bottom {
  position: absolute;
  width: 292px;
  height: 292px;
  border: 1px solid #fae1d0;
  border-radius: 100vmax;
  bottom: -97px;
  right: 12%; /* z-index: -1; */
}

.vacancies-single-banner .banner-inner {
  position: relative;
}

.back-btn {
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.back-btn:hover {
  color: var(--btn-color);
}
.vacancies-single-banner .banner-inner h1 {
  font-weight: 400;
  margin-bottom: 20px;
}

.extra-info {
}

.extra-info .left {
  margin-bottom: 25px;
}

.extra-info .left li {
  margin-bottom: 9px;
}

.extra-info .left li {
  color: #525252;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.extra-info ul {
}

.extra-info .right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.extra-info ul li {
}

.extra-info ul li .btn {
  padding: 5px 7px;
  font-size: 14px;
}

.extra-info ul li a {
}

.vacancies-single-holder {
  padding-bottom: 50px;
}

.vacancies-single-holder .top {
  color: #828282;
}

.vacancies-single-holder .top .left {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  padding-top: 15px;
}

.vacancies-single-holder .top .left div:not(:last-child) {
  border-right: 1px solid #e5e5e5;
  padding-right: 11px;
}

.vacancies-single-holder .top .right {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.vacancies-single-holder .top .right a {
}
.vacancies-single-holder .top .right a:hover {
  color: var(--btn-color);
}
.vacancies-single-holder .top .right div {
}

.vacancies-single-holder .bottom {
  margin-top: 40px;
}

.job-details-box {
  background-color: #faf3ea;
  /* padding: 20px; */
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  position: sticky;
  top: 20px;
}

.job-details-box h5 {
  font-size: 18px;
  margin-bottom: 0;
  background-color: var(--p-color);
  color: #fff;
  padding: 15px 20px;
}

.job-details-box ul {
  padding: 20px;
}

.job-details-box ul li div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job-details-box ul li {
  border-bottom: 1px solid #e1dbd3;
  margin-bottom: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #828282;
}
.job-details-box ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
a {
  color: var(--p-color);
}

.extra-info ul li:last-child .btn {
  padding-left: 25px;
  padding-right: 25px;
}

.job-details-box ul li div + div {
  text-align: right;
  color: #000;
  word-break: break-word;
}
.job-details-box ul li div svg {
  flex: 0 0 auto;
}

.content-area {
}

.content-area p {
  margin-bottom: 30px;
}

.content-area ul {
  margin-bottom: 30px;
}

.content-area ul li {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}
.content-area ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--p-color);
  left: 3px;
  top: 11px;
}
.content-area h4 {
  margin-bottom: 15px;
}

.faq-wrapper {
  padding: 50px 0 20px;
}

.slide-content {
  /* display: flex; */
  /* align-items: center; */
  margin-bottom: 41px;
}

.area-slide {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.area-slide .swiper-next {
  margin-left: 18px;
}

.area-slide .swiper-prev {
  margin-right: 18px;
}

.area-slide .slide-tabs {
  width: 100%;
  max-width: 750px;
  margin-left: 0;
}

.area-slide .slide-tabs .swiper-slide {
  text-align: center;
}

.area-slide .slide-tabs .swiper-slide .tab {
  border: 1px solid var(--p-color);
  display: block;
  padding: 10px 0;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.area-slide .slide-tabs .swiper-slide .tab:hover,
.area-slide .slide-tabs .swiper-slide .tab.active {
  background-color: var(--s-color);
  color: var(--p-color);
}
.area-slide div:first-child svg,
.area-slide div:last-child svg {
  width: 26px;
}

.slide-content .search {
  width: 100%;
  display: flex;
  align-items: center;
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}

.slide-content .search button {
  margin-right: 18px;
  background: transparent;
  border: 0;
}

.slide-content .search .form-control {
  border: 0;
  padding-left: 0;
}

.all-faqs .accordion-item {
  break-inside: avoid;
}

.all-faqs .accordion-item .accordion-collapse {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.all-faqs .faq-item {
  width: 100%;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}
.all-faqs .accordion-item {
  margin-bottom: -1px;
}

#map {
  width: 100%;
  height: 222px;
}

.contact-wrapper {
  background-color: var(--s-color);
  padding: 50px 0;
}

.contact-wrapper .contact-left {
  margin-bottom: 50px;
  max-width: 520px;

  position: relative;
}

.contact-wrapper .contact-left .breadcrumbs {
  margin-bottom: 30px;
}

.contact-wrapper .contact-left .breadcrumbs li a,
.contact-wrapper .contact-left .breadcrumbs li span {
  color: #0a0a0a;
}
.contact-wrapper .contact-left .breadcrumbs li:not(:first-child):before {
  filter: brightness(0);
}
.contact-wrapper .contact-left h1 {
  font-weight: 400;
  letter-spacing: -0.48px;
}

.contact-wrapper .contact-left p {
  font-family: inherit;
  color: #0a0a0a;
  max-width: 400px;
}

.contact-wrapper .contact-left .send-email {
  border-top: 1px solid #e3d9d3;
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  font-size: 16px;
  max-width: 347px;
}
.contact-wrapper .contact-left .send-email a {
  color: currentColor;
  font-weight: 600;
  text-decoration: underline;
}
.contact-wrapper .contact-left .send-email a:hover {
  color: var(--p-color);
}
.contact-wrapper .contact-left svg {
  margin-top: -7px;
}

.contact-wrapper .contact-right {
}

.contact-wrapper .contact-right h3 {
  margin-bottom: 20px;
}

.contact-right form {
  color: #474747;
}

.contact-right form label {
  color: #656565;
  margin-bottom: 3px;
}

.contact-right form .form-control,
.form-select {
  border-color: #eaeaee;

  height: 45px;
  padding: 10px 20px;
}
.contact-right form .form-control:focus,
.contact-right form .form-select:focus {
  box-shadow: 0px 4px 28px 0px rgba(17, 40, 47, 0.1) !important;
  border-color: #eaeaee;
}
.contact-right form textarea.form-control {
  height: auto;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-right form .form-check-input[type="checkbox"] {
  width: 23px;
  height: 23px;
  border-radius: 7px;
  margin-top: 0;
  margin-right: 7px;
  border-color: #eaeaee;
  cursor: pointer;
}

.contact-right form .form-check-input[type="checkbox"]:focus {
  box-shadow: none;
}

.contact-right form .form-check-label {
  color: currentColor;
  margin-bottom: 0;
}
.contact-right form .submit-btn {
  width: 100%;
  padding: 10px;
}
.contact-right form .notes {
  font-size: 12px;
}
.form-check-input:checked {
  background-color: var(--p-color);
  border-color: var(--p-color);
}

.about-wrapper {
}

.block-row {
  padding-top: 50px;
}


.block-row .text-block {
  padding-right: 5%;
}

.block-row .text-block .pre-title {
}

.block-row .text-block h3 {
  margin-bottom: 20px;
}

.block-row .text-block p {
  margin-bottom: 25px;
}

.block-row .text-block .link-btn {
}

.block-row .image-block {
  position: relative;
  margin-bottom: 40px;
  max-width: 500px;
}

.block-row .image-block img {
  position: relative;
}
.block-row .image-block .img-with-shape3 {
  position: absolute;
  bottom: 15%;
  right: 5%;
}
.block-row .image-block .block-row-two-bg {
  position: absolute;
  top: 37px;

}
.shape-5 {
  position: absolute;
  top: -12px;
  left: 30px;
  width: 15px;
}
.ani3 {
  -webkit-animation: ani3 7s infinite linear;
  animation: ani3 7s infinite linear;
}
.ani4 {
  -webkit-animation: ani4 7s infinite linear;
  animation: ani4 7s infinite linear;
}
.circle-small {
  width: 20px;
  height: 20px;
  border-radius: 100vmax;
  background-color: #f4e2cb;
  position: absolute;
  top: 30px;
  left: -7px;
  -webkit-animation: ani3 7s infinite linear;
  animation: ani3 7s infinite linear;
}
@keyframes ani3 {
  0%,
  100% {
    transform: translateY(0);

    transition: all 0.3s ease;
  }
  50% {
    transform: translateY(20px);

    transition: all 0.3s ease;
  }
}
.circle-large {
  width: 50px;
  height: 50px;
  border-radius: 100vmax;
  background-color: #f4e2cb;
  position: absolute;
  bottom: -18px;
  right: 30px;
  -webkit-animation: ani4 7s infinite linear;
  animation: ani4 7s infinite linear;
}
@keyframes ani4 {
  0%,
  100% {
    transform: translateX(0);

    transition: all 0.3s ease;
  }
  50% {
    transform: translateX(-20px);

    transition: all 0.3s ease;
  }
}
.bold-line-small {
  position: absolute;
  width: 30px;
  height: 12px;
  background-color: #f4e2cb;
  right: -7px;
  bottom: 50px;
}

.block-row-two,
.company-block-bg {
  background-color: #fff7f4;
  position: relative;
  margin-top: 70px;
}

.company-block-bg .text-block {
  padding-right: 5%;
}
#logo-b2-rive {
  width: 70px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

#smile-rive5 {
  width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

#b2-wave-rive {
  width: 100%;
  display: block;
}

.block-row-three {
  position: relative;
  /* overflow: hidden; */
}

.block-row-three .circle-half {
  position: absolute;
  top: -102px;
  right: 0;
}
.block-row-three .circle-half svg {
  width: 70px;
}
.vertical-devider {
}

.block-row .text-block ul {
  margin-bottom: 40px;
}

.block-row .text-block ul li {
  position: relative;
  margin-bottom: 13px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: self-start;
  gap: 1.5rem;
}
.block-row-devider {
  background-color: #e5e5e5;
  height: 1px;
  width: 100%;
  margin: 30px 0;
}
.block-row .text-block ul li img {
  width: 55px;
  height: auto;
}
.block-row .text-block ul li:before {
  position: absolute;
  /* content: ""; */
  left: 0;
  top: 7px;
  /* transform: translateY(-50%); */
  background-image: url(../images/icons/check.svg);
  width: 16px;
  height: 12px;
  background-size: cover;
}
.block-row .text-block .dot-style li:before {
  top: 13px;

  background-image: none;
  width: 4px;
  height: 4px;

  background-color: var(--p-color);
}
.block-row-four {
  /* position: relative; */
  overflow: hidden;
}
.block-row-four > .container {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
.block-row-four .slide-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.block-row-four .slide-actions .swiper-button-disabled svg {
  filter: grayscale(1);
}
.block-row-four .slide-actions svg {
  width: 25px;
}
.timeline-carousel-wrapper {
  margin-top: 50px;
  position: relative;
}
.horizontal-line {
  position: absolute;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  left: 0;
  top: 64px;
}
.timeline-carousel-wrapper .timeline-carousel {
}

.timeline-carousel-wrapper .timeline {
}

.timeline-carousel-wrapper .timeline .year {
  font-size: 28px;
  position: relative;
  /* padding-left: 12px; */
}
.timeline-carousel-wrapper .timeline .year:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  bottom: -23px;
  z-index: -1;
}
.timeline-carousel-wrapper .timeline .dot {
  width: 12px;
  height: 12px;
  background-color: var(--p-color);
  border-radius: 100vmax;
  margin: 16px 0;
}

.timeline-carousel-wrapper .timeline .content {
  padding-right: 10px;
  max-width: 222px;
}

.timeline-carousel-wrapper .timeline .content h5 {
  font-weight: 600;
  font-size: 16px;
}

.timeline-carousel-wrapper .timeline .content p {
  font-size: 13px;
}

.shape-7 {
  position: absolute;
  right: 45%;
  z-index: 1;
}
.shape-6 {
  position: absolute;
  right: 5%;
  z-index: 1;
  bottom: 15%;
}
.b2-our-team {
  padding-top: 50px;
}

.our-team-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.our-team-top h2 {
  margin-bottom: 20px;
}

.our-team-top .pre-title {
}

.our-team-top p {
}

.our-team-bottom {
}

.our-team-bottom h5 {
  margin-bottom: 30px;
}
.our-team-bottom > .row {
  margin-bottom: 25px;
}
.b2-our-team .profile {
  margin-bottom: 20px;
}

.b2-our-team .profile .top,
.modal-readmore .profile-image {
  background-color: var(--p-color);
  position: relative;
  border-radius: 7px;
  padding: 15px 15px 0;
  background-color: var(--p-color);
  position: relative;
  border-radius: 7px;
  padding: 15px 15px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.b2-our-team .profile .top .man {
  position: relative;
  max-width: 100%;
  height: auto;
}
.b2-our-team .profile .top .social-link,
.modal-readmore .profile-image .social-link {
  position: absolute;
  top: 0;
  left: 9px;
  background-color: var(--btn-color);
  padding: 9px 5px 2px 5px;
}

.modal-readmore .profile-image {
  max-width: 380px;
}
.modal-readmore h4 {
  font-size: 28px;
  margin-bottom: 3px;
}
.modal-readmore .profile-image {
  max-width: 380px;
  margin-bottom: 20px;
}
.modal-readmore .position {
  font-weight: 600;
  color: var(--p-color);
  margin-bottom: 15px;
}
.modal-readmore p {
  font-size: 14px;
}
.b2-our-team .profile .bottom .flags {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 10px 0 15px;
}

.b2-our-team .profile .bottom .flags li {
}

.b2-our-team .profile .bottom .flags li img {
}

.b2-our-team .profile .bottom .profile-name {
  font-size: 18px;
  margin-bottom: 0px;
}
.b2-our-team .profile .bottom .position {
  color: var(--p-color);
  font-weight: 600;
}
.b2-our-team .profile .bottom p {
  font-size: 13px;
  margin-bottom: 14px;
  max-width: 90%;
}

.b2-our-team .profile .bottom .contact,
.modal-readmore .contact {
  margin-bottom: 14px;
}

.b2-our-team .profile .bottom .contact li,
.modal-readmore .contact li {
  margin-top: 8px;
}

.b2-our-team .profile .bottom .contact li a,
.modal-readmore .contact li a {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666666;
}
.b2-our-team .profile .bottom .contact li a:hover,
.modal-readmore .contact li a:hover {
  color: var(--p-color);
}
.news-banner {
  padding: 50px 0;
  background-color: var(--s-color);
}

.news-banner .breadcrumbs {
}

.news-banner h1 {
}

.news-banner form {
  display: flex;
  align-items: center;
  background-color: #f3e3ce;
  padding: 10px;
  margin-top: 12px;
}

.news-banner form button {
  background: transparent;
  border: 0;
}

.news-banner form .search-news {
  background-color: transparent;
  border: 0;
}

.news-top-holder {
  margin-bottom: 50px;
  margin-top: 50px;
}
.news-top-holder .overlay {
  position: absolute;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 93.94%);
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
}

.news-top-holder .left div:last-child {
  position: relative;
}
.news-top-holder .left {
  background-size: cover;
  background-position: center;
  padding: 40px 25px;
  display: flex;
  color: #fff;
  margin-bottom: 15px;

  align-items: flex-end;
  position: relative;
}
.news-top-holder .left .news-date {
  margin-bottom: 7px;
}
.news-date {
  color: var(--p-color);
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 6px;
}

.news-top-holder .left h2 {
  margin-bottom: 15px;
}

.news-top-holder .left a {
}

.news-top-holder .right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-top-holder .right > a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.news-top-holder .right img {
  max-width: 150px;
  flex: 0 0 auto;
}

.news-top-holder .right .text {
  flex: 1;
  max-width: 100%;
}

.news-top-holder .right h5,
.news-card h5 {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}

.news-top-holder .right p,
.news-card p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
}
.news-card .text {
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.news-card .read-more {
  font-weight: 600;
}
.news-top-holder .right .btn-link {
  font-weight: 600;
  text-decoration: none;
}
.news-top-holder .right a:hover .btn-link {
  color: #333;
}
.news-bottom-holder {
}

.all-news {
  margin: 0 -8px;
}

.news-card {
  display: inline-block;
  margin-bottom: 15px;
  float: left;
  width: calc(50% - 16px);
  margin: 0 8px 15px;
}
.news-card:hover {
  transform: translateY(-7px);
  background-color: #fff7f4;
}
.news-card .image {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  /* margin-bottom: 26px; */
}

.news-card .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

.news-card .image .tag {
  position: absolute;
  bottom: -13px;
  background-color: var(--p-color);
  color: #fff;
  font-weight: 600;
  padding: 4px 12px;
  left: 20px;
}

.see-all-btn button {
  padding: 10px 40px;
}

.company-wrapper .block-row .text-block h3 {
  margin-bottom: 20px;
}
.company-wrapper .block-row .text-block img {
  max-width: 45px;
  height: auto;
}
.company-wrapper .block-row .text-block p {
  color: #333;
  margin-bottom: 25px;
}
.company-wrapper .block-row .text-block p:empty {
  display: none;
}
.block-row .text-block .dot-style {
  margin-bottom: 25px;
}

.block-row .text-block .dot-style li {
  color: #4f4f4f;
}

.block-row .text-block .btn {
  padding: 10px 25px;
}

.block-row .text-block .btn.btn-outline-secondary {
  margin-top: 15px;
}
.block-row .text-block .dot-style li:before {
  top: 13px;

  background-image: none;
  width: 4px;
  height: 4px;

  background-color: var(--p-color);
}
.card-block {
  margin-top: 50px;
}

.card-block .card-item {
  background-color: #fdf9f4;
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 20px;
  margin-bottom: 15px;
}

.card-block .card-item .count-number {
  font-weight: 600;
  color: var(--p-color);
  font-size: 25px;
}

.card-block .card-item div {
}

.card-block .card-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.card-block .card-item p {
  color: #596573;
  margin-bottom: 0;
}

.see-more-box {
  background: transparent;
  border: 0;
  margin-top: 10px;
  font-weight: 600;
}

.company-block-bg {
  background-color: #fbf3ea;
  padding-bottom: 50px;
}
#smile-rive6 {
  width: 80px;
}

.card-item {
  display: flex !important;
  transition: opacity 0.5s ease-in-out;
}

.hidden {
  display: none !important;
  pointer-events: none;
}

.testimonial-wrapper .container {
  padding-top: 50px;
  margin-top: 50px;
  /* border-top: 1px solid #e5e5e5; */
}

/* .testimonial-wrapper .container {
  border-top: 1px solid #e5e5e5;
} */
.google-review {
  align-items: center;
  font-size: 12px;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}

.google-review > div {
  line-height: 1;
}
.google-review > div a {
  color: currentColor;
}
.google-review > div a:hover{
  color: var(var(--p-color));
}
.testimonial-wrapper {
  text-align: center;
  padding-bottom: 60px;
}

.testimonial-wrapper h2 {
  margin-bottom: 30px;
}

.testimonial-sldier .t-item {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #4f4f4f;
  letter-spacing: -0.96px;
}

.testimonial-sldier .reviewer {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.testimonial-sldier .reviewer .image {
}

.testimonial-sldier .reviewer div {
}

.testimonial-sldier .reviewer .image img {
  width: auto;
  height: 50px;
  border-radius: 100vmax;
}

.testimonial-sldier .btn-action {
  margin-top: 60px;
}

.testimonial-sldier .btn-action .swiper-pagination-bullet {
  width: 16px;
  border-radius: 3px;
  height: 4px;
  margin: 0 3px;
  transition: all 0.3s ease;
  background-color: #d9d9d9;
}

.testimonial-sldier .btn-action .swiper-pagination-bullet-active {
  width: 30px;
  background-color: var(--p-color);
}
.page-content-width {
  margin: 0 auto;
}
.s-news-banner {
  padding: 30px 0 90px;
  background-color: var(--s-color);
}

.s-news-content {
  margin-top: -85px;
}
.s-news-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 35.25%;
}
.page-content h1 {
  line-height: 130%;
}
.s-news-head {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-bottom: 20px;
  /* margin-top: 30px; */
}

.s-news-head .tag {
  background-color: var(--p-color);
  color: #fff;
  padding: 4px 15px;
  font-size: 13px;
}

.s-news-head .date {
  font-size: 13px;
}

.page-content {
  padding-top: 30px;
}

.page-content h1 {
  /* font-size: 26px; */
}

.page-content h2,
.page-content h3,
.page-content h4 {
  letter-spacing: -0.48px;
  margin-bottom: 25px;
  line-height: 160%;
}
.page-content h1 {
  line-height: 130%;
  letter-spacing: -0.48px;
}

.page-content p {
  margin-bottom: 30px;
}

.page-content h3 {
  font-size: 20px;
}

.page-content h4 {
  font-size: 18px;
}

.page-content ul {
  margin-bottom: 30px;
}

.page-content ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  color: #000000;
}

.page-content ul li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--p-color);
  left: 0;
  top: 9px;
  /* margin-bottom: 14px; */
}

.last-news {
}
.last-news .container {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
  margin-top: 50px;
}
.last-news h4 {
  font-weight: 400;
  margin-bottom: 25px;
}

.last-news-slider {
}

.last-news-slider .news-card {
  margin: 0;
  float: none;
  width: auto;
}

.last-news-slider .action-btns .swiper-pagination-bullet {
  width: 17px;
  border-radius: 2px;
  height: 3px;
  margin: 0 2px;
}

.last-news-slider .action-btns .swiper-pagination-bullet-active {
  width: 30px;
}

.textPageForm {
}

.textPageForm .contact-right {
  border-radius: 8px;
  border: 1px solid rgba(15, 19, 57, 0.1);
  background: #fff;
  box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.textPageForm .contact-right h3 {
  font-weight: 400;
  margin-bottom: 20px;
}

.textPageForm .contact-right form .form-control {
}

.error-404 {
  background-color: var(--s-color);
  height: 55vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  position: relative;
}

.smile-vector {
  top: 17%;
  left: 21%;
}

.curved-line {
  right: 11%;
  top: 38%;
}

.line-32x12 {
  width: 38px;
  height: 12px;
  background-color: var(--p-color);
  left: 14%;
  top: 30%;
}

.horizontal-bar1 {
  background: linear-gradient(
    90deg,
    rgba(249, 239, 226, 0.5186449579831933) 0%,
    rgba(250, 210, 189, 0.8687850140056023) 100%
  );

  width: 180px;
  height: 60px;
  top: 17%;
  right: 24%;
}

.horizontal-bar1 .circle {
  width: 15px;
  height: 15px;
  display: block;
  background-color: var(--p-color);
  border-radius: 100vmax;
  right: 18%;
  position: absolute;
  top: -7px;
}

.horizontal-bar2 .circle {
  width: 15px;
  height: 15px;
  display: block;
  background-color: var(--p-color);
  border-radius: 100vmax;
  right: 40%;
  position: absolute;
  top: -7px;
}

.horizontal-bar2 {
  background: linear-gradient(
    90deg,
    rgba(249, 239, 226, 0.5186449579831933) 0%,
    rgba(250, 210, 189, 0.8687850140056023) 100%
  );

  width: 160px;
  height: 50px;
  top: 65%;
  left: 0;
}

.horizontal-bar2 .circle {
}

.vertical-bar {
  background: linear-gradient(
    0deg,
    rgba(249, 239, 226, 0.5186449579831933) 0%,
    rgba(250, 210, 189, 0.8687850140056023) 100%
  );

  width: 50px;
  height: 250px;
  right: 0;
}

.vertical-bar .line-52x17 {
  position: absolute;
  width: 35px;
  height: 10px;
  background-color: var(--p-color);
  left: -15px;
  top: 17%;
}

.error-404 .content {
  position: relative;
}

.error-404 .text-404 {
  font-size: 65px;
  font-weight: 400;
  margin-bottom: 20px;
}

.error-404 h2 {
  font-weight: 400;
  margin-bottom: 20px;
  color: #333;
}

.error-404 p {
  max-width: 466px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.error-404 .btn {
  padding: 10px 25px;
}

.file-input {
  display: flex;
  justify-content: space-between;
  background: #faf3ea;
  padding: 14px 20px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid transparent;
  align-items: center;
}
.file-input:hover {
  border-color: currentColor;
}
.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #000;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: calc(100% - 125px);
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.responsive-footer-nav-holder {
  display: none;
}
.jobboardfilter {
  padding: 15px;
}

.jobboardfilter .header {
  display: flex;
  justify-content: space-between;
}

.jobboardfilter .header .title {
  font-size: 20px;
}

.jobboardfilter .header .close-filter {
  opacity: 1;
}
.jobboardfilter .header .close-filter:hover {
  opacity: 0.7;
}
.jobboardfilter .header .close-filter .icon {
}

.filter-scrolable-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-bottom: 25px;
}

.filter-scrolable-wrapper .filter-category {
}

.filter-category li.filter-item {
}

.filter-category li.filter-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.filter-category li.filter-item .checkbox__input {
  position: relative;
}

.filter-category li.filter-item .checkbox__input input {
  /* appearance: none; */
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  /* clip: rect(0, 0, 0, 0); */
  height: 100%;
  width: 100%;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  padding: 15px;
  z-index: 100;
  opacity: 0;
}
.filter-category li.filter-item label:hover .checkbox__style {
  border-color: var(--btn-color);
}
.filter-category li.filter-item .checkbox__input .checkbox__style {
  align-items: center;
  background-color: #fff;
  border: 2px solid rgba(15, 25, 65, 0.2);
  border-radius: 2px;
  display: flex;
  position: relative;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
}

.filter-category li.filter-item .checkbox__input .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  display: none;
}
.filter-category li.filter-item .checkbox__input input:checked + .checkbox__style .icon {
  display: flex;
}
.filter-category li.filter-item .checkbox__input svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.filter-category li.filter-item .checkbox__label {
}

.filter-category li.filter-item .checkbox__label .filter__counter {
}

.form__container--summary {
}

.form__container--summary .close-filter {
  width: 100%;
  padding: 10px;
}

.filter-tabs .filter-tabs-item {
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  gap: 6px;
  padding-bottom: 5px;
  color: #777;
}

.filter-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.filter-tabs .filter-tabs-item.active {
  color: #000;
  border-bottom: 2px solid;
}
.jobboardfilter .header .close-filter .icon svg {
  width: 25px;
  height: 25px;
}

.filter-category li.filter-item:checked .checkbox__input .checkbox__style {
  background-color: red;
  border: none;
}

.filter-category li.filter-item .checkbox__input input:checked + .checkbox__style {
  background-color: var(--btn-color);
  border: 0;
}
.filter-mobile-btn {
  background-color: var(--btn-color);
  text-align: center;
}

.filter-mobile-btn a {
  display: flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
}

.vacancies-card-holder {
  padding-top: 35px;
}
.mobile-filter .offcanvas-header {
  padding-top: 20px;
}

.offcanvas-footer .clear-filter {
  margin-top: 0;
}

.offcanvas.offcanvas-top {
  height: 100%;
}
.b2-bg {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.vacancy-detail-toolbar {
  background-color: var(--s-color);

  position: fixed;
  bottom: 54px;
  z-index: 99;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.vacancy-detail-toolbar__content {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 15px 20px;
}

.vacancy-detail-toolbar__content .takeJobModal {
  flex: 1;
  padding: 10px;
}

.vacancy-detail-toolbar__content svg {
}

.block-row .text-block .what-we-offer ul li {
    gap: 7px;
}
.social-popup ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.social-popup ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: currentColor;
}
@media (max-width: 1199.98px) {
  footer hr {
    display: none;
  }
  .half-circle-bottom {
    display: none;
  }
  #main-nav {
    height: 100vh;
    background-color: #fff7f4;
  }
  #main-nav .nav-link,
  .nav-end a {
    color: #4f4f4f;
    font-size: 17px;
  }
  .filter-scrolable-wrapper {
    border-top: 0;
    border-bottom: 0;
    padding-top: 7px;
  }
  .jobboardfilter {
    padding: 15px 0px;
  }
  .offcanvas-footer {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .offcanvas-footer .btn {
    padding: 10px 25px;
  }
  #main-nav .offcanvas-body {
    padding-bottom: 85px;
  }

  #main-nav .menu-item-has-children:before {
    position: absolute;
    right: 7px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(-135deg);
    top: 15px;
    color: var(--p-color);
    z-index: 99;
  }
  #main-nav .menu-item-has-children .sub-menu {
    column-count: 1;
    padding: 10px 20px;
    visibility: hidden;
    width: 100%;
  }
  #main-nav .menu-item-has-children > a {
    width: 80%;
  }
  #main-nav .menu-item-has-children > a:before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .responsive-footer-nav-holder {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 54px;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .responsive-footer-nav-holder ul {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .responsive-footer-nav-holder ul li {
    text-align: center;
    list-style-type: none;
    display: inline-block;
  }
  .responsive-footer-nav-holder ul li a {
    font-size: 8.5px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 12px 0;
    border-bottom: 0;
  }
  .responsive-footer-nav-holder ul li a .text-holder {
    color: #1f2230;
  }
  .responsive-footer-nav-holder ul li a img {
    margin-bottom: 5px;
  }

  .vacancies-home .tabs-holder {
    margin-bottom: 25px;
  }

  .need-help-banner .image-right {
    display: none;
  }
  .b2-our-service .service-block .block-content {
    padding: 15px 10px;
  }
  .b2-our-service .service-block .block-content h3 {
    font-size: 19px;
  }
  .b2-our-service .service-block p {
    font-size: 14px;
  }
  .b2-our-service .btn-actions {
    align-items: flex-start;
    gap: 7px;
    flex-direction: column;
  }
  .b2-our-service .btn-actions a:not(:last-child) {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
  }
  .watch-video {
    margin-right: 15px;
  }
  .watch-video a {
    justify-content: center;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  .footer-bottom .middle {
    margin: 20px 0;
  }

  .banner-links {
    gap: 0 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .banner-links li a {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .banner-links li a svg,
  .banner-links li a img {
    width: 15px;
    height: auto;
  }
  .what-we-offer ul li {

    width: 45%;
}
}

@media (min-width: 768px) {
  .main-banner {
    min-height: 350px;
  }
  .smiling-man {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #smile-rive {
    width: 80px;
  }

  .watch-video {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 2;
  }

  .watch-video a {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 225px;
  }

  .vacancies-sldier .action-btns,
  .last-news-slider .action-btns {
    justify-content: space-between;
  }

  .vacancies-sldier .action-btns .swiper-pagination,
  .last-news-slider .action-btns .swiper-pagination {
    display: block;
  }

  .aboutUs-home {
    padding-top: 50px;
  }

  .aboutUs-home .left {
    margin-top: 0;
  }

  .b2-page-banner {
    padding: 40px 0px;
  }

  .banner-image {
    width: 50%;
  }

  .b2-page-banner .banner-inner {
    display: flex;

    align-items: center;
    gap: 0 50px;
  }

  .shape-4 {
    width: 100px;
  }

  .vacancies-wrapper .filter-search .search-result {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
  }

  .vacancies-wrapper .filter-search .search-result {
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .vacancies-wrapper .filter-search .cat-item .dropdown-toggle {
    border-bottom: 0;
    padding: 0px 30px 0 0;
    margin-right: 6px;
    position: relative;
  }

  .vacancies-wrapper .filter-search .col-12:not(:nth-of-type(5)) .cat-item .dropdown-toggle:before {
    position: absolute;
    content: "";
    border-right: 1px solid #e5e5e5;
    height: 15px;
    right: -11px;
  }

  .vacancies-wrapper .filter-search .cat-item .dropdown-toggle::after {
    top: 7px;
  }

  .vacancies-wrapper .filter-search .clear-filter {
    margin-top: 0;
  }

  .all-faqs .accordion-item:not(:first-of-type) {
    border-top: 1px solid #ebebeb;
  }

  .all-faqs .faq-item {
    float: left;
    width: calc(50% - 20px);
    /* margin: 0 10px; */
  }
  .error-404 {
    height: 64vh;
  }
  .error-404 .text-404 {
    font-size: 85px;
  }
  .vacancy-detail-toolbar {
    display: none;
  }
  .vacancies-card-item .btn-fav,
  .vacancies-card-item .btn-trash {
    right: 20px;
  }
}

@media (min-width: 992px) {
  #hero-animation {
    width: 200px;
  }

  .smiling-man {
    right: 70px;

    z-index: 1;
  }

  .aboutUs-home .left {
    position: absolute;
    bottom: 0;
    left: 10%;
  }

  .smiling-woman {
    max-width: 340px;
  }

  .b2-counter {
    padding: 30px 0 60px;
  }

  .counter .col-6 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .counter .col-6:not(:last-child) {
    border-right: 2px solid #e5dcd1;
  }

  .counter .col-6 .item {
    max-width: max-content;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .counter canvas {
    margin-bottom: 20px;
  }

  .pre-faq-title {
    margin-left: -19px;
  }

  .faq-home .faq-left {
    display: flex;
    flex-direction: column;
    height: 100%;

    max-width: 500px;
  }

  .faq-home .faq-left .address-holder {
    margin-bottom: 0;
  }

  .b2-clients {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b2-clients .container {
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
  }

  /* .clients-logo .swiper-wrapper {
    justify-content: center;
  } */

  .footer-bottom {
    text-align: left;
  }

  .footer-bottom .middle {
  }

  .footer-bottom .middle,.header-top .top-left .middle {
    margin: 0;
  }

  .vacancies-single-banner {
    padding: 60px 0;
    position: relative;
  }
  #vacancies-rive {
    width: 146px;
    position: absolute;
    right: 0;
    top: 5%;
  }
  #smile-rive4 {
    width: 80px;
    position: absolute;
    right: 18%;
    top: 5%;
  }

  .back-btn {
    margin-bottom: 15px;
  }

  .vacancies-single-banner .banner-inner h1 {
    margin-bottom: 15px;
    max-width: 82%;
  }
  .extra-info {
    display: flex;
    justify-content: space-between;
  }
  .extra-info .left {
    flex: 1;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .extra-info .right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
  }
  .extra-info .left li {
    margin-bottom: 0;
  }
  .vacancies-single-holder .top .left {
    margin-bottom: 0;
  }

  .vacancies-single-holder .top .right {
    gap: 20px;
    padding-bottom: 0;
    justify-content: flex-end;
  }
  .vacancies-single-holder .top .right div {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 15px;
  }
  .area-slide .slide-tabs .swiper-slide .tab {
    padding: 18px 0;
    font-size: 14px;
    height: 55px;
  }
  #map {
    width: 453px;
  }

  .block-row-devider {
    width: 1px;

    height: 100%;

    margin: 0 auto;
  }
  .block-row .image-block {
    margin-bottom: 0;
  }
  .all-news {
    margin: 0 -15px;
  }
  .news-card {
    width: calc(33.334% - 30px);
    margin: 0 15px 30px;
  }

  .news-top-holder .left {
    height: 100%;
  }
  .news-top-holder .right,
  .news-top-holder .right > a {
    gap: 20px;
  }

  .news-top-holder .right img {
    max-width: 155px;
  }
  .block-row .text-block ul.column-2 {
    column-count: 2;
  }
  .block-row .text-block ul.column-2 li {
    break-inside: avoid;
  }
  .card-block {
    margin-top: 0;
  }

  .textPageForm .page-content {
    padding-right: 5%;
    max-width: 640px;
  }

  .textPageForm {
    position: relative;
  }
  .textPageForm .contact-right {
    padding: 50px 40px;
    margin-top: -70px;
    position: sticky;
    top: 20px;
  }
  .textPageForm .contact-right h3 {
    margin-bottom: 35px;
  }
  .modal-readmore .modal-header {
    position: absolute;
    top: -48px;
    width: 100%;
    padding-right: 8px;
  }

  .modal-readmore .profile-image {
    margin-left: auto;
    height: 100%;
  }
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 900px;
  }
  .modal-readmore .profile-text {
    padding-right: 10%;
    padding-top: 9%;
    padding-bottom: 5%;
  }
  .modal-readmore .modal-body {
    padding: 4rem;
  }
  .vacancies-wrapper .filter-search .cat-item {
    position: static;
  }

  .vacancies-wrapper .filter-search .cat-item .dropdown-menu {
    background-color: transparent;
    border: 0;
    padding-top: 19px;
  }

  .jobboardfilter {
    padding: 35px;
    background-color: var(--s-color);
    border-radius: 7px;
  }
  .jobboardfilter .header .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .filter-scrolable-wrapper {
    padding-top: 25px;
    margin-bottom: 40px;
    max-height: 250px;
    overflow-y: auto;
  }
  .filter-category li.filter-item label {
    margin-bottom: 25px;
  }
  .form__container--summary .close-filter {
    width: auto;
    padding: 15px 30px;
  }

  .filter-scrolable-wrapper .filter-category {
    display: flex;
    flex-wrap: wrap;
  }
  .vacancies-wrapper .filter-search .cat-item .dropdown-menu li {
    flex: 0 0 auto;
    width: 33.333%;
  }
  .vacancies-wrapper-top {
    position: sticky;
    top: -10px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
	padding-top: 30px;
  }
  .vacancies-wrapper-top.scrolled {
    border-color: #e5e5e5;
	  padding-bottom:20px;
  }
  .b2-our-video-home h2 {
    margin-bottom: 25px;
  }
  .our-video-text-content{
    max-width: 515px;
  }
  .what-we-offer {

    padding: 30px;

}
.what-we-offer .title {
  font-size: 16px;
  max-width: 165px;
  line-height: 1.2;
  flex: 0 0 auto;
}
.aboutUs-home:before {
  position: absolute;
  content: "";
  background-color: #FF551E;
  height: 100%;
  width: 28%;
  top: 0;
  pointer-events: none;
}
.aboutUs-home .svg-left {
  position: absolute;
  background-image: url(.././images/ab-home-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 90%;
  width: 23%;
  bottom: 0;
  background-position: bottom left;
}
.need-help-banner .shape-right {
  display: block;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -14px;
  top: 35px;
}
.need-help-banner .shape-right img {
  max-width: 100%;
  height: 100%;
  display: block;
}
.what-we-offer ul li {

  width: 198px;
}
.what-we-offer:first-child li {
  width: 141px;
}
.counter .text {

  max-width: 153px;
}
}

@media (min-width: 1200px) {
  .hero-animation-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--p-color);
    top: 0;
    width: 270px;

    display: flex;
    align-items: center;
    justify-content: right;
  }

  .smiling-man {
    max-width: 340px;
  }

  .nav-end {
    flex-direction: row;
    gap: 20px;

    padding-top: 0;
    align-items: center;
  }

  .favorites {
    border-right: 1px solid #e0d7cb;
    padding-right: 24px;
  }

  .lang-selector {
    margin-left: 12px;
  }
  #main-nav .menu-item-has-children .sub-menu {
    padding: 8px 5px;
  }
  #main-nav .nav-link {
    padding-inline: 18px;

    line-height: 1.3;
}

  #main-nav a:hover {
    text-shadow: 0 0 0 var(--p-color);
    color: var(--p-color);
  }

  .b2-navbar {
    padding: 13px 0;
  }

  .main-banner {
    padding: 85px 0 100px;
  }

  .main-banner h1 {
    font-size: 42px;
  }

  .vacancies-home,
  .faq-home .container {
    padding-top: 85px;
  }
  .b2-our-service,
  .b2-our-video-home {
    padding-top: 80px;
  }
  .b2-our-service .service-block .block-content {
    padding: 38px 60px 60px;
    max-width: 525px;
  }

  .b2-our-service .service-block p {
    margin-bottom: 40px;
  }

  .img-with-shape2 {
    bottom: 27%;
    right: -19%;
  }

  .img-with-shape1 {
    right: -12%;
    top: 36%;
  }

  .smiling-woman {
    margin-left: 20%;
  }

  #card-work {
    bottom: 27%;
  }

  .b2-counter {
    padding: 60px 0 85px;
    margin: 52px 0;
  }
  .counter-line-animation {
    height: 52px;
  }
  .counter-line-animation.top {
    top: -52px;
  }
  .counter-line-animation.bottom {
    bottom: -52px;
  }

  footer h5.toggle {
    border-bottom: 0;
  }

  footer h5:before {
    display: none;
  }

  .collapse-div {
    border-bottom: 0;
    display: flex !important;
  }

  footer .contact-holder h5 {
    border-bottom: 1px solid #e5dedc !important;
    margin-bottom: 30px !important;
  }

  footer .column-count {
    column-count: 2;
    column-gap: 85px;
  }

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

  .footer-bottom .left {
    display: flex;

    justify-content: space-between;
  }

  .footer-bottom .left li a {
    margin-bottom: 0;
  }

  .contact-holder .content {
    margin-bottom: 0;
  }

  .vacancies-wrapper-top {
    padding-bottom: 20px;
  }

  .need-help-banner .left {
    padding: 140px 10px;
  }
  .need-help-banner .left h2 {
    margin-bottom: 20px;
  }
  .need-help-banner .left p {
    margin-bottom: 40px;
  }
  .need-help-banner .left .btn {
    padding: 17px 45px;
    font-size: 18px;
  }
  canvas#logo-b2-white {
    width: 100px;
    top: -53px;
  }

  .need-help-banner {
    margin-top: 150px;
  }

  .slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area-slide {
    flex: 1;
    width: auto;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .slide-content .search {
    height: 60px;
    width: 250px;
    flex: 0 0 auto;
  }
  .all-faqs .faq-item {
    /* width: calc(50% - 20px); */
    /* margin: 0 15px; */
  }

  .contact-wrapper .contact-left:before {
    position: absolute;
    content: ">";
    width: 27px;
    height: 27px;
    top: 50%;
    right: -15px;
    background-color: #20124f;
    color: #fff;
    text-align: center;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
  }
  .block-row {
    padding-top: 70px;
  }
  .block-row .text-block h3 {
    margin-bottom: 30px;
  }
  .block-row .text-block p {
    margin-bottom: 35px;
  }

  .news-top-holder {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .news-card {
    width: calc(25% - 30px);
  }

  .contact-wrapper .contact-left {
    border-right: 1px solid #e3d9d3;
  }
  .block-row .text-block .dot-style li {
    margin-bottom: 12px;
    padding-left: 23px;
  }
  .block-row .text-block ul.column-2 {
    margin-bottom: 16px;
  }
  .card-block .card-item {
    gap: 40px;

    padding: 40px;
  }
  .card-block .card-item .count-number {
    font-size: 54px;
  }

  .testimonial-wrapper h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .testimonial-sldier .reviewer {
    font-size: 18px;

    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .testimonial-sldier .btn-action {
    margin-top: 80px;
  }
  .testimonial-sldier .btn-action .swiper-pagination-bullet {
    width: 25px;

    height: 6px;
  }
  .testimonial-sldier .btn-action .swiper-pagination-bullet-active {
    width: 50px;
  }
  .testimonial-wrapper .container {
    padding-top: 80px;
    margin-top: 0;
  }
  .company-wrapper .block-row .text-block h3 {
    font-size: 32px;
  }
  .page-content {
    padding-top: 80px;
  }
  .page-content h1 {
    font-size: 36px;
    line-height: 150%;
  }
  .s-news-head {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .page-content h2 {
    font-size: 32px;
  }
  .page-content h3 {
    font-size: 24px;
  }

  .page-content ul li {
    font-size: 16px;
  }
  .last-news .container {
    padding-top: 90px;
    margin-top: 70px;
  }
  .vacancies-sldier .action-btns,
  .last-news-slider .action-btns {
    margin-top: 35px;
  }
  .s-news-content {
    margin-top: -170px;
  }
  .s-news-banner {
    padding: 45px 0 170px;
  }
  #takeJobModal .contact-right form .form-check-input[type="checkbox"] {
    width: 33px;
    height: 33px;
  }
  /* .b2-page-banner .banner-inner > div {
    flex: 1;
  } */
  .what-we-offer {

    padding: 25px 40px;

    min-height: 90px;
    align-items: center;
}
.what-we-offer ul {

gap: 6px 30px;

flex: 0 0 auto;

max-width: 79%;

justify-content: flex-end;
}
.testimonial-wrapper {
  padding-bottom: 115px;
}
.certificates-list ul li {
  gap: 25px;
  padding: 20px;
}
.certificates-list ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.rectangular-shape {
  width: 160px;
  height: 50px;
  position: absolute;
  right: 23px;
  bottom: 16px;
  z-index: 1;
  background: rgb(244,226,203);
  background: linear-gradient(76deg, rgba(244,226,203,0.95) 0%, rgba(255,255,255,0) 70%);
}
.our-team-bottom > .row {
  margin-bottom: 40px;
}
.b2-our-team .profile {
  margin-bottom: 40px;
}
	.block-row .text-block .what-we-offer ul {
    max-width: 50%;
}
.aboutUs-home a {
    padding: .7rem 1.5rem;

}

}

@media (min-width: 1400px) {
  .rectangular-shape {
    width: 200px;
    height: 70px;
    bottom: 40px;
    right: 45px;

  }
  .container {
    max-width: 1235px;
  }

  .main-banner {
    padding: 120px 0 145px;
    min-height: 600px;
  }

  .pre-title-banner {
    font-size: 18px;
  }

  .main-banner h1 {
    font-size: 59px;
  }

  .main-banner p {
    margin-bottom: 65px;
    font-size: 18px;
  }

  .main-banner form {
    padding: 11px 12px 11px 24px;

    max-width: 93%;
  }

  .main-banner form input {
    font-size: 18px;
  }

  .main-banner form button {
    padding: 19px 55px;
  }

  .banner-links {
    gap: 0 50px;
    margin-left: 10px;
  }

  .banner-links li a {
    gap: 9px;

    padding-top: 20px;
  }

  .smiling-man {
    max-width: 490px;
  }

  #smile-rive {
    top: 84px;

    left: 68px;
  }

  .hero-animation-wrapper {
    width: 370px;
  }

  .watch-video {
    bottom: 17%;
  }

  .watch-video a {
    width: 335px;
    padding-left: 30px;
  }

  .vacancies-home,
  .faq-home .container {
    padding-top: 130px;
  }
  .b2-our-service,.b2-our-video-home {
    padding-top: 80px;
  }
  .b2-our-service .row {
    --bs-gutter-x: 2rem;
  }

  .pre-title {
    padding: 0 10px;
    margin-bottom: 2px;
    font-size: 18px;
  }

  h2 {
    font-size: 48px;
  }

  .b2-our-service h2 {
    margin-bottom: 40px;
  }

  .b2-our-service .service-block .block-content h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .vacancies-home .head {
    margin-bottom: 45px;
  }

  .tabs-holder .nav-tabs .nav-item .nav-link {
    gap: 15px;
    font-size: 16px;

    padding: 20px 45px;
  }

  .tabs-holder .nav-tabs .nav-item .nav-link svg {
    width: 24px;
    height: 24px;
  }

  .vacancies-home .tab-content {
    padding-top: 0;
  }

  .vacancies-card-item > div {
    padding: 30px 30px 0;
  }
  .vacancies-card-item .link-btn {
    padding: 30px;
    margin-top: auto;
  }
  .vacancies-sldier .action-btns,
  .last-news-slider .action-btns {
    margin-top: 60px;
  }

  .aboutUs-home {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 200px;
  }

  .smiling-woman {
    max-width: 460px;
  }

  .img-with-shape1 {
    width: 110px;
  }

  .img-with-shape2 {
    width: 74px;
  }

  #card-work {
    width: 260px;
    bottom: 33%;
  }


  .counter .count {
    font-size: 68px;

    line-height: 1.2;
  }

  .circle-dot {
    top: 0px;
    right: 0;
  }

  .pre-faq-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .faq-home .faq-left h2 {
    margin-bottom: 30px;
  }

  #b2-faq .accordion-item .accordion-button {
    min-height: 100px;
  }

  .b2-clients {
    padding-top: 130px;
  }

  .b2-clients .container {
    padding-top: 70px;
  }

  .b2-clients .foto-note {
    margin-bottom: 3rem;
  }

  footer {
    padding-top: 65px;
  }

  .faq-home .faq-left .address-holder {
    margin-top: 125px;
  }

  .aboutUs-home .half-circle {
    top: -90px;
    width: 100px;
  }

  .b2-page-banner {
    padding: 75px 0px;
  }

  ul.breadcrumbs {
    margin-bottom: 20px;
  }

  .b2-page-banner .banner-inner {
    gap: 0 90px;
  }

  .shape-4 {
    width: 140px;
    margin-top: 40px;
  }

  .banner-image .overlay {
    background: linear-gradient(90deg, rgba(249, 239, 226, 1) 0%, rgba(0, 0, 0, 0) 40%);
  }

  .b2-page-banner .banner-inner h1 {
    font-size: 48px;
  }
  .vacancies-single-banner .banner-inner h1 {
    font-size: 30px;
  }
  .extra-info .left {
    gap: 30px;
  }
  .extra-info ul li .btn {
    padding: 8px 9px;
  }
  .vacancies-single-banner {
    padding: 80px 0;
  }
  .extra-info ul li:last-child .btn {
    padding-left: 35px;
    padding-right: 35px;
  }
  .vacancies-single-holder .top .left {
    gap: 30px;

    padding-bottom: 28px;
    padding-top: 28px;
  }
  .vacancies-single-holder .top .left div:not(:last-child) {
    padding-right: 30px;
  }
  .vacancies-single-holder .bottom {
    margin-top: 55px;
  }
  .job-details-box {
    max-width: 357px;
  }
  .job-details-box h5 {
    padding: 20px 28px;
  }
  .job-details-box ul {
    padding: 28px;
  }
  .content-area p {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 165%;
  }
  .content-area ul {
    margin-bottom: 45px;
  }
  .content-area ul li {
    font-size: 18px;
  }
  #vacancies-rive,
  #smile-rive4 {
    top: 15%;
  }

  .slide-content .search {
    height: 65px;
    width: 310px;
  }
  .area-slide .slide-tabs .swiper-slide .tab {
    padding: 21px 0;
    height: 65px;
  }
  .faq-wrapper {
    padding-top: 80px;
  }
  .slide-content {
    margin-bottom: 75px;
  }

  .contact-wrapper .contact-left .breadcrumbs {
    margin-bottom: 55px;
  }

  .contact-wrapper .contact-left h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .contact-wrapper .contact-left .send-email {
    padding-top: 50px;
    margin-top: 60px;

    margin-bottom: 90px;
  }

  .contact-wrapper .contact-right h3 {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .contact-right form .form-control,
  .form-select {
    height: 56px;
  }
  .contact-right form .submit-btn {
    padding: 20px;
  }
  .contact-wrapper {
    padding: 75px 0;
  }

  .block-row,
  .block-row-four > .container {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .block-row-two {
    padding-bottom: 0;
  }
  .block-row-two,
  .company-block-bg {
    margin-top: 120px;
  }

  .block-row h3 {
    font-size: 40px;
  }
  .block-row .text-block p {
    margin-bottom: 42px;
  }
  .block-row .text-block ul li {
    margin-bottom: 20px;

  }
  .block-row .text-block ul li:before {
    width: 21px;
    height: 16px;
  }
  .timeline-carousel-wrapper {
    margin-top: 70px;
  }
  .timeline-carousel-wrapper .timeline .year {
    font-size: 36px;
  }
  .timeline-carousel-wrapper .timeline .year:before {
    bottom: -46px;
  }
  .timeline-carousel-wrapper .timeline .dot {
    width: 19px;
    height: 19px;

    margin: 36px 0 44px;
  }
  .horizontal-line {
    top: 99px;
  }
  .block-row-four .slide-actions svg {
    width: auto;
  }

  #logo-b2-rive {
    width: 120px;
    top: -61px;
  }
  .circle-small {
    width: 25px;
    height: 25px;

    top: 45px;
    left: -12px;
  }
  .shape-5 {
    top: -18px;
    left: 45px;
    width: 26px;
  }

  .circle-large {
    width: 87px;
    height: 87px;

    bottom: -18px;
    right: 30px;
  }
  .bold-line-small {
    width: 52px;
    height: 17px;

    right: -26px;
    bottom: 90px;
  }
  #smile-rive5 {
    width: 80px;
  }
  .block-row-three .circle-half svg {
    width: auto;
  }

  .b2-our-team {
    padding-top: 80px;
  }
  .our-team-top {
    padding-bottom: 50px;
    margin-bottom: 75px;
  }
  .our-team-bottom h5 {
    font-size: 24px;
  }
  .news-top-holder {
    margin-bottom: 85px;
    margin-top: 85px;
  }
  .news-top-holder .right,
  .news-top-holder .right > a {
    gap: 35px;
  }
  .news-top-holder .right {
    padding-left: 10px;
  }
  .news-top-holder .left {
    padding: 40px;
  }
  .news-top-holder .right img {
    max-width: 180px;
  }
  .testimonial-wrapper .container {
    padding-top: 120px;

  }
  .testimonial-wrapper .container {
    max-width: 1100px;
  }
  .block-row .text-block .btn {
    padding: 14px 50px;
  }
  .block-row .text-block .dot-style {
    margin-bottom: 50px;
  }
  .error-404 {
    height: 70vh;
  }
  .error-404 .text-404 {
    font-size: 174px;
    line-height: 1;
  }
  .error-404 h2 {
    font-size: 36px;
  }
  .error-404 p {
    margin-bottom: 60px;
  }
  .error-404 .btn {
    padding: 18px 70px;
  }
  .horizontal-bar2 {
    width: 272px;
    height: 66px;
  }
  .horizontal-bar2 .circle,
  .horizontal-bar1 .circle {
    width: 19px;
    height: 19px;

    top: -10px;
  }
  .horizontal-bar1 {
    width: 312px;
    height: 84px;
  }
  .vertical-bar {
    width: 84px;
    height: 345px;
  }

  .vertical-bar .line-52x17 {
    width: 52px;
    height: 17px;

    left: -25px;
  }
  .curved-line {
    top: 53%;
  }
  .aboutUs-home:before {

    width: 30%;

  }
}
@media(min-width:1600px){
  .aboutUs-home:before {

    width: 33%;

  }
  .aboutUs-home .left {

    left: 14%;
}
}
@media(min-width:2000px){
  .aboutUs-home:before {

    width: 25%;

  }

}
@media (max-width: 480px) {
  .vacancies-card-item .bottom ul li {
    font-size: 13px;
  }
}


body .mfp-close {
  background-color: #f36030 !important;
}
body .mfp-img-mobile .mfp-close {
  top: 5px;
  right: 5px;

}
body .mfp-container .mfp-close {

  border-radius: 6px;
  opacity: 1;
}
body .mfp-arrow {

  width: 35px;
  height: 33px;

}
body .mfp-arrow.mfp-arrow-right,body .mfp-arrow.mfp-arrow-left {
  background-color: #f36030!important; 
  border-radius: 4px; 

}
body .mfp-arrow-right {
  right: 15px;
}
body .mfp-arrow-left {
  left: 15px;
}

.page-id-120 .shape-4,.page-id-1063 .shape-4,.page-id-124 .shape-4,.page-id-1094 .shape-4,.page-id-777 .shape-4,.page-id-1070 .shape-4 {
  display: none;
}
.accordion-body {
	
    font-family: "Inter", sans-serif;
    font-size: 16px;

}
@media(max-width:1399.98px){
  .block-row {
    padding-bottom: 60px;
}
}

.accordion-body ul {
    list-style: disc;
    padding-left: 20px;
}

.accordion-body ul li {
    margin: 11px 0;
}
.accordion-body ul li::marker {
color: var(--p-color);
}

.share-popup ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 2.5rem 2rem;
}
.share-popup ul li {
  flex: 0 0 auto;
  width: 110px;
}
.share-popup ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: currentColor;
}

.share-popup ul li a svg {
  width: 19px;
  height: 19px;
}
.share-popup ul li a:hover svg {
  transform: scale(1.05);
}

.share-popup .modal-header {
  background-color: var(--p-color);
  color: #fff;
  padding: 1rem 2rem;
}

.share-popup .modal-header .btn-close {
  background-color: var(--btn-color);
}

.share-popup .modal-header .btn-close:hover {
  opacity: 0.9;

}

@media (min-width: 576px){
  .share-popup .modal-dialog {
    max-width: 450px;
}
}

li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-nl.wpml-ls-current-language.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-has-children.nav-item a {
	padding-top: 13px;
}

li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-en.wpml-ls-menu-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.nav-item {
  a.nav-link::before {
    display: none;
    content: none;
  }
  a.nav-link:hover {
    left: 0 !important;
  }
}

@media (max-width: 1200px) {
  .wpml-ls-menu-item.menu-item-has-children .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
	  background-color: transparent !important;
	  padding-left: 0 !important;
  }
  li.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-item-nl.wpml-ls-current-language.wpml-ls-menu-item.wpml-ls-first-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-has-children.nav-item:before {
	content: unset !important;
}
 
