@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Black.woff2") format("woff2"), url("../fonts/Barlow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.woff2") format("woff2"), url("../fonts/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Thin.woff2") format("woff2"), url("../fonts/Barlow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraLight.woff2") format("woff2"), url("../fonts/Barlow-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBold.woff2") format("woff2"), url("../fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sen";
  src: url("../fonts/Sen-ExtraBold.woff2") format("woff2"), url("../fonts/Sen-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sen";
  src: url("../fonts/Sen-Bold.woff2") format("woff2"), url("../fonts/Sen-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sen";
  src: url("../fonts/Sen-Medium.woff2") format("woff2"), url("../fonts/Sen-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sen";
  src: url("../fonts/Sen-SemiBold.woff2") format("woff2"), url("../fonts/Sen-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sen";
  src: url("../fonts/Sen-Regular.woff2") format("woff2"), url("../fonts/Sen-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
  color: #000;
  position: relative;
}

.page-width {
  max-width: 1350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 1199px) {
  .page-padding {
    padding: 50px 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.image {
  width: 100%;
  height: 0;
  position: relative;
  display: block;
  padding-top: 100%;
}

.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

h1, h2 {
  font-family: "Sen";
  font-size: 48px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2.25px;
  line-height: 130%;
  text-align: center;
  position: relative;
  padding-bottom: 13px;
}
h1::after, h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 7px;
  background: rgb(1, 132, 88);
  background: linear-gradient(90deg, rgb(1, 132, 88) 61%, rgb(240, 192, 54) 100%);
}
@media screen and (max-width: 1399px) {
  h1, h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  h1, h2 {
    font-size: 30px;
    letter-spacing: 1.25px;
  }
}

.left-title h1, .left-title h2 {
  text-align: left;
}
.left-title h1::after, .left-title h2::after {
  left: 0;
  transform: none;
}

.title span {
  font-size: 24px;
  font-weight: 400;
  color: #018458;
}

p, .template-text ul li, .blog-content span, .job-details-page li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 130%;
  color: #222222;
}
@media screen and (max-width: 575px) {
  p, .template-text ul li, .blog-content span, .job-details-page li {
    font-size: 16px;
  }
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.greenBtn {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #34A853;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .greenBtn {
    font-size: 16px;
  }
}

.btnWidth {
  min-width: 155px;
}

.light-background {
  background-color: rgba(217, 217, 217, 0.56);
}

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

.page-top {
  background-image: url("../images/Background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-top h1 {
  font-size: 32px;
  color: #222222;
  padding-bottom: 0;
  text-align: left;
  text-transform: uppercase;
}
.page-top h1::after {
  display: none;
}
.page-top span, .page-top span a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 2.25px;
}
@media screen and (max-width: 575px) {
  .page-top h1 {
    font-size: 28px;
  }
  .page-top span, .page-top span a {
    font-size: 14px;
  }
}

.about-top {
  background-image: url("../images/Background4.jpg");
}

.small-heading h1, .small-heading h2, .two-col-text h1, .two-col-text h2 {
  font-size: 32px;
  text-align: left;
  color: #222222;
  padding-bottom: 0;
  letter-spacing: 1.5px;
}
.small-heading h1::after, .small-heading h2::after, .two-col-text h1::after, .two-col-text h2::after {
  display: none;
}
@media screen and (max-width: 1399px) {
  .small-heading h1, .small-heading h2, .two-col-text h1, .two-col-text h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .small-heading h1, .small-heading h2, .two-col-text h1, .two-col-text h2 {
    font-size: 20px;
  }
}

.two-col-text {
  overflow: auto;
}
.two-col-text h2 {
  width: 40%;
  float: left;
  clear: both;
  padding-right: 50px;
}
.two-col-text p {
  margin-bottom: 10px;
  color: #222222;
  width: 60%;
  float: right;
}
.two-col-text p + h2, .two-col-text h2 + p {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .two-col-text p + h2, .two-col-text h2 + p {
    margin-top: 50px;
  }
}
.two-col-text p + p {
  margin-top: 10px;
}
.two-col-text h2:first-child + p {
  margin-top: 0;
}
@media screen and (max-width: 1399px) {
  .two-col-text h2 {
    width: 35%;
  }
  .two-col-text p {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .two-col-text h2, .two-col-text p {
    width: 100%;
    float: unset;
  }
  .two-col-text h2 {
    padding-right: 0;
  }
  .two-col-text h2:first-child + p, .two-col-text h2 + p {
    margin-top: 20px;
  }
}

.template-text h2 {
  margin: 30px 0;
}
.template-text h2:first-child {
  margin-top: 0;
}
.template-text p {
  margin: 20px 0;
}
.template-text ul {
  list-style-position: inside;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.template-text ul li {
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .template-text ul {
    grid-template-columns: 1fr;
  }
}

.download, .back, .success-cont a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .download, .back, .success-cont a {
    font-size: 16px;
  }
}
.download::before, .back::before, .success-cont a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.download {
  color: #3080EA;
  padding-left: 35px;
}
.download::before {
  width: 27px;
  height: 32px;
  background-image: url("../images/document-pdf.png");
}

.back, .success-cont a {
  color: #018458;
  padding-left: 60px;
}
.back::before, .success-cont a::before {
  width: 50px;
  height: 20px;
  background-image: url("../images/back-arrow.svg");
}

.download:hover {
  text-decoration: underline;
}

.template-text .back:last-child, .template-text .download:last-child {
  margin-bottom: 0;
}

.template-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 1399px) {
  .template-gallery {
    gap: 10px;
    grid-auto-rows: 180px;
  }
}
.template-gallery a:nth-child(3n+1) {
  grid-column: span 2;
}
@media screen and (max-width: 575px) {
  .template-gallery {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 100px;
    gap: 5px;
  }
  .template-gallery a:nth-child(3n+1) {
    grid-column: span 1;
  }
}
.template-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

header {
  height: 110px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1399px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  header {
    height: 60px;
  }
}
header .page-width {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head, header .head ul, header .head ul li, header .head ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
header .kandidati, header .nav a, header details summary {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.25px;
}
header details {
  border-bottom: 3px solid transparent;
  position: relative;
  cursor: pointer;
}
header details summary {
  list-style: none;
  color: #34A853;
  padding-right: 10px;
  padding-left: 20px;
  border-left: 1px solid #000;
  background-image: url("../images/Arrow-down.svg");
  background-position: 100% 60%;
  background-repeat: no-repeat;
}
header details ul {
  position: absolute;
  top: 50px;
  right: 0;
  flex-direction: column;
}
header details ul li {
  text-align: center;
  justify-content: center;
  margin-left: 0 !important;
  width: 100%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-color: #EAEAEA;
}
header details ul li a {
  padding: 10px 20px;
  text-transform: none !important;
}
header details ul .active-lang {
  background-color: #34A853;
  width: 100%;
  justify-content: center;
}
header details ul .active-lang a {
  color: #fff;
  width: 100%;
  justify-content: center;
}
header .nav {
  list-style: none;
}
header .nav a {
  color: #000;
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
  text-transform: uppercase;
}
header .nav .active {
  color: #34A853;
  border-bottom: 3px solid #34A853;
}
header .nav > li > a:hover {
  color: #34A853;
}
header .nav li + li {
  margin-left: 20px;
}
header .kandidati {
  color: #34A853;
  border: 2px solid #34A853;
  padding: 10px 15px;
  border-radius: 50vh;
  box-shadow: 0 3px 12px 0 rgba(1, 132, 88, 0.2);
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  header .kandidati {
    padding: 20px;
  }
}
header .logo {
  width: 370px;
  height: 100%;
  padding: 20px 0;
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.mt {
  margin-top: 110px;
}
@media screen and (max-width: 1399px) {
  .mt {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .mt {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  header {
    right: unset;
    height: 50px;
    background: #fff;
  }
  header .desktop-header {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-header {
    display: none !important;
  }

}
/*
 * MENU BUTTON
 */
.menu__toggler {
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 10px;
  z-index: 99;
  height: 50px;
  width: 60px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #fff;
}
.menu__toggler span,
.menu__toggler span::before,
.menu__toggler span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #34A853;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  left: 50%;
  transform: translateX(-50%);
}
.menu__toggler span {
  width: 80%;
}
.menu__toggler span::before {
  top: -10px;
}
.menu__toggler span::after {
  top: 10px;
}
.menu__toggler.active > span {
  background: transparent;
}
.menu__toggler.active > span::before, .menu__toggler.active > span::after {
  background: #34A853;
  left: 25%;
  top: 0px;
}
.menu__toggler.active > span::before {
  transform: rotate(-225deg);
}
.menu__toggler.active > span::after {
  transform: rotate(225deg);
}

/*
 * SLIDING MENU PANEL
 */
.menu {
  position: relative;
  left: -100%;
  z-index: 98;
  color: #000;
  background: #fff;
  width: 100%;
  height: 100vh;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  justify-content: flex-start;
  transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: scroll;
}
@media screen and (max-height: 500px) {
  .menu {
    justify-content: start;
  }
}
.menu.active {
  left: 0;
}
.menu .nav li + li {
  margin-left: 0;
  margin-top: 20px;
}
.menu .nav .kandidati {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
.menu .nav li a, .menu .nav .kandidati {
  font-size: 35px;
}
@media screen and (max-width: 575px) {
  .menu .nav li a, .menu .nav .kandidati {
    font-size: 25px;
  }
}
.menu .languages-mobile {
  margin-top: 50px !important;
}
.menu .languages-mobile a {
  font-size: 30px !important;
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .menu .languages-mobile a {
    font-size: 20px !important;
    margin-right: 0;
    margin-left: 15px;
  }
}
.menu .languages-mobile .active-lang {
  color: #34A853;
}
.menu .logo {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

.login-register-wrapp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: -5;
  opacity: 0;
}
.login-register-wrapp .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  z-index: 100;
  background-image: url("../images/close.png");
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .login-register-wrapp {
    grid-template-columns: 1fr;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 575px) {
  .login-register-wrapp .close {
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}

.login, .register {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-height: 800px) {
  .login, .register {
    justify-content: start;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1199px) {
  .login, .register {
    justify-content: start;
    overflow-y: unset;
  }
}

.login {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-100%);
}
.login p, .login a {
  color: #fff;
  text-align: center;
  font-family: "Sen";
  letter-spacing: 2.5px;
}
.login p {
  font-size: 400;
}
.login p:first-child {
  font-size: 32px;
  margin-bottom: 30px;
}
.login a {
  display: inline-block;
  margin-top: 30px;
  border: 2px solid #fff;
  border-radius: 50vh;
  padding: 24px;
  width: 100%;
  max-width: 300px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .login p:first-child {
    font-size: 22px;
  }
  .login a {
    padding: 10px;
    max-width: 200px;
  }
}

.register {
  background-color: #fff;
  transform: translateX(100%);
}
.register form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin-top: 30px;
}
.register form > input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  height: 65px;
  width: 100%;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0 20px;
}
.register form > label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2.25px;
  margin: 15px 0 5px;
}
.register form button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2.25px;
  background-color: #FCCF30;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
  border: none;
}
.register form .privacy-policy {
  margin: 20px 0;
}
.register form .privacy-policy label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.register form .privacy-policy label span {
  font-weight: bold;
  color: #3096E0;
}
@media screen and (max-width: 575px) {
  .register form > input {
    height: 50px;
  }
  .register form > label {
    font-size: 15px;
  }
  .register form button {
    font-size: 15px;
  }
}

.login-register-wrapp.opened {
  z-index: 100;
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .login.opened, .register.opened {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1199px) {
  .login.opened, .register.opened {
    transform: none;
  }
}

.register::-webkit-scrollbar, .login::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.register, .login {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

@media screen and (min-width: 1399px) {
  .small-header {
    height: 90px;
  }
}

footer {
  background-color: #EAEAEA;
}

.foot2 {
  padding-bottom: 20px;
  justify-content: space-between;
}
.foot2, .foot2 ul, .foot2 ul li {
  display: flex;
  align-items: center;
}
.foot2 ul {
  list-style: none;
}
.foot2 ul li {
  height: 12px;
}
.foot2 ul li + li {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #000;
}
.foot2 p, .foot2 a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  transition: all 0.5s;
}
.foot2 a:hover {
  color: #34A853;
}
@media screen and (max-width: 767px) {
  .foot2 {
    flex-direction: column-reverse;
    align-items: start;
  }
  .foot2 ul {
    margin-bottom: 20px;
  }
}

.foot1 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 50px 0 30px;
}
@media screen and (max-width: 1199px) {
  .foot1 {
    flex-direction: column;
  }
}
.foot1 .foot1-left {
  max-width: 300px;
}
@media screen and (max-width: 1199px) {
  .foot1 .foot1-left {
    max-width: 500px;
    margin-bottom: 20px;
  }
}
.foot1 .foot1-left .footer-logo {
  width: 230px;
  height: 140px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .foot1 .foot1-left .footer-logo {
    width: 50%;
    height: auto;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.foot1 .foot1-left .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.foot1 .foot1-left p {
  font-family: "Sen";
  letter-spacing: 1.5px;
  color: #000;
}
.foot1 .foot {
  padding-top: 30px;
}

.foot1 .foot p, .foot1 .foot a {
  font-family: "Sen";
  color: #000;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  .foot1 .foot p, .foot1 .foot a {
    font-size: 18px;
  }
  .footer-social ul {
    margin-top: 10px;
  }
  .foot1 .foot1-left p {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
  }
}
.foot1 .foot p {
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .foot1 .foot p {
    display: none;
  }
}
.foot1 .foot a {
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 200%;
  transition: all 0.5s;
  position: relative;
}
.foot1 .foot a::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  left: 0;
  bottom: -4px;
  background-color: #34A853;
  transition: all 0.5s;
}
.foot1 .foot a:hover {
  color: #34A853;
}
.foot1 .foot a:hover::after {
  width: 100%;
}
.foot1 .foot ul {
  list-style: none;
}
.foot1 .footer-social a {
  padding-left: 25px;
}
.foot1 .footer-social a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.foot1 .footer-social .fb::before {
  background-image: url("../images/facebook.svg");
}
.foot1 .footer-social .in::before {
  background-image: url("../images/instagram.svg");
}
.foot1 .footer-social .tk::before {
  background-image: url("../images/tiktok.svg");
}
.foot1 .footer-social .ln::before {
  background-image: url("../images/linkedin.svg");
}
.foot1 .footer-social .yt::before {
  background-image: url("../images/youtube.svg");
}
.foot1 .footer-social .tw::before {
  background-image: url("../images/twitter.svg");
}
.foot1 .footer-social .fb:hover::before {
  background-image: url("../images/facebook-green.svg");
}
.foot1 .footer-social .in:hover::before {
  background-image: url("../images/instagram-green.svg");
}
.foot1 .footer-social .tk:hover::before {
  background-image: url("../images/tiktok-green.svg");
}
.foot1 .footer-social .ln:hover::before {
  background-image: url("../images/linkedin-green.svg");
}
.foot1 .footer-social .yt:hover::before {
  background-image: url("../images/youtube-green.svg");
}
.foot1 .footer-social .tw:hover::before {
  background-image: url("../images/twitter-green.svg");
}

.main {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 20px;
}
.main .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1399px) {
  .main {
    padding: 150px 20px;
  }
}
@media screen and (max-width: 991px) {
  .main {
    padding: 100px 20px;
  }
}

.main-social {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-social a + a {
  margin-top: 20px;
}
.main-social a svg path {
  transition: all 0.5s;
}
.main-social a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .main-social {
    flex-direction: row;
  }
  .main-social a + a {
    margin-top: 0;
    margin-left: 20px;
  }
}

.headline {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headline h1 {
  font-family: "Sen";
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 5.25px;
  color: #000;
  padding: 0;
  margin-bottom: 30px;
}
.headline h1 span {
  color: #34A853;
}
.headline h1::after {
  display: none;
}
@media screen and (max-width: 575px) {
  .headline h1 {
    font-size: 38px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 400px) {
  .headline h1 {
    font-size: 35px;
  }
}
.headline h1 + p {
  font-family: "Sen";
  letter-spacing: 2.25px;
  color: #000;
}
.headline .most-searched p, .headline .most-searched span {
  font-size: 15px;
  letter-spacing: 0.75px;
  font-family: "Rubik";
  color: rgba(0, 0, 0, 0.7);
}
.headline .most-searched span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.headline form {
  margin: 30px 0;
  width: 100%;
  padding: 5px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50vh;
}
.headline form input, .headline form button {
  font-family: "Rubik";
  border: none;
  outline: none;
}
.headline form input::-moz-placeholder {
  font-family: "Rubik";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
}
.headline form input, .headline form input::placeholder {
  font-family: "Rubik";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
}
.headline form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.headline form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.headline form input {
  height: 60px;
  width: 250px;
  background: transparent;
  color: #000;
  padding-left: 30px;
  padding-right: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.headline form .kljucne {
  background-image: url("../images/search-grey.svg");
  background-repeat: no-repeat;
}
.headline form .djelatnost {
  background-image: url("../images/djelatnost.png");
  background-repeat: no-repeat;
}
.headline form .lokacija {
  background-image: url("../images/lokacija.svg");
  background-repeat: no-repeat;
}
.headline form input + input {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  padding-left: 60px;
  background-position: 30px center;
}

.headline form button {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #34A853;
  border-radius: 50vh;
  padding: 15px 27px;
}
@media screen and (max-width: 991px) {
  .headline form {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    padding: 0 20px 20px;
  }
  .headline form input {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
  .headline form input + input {
    padding-left: 30px;
    border-left: none;
    background-position: left center;
  }
  .headline form button {
    margin-top: 30px;
    width: 100%;
  }
}

.highlighted-jobs .highlighted, .search-jobs .highlighted {
  background-color: #F1F1F1;
  border-radius: 14px;
  border: 2px solid transparent;
  transition: all 0.5s;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.highlighted-jobs .highlighted *, .search-jobs .highlighted * {
  color: #000;
}
.highlighted-jobs .highlighted .ad, .highlighted-jobs .highlighted .location, .highlighted-jobs .highlighted .time, .search-jobs .highlighted .ad, .search-jobs .highlighted .location, .search-jobs .highlighted .time {
  padding-left: 25px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.75px;
}
.highlighted-jobs .highlighted .ad::before, .highlighted-jobs .highlighted .location::before, .highlighted-jobs .highlighted .time::before, .search-jobs .highlighted .ad::before, .search-jobs .highlighted .location::before, .search-jobs .highlighted .time::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.highlighted-jobs .highlighted .ad, .search-jobs .highlighted .ad {
  font-weight: 500;
  letter-spacing: 2.25px;
}
.highlighted-jobs .highlighted .location, .search-jobs .highlighted .location {
  margin-bottom: 10px;
}
.highlighted-jobs .highlighted .ad::before, .search-jobs .highlighted .ad::before {
  background-image: url("../images/diamond-green.svg");
}
.highlighted-jobs .highlighted .location::before, .search-jobs .highlighted .location::before {
  background-image: url("../images/location-green.svg");
}
.highlighted-jobs .highlighted .time::before, .search-jobs .highlighted .time::before {
  background-image: url("../images/clock.svg");
}
.highlighted-jobs .highlighted .greenBtn, .search-jobs .highlighted .greenBtn {
  color: #F1F1F1;
  font-weight: 400;
}
.highlighted-jobs .highlighted .company, .search-jobs .highlighted .company {
  display: flex;
  align-items: center;
  margin: 20px 0 40px;
}
@media screen and (max-width: 575px) {
.highlighted-jobs .highlighted .company, .search-jobs .highlighted .company {
  margin: 10px 0;
}
}
.highlighted-jobs .highlighted .company .company-logo, .search-jobs .highlighted .company .company-logo {
  width: 90px;
  height: 70px;
  margin-right: 15px;
}
.highlighted-jobs .highlighted .company .company-logo img, .search-jobs .highlighted .company .company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.highlighted-jobs .highlighted .company .company-name span, .highlighted-jobs .highlighted .company .company-name p, .search-jobs .highlighted .company .company-name span, .search-jobs .highlighted .company .company-name p {
  font-weight: 500;
  letter-spacing: 2.25px;
}
.highlighted-jobs .highlighted .company .company-name span, .search-jobs .highlighted .company .company-name span {
  font-size: 12px;
}
.highlighted-jobs .highlighted .company .company-name p, .search-jobs .highlighted .company .company-name p {
  font-size: 18px;
  margin-top: 5px;
}
.highlighted-jobs .highlighted .position, .search-jobs .highlighted .position {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.25px;
  min-height: 70px;
}
.highlighted-jobs .highlighted .pos-description, .search-jobs .highlighted .pos-description {
  margin: 20px 0 40px;
}
@media screen and (max-width: 575px) {
  .highlighted-jobs .highlighted .pos-description, .search-jobs .highlighted .pos-description {
    display: none;
  }
.highlighted-jobs .highlighted .position, .search-jobs .highlighted .position {
  font-size: 20px;
  letter-spacing: 1.25px;
}
.highlighted-jobs .highlighted .company .company-logo, .search-jobs .highlighted .company .company-logo {
  width: 100%;
  max-width: 70px;
  height: 70px;
}
.highlighted-jobs .highlighted .company .company-name p,
.search-jobs .highlighted .company .company-name p {
  font-size: 16px;
  letter-spacing: 1px;
}
.highlighted-jobs .highlighted .company .company-name span,
.search-jobs .highlighted .company .company-name span {
  letter-spacing: 0;
}

}
.highlighted-jobs .highlighted .pos-description p, .search-jobs .highlighted .pos-description p {
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}
.highlighted-jobs .highlighted .bottom-info, .search-jobs .highlighted .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.highlighted-jobs .highlighted:hover, .search-jobs .highlighted:hover {
  border: 2px solid #FCCF30;
}
@media screen and (max-width: 575px) {
  .highlighted-jobs .highlighted, .search-jobs .highlighted {
    padding: 20px 10px;
  }
}

.highlighted-jobs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 1399px) {
  .highlighted-jobs {
    gap: 10px;
  }
}
.highlighted-jobs-swiper {
  display: block;
  position: relative;
}
.swiper-button-next, .swiper-button-prev {
  cursor: pointer;

}
.swiper-button-next {
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-prev {
  left: -50px;
  bottom: 50%;
  transform: rotate(180deg) translateY(50%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  background-image: url('../images/double-right-arrows.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 900px) {
  .swiper-button-next {
    right: -30px;
  }
  .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -17px;
  }
  .swiper-button-prev {
    left: -17px;
  }
  .highlightedSwiper .swiper-slide {
    padding: 0 15px;
  }
}
.search-jobs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 90%;
  margin: 50px auto;
}
@media screen and (max-width: 1399px) {
  .search-jobs {
    max-width: 100%;
  }
}
@media screen and (max-width: 1299px) {
  .search-jobs {
    gap: 10px;
  }
}
.search-jobs .highlighted {
  height: 100%;
  background-color: #fff;
}
.search-jobs .highlighted .company {
  margin: 0 0 10px;
}
.search-jobs .highlighted .company .company-logo {
  width: 60px;
  height: 60px;
}
.search-jobs .highlighted .pos-description {
  margin: 20px 0;
}
.search-jobs .highlighted .pos-description p {
  font-size: 18px;
}
.search-jobs .highlighted .salary {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
}
.search-jobs .highlighted .date, .search-jobs .highlighted .salary {
  letter-spacing: 0.75px;
}
.search-jobs .highlighted .date span, .search-jobs .highlighted .salary span {
  color: #34A853;
}

@media screen and (max-width: 1199px) {
  .search-jobs, .highlighted-jobs {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .highlighted-jobs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .search-jobs .highlighted {
    padding: 10px;
  }
  .search-jobs .highlighted .company {
    justify-content: center;
  }
  .search-jobs .highlighted .company .company-name {
    display: none;
  }
  .search-jobs .highlighted .company .company-logo {
    margin-right: 0;
  }
  .search-jobs .highlighted .position {
    text-align: center;
    min-height: unset;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
  .search-jobs .highlighted .pos-description, .search-jobs .highlighted .time, .search-jobs .highlighted .salary, .search-jobs .highlighted .date {
    display: none;
  }
  .search-jobs .highlighted .location {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin-top: auto;
  }
  .search-jobs .highlighted .location::before {
    position: static;
    transform: none;
    margin-right: 5px;
  }
}
@media screen and (max-width: 576px) {
  .search-jobs .highlighted .position {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.job-filters {
  margin: 50px 0;
}
.job-filters .row + .row {
  margin-top: 30px;
}
.job-filters .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.job-filters .row label {
  display: none;
}
.job-filters a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #000;
  transition: all 0.5s;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 155px;
}
.job-filters a, .job-filters .filter {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 12px;
}
.job-filters .job-filter, .job-filters .city-filter {
  width: 100%;
  max-width: 110px;
}
.job-filters .job-filter details, .job-filters .city-filter details {
  position: relative;
}
.job-filters .job-filter details summary, .job-filters .city-filter details summary {
  list-style: none;
}
.job-filters .job-filter details ul, .job-filters .city-filter details ul {
  position: absolute;
  list-style: none;
  background-color: #fff;
  z-index: 5;
  top: 100%;
  right: 0;
}
.job-filters .job-filter details ul li, .job-filters .city-filter details ul li {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  width: 100%;
  padding: 15px 25px;
  transition: all 0.3s;
  letter-spacing: 2.25px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.job-filters .job-filter details ul li:hover, .job-filters .city-filter details ul li:hover {
  color: #fff;
  background-color: #34A853;
}
.job-filters .filter {
  height: 44px;
  width: 100%;
  max-width: 110px;
  background-image: url("../images/filters.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  cursor: pointer;
}
.job-filters a:hover {
  border-color: #FCCF30;
}
.job-filters .selected {
  background-color: #34A853;
  border-color: #34A853;
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .job-filters a {
    font-size: 16px;
  }
  .job-filters .job-filter, .job-filters .city-filter {
    max-width: 90px;
  }
  .job-filters .job-filter details ul li, .job-filters .city-filter details ul li {
    font-size: 16px;
  }
  .job-filters .filter {
    max-width: 90px;
    height: 40px;
  }
}
@media screen and (max-width: 1299px) {
  .job-filters .row {
    position: relative;
    padding-right: 100px;
    flex-wrap: wrap;
    justify-content: normal;
  }
  .job-filters .row a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .job-filters .row .job-filter, .job-filters .row .city-filter {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .job-filters {
    margin: 30px 0;
  }
  .job-filters .row {
    padding-right: 0;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
  }
  .job-filters .row .job-filter, .job-filters .row .city-filter {
    position: static;
  }
  .job-filters .row .job-filter details ul li, .job-filters .row .city-filter details ul li {
    letter-spacing: 0.75px;
    padding: 10px 20px;
  }
  .job-filters .row label {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .job-filters .row + .row {
    margin-top: 20px;
  }
  /* .job-filters a {
    display: none;
  } */
}

.employers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}
.employers .employer {
  background-color: rgba(217, 217, 217, 0.56);
  border-radius: 14px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  transition: all 0.5s;
}
.employers .employer .employer-logo {
  width: 140px;
  height: 110px;
}
.employers .employer .employer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.employers .employer p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2.25px;
  margin: 30px 0;
  text-align: center;
}
.employers .employer a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border: 2px solid #018458;
  border-radius: 8px;
  padding: 10px 40px;
  transition: all 0.5s;
}
.employers .employer:hover a {
  background-color: #018458;
  color: #fff;
}
@media screen and (max-width: 1299px) {
  .employers {
    gap: 20px;
  }
  .employers .employer .employer-logo {
    width: 40%;
    height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .employers {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .employers {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .employers {
    grid-template-columns: 1fr;
  }
}

.price-list-container {
  max-width: 1000px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
}
.price-list-container .price-list {
  background-color: #fff;
  padding: 60px 20px 30px;
  border: 2px solid transparent;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-list-container .price-list * {
  color: #222222;
  letter-spacing: 0.6px;
}
.price-list-container .price-list .package {
  font-family: "Sen";
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #34A853;
  padding: 5px 20px;
  border-radius: 13px;
  background: linear-gradient(90deg, #C7FC30 0%, #63C84A 23%, #65FC30 51%, #C7FC30 77%, #7ADA40 100%);
}
.price-list-container .price-list .price {
  font-family: "Sen";
  font-size: 11px;
  font-weight: 400;
  margin: 20px 0;
}
.price-list-container .price-list .price span {
  font-size: 39px;
  font-weight: bold;
}
.price-list-container .price-list ul {
  list-style: none;
  max-width: 230px;
  margin: 0 auto 10px;
}
.price-list-container .price-list ul li {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 130%;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
}
.price-list-container .price-list ul li::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(2px);
}
.price-list-container .price-list ul .yes::before {
  background-image: url("../images/check.svg");
}
.price-list-container .price-list ul .no::before {
  background-image: url("../images/cross.svg");
}
.price-list-container .price-list .yellowBtn {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 15px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 35px;
  border: 2px solid #FCCF30;
  border-radius: 30px;
  transition: all 0.5s;
  margin: auto 0 15px;
}
.price-list-container .price-list .visibility {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.price-list-container .package1, .price-list-container .package2, .price-list-container .package3 {
  position: relative;
}
.price-list-container .package1::before, .price-list-container .package2::before, .price-list-container .package3::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 21px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.price-list-container .package1 {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.price-list-container .package1::before {
  background-image: url("../images/start-paket.svg");
}
.price-list-container .package2::before {
  background-image: url("../images/plus-paket.svg");
}
.price-list-container .package3 {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.price-list-container .package3::before {
  background-image: url("../images/total-paket.svg");
}
.price-list-container .price-list:hover {
  border-color: #34A853;
}
.price-list-container .price-list:hover .yellowBtn {
  background-color: #FCCF30;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .price-list-container {
    grid-template-columns: 1fr;
    max-width: 350px;
  }
  .price-list-container .package1 {
    border-bottom-left-radius: 0;
    border-top-right-radius: 23px;
  }
  .price-list-container .package3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 23px;
  }
}
@media screen and (max-width: 575px) {
  .price-list-container {
    max-width: 100%;
    gap: 2px;
  }
}

.about-wrapper {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
.about-wrapper .about-background {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 60%;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-wrapper::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  background-color: rgba(52, 168, 83, 0.39);
  border-radius: 50%;
  right: 40%;
  top: 40%;
}
@media screen and (max-width: 1399px) {
  .about-wrapper {
    padding-top: 100px;
  }
  .about-wrapper .about-background {
    width: 55%;
  }
  .about-wrapper::before {
    right: 45%;
  }
}
@media screen and (max-width: 1299px) {
  .about-wrapper {
    padding-bottom: 600px;
    padding-top: 50px;
  }
  .about-wrapper .about-background {
    top: unset;
    height: 550px;
    width: 100%;
  }
  .about-wrapper::before {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
  }
}
@media screen and (max-width: 575px) {
  .about-wrapper {
    padding-bottom: 500px;
  }
  .about-wrapper .about-background {
    height: 450px;
  }
  .about-wrapper::before {
    width: 600px;
    height: 600px;
    padding: 0;
    top: unset;
    bottom: -200px;
  }
}

.about-home {
  padding-left: calc(60% + 50px);
  padding-right: calc(50% - 675px);
}
@media only screen and (max-width: 1600px) {
  .about-home {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1399px) {
  .about-home {
    padding-left: calc(55% + 50px);
  }
}
@media screen and (max-width: 1299px) {
  .about-home {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 900px) {
  .about-home {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.about-home .title {
  margin-bottom: 20px;
}
.about-home .title span {
  text-transform: uppercase;
}
.about-home .greenBtn {
  letter-spacing: 2.25px;
  border-radius: 28px;
  padding: 15px 45px;
  box-shadow: 0 3px 17px rgba(1, 132, 88, 0.25);
}
.about-home .numbers {
  margin: 30px 0;
  display: flex;
  align-items: start;
}
.about-home .numbers div + div {
  margin-left: 50px;
}
.about-home .numbers span, .about-home .numbers p {
  font-family: "Sen";
  color: #000;
  letter-spacing: 2.25px;
}
.about-home .numbers p {
  font-size: 14px;
}
.about-home .numbers span {
  font-weight: bold;
  font-size: 48px;
}
@media screen and (max-width: 575px) {
  .about-home .numbers span {
    font-size: 35px;
  }
}

.for-employers .price-list-container .price-list {
  background-color: #EAEAEA;
}
.for-employers .price-list-container .price-list:hover {
  background-color: #fff;
}
.for-employers .price-list-container {
  background-color: rgba(34, 34, 34, 0.2);
  border-radius: 23px;
}
.for-employers h2 {
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  .for-employers h2 {
    font-size: 30px;
  }
}

.employers-page {
  margin-bottom: 100px;
}
.employers-page h2 {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.employers-page h2::after {
  display: none;
}
.employers-page p {
  text-align: center;
  color: #000;
}

.employer-page2 h2 {
  font-size: 32px;
  text-align: left;
  margin: 50px 0 25px;
}
@media screen and (max-width: 1399px) {
  .employer-page2 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .employer-page2 h2 {
    font-size: 20px;
  }
}
.employer-page2 > p {
  font-weight: 500;
}
.employer-page2 .job-wrap .job {
  padding: 40px 20px;
}
.employer-page2 .job-wrap .job .job-company img {
  max-width: 200px;
  max-height: 100px;
}
.employer-page2 .job-wrap .job .job-company span {
  font-size: 18px;
}
.employer-page2 .job-wrap .job .job-company p {
  font-size: 24px;
}
.employer-page2 .job-wrap .job .job-content h2 {
  font-size: 24px;
  margin: 0;
}
.employer-page2 .job-wrap .job .job-content span {
  font-size: 18px;
}
.employer-page2 .job-wrap .job .job-content p {
  font-size: 18px;
}
.employer-page2 .job-wrap .job .job-info div {
  font-size: 18px;
}
.employer-page2 .job-wrap .job .job-info .location, .employer-page2 .job-wrap .job .job-info .time {
  background-size: 20px 20px;
  padding-left: 25px;
}
.employer-page2 .job-wrap .job .job-info a {
  font-size: 24px;
  padding: 5px;
}
@media screen and (max-width: 1299px) {
  .employer-page2 .job-wrap .job .job-company img {
    max-width: 150px;
    max-height: 100px;
  }
  .employer-page2 .job-wrap .job .job-company span {
    font-size: 14px;
  }
  .employer-page2 .job-wrap .job .job-company p {
    font-size: 20px;
  }
  .employer-page2 .job-wrap .job .job-content h2 {
    font-size: 22px;
    margin: 0;
  }
  .employer-page2 .job-wrap .job .job-content span {
    font-size: 16px;
  }
  .employer-page2 .job-wrap .job .job-content p {
    font-size: 16px;
  }
  .employer-page2 .job-wrap .job .job-info div {
    font-size: 15px;
  }
  .employer-page2 .job-wrap .job .job-info .location, .employer-page2 .job-wrap .job .job-info .time {
    background-size: 18px 18px;
    padding-left: 22px;
  }
  .employer-page2 .job-wrap .job .job-info a {
    font-size: 20px;
    padding: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .employer-page2 .job-wrap .job {
    padding: 20px;
  }
  .employer-page2 .job-wrap .job .job-company img {
    max-width: 120px;
    max-height: 100px;
  }
  .employer-page2 .job-wrap .job .job-company span {
    font-size: 12px;
  }
  .employer-page2 .job-wrap .job .job-company p {
    font-size: 18px;
  }
  .employer-page2 .job-wrap .job .job-content h2 {
    font-size: 16px;
    margin: 0;
  }
  .employer-page2 .job-wrap .job .job-content span {
    font-size: 12px;
  }
  .employer-page2 .job-wrap .job .job-content p {
    font-size: 14px;
  }
  .employer-page2 .job-wrap .job .job-info div {
    font-size: 12px;
  }
  .employer-page2 .job-wrap .job .job-info .location, .employer-page2 .job-wrap .job .job-info .time {
    background-size: 13px 13px;
    padding-left: 20px;
  }
  .employer-page2 .job-wrap .job .job-info a {
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px){
  .employer-page2 .job-wrap .job .job-company p {
    font-size: 14px;
  }
  .employer-page2 .job-wrap .job {
    padding: 10px;
  }
}

.employer-main {
  border-radius: 17px;
  background: rgb(255, 207, 0);
  background: linear-gradient(180deg, rgb(255, 207, 0) 2%, rgb(253, 212, 0) 3%, rgb(253, 241, 177) 98%, rgb(255, 239, 175) 98%);
  padding: 40px;
  padding-top: 200px;
}
@media screen and (max-width: 1199px) {
  .employer-main {
    padding-top: 130px;
  }
}
@media screen and (max-width: 575px) {
  .employer-main {
    padding: 80px 20px 40px;
  }
}
.employer-main img {
  width: 100%;
  height: 100%;
  max-width: 60%;
  max-height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1600px) {
  .employer-main img {
    /* max-width: 55%; */
    max-width: max-content;
    max-height: 200px;
  }
}
@media screen and (max-width: 1399px) {
  .employer-main img {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .employer-main img {
    max-width: 70%;
    max-height: 150px;
  }
}
.employer-main .employer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.employer-main .employer-bottom .employer-name .location, .employer-main .employer-bottom .employer-contact a {
  position: relative;
}
.employer-main .employer-bottom .employer-name .location::before, .employer-main .employer-bottom .employer-contact a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.employer-main .employer-bottom .employer-contact a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.6px;
  display: block;
}
.employer-main .employer-bottom .employer-contact a + a {
  margin-top: 20px;
}
.employer-main .employer-bottom .employer-contact a[href^=mailto] {
  padding-left: 40px;
}
.employer-main .employer-bottom .employer-contact a[href^=mailto]::before {
  width: 31px;
  height: 22px;
  background-image: url("../images/e-mail.svg");
}
.employer-main .employer-bottom .employer-contact a[href^=tel] {
  padding-left: 40px;
}
.employer-main .employer-bottom .employer-contact a[href^=tel]::before {
  width: 31px;
  height: 24px;
  background-image: url("../images/e-phone.svg");
}
.employer-main .employer-bottom .employer-name .location, .employer-main .employer-bottom .employer-name p {
  font-family: "Sen";
  color: #000;
  letter-spacing: 0.6px;
}
.employer-main .employer-bottom .employer-name .location {
  font-size: 24px;
  font-weight: 400;
  padding-left: 30px;
}
.employer-main .employer-bottom .employer-name .location::before {
  width: 25px;
  height: 30px;
  background-image: url("../images/e-location.svg");
}
.employer-main .employer-bottom .employer-name p {
  font-size: 45px;
  font-weight: 700;
}
@media screen and (max-width: 1399px) {
  .employer-main .employer-bottom .employer-name p {
    font-size: 40px;
  }
  .employer-main .employer-bottom .employer-name .location {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .employer-main .employer-bottom .employer-name p {
    font-size: 35px;
  }
  .employer-main .employer-bottom .employer-name .location {
    font-size: 20px;
  }
  .employer-main .employer-bottom .employer-name .location::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 991px) {
  .employer-main .employer-bottom {
    flex-direction: column;
    align-items: start;
    margin-top: 50px;
  }
  .employer-main .employer-bottom .employer-contact {
    margin-top: 20px;
  }
  .employer-main .employer-bottom .employer-name {
    display: flex;
    flex-direction: column-reverse;
  }
  .employer-main .employer-bottom .employer-name .location {
    padding-left: 40px;
    margin-top: 20px;
    font-size: 18px;
  }
  .employer-main .employer-bottom .employer-name .location::before {
    width: 31px;
  }
}
@media screen and (max-width: 575px) {
  .employer-main .employer-bottom .employer-name .location, .employer-main .employer-bottom .employer-contact a {
    padding-left: 30px !important;
  }
  .employer-main .employer-bottom .employer-name .location::before, .employer-main .employer-bottom .employer-contact a::before {
    width: 20px !important;
  }
  .employer-main .employer-bottom .employer-name p {
    font-size: 25px;
  }
}

.grid2 {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 70px;
}
@media screen and (max-width: 1600px) {
  .grid2 {
    gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
  .grid2 > div:first-child {
    order: 2;
  }
  .grid2 > div:last-child {
    order: 1;
  }
}

@media screen and (max-width: 1399px) {
  .grid2.jobs2 {
    grid-template-columns: 1fr;
  }
  .grid2.jobs2 > div:first-child {
    order: 2;
  }
  .grid2.jobs2 > div:last-child {
    order: 1;
  }
}

.highlight-jobs h2 {
  font-size: 24px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.highlight-jobs h2::after {
  height: 2.5px;
  width: 50px;
}
.highlight-jobs .jobs {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.highlight-jobs .jobs .small-job {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.highlight-jobs .jobs .small-job img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.highlight-jobs .jobs .small-job div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.highlight-jobs .jobs .small-job div p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1.75px;
}
.highlight-jobs .jobs .small-job div p + p {
  margin-top: 5px;
}

.jobs-page .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.jobs-page .title span {
  font-size: 16px;
  font-weight: 400;
}
.jobs-page .title span, .jobs-page .title span a, .jobs-page .title h1 {
  color: #222222;
  letter-spacing: 2.25px;
  text-align: center;
}

.jobs-grid {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .jobs-grid {
    grid-template-columns: 1fr;
  }
}

.job-wrap {
  display: grid;
  gap: 30px;
}

.job-info {
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.job-info div {
  font-size: 12px;
}
.job-info .location, .job-info .time {
  font-weight: 400;
  background-position: 0% 2px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-left: 17px;
}
.job-info .location {
  background-image: url("../images/location-green.svg");
}
.job-info .time {
  background-image: url("../images/clock.svg");
}
.job-info .price {
  font-size: 12px;
  font-weight: 500;
  color: #34A853 !important;
}
.job-info .location, .job-info .time, .job-info .price {
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}
.job-info .apply-btn {
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  background-color: #34A853;
  letter-spacing: 0.34px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 7px;
  display: block;
  margin-top: auto;
}

.job {
  /* background-color: #EAEAEA; */
  /* background-color: #f7f9fa; */
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px 10px;
  transition: all 0.5s;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}
.job * {
  color: #000 !important;
}
.job .job-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.job .job-company span, .job .job-company p {
  text-align: center;
  letter-spacing: 2.25px;
  font-weight: 500;
}
.job .job-company span {
  font-size: 12px;
}
.job .job-company p {
  font-size: 18px;
}
.job .job-company img {
  width: 100%;
  height: 100%;
  max-width: 85px;
  max-height: 70px;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.job .job-content {
  padding: 0 20px;
}
.job .job-content .job-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 15px;
}
.job .job-content .job-title h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Barlow";
  padding-right: 30px;
}
.job .job-content .job-title span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.25px;
  white-space: nowrap;
}
.job .job-content p {
  font-size: 14px;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 767px) {
  .job-wrap {
    gap: 10px;
  }
  .job {
    grid-template-columns: 80px 1fr;
    column-gap: 10px;
    row-gap: 0;
    padding: 10px;
  }
  .job .job-content {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .job .job-info {
    padding: 0;
    border: none;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
  }
  .job .job-info .location, .job .job-info .time {
    margin-right: 10px;
  }
  .job .job-info .location, .job .job-info .time, .job .job-info .price {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .job .job-info .apply-btn {
    /* max-width: 350px; */
    /* margin: 20px auto 0; */
    display: none;
  }
  .job .job-content > p {
    display: none;
  }
  .job .job-company {
    /* position: relative; */
    /* padding-left: 72px; */
    min-height: 62px;
    align-items: center;
    grid-row: span 2;
  }
  .job .job-company span, .job .job-company p {
    text-align: left;
  }
  .job .job-company img {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    height: 62px;
    width: 62px;
    margin-bottom: 5px;
    -o-object-position: center;
    object-position: center;

  }
  .job .job-company span {display: none;}
  .job .job-company p {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .job .job-content .job-title {
    margin-bottom: 0;
    height: fit-content;
  }
  .job .job-content .job-title h2 {
    padding-right: 0;
    min-height: unset;
  }
  .job .job-content .job-title span {
    display: none;
  }
}

.job:hover {
  border-color: #FCCF30;
}

.jobs-top {
  margin-bottom: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.jobs-top p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5) !important;
  letter-spacing: 0;
  font-weight: 600;
}
.jobs-top p span {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
}
.jobs-top p .searched-job {
  color: #018458 !important;
}
@media screen and (max-width: 575px) {
  .jobs-top {
    flex-direction: column;
  }
  .jobs-top p {
    margin-bottom: 10px;
  }
}
.jobs-top label {
  font-size: 14px;
  font-weight: 400;
  font-family: "Barlow";
}
.jobs-top select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 400;
  padding: 2px 5px;
}

.categories-wrap .category {
  margin-top: 50px;
}
.categories-wrap .category > p:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Inter";
}
.categories-wrap .category .more {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.categories-wrap .category .ctg2 li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  cursor: pointer;
}
.categories-wrap .category .ctg2 li span::before {
  content: "(";
}
.categories-wrap .category .ctg2 li span::after {
  content: ")";
}
.categories-wrap .category .ctg2 li p, .categories-wrap .category .ctg2 li span {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
}
.categories-wrap .category .ctg2 li:hover p, .categories-wrap .category .ctg2 li:hover span {
  color: #018458;
}
.categories-wrap .category .ctg {
  list-style: none;
}
.categories-wrap .category .ctg li {
  margin-bottom: 10px;
}
.categories-wrap .category .ctg li details {
  cursor: pointer;
}
.categories-wrap .category .ctg li details summary {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.categories-wrap .category .ctg li details summary span::before {
  content: "(";
}
.categories-wrap .category .ctg li details summary span::after {
  content: ")";
}
.categories-wrap .category .ctg li details summary p, .categories-wrap .category .ctg li details summary span {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
}
.categories-wrap .category .ctg li details .underctg {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-top: 10px;
}
.categories-wrap .category .ctg li details .underctg div {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.categories-wrap .category .ctg li details .underctg div + div {
  margin-top: 10px;
}
.categories-wrap .category .ctg li details .underctg p, .categories-wrap .category .ctg li details .underctg span {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.7);
}
.categories-wrap .category .ctg li details .underctg span::before {
  content: "(";
}
.categories-wrap .category .ctg li details .underctg span::after {
  content: ")";
}
.categories-wrap .category .ctg li details[open] summary p, .categories-wrap .category .ctg li details[open] summary span, .categories-wrap .category .ctg li details:hover summary p, .categories-wrap .category .ctg li details:hover summary span {
  color: #018458;
}
.categories-wrap .category .ctg li details:has(.underctg) summary p::after {
  content: " +";
}
.categories-wrap .category .ctg li details:has(.underctg)[open] summary p::after {
  content: " -";
}
@media screen and (max-width: 1199px) {
  .categories-wrap {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .categories-wrap .category:first-of-type {
    margin-top: 0;
  }
}

.job-details-page h2, .job-details-page h3, .job-details-page ul {
  margin: 25px 0;
}
.job-details-page ul {
  list-style-position: inside;
}
.job-details-page h3 {
  font-family: "Barlow";
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}
@media screen and (max-width: 1399px) {
  .job-details-page h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .job-details-page h3 {
    font-size: 18px;
  }
}
.job-details-page p a, .job-details-page a {
  color: #222222;
  text-decoration: underline;
}
.job-details-page p, .job-details-page ul li, .job-details-page h3 {
  letter-spacing: 0.25px;
}
.job-details-page p {
  margin-bottom: 20px;
}
.job-details-page .job-main {
  /* background: rgb(255, 207, 0);
  background: linear-gradient(180deg, rgb(255, 207, 0) 2%, rgb(253, 212, 0) 3%, rgb(253, 241, 177) 98%, rgb(255, 239, 175) 98%); */
  /* background: rgb(1, 132, 88);
  background: linear-gradient(180deg, rgb(1, 132, 88) 2%, rgb(1, 132, 88) 3%, rgb(1, 132, 88) 98%, rgb(1, 132, 88) 98%); */
  /* background: rgb(1,132,88);
  background: linear-gradient(180deg, rgba(1,132,88,1) 0%, rgba(255,255,255,0) 100%); */
  /* background: rgb(1,132,88);
  background: linear-gradient(180deg, rgba(1,132,88,1) 0%, rgba(128,193,171,1) 50%, rgba(255,255,255,0) 100%); */

  border-radius: 17px;
  /* padding: 40px 50px;
  padding-top: 100px; */
  padding: 80px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.job-details-page .job-main.job-content {
  background: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  margin-top: 30px;
}
.job-details-page .job-main.job-content .job-info {
  margin-top: 0;
  width: 100%;
}
.job-details-page .job-main.job-content img {
  height: 100%;
  max-height: 80px;
  width: 100%;
  max-width: 80px;
  margin: 0;
  margin-right: 10px;
}
.job-details-page .job-main.job-content .job-left {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .job-details-page .job-main {
    padding: 25px;
  }
}
.job-details-page .job-main img {
  width: 100%;
  height: 100%;
  max-width: 90%;
  max-height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: auto;
  display: block;
}
.job-details-page .job-main .job-info {
  padding-left: 0;
  border: none;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.job-details-page .job-main .job-info h2 {
  margin: 0;
}
.job-details-page .job-main .job-info .job-left > div {
  display: flex;
  align-items: center;
}
.job-details-page .job-main .job-info .job-left .location, .job-details-page .job-main .job-info .job-left .time {
  font-size: 18px;
  background-size: 18px 18px;
  padding-left: 25px;
  background-position: 0% 3px;
}
.job-details-page .job-main .job-info .job-left .location {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
}
.job-details-page .job-main .job-info .job-right .date {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.25px;
}
.job-details-page .job-main .job-info .job-right .price {
  font-family: "Sen";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-top: 10px;
  margin-bottom: 0;
}
.job-details-page .job-main .job-info .job-right .price span {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .job-details-page .job-main .job-info {
    flex-direction: column;
    align-items: start;
  }
  .job-details-page .job-main .job-info .job-right {
    margin-top: 10px;
  }
  .job-details-page .job-main .job-info .job-right .date {
    font-size: 15px;
  }
  .job-details-page .job-main .job-info .job-right .price {
    font-size: 25px;
  }
  .job-details-page .job-main .job-info .job-right .price span {
    font-size: 12.5px;
  }
  .job-details-page .job-main .job-info .job-left h2 {
    font-size: 25px;
  }
  .job-details-page .job-main .job-info .job-left .location, .job-details-page .job-main .job-info .job-left .time {
    font-size: 15px;
    background-size: 15px 15px;
    padding-left: 20px;
    background-position: 0% 3px;
  }
}

.job-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 50px;
}
.job-bottom .share {
  display: flex;
  align-items: center;
}
.job-bottom .share p {
  margin: 0;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.67px;
  line-height: normal;
}
.job-bottom .share a {
  margin-left: 12px;
  transform: translateY(2px);
}
.job-bottom span {
  font-family: "Sen";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.25px;
  background-color: #34A853;
  border: none;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  max-width: 220px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1399px) {
  .job-bottom span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .job-bottom {
    flex-direction: column;
    align-items: center;
  }
  .job-bottom span {
    max-width: unset;
  }
  .job-bottom .share {
    margin-top: 20px;
  }
}

.popup-wrap {
  position: fixed;
  z-index: -10;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-opened {
  z-index: 101;
  opacity: 1;
}

.popup {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 20px;
  width: 100%;
  max-width: 725px;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100svh;
  position: relative;
}
.popup .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("../images/close2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.popup h2 {
  font-size: 32px;
  font-weight: 400;
}
.popup form {
  margin-top: 50px;
}
.popup form .top-inputs input::-moz-placeholder, .popup form textarea::-moz-placeholder {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
}
.popup form .top-inputs input, .popup form textarea, .popup form .top-inputs input::placeholder, .popup form textarea::placeholder {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.5);
}
.popup form .top-inputs input, .popup form textarea {
  border: 0.75px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 10px;
  width: 100%;
  outline: none;
  color: #000;
}
.popup form .top-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* gap: 30px; */
  gap: 15px;
}
.popup form .top-inputs input {
  height: 50px;
}
.popup form textarea {
  height: 200px;
  /* margin-top: 30px; */
  margin-top: 15px;
  resize: none;
}
.popup form p {
  letter-spacing: 0.25px;
  margin: 15px 0;
}
.popup form p span {
  color: rgba(34, 34, 34, 0.5);
}
.popup form .upload {
  display: flex;
  align-items: center;
}
.popup form .upload .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.popup form .upload .custom-file-input {
  width: 55px;
  height: 30px;
  margin-right: 10px;
}
.popup form .upload .custom-file-input::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
  background-color: #018458;
  background-image: url("../images/upload.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.popup form .upload .custom-file-input:hover {
  opacity: 0.8;
}
.popup form .upload label {
  font-size: 18px;
  font-family: "Barlow";
  font-weight: 400;
  letter-spacing: 0.25px;
  color: rgba(34, 34, 34, 0.5);
}
.popup form .submit {
  font-family: "Sen";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  background-color: #FCCF30;
  border: none;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .popup h2 {
    font-size: 30px;
  }
  .popup form {
    margin-top: 40px;
  }
  .popup form .top-inputs input::-moz-placeholder, .popup form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .popup form .top-inputs input, .popup form textarea, .popup form .top-inputs input::placeholder, .popup form textarea::placeholder {
    font-size: 16px;
  }
  .popup form .top-inputs input {
    height: 45px;
  }
  .popup form textarea {
    height: 150px;
  }
  .popup form p {
    font-size: 16px;
  }
  .popup form .upload label {
    font-size: 16px;
  }
  .popup form .submit {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 575px) {
  .popup {
    border-radius: 0;
    padding: 50px 25px;
  }
  .popup h2 {
    font-size: 25px;
  }
  .popup form .top-inputs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .popup form textarea {
    margin-top: 20px;
  }
  .popup form p, .popup form .upload label {
    font-size: 14px;
  }
  .popup form .submit {
    font-size: 18px;
  }
}
@media screen and (max-height: 700px) {
  .popup {
    overflow-y: scroll;
  }
}

.blog-wrapper {
  display: grid;
  gap: 50px;
}

.blog {
  position: relative;
  background-color: #EAEAEA;
  border-radius: 20px;
  overflow: hidden;
  padding: 25px 50px;
  padding-left: calc(30% + 50px);
}
@media screen and (max-width: 991px) {
  .blog {
    padding: 25px;
    padding-top: 325px;
  }
}
@media screen and (max-width: 575px) {
  .blog {
    padding-top: 275px;
  }
}

.blog-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
}
@media screen and (max-width: 991px) {
  .blog-img {
    bottom: unset;
    right: 0;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .blog-img {
    height: 250px;
  }
}
.blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-info * {
  color: #000;
}
.blog-info .type-and-date {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 575px) {
  .blog-info .type-and-date {
    font-size: 15px;
  }
}
.blog-info .blog-title {
  margin: 10px 0;
}
.blog-info .blog-title p {
  font-family: "Sen";
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1.2px;
  transition: all 0.5s;
}
@media screen and (max-width: 1399px) {
  .blog-info .blog-title p {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .blog-info .blog-title p {
    font-size: 20px;
  }
}
.blog-info .blog-content p {
  display: inline;
}
.blog-info .blog-content span {
  font-weight: bold;
  transition: all 0.5s;
}

.blog:hover .blog-info .blog-title p {
  color: #018458;
}
.blog:hover .blog-info .blog-content span {
  color: #018458;
}

.pagination {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.pagination li + li {
  margin-left: 25px;
}
.pagination li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 4px 12px;
  background-color: #63C84A;
  border-radius: 3.66px;
}
@media screen and (max-width: 575px) {
  .pagination li a {
    font-size: 16px;
  }
}
.pagination li .next, .pagination li .prev {
  background-color: transparent;
  color: #000;
  letter-spacing: 1.65px;
  padding: 5px 0;
}
.pagination li .active {
  background-color: #018458;
}

.blog-details .template-gallery {
  margin-top: 30px;
}

.blog-details-img {
  height: 450px;
  position: relative;
}
.blog-details-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-details-img .share {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.blog-details-img .share * {
  color: #fff;
}
.blog-details-img .share p {
  font-weight: 600;
  letter-spacing: 1.5px;
  margin: 0;
  text-align: center;
}
.blog-details-img .share a {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  margin-top: 20px;
  margin-right: 20px;
}
.blog-details-img .share a svg {
  width: 100%;
  height: 100%;
}
.blog-details-img .share div a:last-child {
  margin-right: 0;
}
.blog-details-img .share a:hover svg {
  animation: rotate-hor-center 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
@media screen and (max-width: 575px) {
  .blog-details-img {
    height: 300px;
  }

  .blog-details-img .blog-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.3702731092436975) 18%, rgba(255,255,255,0) 80%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.3702731092436975) 18%, rgba(255,255,255,0) 80%);
background: linear-gradient(0deg, rgba(0,0,0,0.3702731092436975) 18%, rgba(255,255,255,0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
  }
  .blog-details-img .share {
    left: 10px;
    bottom: 10px;
  }
  .blog-details-img .share a {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

/**
 * ----------------------------------------
 * animation rotate-hor-center
 * ----------------------------------------
 */
@keyframes rotate-hor-center {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-360deg);
  }
}
.highlight-posts .jobs {
  border-bottom: none;
}
.highlight-posts .jobs .small-job {
  grid-template-columns: 100px 1fr;
  gap: 10px;
  border: none;
  padding: 0;
  margin-top: 20px;
}
.highlight-posts .jobs .small-job div p {
  font-weight: bold;
}
.highlight-posts .jobs .small-job img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .highlight-posts .jobs .small-job {
    max-width: 400px;
  }
}
.highlight-posts .jobs .small-job:hover div p {
  text-decoration: underline;
}

.grid2.blog2 {
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .grid2.blog2 {
    grid-template-columns: 1fr;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
}
.contact-grid .title span {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: "Sen";
  letter-spacing: 2.25px;
}
.contact-grid .title h2 {
  font-size: 45px;
}
@media screen and (max-width: 1399px) {
  .contact-grid .title h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .contact-grid .title h2 {
    font-size: 30px;
    letter-spacing: 1.25px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.contact-right {
  background-color: #EAEAEA;
  border-radius: 36px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-right p, .contact-right a {
  text-align: center;
}
.contact-right .contact-social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.contact-right .contact-social a {
  width: 45px;
  height: 45px;
  border: 2px solid #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  transition: all 0.5s;
}
.contact-right .contact-social a svg {
  width: 100%;
  height: 100%;
}
.contact-right .contact-social a svg path {
  fill: #222222;
  transition: all 0.5s;
}
.contact-right .contact-social a:hover {
  border-color: #018458;
}
.contact-right .contact-social a:hover svg path {
  fill: #018458;
}
.contact-right > a {
  margin-bottom: 40px;
  font-family: "Sen";
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 575px) {
.contact-right > a {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.75px;
}
.contact-right .contact-social {
  margin-bottom: 15px;
}
}
.contact-right p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.2px;
}
.contact-right p a {
  color: #018458;
  font-weight: 600;
}
.contact-right hr {
  width: 100px;
  margin: 20px 0;
  height: 5px;
  background: linear-gradient(90deg, rgb(1, 132, 88) 61%, rgb(240, 192, 54) 100%);
}

.contact-left form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
  margin-top: 30px;
}
.contact-left form label {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media screen and (max-width: 1399px) {
  .contact-left form label {
    font-size: 16px;
  }
}
.contact-left form input, .contact-left form select, .contact-left form textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 10px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Barlow";
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1399px) {
  .contact-left form input, .contact-left form select, .contact-left form textarea {
    font-size: 16px;
  }
}
.contact-left form input, .contact-left form select {
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 60px;
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 21px;
}
@media screen and (max-width: 1399px) {
  .contact-left form input, .contact-left form select {
    height: 50px;
  }
}
.contact-left form .name {
  background-image: url("../images/contact-name.svg");
}
.contact-left form .email {
  background-image: url("../images/contact-mail.svg");
}
.contact-left form .phone {
  background-image: url("../images/contact-phone.svg");
}
.contact-left form .subject {
  background-image: url("../images/contact-subject.svg");
}
.contact-left form div:has(input), .contact-left form div:has(select) {
  position: relative;
}
.contact-left form div:has(input)::before, .contact-left form div:has(select)::before {
  position: absolute;
  content: "";
  bottom: 11px;
  left: 50px;
  height: 38px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1399px) {
  .contact-left form div:has(input)::before, .contact-left form div:has(select)::before {
    height: 28px;
  }
}
.contact-left form textarea::-moz-placeholder {
  font-family: "Barlow";
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1.2px;
  font-weight: 500;
  font-size: 18px;
}
.contact-left form textarea::placeholder {
  font-family: "Barlow";
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 1.2px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1399px) {
  .contact-left form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact-left form textarea::placeholder {
    font-size: 16px;
  }
}
.contact-left form textarea {
  grid-column: span 2;
  resize: none;
  width: 100%;
  height: 180px;
  margin: 20px 0;
}
.contact-left form button {
  background-color: #FCCF30;
  border: none;
  border-radius: 15px;
  padding: 10px 55px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 575px) {
  .contact-left form button {
    width: 100%;
    padding: 15px;
  }
}
.contact-left form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-left form div:has(select)::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 15px;
  width: 15px;
  height: 20px;
  background-image: url("../images/Arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1399px) {
  .contact-left form div:has(select)::after {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-left form {
    grid-template-columns: 1fr;
  }
  .contact-left form textarea {
    grid-column: span 1;
  }
}

.about1 {
  position: relative;
  padding-left: calc(50% + 50px);
}
.about1 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about1 .title {
  padding-top: 50px;
}
.about1 .title h2 {
  margin-bottom: 50px;
}
.about1 .title span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Barlow";
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  .about1 .title span {
    font-size: 16px;
  }
}
.about1 p {
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .about1 {
    padding-left: 0;
  }
  .about1 img {
    display: none;
  }
  .about1 .title {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

.about2 {
  background-color: #EAEAEA;
  padding: 50px 0;
}
.about2 .why-us {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .about2 .why-us {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about2 .why-us .part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about2 .why-us .part h3, .about2 .why-us .part p {
  text-align: center;
  letter-spacing: 1.5px;
}
.about2 .why-us .part h3 {
  margin: 40px 0 20px;
  font-family: "Sen";
  font-size: 24px;
}
@media screen and (max-width: 1399px) {
  .about2 .why-us .part h3 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.about2 .why-us .part img {
  max-width: 40%;
}
@media screen and (max-width: 1399px) {
  .about2 .why-us .part img {
    max-width: 35%;
  }
}
@media screen and (max-width: 1199px) {
  .about2 .why-us .part img {
    max-width: 30%;
  }
}

.about1 *, .about2 *, .about3 * {
  color: #000;
}
.about1 h2, .about2 h2, .about3 h2 {
  font-size: 45px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1399px) {
  .about1 h2, .about2 h2, .about3 h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  .about1 h2, .about2 h2, .about3 h2 {
    font-size: 30px;
    letter-spacing: 1.25px;
  }
}

.about3 {
  padding-right: calc(50% + 50px);
  position: relative;
}
.about3 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .about3 {
    padding-right: 0;
  }
  .about3 img {
    display: none;
  }
}
.about3 h2 {
  margin-bottom: 30px;
}
.about3 p {
  font-weight: 600;
  text-align: center;
}
.about3 .numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.about3 .numbers span {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1399px) {
  .about3 .numbers span {
    font-size: 35px;
  }
}
.about3 .numbers p {
  text-align: start;
  padding-top: 35px;
  position: relative;
  font-weight: 500;
}
.about3 .numbers p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 100%;
  height: 4px;
  background: rgb(1, 132, 88);
  background: linear-gradient(90deg, rgb(1, 132, 88) 61%, rgb(240, 192, 54) 100%);
}
.about3 .numbers div + div {
  margin-left: 50px;
}
@media screen and (max-width: 575px) {
  .about3 .numbers {
    justify-content: space-around;
  }
  .about3 .numbers div + div {
    margin-left: 0;
  }
}/*# sourceMappingURL=main.css.map */

.iti--separate-dial-code .iti__selected-flag{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.mobile-logo{
  display: none;
}

@media screen and (max-width: 1199px) {
  .mobile-logo{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 20px;

}
@media screen and (max-width: 575px) {
  .mobile-logo {
    max-width: 150px;
    left: 3%;
  }
}

.mobile-logo img{
    width: 100%;
    height: 40px;
    object-fit: contain;
    object-position: center;
  }
}

@media only screen and (max-width: 1200px){
  .menu .nav li + li{
    text-align: end;
    margin-top: 15px;
  }

  .header-socials{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px !important;
  }

  .header-socials a{
    margin-left: 15px;
    margin-bottom: 0;
  }

  .header-socials a svg path{
   fill: #018458;
  }
}

@media only screen and (max-width: 576px){
.foot1 .footer-social a{
  font-size: 0;
}

.footer-social ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
}

.foot1 .footer-social a::before{
  width: 24px;
  height: 30px;
}
}





.headline form .djelatnost {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  padding-left: 60px;
  background-position: 30px center;
  height: 60px;
  display: flex;
  align-items: center;
}
.headline form .lokacija {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  padding-left: 60px;
  background-position: 30px center;
  height: 60px;
  display: flex;
  align-items: center;
}
.headline form select {
  font-family: "Rubik";
  border: none;
  outline: none;
}
.headline form select::-moz-placeholder {
  font-family: "Rubik";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
}
.headline form select {
  font-family: "Rubik";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.75px;
}
.headline form select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.headline form select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.headline form select {
  height: 60px;
  width: 188px;
  background: transparent;
  color: #000;
  padding-left: 0px;
  padding-right: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.headline form select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.filter-check {
  display: flex;
  align-items: center;
}


.categories-wrap .category label {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  text-align: left;
  padding-left: 5px;
  cursor: pointer;
}

.no-results {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.no-results .icon {
  background-color: #CD4040;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
}

.no-results span {
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
}

.job .job-content .job-title h2 {
  min-height: 42px;
}
@media screen and (max-width: 767px) {
  .job .job-content .job-title h2 {
    min-height: unset;
  }
}
.job-filters .row {
  justify-content: center;
}
.job-filters .row a {
  margin-left: 5px;
  margin-right: 5px;
}


@media screen and (max-width: 991px) {
  .headline form .lokacija,
  .headline form .djelatnost {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
  .headline form .lokacija,
  .headline form .djelatnost {
    padding-left: 30px;
    border-left: none;
    background-position: left center;
  }
  .headline form select {
    width: 100%;
  }
}


.menu__toggler {
  background: transparent;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
}

.select2-dropdown {
  border: none !important;
}


.headline.headline-search form {
  border: 1px solid rgba(217, 217, 217, 0.56);
  margin-top: 0;
  margin-bottom: 60px;
}



.job-details-page .job-main.job-details-cover {
  /* height: 400px; */
  padding: 15px;
}

.job-details-page .job-main.job-details-cover .company-logo {
  max-height: 100px;
  max-width: 100px;
  margin-left: 0;
  margin-right: auto;
  background-color: white;
  padding: 3px;
  border-radius: 3px;
}

.job-details-page .job-main.job-details-cover img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-position: top;
}


.employer-main.employer-main-txt {
  background: none;
  padding: 0;
}

.employer-main.employer-main-txt .employer-bottom {
  margin-top: 30px;
}

/* .employer-main.employer-main-cover img {
  max-width: 80px;
  max-height: 80px;
} */


.employer-main {
  background: rgb(52, 168, 83);
  background: linear-gradient(180deg, rgba(52, 168, 83, 1) 0%, rgba(255, 255, 255, 0) 100%);
}


.employer-main.employer-main-cover .employer-logo {
  max-height: 100px;
  max-width: 100px;
  margin-left: 0;
  margin-right: auto;
  background-color: white;
  padding: 3px;
  border-radius: 3px;
}

.employer-main.employer-main-cover .employer-logo img {
  width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: auto;
    display: block;
}


.employer-main.employer-main-cover {
  height: 500px;
  padding: 15px;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 767px) {
  .employer-main.employer-main-cover {
    height: 300px;
  }
}

#textContainer {
  height: 100%;
  max-height: 130px;
  overflow: hidden;
}


.job-filters .job-filter details ul li a, .job-filters .city-filter details ul li a {
  font-family: "Barlow";
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    width: 100%;
    padding: 15px 25px;
    transition: all 0.3s;
    /* letter-spacing: 2.25px; */
    text-align: center;
    cursor: pointer;
    white-space: nowrap;


    border: none;
    background: none;
    padding: 0;
    margin: 0;
}


.highlighted-jobs .highlighted .pos-description p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  min-height: 47px;
}


.files-wrapper input {
  margin-bottom: 10px;
}


.popup form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  border: 3px solid white;
  border-top: 3px solid #34A853;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.job-details-page .job-main.job-details-cover{
  position: relative;
  padding: 0;
}

.job-details-page .job-main.job-details-cover .company-logo{
  position: absolute;
  top: 20px;
  left: 20px;
}


.job-cover-image{
  width: 100%;
  height: 0;
  position: relative;
  display: block;

   padding-bottom: 56.25%;
}

.job-cover-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-top-right-radius:17px;
  border-top-left-radius: 17px;
}

.no-cover-image{
    background: rgb(52,168,83);
  background: linear-gradient(180deg, rgba(52,168,83,1) 0%, rgba(255,255,255,0) 100%);
}

@media only screen and (max-width: 576px){
 .job-details-page .job-main.job-details-cover .company-logo{
  width: 50px;
  height: 50px;
  top: 10px;
  left: 10px;
 }
}