html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  text-align: left;
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
  color: #464646;
}

body {
  direction: ltr;
  overflow-x: hidden;
  background: none;
}

body.active {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #4d4be2;
  cursor: pointer;
}

.header {
  position: relative;
  background: #151528;
}

@media (max-width: 999px) {
  .header {
    padding: 12px 0px;
  }
}

.header.sticky {
  background: #151528;
}

.header .flexrow {
  max-width: 100%;
}

@media (max-width: 999px) {
  .header .flexrow {
    position: relative;
  }
}

.header .itemlogomenu {
  width: 100%;
}

.header .itemlogomenu .logo img {
  max-width: 158px;
}

@media (max-width: 999px) {
  .header .itemlogomenu .logo img {
    max-width: 138px;
  }
}

.header .itemlogomenu .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  background: #fff;
}

.header .itemlogomenu .burger-line:nth-child(1) {
  top: 0px;
}

.header .itemlogomenu .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 80%;
}

.header .itemlogomenu .burger-line:nth-child(3) {
  top: 1rem;
  width: 60%;
}

@media only screen and (max-width: 999px) {
  .header .itemlogomenu .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 999px) {
  .header .socialicons {
    display: flex;
    justify-content: center;
  }

  .header .socialicons a {
    margin: 0px 6px;
  }
}

.header .navbar {
  position: inherit;
  padding: 0px;
  width: 100%;
}

.header .navbar .logo {
  display: none;
  position: absolute;
  top: 24px;
  left: 12px;
}

@media screen and (max-width: 999px) {
  .header .navbar .logo {
    display: block;
  }
}

.header .navbar .logo img {
  display: block;
  max-width: 164px;
}

.header .navbar .cancel {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
}

.header .navbar .cancel svg {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 999px) {
  .header .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 290px;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    background: #151528;
    transition: all 0.5s ease;
  }

  .header .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }

  .header .navbar .cancel {
    display: block;
  }

  .header .navbar .bottoms {
    display: block !important;
  }

  .header .navbar .bottoms .language,
  .header .navbar .bottoms .login,
  .header .navbar .bottoms .bottom,
  .header .navbar .bottoms .dropdown {
    width: 100%;
    margin: 0px;
    margin-bottom: 12px;
  }

  .header .navbar .bottoms .login,
  .header .navbar .bottoms .bottom {
    min-width: 100%;
  }
}

.header .menu {
}

@media (max-width: 1220px) {
  .header .menu {
    margin-left: 8px;
  }
}

@media (max-width: 999px) {
  .header .menu {
    margin: 0px;
  }
}

.header .menu-item {
  position: relative;
  display: inline-block;
  margin-right: 32px;
}

@media (max-width: 1220px) {
  .header .menu-item {
    margin-right: 2px;
  }
}

.header .menu-item:last-child {
  margin: 0px;
}

.header .menu-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25rem;
  font-weight: 500;
  padding: 28px 0px;
  cursor: pointer;
  color: #fff;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.header .menu-link svg {
  position: relative;
  max-width: 14px;
  max-height: 14px;
  fill: #fff;
  margin-top: 4px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 999px) {
  .header .menu-link svg {
    z-index: -1;
  }
}

@media only screen and (min-width: 999px) {
  .header .menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 100;
  }
}

@media only screen and (max-width: 999px) {
  .header .menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 16px;
    margin-top: 92px;
  }

  .header .menu-item {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 8px;
  }

  .header .menu-item:last-child {
    margin-bottom: 0px;
  }

  .header .menu-link {
    padding: 0px;
    justify-content: space-between;
  }
}

.header .menu .activelink .menu-link svg {
  fill: #c5d92d;
}

.header .menu .activelink .menu-link,
.header .menu .menu-item:hover .menu-link {
  color: #c5d92d;
}

.header .menu .activelink .menu-link svg,
.header .menu .menu-item:hover .menu-link svg {
  fill: #c5d92d;
}

@media only screen and (max-width: 999px) {
  .header .menu .activelink .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.header .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 190px;
  height: auto;
  visibility: hidden;
  transform: translateY(1rem);
  background: #fff;
  box-shadow: 0 0.9125rem 1.0625rem #0003;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 12px;
}

@media only screen and (max-width: 999px) {
  .header .submenu {
    display: block;
    position: relative;
    max-height: 0px;
    outline: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
    width: 100%;
  }
}

.header .submenu a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 4px;
  border-radius: 8px;
  padding: 4px 12px;
}

@media only screen and (max-width: 999px) {
  .header .submenu a {
    padding: 0px 12px;
  }
}

.header .submenu a:last-child {
  margin: 0px;
}

.header .submenu a:hover {
  color: #6568f4;
  background: #e5e3ff;
}

.header .submenu a:hover svg path {
  stroke: #6568f4;
}

.header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 999px) {
  .header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.header .bottoms {
  display: flex !important;
}

.header .bottoms .language {
  justify-content: center;
  border: 1px solid #e5e3ff;
  border-radius: 14px;
  background: #fff;
  width: 40px;
  height: 40px;
  font-weight: 400;
  cursor: pointer;
  margin: 0px;
}

.header .bottoms .language:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.header .bottoms .language:hover svg {
  fill: #fff;
}

.header .bottoms .language svg {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  fill: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.header .bottoms .login,
.map-back .bottoms .login,
.menu-header .bottoms .login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  outline: none;
  outline-style: none;
  border: 0px;
  text-align: center;
  background: #c5d92d;
  font-weight: 500;
  border: 1px solid #c5d92d;
  border-radius: 4px;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  padding: 0px 12px;
  height: 40px;
  min-width: 120px;
  max-width: 120px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
  margin-right: 12px;
}

.header .bottoms .login:hover {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.header .bottoms .login:hover svg {
  fill: #fff;
}

.header .bottoms .login:focus {
  outline: none;
  outline-style: none;
}

.header .bottoms .bottom,
.header .bottoms .login {
  max-width: initial;
}

.header .bottoms .dropdown {
  margin-right: 12px;
}

.header .bottoms .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: auto;
}

.header .bottoms .dropdown .dropdown-toggle::after {
  display: none;
}

.header .bottoms .dropdown .dropdown-toggle .photo {
  display: flex;
  margin-right: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0px 4px 24px 0px #0000000d;
  border: 2px solid #fff;
  overflow: hidden;
}

.header .bottoms .dropdown .dropdown-toggle p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  max-width: 76px;
  font-weight: 400;
}

@media (max-width: 999px) {
  .header .bottoms .dropdown .dropdown-toggle p {
    max-width: 100%;
    margin-left: 8px;
  }
}

.header .bottoms .dropdown .dropdown-toggle svg {
  fill: #fff;
  max-width: 12px;
  margin-left: 4px;
}

@media (max-width: 999px) {
  .header .bottoms .dropdown .dropdown-toggle svg {
    fill: #fff;
  }
}

.header .bottoms .dropdown .dropdown-menu.show {
  margin-top: 0px;
  right: 0px !important;
  left: auto !important;
  top: 56px !important;
  min-width: inherit;
  box-shadow: 0px 4px 24px 0px #0000000d;
  border-radius: 0px;
  width: 168px;
  padding: 12px 0px;
  transform: none !important;
  border: 0px;
  z-index: 12;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
  .header .bottoms .dropdown .dropdown-menu.show {
    top: 38px !important;
    width: 100%;
  }
}

.header .bottoms .dropdown .dropdown-menu.show:before {
  display: none;
}

.header .bottoms .dropdown .dropdown-menu.show .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
  height: auto;
  border: 0px;
  margin: 0px;
  padding: 8px 12px !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 0px !important;
  background: none !important;
  font-size: 15px;
  text-transform: capitalize;
}

.header .bottoms .dropdown .dropdown-menu.show .dropdown-item:active,
.header .bottoms .dropdown .dropdown-menu.show .dropdown-item:hover {
  color: #c5d92d;
  background: #f7f8fa !important;
}

.towstyle {
  background: #fff !important;
}

.towstyle .itemlogomenu .burger-line {
  background: #000;
}

.towstyle .menu-link {
  color: #000;
}

.towstyle .menu-link svg {
  fill: #000;
}

@media (max-width: 999px) {
  .towstyle .navbar {
    background: #fff;
  }
}

.towstyle .bottoms .login {
  color: #000;
  border: 1px solid #000;
}

.towstyle .bottoms .login:hover {
  color: #fff;
}

.towstyle .bottoms .dropdown {
  margin-right: 0px;
  margin-left: 12px;
}

.towstyle .bottoms .dropdown .dropdown-toggle .photo {
  width: 40px;
  height: 40px;
}

.towstyle .bottoms .dropdown .dropdown-toggle p {
  color: #000;
  max-width: 76px;
}

.towstyle .bottoms .dropdown .dropdown-toggle svg {
  fill: #000;
}

.page-content .header .bottoms .dropdown .dropdown-menu.show {
  top: 61px !important;
}

.slider {
  height: 650px;
  background: #151528;
  border-bottom: 1px solid #ffffff0d;
}

@media (max-width: 999px) {
  .slider {
    height: auto;
  }
}

.slider .item {
  display: flex;
  align-items: center;
}

@media (max-width: 999px) {
  .slider .item {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    margin-top: 24px;
    justify-content: center;
  }
}

.slider .item .title {
  display: block;
  color: #fff;
  font-size: 50px;
}

@media (max-width: 999px) {
  .slider .item .title {
    justify-content: center;
    text-align: center;
    font-size: 32px;
  }
}

.slider .photo::after {
  display: none !important;
}

.slider .item .cursor {
  display: inline-block;
  width: 16px;
  height: 4px;
  margin-left: 4px;
  background: #c5d92d;
  animation: blink 900ms steps(1) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.slider .item .field .form-control {
  border-radius: 60px;
  padding-right: 48px;
}

.slider .item .field button {
  position: absolute;
  right: 22px;
  padding: 0px;
  background: none;
  border: 0px;
  top: 12px;
  cursor: pointer;
}

.slider .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
  border: 0px;
}

.slider .photo img {
  max-width: 100%;
  max-height: 100%;
}

.userssay {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #151528;
}

@media (max-width: 999px) {
  .userssay {
    padding: 24px 0px;
  }
}

.userssay::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 44%;
  height: 142px;
  background: #c5d92d;
}

@media (max-width: 999px) {
  .userssay::before {
    display: none;
  }
}

.userssay .container {
  display: flex;
  align-items: center;
}

@media (max-width: 999px) {
  .userssay .container {
    display: grid;
  }
}

.userssay .counters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 50%;
  max-width: 50%;
  height: 142px;
  background: #c5d92d;
  border-radius: 0px 30px 30px 0px;
  margin-right: 32px;
}

@media (max-width: 999px) {
  .userssay .counters {
    margin: 0px;
    margin-top: 24px;
    justify-content: space-between;
    order: 2;
    border-radius: 30px;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .userssay .counters {
    display: block;
  }
}

.userssay .counters .counter-box {
  min-width: 33.333%;
  max-width: 33.333%;
  text-align: center;
}

@media (max-width: 600px) {
  .userssay .counters .counter-box {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .userssay .counters .counter-box:last-child {
    margin: 0px;
  }
}

.userssay .counters .counter-box .number {
  color: #6568f4;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}

@media (max-width: 999px) {
  .userssay .counters .counter-box .number {
    font-size: 40px;
  }
}

.userssay .counters .counter-box p {
  color: #fff;
  margin-top: 16px;
  text-align: center;
  font-weight: 400;
}

.userssay .text .title {
  color: #fff;
}

@media (max-width: 999px) {
  .userssay .text .title {
    justify-content: center;
  }
}

.userssay .text .photos {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

@media (max-width: 999px) {
  .userssay .text .photos {
    justify-content: center;
  }
}

.userssay .text .photos img {
  min-width: 76px;
  max-width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: -25px;
  border: 1px solid #c5d92d;
}

.towslider {
  background: url(../images/slider2.png) no-repeat top right/cover;
}

@media (max-width: 999px) {
  .towslider {
    padding-bottom: 32px;
  }
}

@media (max-width: 999px) {
  .towslider .item:last-child {
    display: none;
  }
}

.towslider .item .title {
  font-size: 50px;
}

@media (max-width: 1199px) {
  .towslider .item .title {
    font-size: 40px;
  }
}

@media (max-width: 999px) {
  .towslider .item .title {
    font-size: 32px;
  }
}

.towslider .item .banner-imgs {
  position: relative;
  margin-left: 170px;
}

@media (max-width: 1199px) {
  .towslider .item .banner-imgs {
    margin-left: 94px;
  }
}

.towslider .item .banner-imgs .banner-sm1,
.towslider .item .banner-imgs .banner-sm2,
.towslider .item .banner-imgs .banner-sm3 {
  position: absolute;
  top: 4%;
  left: -86px;
  z-index: 12;
}

.towslider .item .banner-imgs .banner-sm1 img {
  width: 251px;
}

.towslider .item .banner-imgs .banner-sm2 {
  top: 43%;
  left: -136px;
}

.towslider .item .banner-imgs .banner-sm2 img {
  width: 144px;
}

.towslider .item .banner-imgs .banner-sm3 {
  top: 62%;
  left: -90px;
}

.towslider .item .banner-imgs .banner-sm3 img {
  width: 251px;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    -moz-transform: translateY(-20px) translateX(50px);
    -ms-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }

  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    -moz-transform: translateY(-20px) translateX(0px);
    -ms-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.towslider .item .shape-1 {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.towslider .item .shape-2 {
  -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  -moz-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  -o-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.towslider .item .shape-3 {
  -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  -moz-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  -o-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.bg {
  background: url(../images/price.png) no-repeat top left;
}

.threeslider {
  background: none !important;
}

.threeslider .item .banner-imgs {
  margin: 0px auto;
  width: 400px;
  height: 460px;
  background: #151528;
  border-radius: 150px 150px 0px 0px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .threeslider .item .banner-imgs {
    width: 280px;
    height: 280px;
  }
}

.threeslider .item .title {
  font-size: 64px;
}

@media (max-width: 1199px) {
  .threeslider .item .title {
    font-size: 50px;
  }
}

@media (max-width: 999px) {
  .threeslider .item .title {
    font-size: 40px;
  }
}

.forstyle {
  background: url(../images/forstyle.png) no-repeat top right/cover;
}

.forstyle .item .banner-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  margin-top: 48px;
}

@media (max-width: 999px) {
  .forstyle .item .banner-imgs {
    height: auto;
    margin-top: 0px;
  }
}

.forstyle .item .banner-imgs img {
  max-width: 100%;
  max-height: 100%;
}

.forstyle .item .title {
  font-size: 50px;
  margin-bottom: 24px;
}

@media (max-width: 999px) {
  .forstyle .item .title {
    font-size: 34px;
  }
}

.aboutus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #151528;
}

@media (max-width: 999px) {
  .aboutus {
    padding: 24px 0px;
  }
}

.aboutus::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 44%;
  height: 480px;
  background: #c5d92d;
}

@media (max-width: 999px) {
  .aboutus::before {
    display: none;
  }
}

.aboutus .item {
  display: flex;
  align-items: center;
}

@media (max-width: 999px) {
  .aboutus .item {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px;
  }

  .aboutus .item:last-child {
    margin: 0px;
  }
}

.aboutus .item .title {
  display: block;
  color: #fff;
}

.aboutus .item .text {
  margin-top: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

.aboutus .item .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 480px;
  background: #c5d92d;
  padding: 24px;
  border-radius: 30px 0px 0px 30px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .aboutus .item .photo {
    height: auto;
    border-radius: 30px;
  }
}

.aboutus .item .photo img {
  max-width: 100%;
  max-height: 100%;
}

.aboutus .item .more {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #fff;
  font-weight: 400;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.aboutus .item .more:hover {
  color: #c5d92d;
}

.transforming {
  position: relative;
  width: 100%;
  padding: 48px 0px;
}

@media (max-width: 999px) {
  .transforming {
    padding: 24px 0px;
  }
}

.transforming .title {
  justify-content: center;
}

.transforming .itemrow .item {
  display: flex;
  align-items: center;
  margin-top: 48px;
}

@media (max-width: 999px) {
  .transforming .itemrow .item {
    max-width: 100%;
    flex: 100%;
    margin-top: 24px;
  }
}

.transforming .itemrow .item .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 380px;
  background: #f7f8fa;
  -webkit-box-shadow: 4px 4px 60px #0000000d;
  -moz-box-shadow: 4px 4px 60px #0000000d;
  -o-box-shadow: 4px 4px 60px #0000000d;
  -ms-box-shadow: 4px 4px 60px #0000000d;
  box-shadow: 4px 4px 60px #0000000d;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .transforming .itemrow .item .photo {
    height: 280px;
  }
}

.transforming .itemrow .item .title {
  font-size: 24px;
  font-weight: 600;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .transforming .itemrow .item .title {
    font-size: 20px;
  }
}

.transforming .itemrow .item span {
  display: block;
  color: #d9000d;
  font-weight: 500;
  margin-top: 8px;
}

.transforming .itemrow .item p {
  margin-top: 8px;
  font-weight: 500;
}

.transforming .itemrow:nth-child(even) .item:last-child {
  order: -1;
}

@media (max-width: 991px) {
  .transforming .itemrow:nth-child(even) .item:last-child {
    order: inherit;
  }
}

.conditions {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .conditions {
    padding: 24px 0px;
  }
}

.conditions .title {
  justify-content: center;
}

.conditions .item {
  margin-top: 64px;
}

.conditions .item:nth-child(even) {
  margin-top: 100px;
}

@media (max-width: 999px) {
  .conditions .item {
    max-width: 50%;
    flex: 50%;
    margin-top: 24px !important;
  }
}

@media (max-width: 500px) {
  .conditions .item {
    max-width: 100%;
    flex: 100%;
  }
}

.conditions .item .photo {
  position: relative;
  width: 100%;
  height: 154px;
  text-align: center;
}

.conditions .item .photo svg,
.conditions .item .photo img {
  max-width: 100%;
  max-height: 100%;
}

.conditions .item .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
}

.conditions .item p {
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}

.successstories {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fef8f8;
}

@media (max-width: 999px) {
  .successstories {
    padding: 24px 0px;
  }
}

.successstories .title {
  justify-content: center;
}

.successstories .item {
  margin-top: 24px;
}

@media (max-width: 999px) {
  .successstories .item {
    max-width: 50%;
    flex: 50%;
  }
}

@media (max-width: 767px) {
  .successstories .item {
    max-width: 100%;
    flex: 100%;
  }
}

.successstories .item .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 60px #0000000d;
  -moz-box-shadow: 4px 4px 60px #0000000d;
  -o-box-shadow: 4px 4px 60px #0000000d;
  -ms-box-shadow: 4px 4px 60px #0000000d;
  box-shadow: 4px 4px 60px #0000000d;
}

.successstories .item .photo {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  background: #f7f8fa;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .successstories .item .photo {
    height: 200px;
  }
}

.successstories .item .photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.successstories .item .photo img,
.transforming .itemrow .item .photo img,
.threeslider .item .banner-imgs img,
.header .bottoms .dropdown .dropdown-toggle img,
.subsignup .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.successstories .item .title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
}

.howwork {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #151528;
}

@media (max-width: 999px) {
  .howwork {
    padding: 24px 0px;
  }
}

.howwork .title {
  color: #fff;
  justify-content: center;
}

.howwork .title span {
  margin: 0px 4px;
}

.howwork .text-center {
  display: flex;
  justify-content: center;
}

.howwork .nav-tabs {
  margin: 24px 0px 16px 0px;
  justify-content: center;
  border: 1px solid #b8b8bf;
  border-radius: 60px;
}

.howwork .nav-tabs li {
  margin-right: 2px;
}

.howwork .nav-tabs li:last-child {
  margin: 0px;
}

.howwork .nav-tabs li a {
  display: block;
  position: relative;
  min-width: 140px;
  padding: 0.6rem 1rem;
  background: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 60px !important;
  color: #65656b;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 767px) {
  .howwork .nav-tabs li a {
    padding: 0.6rem 4px;
  }
}

.howwork .nav-tabs li a.active,
.howwork .nav-tabs li a:hover {
  background: #fff !important;
  color: #000;
  border: 1px solid #c5d92d;
}

.howwork .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

@media (max-width: 999px) {
  .howwork .rowbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .howwork .rowbox {
    grid-template-columns: repeat(1, 1fr);
  }
}

.howwork .item {
  margin-top: 24px;
}

.howwork .item:last-child .flex .arrow {
  display: none;
}

.howwork .item .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.howwork .item .flex .icon {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
}

.howwork .item .flex .icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .howwork .item .flex .arrow {
    display: none;
  }
}

.howwork .item .title {
  justify-content: flex-start;
  font-size: 20px;
  margin-top: 12px;
}

.howwork .item p {
  color: #fff;
  margin-top: 8px;
}

.subsignup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #151528;
}

@media (max-width: 999px) {
  .subsignup {
    grid-template-columns: repeat(1, 1fr);
  }
}

.subsignup .item {
  position: relative;
  height: 478px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .subsignup .item {
    max-width: 100%;
    flex: 100%;
    height: 338px;
  }
}

.subsignup .item:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.subsignup .item .contant {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #00000099;
}

.subsignup .item .contant .title {
  color: #fff;
}

.subsignup .item .contant p {
  margin-top: 16px;
  font-weight: 400;
  color: #fff;
}

.subsignup .item .contant .more {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #fff;
  font-weight: 400;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.subsignup .item .contant .more:hover {
  color: #c5d92d;
}

.packages {
  position: relative;
  width: 100%;
  padding: 48px 0px;
}

@media (max-width: 999px) {
  .packages {
    padding: 24px 0px;
  }
}

.packages .title {
  justify-content: center;
}

.packages .priceitem {
  position: relative;
  width: 100%;
  margin-top: 100px;
  border-radius: 12px;
  background: #fef8f8;
}

@media (max-width: 999px) {
  .packages .priceitem {
    margin-top: 24px;
  }
}

.packages .priceitem .subitem .inneritem {
  position: relative;
  width: 100%;
  padding: 24px;
}

.packages .priceitem .subitem .inneritem .title {
  font-size: 22px;
  font-weight: 600;
  justify-content: flex-start;
}

.packages .priceitem .subitem .inneritem .info {
  padding-bottom: 12px;
  border-bottom: 1px solid #d9000d29;
}

.packages .priceitem .subitem .inneritem .info p {
  font-weight: 500;
  margin-top: 8px;
}

.packages .priceitem .subitem .inneritem .pricenumber {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  color: #000;
  margin-top: 12px;
}

.packages .priceitem .subitem .inneritem .pricenumber span {
  color: #d9000d;
  font-size: 40px;
  font-weight: 700;
}

.packages .priceitem .subitem .inneritem .listtext {
  margin-top: 16px;
}

.packages .priceitem .subitem .inneritem .listtext ul li {
  display: flex;
  font-weight: 500;
  margin-top: 20px;
}

.packages .priceitem .subitem .inneritem .listtext ul li .check {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fae7e7;
  margin: 4px 6px 0px 0px;
}

.packages .priceitem .subitem .inneritem .listtext ul li .check svg {
  width: 12px;
  height: 12px;
  fill: #151528;
}

.packages .priceitem .subitem .inneritem .bottom {
  width: 100%;
  height: 50px;
  margin-top: 24px;
}

@media (max-width: 999px) {
  .packages .priceitem .subitem .inneritem .bottom {
    height: 40px;
  }
}

.packages .priceitem .subitem:nth-child(2) .inneritem {
  position: absolute;
  top: -48px;
  left: 0px;
  min-height: calc(100% + 96px);
  background: #fff;
  -webkit-box-shadow: 4px 4px 60px #0000000d;
  -moz-box-shadow: 4px 4px 60px #0000000d;
  -o-box-shadow: 4px 4px 60px #0000000d;
  -ms-box-shadow: 4px 4px 60px #0000000d;
  box-shadow: 4px 4px 60px #0000000d;
  border-radius: 12px;
}

@media (max-width: 999px) {
  .packages .priceitem .subitem:nth-child(2) .inneritem {
    position: relative;
    top: auto;
    left: auto;
    min-height: inherit;
    border-radius: 0px;
  }
}

.packages .priceitem .subitem:nth-child(2) .inneritem .bottom {
  margin-top: 72px;
}

@media (max-width: 999px) {
  .packages .priceitem .subitem:nth-child(2) .inneritem .bottom {
    margin-top: 24px;
  }
}

.packages .btnitem {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 999px) {
  .packages .btnitem {
    margin-top: 24px;
  }
}

.packages .btnitem .bottom {
  background: #151528;
  height: 50px;
  min-width: 180px;
  border: 1px solid #151528;
}

@media (max-width: 999px) {
  .packages .btnitem .bottom {
    height: 40px;
    min-width: inherit;
  }
}

.packages .btnitem .bottom:hover {
  background: #d9000d;
  border: 1px solid #d9000d;
}

.easysteps {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fef8f8;
  overflow: hidden;
}

@media (max-width: 999px) {
  .easysteps {
    padding: 24px 0px;
  }
}

.easysteps:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  background: url(../images/c-1.png) left top no-repeat;
}

.easysteps:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/c-2.png) right bottom no-repeat;
}

.easysteps .title {
  justify-content: center;
}

.easysteps .item {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .easysteps .item {
    max-width: 50%;
    flex: 50%;
    justify-content: center;
    margin-top: 24px;
  }
}

@media (max-width: 500px) {
  .easysteps .item {
    max-width: 100%;
    flex: 100%;
  }
}

.easysteps .item .in-item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -32px auto 0px auto;
  width: 50px;
  height: 50px;
  background: #151528;
  border-radius: 50%;
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.easysteps .item .in-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  min-width: 128px;
  max-width: 128px;
  margin: 0px auto;
  background: #fff;
  -webkit-box-shadow: 4px 4px 60px #0000000d;
  -moz-box-shadow: 4px 4px 60px #0000000d;
  -o-box-shadow: 4px 4px 60px #0000000d;
  -ms-box-shadow: 4px 4px 60px #0000000d;
  box-shadow: 4px 4px 60px #0000000d;
  border-radius: 50%;
}

.easysteps .item .in-item .icon svg,
.easysteps .item .in-item .icon img {
  width: 48px;
  height: 48px;
  fill: #151528;
  margin-top: -10px;
}

.easysteps .item .in-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .easysteps .item .in-item .title {
    font-size: 20px;
  }
}

.easysteps .item .in-item p {
  font-weight: 500;
  margin-top: 4px;
  text-align: center;
}

.easysteps .item .box-loader {
  display: flex;
  position: absolute;
  right: -22px;
  top: 27%;
  rotate: 180deg;
}

@media (max-width: 991px) {
  .easysteps .item .box-loader {
    display: none;
  }
}

.easysteps .item .box-loader span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 8px;
}

.easysteps .item .box-loader span::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  transform: translateY(-24%) rotate(137deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  right: calc(85% + 5px);
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.easysteps .item .box-loader span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 50%;
  transform: translateY(50%);
  background: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  right: 85%;
}

.easysteps .item .box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.easysteps .item .box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.easysteps .item .box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

.easysteps .btnitem {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 999px) {
  .easysteps .btnitem {
    margin-top: 24px;
  }
}

.easysteps .btnitem .bottom {
  height: 50px;
  min-width: 140px;
}

@media (max-width: 999px) {
  .easysteps .btnitem .bottom {
    height: 40px;
    min-width: inherit;
  }
}

.allskills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  padding: 0px 15%;
}

@media (max-width: 999px) {
  .allskills {
    padding: 0px;
  }
}

.allskills li {
  position: relative;
  background: #4e4f80;
  min-width: 120px;
  border-radius: 12px;
  padding: 8px 12px;
  margin: 8px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.allskills li:nth-child(even) {
  background: #5e5f94;
}

@media (max-width: 999px) {
  .allskills li {
    min-width: inherit;
  }
}

.modal {
  background: #0000009c;
  padding: 0px 12px !important;
}

.modal .modal-lg {
  max-width: 1015px;
}

.modal .close {
  opacity: 1;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
}

.modal .close svg {
  width: 18px;
  height: 18px;
}

.modal .modal-content {
  padding: 45px 35px;
  background: #fef8f8;
  border-radius: 0px;
  border: 0px;
}

@media (max-width: 999px) {
  .modal .modal-content {
    padding: 32px 24px;
  }
}

.modal .modal-content .title {
  justify-content: center;
}

.modal .modal-content .st-add {
  color: #000;
  margin-bottom: 24px;
}

.modal .modal-content .bottom {
  width: auto;
  min-width: 120px;
}

.modal .subinner {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 32px 0px;
  -webkit-box-shadow: 4px 4px 60px #0000000d;
  -moz-box-shadow: 4px 4px 60px #0000000d;
  -o-box-shadow: 4px 4px 60px #0000000d;
  -ms-box-shadow: 4px 4px 60px #0000000d;
  box-shadow: 4px 4px 60px #0000000d;
}

@media (max-width: 999px) {
  .modal .subinner {
    padding: 24px 0px;
  }
}

.modal .col {
  border-right: 1px solid #c8ced5;
  padding: 0px 48px;
}

@media (max-width: 999px) {
  .modal .col {
    padding: 0px 32px;
  }
}

.modal .col .title {
  margin-top: 24px;
  font-size: 30px;
  font-weight: 600;
  justify-content: flex-start !important;
}

.modal .col:last-child {
  border: 0px;
}

.modal .col:last-child .title {
  justify-content: center !important;
  margin: 0px;
}

@media (max-width: 767px) {
  .modal .col {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px;
    border: 0px;
  }

  .modal .col:last-child {
    margin: 0px;
  }
}

.modal .logo img {
  max-width: 158px;
}

@media (max-width: 1120px) {
  .modal .logo img {
    max-width: 138px;
  }
}

.modal .logo .night-logo {
  display: none;
}

.modal .time,
.modal .conferencing {
  display: flex;
  color: #606367;
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}

.modal .time svg,
.modal .conferencing svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  fill: #606367;
  margin: 5px 4px 0px 0px;
}

.modal .text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
}

.modal .select {
  position: relative;
  width: 100%;
}

.modal .select svg {
  position: absolute;
  left: 12px;
  top: 22px;
  width: 15px;
  height: 15px;
}

.modal .select .form-control {
  padding-left: 30px;
}

.modal .nao-month {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}

.modal .nao-month.no-overflow {
  overflow: hidden !important;
  transform: translateZ(0);
}

.modal .nao-month .month-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 24px;
}

.modal .nao-month .month-head button {
  background: none;
  border: none;
  outline: none;
  outline-style: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.modal .nao-month .month-head .arowleft,
.modal .nao-month .month-head .arowright {
  background: #fef8f8 url(../images/arrow.svg) center center no-repeat;
  height: 32px;
  width: 32px;
  padding: 0;
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 50px;
}

.modal .nao-month .month-head .arowleft:hover,
.modal .nao-month .month-head .arowright:hover {
  background: #d9000d url(../images/arrow2.svg) center center no-repeat;
}

.modal .nao-month .month-head .arowright {
  left: auto;
  right: 0px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modal
  .nao-month
  .month-head
  button.btn.ic.ic-arrow-circle-angle-down.ripple-elemen,
.modal .nao-month .month-head button.btn.ic.ic-target.ripple-element,
.modal .nao-month .month-head button.btn.ic.ic-arrow-circle-angle-down {
  display: none;
}

.modal .nao-month .month-head div {
  cursor: pointer;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.modal .nao-month .year-month {
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  z-index: 3;
  overflow: hidden;
  transition:
    height 5ms linear 0.5s,
    background 0.5s ease;
  pointer-events: none;
}

.modal .nao-month .year-month div:first-child {
  margin-top: -100%;
  transition: margin 0.5s ease;
}

.modal .nao-month > div + div {
  transition: opacity 0.5s ease;
  filter: none;
  opacity: 1;
}

.modal .nao-month table {
  width: 100%;
  transform: none;
  filter: none;
  opacity: 1;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}

.modal .nao-month table thead,
.modal .nao-month table tbody {
  width: 100%;
}

.modal .nao-month table.prev,
.modal .nao-month table.next,
.modal .nao-month table.come {
  position: absolute;
}

.modal .nao-month table.prev {
  transform: translateX(-110%);
}

.modal .nao-month table.prev + table {
  transform: translateX(110%);
}

.modal .nao-month table.next {
  transform: translateX(110%);
}

.modal .nao-month table.next + table {
  transform: translateX(-110%);
}

.modal .nao-month table.come {
  transform: none;
}

.modal .nao-month th,
.modal .nao-month td {
  text-align: center;
  padding: 4px 1px;
  font-weight: normal;
  width: calc(100% / 7);
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}

.modal .nao-month th {
  color: #000;
}

.modal .nao-month td {
  position: relative;
  cursor: pointer;
}

.modal .nao-month td.ripple {
  z-index: 99;
}

.modal .nao-month td.today,
.modal .nao-month td.active {
  background: #d9000d;
  color: #fff;
}

.modal .nao-month td:empty {
  cursor: auto;
}

.modal .nao-month td:empty::before {
  content: "•";
  opacity: 0.3;
  display: inline-block;
}

.modal .nao-month .year-month.visible {
  display: block;
  transition: height 5ms linear 0s;
  height: 100%;
  pointer-events: auto;
}

.modal .nao-month .year-month.visible ~ div,
.modal .nao-month .year-month.visible ~ table {
  filter: blur(5px);
  filter: none;
  opacity: 0.05;
}

.modal .nao-month .year-month.visible > table,
.modal .nao-month .year-month.visible > div {
  margin-top: 0%;
  transform: none;
}

.modal .nao-month .year-month.visible > div {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  display: block;
}

.modal .nao-month .year-month table {
  height: 70%;
}

.modal .nao-month .year-month td {
  overflow: hidden;
  width: 33.333%;
}

.modal .nao-month .year-month > .ic {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.blogs {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .blogs {
    padding: 24px 0px;
  }
}

@media (max-width: 999px) {
  .blogs {
    margin-bottom: 0px;
  }
}

.blogs .sub-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 999px) {
  .blogs .sub-btn {
    display: block;
  }

  .blogs .sub-btn .title {
    text-align: center;
  }
}

.blogs .listbtn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 999px) {
  .blogs .listbtn {
    margin-top: 12px;
    justify-content: center;
  }

  a#transactionsTable_next,
  div#transactionsTable_paginate {
    min-width: inherit !important;
  }
}

.blogs .listbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 60px;
  padding: 8px 32px;
  border: 1px solid #f3f8ff;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blogs .listbtn a:last-child {
  margin-right: 0px;
}

@media (max-width: 999px) {
  .blogs .listbtn a {
    margin-top: 12px;
  }
}

.blogs .listbtn a:hover,
.blogs .listbtn a.active {
  color: #c5d92d;
  background: #f3f8ff;
  border: 1px solid #f3f8ff;
}

.blogs .item {
  margin-top: 24px;
}

@media (max-width: 999px) {
  .blogs .item {
    max-width: 100%;
    flex: 100%;
  }
}

.blogs .item .inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #ebf0f6;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0px -2px 6px 0px #1f4ba014;
  overflow: hidden;
}

.blogs .item .inner:hover {
  -webkit-box-shadow: 4px 4px 40px #00000017;
  -moz-box-shadow: 4px 4px 40px #00000017;
  -o-box-shadow: 4px 4px 40px #00000017;
  -ms-box-shadow: 4px 4px 40px #00000017;
  box-shadow: 4px 4px 40px #00000017;
}

.blogs .item .inner:hover .photo img {
  transform: scale(1.1);
}

.blogs .item .inner .photo {
  display: block;
  width: 100%;
  height: 290px;
  background: #f7f8fa;
  overflow: hidden;
}

@media (max-width: 999px) {
  .blogs .item .inner .photo {
    height: 194px;
  }
}

.blogs .item .inner .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blogs .item .inner .innercontant {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}

@media (max-width: 999px) {
  .blogs .item .inner .innercontant {
    height: auto;
    padding: 20px;
  }
}

.blogs .item .inner .title {
  font-size: 28px;
  margin-bottom: 12px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
  .blogs .item .inner .title {
    font-size: 22px;
  }
}

.blogs .item .inner .title:hover {
  color: #c5d92d;
}

.blogs .item .inner p {
  font-weight: 400;
}

.blogs .item .inner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}

.blogs .item .inner .flex .more {
  color: #000;
  font-weight: 400;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blogs .item .inner .flex .more:hover {
  color: #c5d92d;
}

.blogs .item .inner .flex .more svg {
  rotate: 180deg;
  margin-left: 4px;
}

.blogs .item .inner .flex ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .blogs .item .inner .flex ul {
    order: -1;
    width: 100%;
    justify-content: space-between;
  }
}

.blogs .item .inner .flex ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 400;
}

.blogs .item .inner .flex ul .subdes {
  min-width: 114px;
  height: 50px;
  margin-right: 12px;
  cursor: pointer;
  color: #c5d92d;
  background: #f3f8ff;
  text-transform: capitalize;
  border-radius: 60px;
}

.blogsdetails {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .blogsdetails {
    padding: 24px 0px;
  }
}

@media (max-width: 999px) {
  .blogsdetails {
    margin-bottom: 0px;
  }
}

.blogsdetails .description {
  text-align: center;
}

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

.blogsdetails .description ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0px 8px;
  font-weight: 400;
}

.blogsdetails .description ul .subdes {
  min-width: 112px;
  height: 44px;
  padding: 0px 16px;
  border-radius: 40px;
  color: #c5d92d;
  background: #f3f8ff;
}

.blogsdetails .description .title {
  justify-content: center;
  text-align: center;
  margin-top: 12px;
}

.blogsdetails .description p {
  text-align: center;
  padding: 0px 24%;
  font-weight: 400;
  margin-top: 16px;
}

@media (max-width: 999px) {
  .blogsdetails .description p {
    padding: 0px;
  }
}

.blogsdetails .photo {
  width: 100%;
  height: 640px;
  background: #f7f8fa;
  margin-top: 32px;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .blogsdetails .photo {
    height: 340px;
    margin-top: 24px;
  }
}

.blogsdetails .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.blogsdetails .item {
  margin-top: 24px;
}

@media (max-width: 999px) {
  .blogsdetails .item {
    max-width: 100%;
    flex: 100%;
    margin: 0px;
  }

  .blogsdetails .item:last-child {
    order: -1;
  }
}

.blogsdetails .item .subscribe {
  position: relative;
  width: 100%;
  border-radius: 24px;
  padding: 80px 24px 48px 24px;
  background: #c5d92d url(../images/subscribe.png) no-repeat center bottom;
  background-size: 100%;
  margin-top: 24px;
}

.blogsdetails .item .subscribe .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
}

.blogsdetails .item .subscribe .icon svg,
.blogsdetails .item .subscribe .icon img {
  max-width: 100%;
  max-height: 100%;
}

.blogsdetails .item .subscribe .title {
  font-size: 28px;
  color: #fff;
  margin-top: 16px;
}

@media (max-width: 999px) {
  .blogsdetails .item .subscribe .title {
    font-size: 24px;
  }
}

.blogsdetails .item .subscribe p {
  color: #fff;
  font-weight: 400;
  margin-top: 8px;
}

@media (max-width: 999px) {
  .blogsdetails .item .subscribe p {
    font-size: 14px;
  }
}

.blogsdetails .item .subscribe .formsubscribe {
  position: relative;
  width: 100%;
  height: 68px;
  background: #fff;
  border-radius: 60px;
  margin-top: 32px;
  overflow: hidden;
}

.blogsdetails .item .subscribe .formsubscribe .form-control {
  width: 100%;
  height: 100%;
  border: 0px !important;
  border-radius: 0px;
  text-align: left;
  padding: 0px 130px 0px 34px;
}

.blogsdetails .item .subscribe .formsubscribe .bottom {
  position: absolute;
  right: 8px;
  top: 8px;
  min-width: 110px;
  background: #6568f4;
  border: 0px !important;
  height: 52px;
  border-radius: 60px;
}

.blogsdetails .item .subscribe .formsubscribe .bottom:hover {
  background: #c5d92d;
}

.blogsdetails .item .subscribe .formsubscribe .subicon {
  position: absolute;
  left: 12px;
  top: 19px;
}

.blogsdetails .item .subscribe .formsubscribe .subicon svg,
.blogsdetails .item .subscribe .formsubscribe .subicon img {
  max-width: 18px;
}

.blogsdetails .item .most-read {
  position: sticky;
  top: 100px;
  margin-top: 24px;
}

@media (max-width: 999px) {
  .blogsdetails .item .most-read {
    display: none;
  }
}

.blogsdetails .item .most-read .title {
  font-size: 28px;
}

.blogsdetails .item .most-read .listnews li {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.blogsdetails .item .most-read .listnews li .photo {
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  background: #f7f8fa;
  border-radius: 18px;
  overflow: hidden;
  margin: 0px;
  margin-right: 12px;
}

@media (max-width: 999px) {
  .blogsdetails .item .most-read .listnews li .photo {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
}

.blogsdetails .item .most-read .listnews li .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blogsdetails .item .most-read .listnews li .photo:hover img {
  transform: scale(1.1);
}

.blogsdetails .item .most-read .listnews li .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
  margin-bottom: 8px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
  .blogsdetails .item .most-read .listnews li .text .title {
    font-size: 16px;
    margin: 0px;
  }
}

.blogsdetails .item .most-read .listnews li .text .title:hover {
  color: #c5d92d;
}

.blogsdetails .item .most-read .listnews li .text span {
  font-weight: 400;
}

@media (max-width: 999px) {
  .blogsdetails .item .most-read .listnews li .text span {
    font-size: 14px;
  }
}

.blogsdetails .item p {
  font-weight: 400;
  margin-top: 16px;
}

.blogsdetails .item .listtext {
  padding-right: 20px;
  margin: 0px;
}

.blogsdetails .item .listtext li {
  margin-top: 16px;
  list-style: decimal;
}

@media (max-width: 999px) {
  .blogsdetails .item .listtext li {
    font-size: 14px;
  }
}

.blogsdetails .item .textnews {
  margin-top: 24px;
}

.blogsdetails .item .textnews .photo {
  margin-top: 24px;
  height: 476px;
}

@media (max-width: 999px) {
  .blogsdetails .item .textnews .photo {
    height: 340px;
  }
}

.blogsdetails .item .textnews .title {
  font-size: 18px;
}

.blogsdetails .item .voluptate {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #151528;
  min-height: 326px;
  padding: 48px;
  margin-top: 24px;
}

@media (max-width: 999px) {
  .blogsdetails .item .voluptate {
    padding: 24px;
  }
}

.blogsdetails .item .voluptate .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 999px) {
  .blogsdetails .item .voluptate .title {
    font-size: 20px;
  }
}

.blogsdetails .related-news {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #d5dff0;
}

@media (max-width: 999px) {
  .blogsdetails .related-news {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.blogsdetails .related-news .title {
  justify-content: center;
}

.blogsdetails .related-news .relateditem {
  margin-top: 48px;
}

@media (max-width: 999px) {
  .blogsdetails .related-news .relateditem {
    max-width: 50%;
    flex: 50%;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .blogsdetails .related-news .relateditem {
    max-width: 100%;
    flex: 100%;
  }
}

.blogsdetails .related-news .relateditem .inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #ebf0f6;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0px -2px 6px 0px #1f4ba014;
  overflow: hidden;
}

.blogsdetails .related-news .relateditem .inner:hover {
  -webkit-box-shadow: 4px 4px 40px #00000017;
  -moz-box-shadow: 4px 4px 40px #00000017;
  -o-box-shadow: 4px 4px 40px #00000017;
  -ms-box-shadow: 4px 4px 40px #00000017;
  box-shadow: 4px 4px 40px #00000017;
}

.blogsdetails .related-news .relateditem .inner:hover .photo img {
  transform: scale(1.1);
}

.blogsdetails .related-news .relateditem .inner .photo {
  display: block;
  width: 100%;
  height: 290px;
  background: #f7f8fa;
  margin: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .blogsdetails .related-news .relateditem .inner .photo {
    height: 194px;
  }
}

.blogsdetails .related-news .relateditem .inner .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blogsdetails .related-news .relateditem .inner .innercontant {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 222px;
}

@media (max-width: 999px) {
  .blogsdetails .related-news .relateditem .inner .innercontant {
    height: auto;
  }
}

.blogsdetails .related-news .relateditem .inner .title {
  font-size: 24px;
  margin-bottom: 12px;
  justify-content: flex-start;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
  .blogsdetails .related-news .relateditem .inner .title {
    font-size: 18px;
    -webkit-line-clamp: inherit;
  }
}

.blogsdetails .related-news .relateditem .inner .title:hover {
  color: #c5d92d;
}

.blogsdetails .related-news .relateditem .inner p {
  font-weight: 400;
  overflow: hidden;
}

.blogsdetails .related-news .relateditem .inner .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}

.blogsdetails .related-news .relateditem .inner .flex .more {
  color: #000;
  font-weight: 400;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blogsdetails .related-news .relateditem .inner .flex .more:hover {
  color: #c5d92d;
}

.blogsdetails .related-news .relateditem .inner .flex .more svg {
  rotate: 180deg;
  margin-left: 4px;
}

.blogsdetails .related-news .relateditem .inner .flex ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .blogsdetails .related-news .relateditem .inner .flex ul {
    order: -1;
    width: 100%;
    justify-content: space-between;
  }
}

.blogsdetails .related-news .relateditem .inner .flex ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 400;
}

.blogsdetails .related-news .relateditem .inner .flex ul .subdes {
  min-width: 114px;
  height: 50px;
  margin-right: 12px;
  cursor: pointer;
  color: #c5d92d;
  background: #f3f8ff;
  text-transform: capitalize;
  border-radius: 60px;
}

.faqs,
.project-page-passive,
.portfolio-passive-user,
.pricing-table,
.talent__item,
.talent-inner,
.advantages,
.howapply,
.howplatform,
.video-swipe {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  margin-bottom: 100px;
  /* Vertical line */
}

.advantages,
.howapply,
.howplatform,
.video-swipe {
  margin: 0;
}

@media (max-width: 999px) {
  .faqs,
  .project-page-passive,
  .portfolio-passive-user,
  .pricing-table,
  .talent__item,
  .talent-inner,
  .advantages,
  .howapply,
  .howplatform,
  .video-swipe {
    padding: 24px 0px;
    margin-bottom: 0px;
  }
}

.faqs .accordion {
  margin: 0;
}

.faqs .accordion .option {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  background: #f3f8ff;
  border: 1px solid #bccf2c3d;
  overflow: hidden;
  margin: 0;
  margin-bottom: 24px;
}

@media (max-width: 999px) {
  .faqs .accordion .option {
    margin-bottom: 12px;
  }
}

.faqs .accordion .option:last-child {
  margin-bottom: 0px;
}

.faqs .accordion .option .click-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faqs .accordion .option .click-title a {
  display: flex !important;
  align-items: center;
  width: 100%;
  padding: 20px;
  padding-right: 60px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

@media (max-width: 999px) {
  .faqs .accordion .option .click-title a {
    font-size: 20px;
  }
}

.faqs .accordion .option .text {
  padding: 20px;
  padding-top: 0px;
  font-weight: 500;
}

.faqs .collapsible-link::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #c5d92d url(../images/arrow.svg) no-repeat center center;
  display: block;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.faqs .collapsible-link[aria-expanded="true"]::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.privatepolicy,
.terms {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff;
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .privatepolicy,
  .terms {
    margin-bottom: 0px;
  }
}

@media (max-width: 1199px) {
  .privatepolicy .item,
  .terms .item {
    max-width: 100%;
    flex: 100%;
  }
}

.privatepolicy .item .inner,
.terms .item .inner {
  position: sticky;
  top: 120px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .privatepolicy .item .inner,
  .terms .item .inner {
    border-radius: 0px;
    position: relative;
    top: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.privatepolicy .item .inner .listmenu,
.terms .item .inner .listmenu {
  width: 100%;
}

@media (max-width: 1199px) {
  .privatepolicy .item .inner .listmenu,
  .terms .item .inner .listmenu {
    padding: 16px;
  }
}

.privatepolicy .item .inner .listmenu a,
.terms .item .inner .listmenu a {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  color: #000;
  font-weight: 500;
  padding-bottom: 8px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border-bottom: 1px solid #cfcfcf;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .privatepolicy .item .inner .listmenu a,
  .terms .item .inner .listmenu a {
    color: #fff;
  }
}

.privatepolicy .item .inner .listmenu a:last-child,
.terms .item .inner .listmenu a:last-child {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.privatepolicy .item .inner .listmenu a:hover,
.privatepolicy .item .inner .listmenu a.active,
.terms .item .inner .listmenu a:hover,
.terms .item .inner .listmenu a.active {
  color: #c5d92d !important;
}

.privatepolicy .hideitem .cancel,
.terms .hideitem .cancel {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .privatepolicy .hideitem .cancel,
  .terms .hideitem .cancel {
    display: block;
  }
}

.privatepolicy .hideitem .cancel svg,
.terms .hideitem .cancel svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1199px) {
  .privatepolicy .hideitem,
  .terms .hideitem {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 280px;
    height: 100%;
    padding: 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: #151528;
    z-index: 1005;
  }

  .privatepolicy .hideitem::-webkit-scrollbar,
  .terms .hideitem::-webkit-scrollbar {
    width: 2px;
  }

  .privatepolicy .hideitem.active,
  .terms .hideitem.active {
    left: 0px;
  }
}

.privatepolicy .itemmenu,
.terms .itemmenu {
  display: none;
}

@media (max-width: 1199px) {
  .privatepolicy .itemmenu,
  .terms .itemmenu {
    display: block;
  }
}

.privatepolicy .itemmenu svg,
.terms .itemmenu svg {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

@media (max-width: 999px) {
  .privatepolicy .itemmenu svg,
  .terms .itemmenu svg {
    width: 20px;
    height: 20px;
  }
}

.privatepolicy p,
.terms p {
  margin-top: 16px;
  font-weight: 400;
}

.interact {
  position: relative;
  width: 100%;
  padding: 48px 0px;
}

@media (max-width: 999px) {
  .interact {
    padding: 24px 0px;
  }
}

.interact .title {
  justify-content: center;
}

.interact .item {
  margin-top: 48px;
}

@media (max-width: 999px) {
  .interact .item {
    max-width: 100%;
    flex: 100%;
    margin-top: 24px;
  }
}

.interact .item .inner {
  position: relative;
  width: 100%;
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #f3f3f3;
  text-align: center;
  -webkit-box-shadow: 4px 4px 60px #0000000d;
  -moz-box-shadow: 4px 4px 60px #0000000d;
  -o-box-shadow: 4px 4px 60px #0000000d;
  -ms-box-shadow: 4px 4px 60px #0000000d;
  box-shadow: 4px 4px 60px #0000000d;
}

@media (max-width: 999px) {
  .interact .item .inner {
    padding: 24px;
  }
}

.interact .item .inner .photo {
  width: 100%;
  height: 200px;
}

.interact .item .inner .photo img {
  max-width: 100%;
  max-height: 100%;
}

.interact .item .inner p {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}

@media (max-width: 999px) {
  .interact .item .inner p {
    font-size: 18px;
    margin-top: 12px;
  }
}

.interact .item .inner .more {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #d9000d;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
}

.interact .item .inner .more:hover {
  text-decoration: underline;
}

@media (max-width: 999px) {
  .interact .item .inner .more {
    font-size: 18px;
    margin-top: 12px;
  }
}

.started {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fef8f8;
  text-align: center;
}

@media (max-width: 999px) {
  .started {
    padding: 24px 0px;
  }
}

.started:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg1.png) right top no-repeat;
  background-size: 100%;
  opacity: 0.4;
}

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

.started .container .title {
  font-size: 30px;
}

@media (max-width: 999px) {
  .started .container {
    display: block;
  }

  .started .container .title {
    justify-content: center;
    font-size: 24px;
  }
}

.started .container .bottom {
  margin-left: 24px;
  min-width: 160px;
  height: 50px;
}

@media (max-width: 999px) {
  .started .container .bottom {
    margin: 0px;
    margin-top: 16px;
    min-width: 120px;
    height: 42px;
  }
}

.profilejob {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fef8f8;
  overflow: hidden;
}

@media (max-width: 999px) {
  .profilejob {
    padding: 24px 0px;
  }
}

.profilejob:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  background: url(../images/c-1.png) left top no-repeat;
}

.profilejob:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/c-2.png) right bottom no-repeat;
}

.profilejob .title {
  justify-content: center;
}

.profilejob .discoverteam .slick-slide .info {
  align-items: center;
}

.profilejob .discoverteam .slick-slide .info .check {
  right: auto;
  top: auto;
  bottom: 0px;
  left: 70px;
}

.profilejob .discoverteam .slick-slide .info .title {
  width: 186px;
  margin: 0px;
  overflow: hidden;
}

.profilejob .discoverteam .slick-slide .exp {
  position: absolute;
  right: 24px;
  top: 0px;
  width: 44px;
  background: #151528;
  border-radius: 0px 0px 50px 50px;
  text-align: center;
  padding: 8px 4px;
}

.profilejob .discoverteam .slick-slide .exp span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.profilejob .discoverteam .slick-slide .exp b {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.profilejob .discoverteam .slick-slide .listskills,
.itemprogress .listskills {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.profilejob .discoverteam .slick-slide .listskills li,
.itemprogress .listskills li {
  min-width: 80px;
  padding: 4px 12px;
  border-radius: 60px;
  background: #f7f8fa;
  margin: 8px 8px 0px 0px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.profilejob .discoverteam .slick-slide .listevaluation {
  margin-top: 24px;
}

.profilejob .discoverteam .slick-slide .listevaluation li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.profilejob .discoverteam .slick-slide .listevaluation li p {
  color: #000;
  font-weight: 500;
  height: auto;
  font-style: normal;
  margin: 0px;
}

.profilejob .discoverteam .slick-slide .listevaluation li span {
  color: #000;
  font-weight: 700;
}

.profilejob .discoverteam .slick-slide .listevaluation li span svg {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  fill: #f6be4f;
}

.profilejob .discoverteam .slick-slide .price {
  margin-top: 24px;
  color: #d9000d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  height: auto;
}

.profilejob .discoverteam .slick-slide .bottom {
  margin-top: 24px;
  background: #fff;
  color: #000;
  width: 100%;
  border-radius: 60px;
  height: 50px;
  border: 1px solid #d9000d30;
}

.profilejob .discoverteam .slick-slide .bottom:hover {
  background: #d9000d;
  border: 1px solid #d9000d;
  color: #fff;
}

.guide-documentation {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f7f8fa;
}

@media (max-width: 999px) {
  .guide-documentation {
    padding: 24px 0px;
  }
}

.guide-documentation .container {
  z-index: inherit;
}

@media (max-width: 1199px) {
  .guide-documentation .item {
    max-width: 100%;
    flex: 100%;
  }
}

.guide-documentation .item .inner {
  position: sticky;
  top: 120px;
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  background: #151528;
  overflow: hidden;
}

.guide-documentation .item .inner:before {
  content: "";
  position: absolute;
  top: -52px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: url(../images/in-bg.png) left top no-repeat;
  background-size: 100%;
  opacity: 0.4;
}

@media (max-width: 1199px) {
  .guide-documentation .item .inner {
    border-radius: 0px;
    position: relative;
    top: auto;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.guide-documentation .item .inner .listmenu a {
  position: relative;
  display: flex;
  background: #ffffff1f;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 12px;
  font-weight: 500;
  padding: 8px 12px;
  overflow: hidden;
}

.guide-documentation .item .inner .listmenu a:last-child {
  margin: 0px;
}

.guide-documentation .item .inner .listmenu a:hover::after,
.guide-documentation .item .inner .listmenu a.active::after {
  width: 100%;
}

.guide-documentation .item .inner .listmenu a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #d9000d;
  width: 0px;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .item .inner .listmenu a span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.guide-documentation .item .inner .listmenu a span svg,
.guide-documentation .item .inner .listmenu a span img {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  margin-right: 4px;
  fill: #fff;
}

.guide-documentation .itemmenu {
  display: none;
}

@media (max-width: 1199px) {
  .guide-documentation .itemmenu {
    display: block;
  }
}

.guide-documentation .itemmenu svg {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

@media (max-width: 999px) {
  .guide-documentation .itemmenu svg {
    width: 20px;
    height: 20px;
  }
}

.guide-documentation .hideitem .cancel {
  display: none;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 10;
}

@media (max-width: 1199px) {
  .guide-documentation .hideitem .cancel {
    display: block;
  }
}

.guide-documentation .hideitem .cancel svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1199px) {
  .guide-documentation .hideitem {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 280px;
    height: 100%;
    padding: 0px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1005;
  }

  .guide-documentation .hideitem::-webkit-scrollbar {
    width: 2px;
  }

  .guide-documentation .hideitem.active {
    left: 0px;
  }
}

.guide-documentation .subitem {
  margin-top: 24px;
}

@media (max-width: 999px) {
  .guide-documentation .subitem {
    max-width: 100%;
    flex: 100%;
  }
}

@media (max-width: 999px) {
  .guide-documentation .subitem,
  .guide-documentation .s-item {
    max-width: 100%;
    flex: 100%;
  }
}

.guide-documentation .s-item {
  margin-top: 16px;
}

.guide-documentation .inneritem {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e9ee;
  border-radius: 12px;
}

.guide-documentation .inneritem .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #e8e9ee;
}

.guide-documentation .inneritem .minhead .title {
  font-size: 22px;
  font-weight: 600;
}

.guide-documentation .inneritem .minhead .more {
  color: #d9000d;
  font-weight: 500;
}

.guide-documentation .inneritem .minhead .more:hover {
  text-decoration: underline;
}

.guide-documentation .inneritem .minhead .filter {
  position: relative;
  width: 120px;
}

.guide-documentation .inneritem .minhead .filter svg {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 15px;
  height: 15px;
}

.guide-documentation .inneritem .minhead .filter .form-control {
  height: 40px;
  padding-left: 30px;
}

.guide-documentation .inneritem .subinner {
  padding: 16px;
}

.guide-documentation .inneritem .subinner .list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #f7f8fa;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
  color: #000;
  font-weight: 500;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .inneritem .subinner .list a:last-child {
  margin: 0px;
}

.guide-documentation .inneritem .subinner .list a:hover {
  background: #e3e3e3;
}

.guide-documentation .inneritem .subinner .list a svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  margin: 3px 0px;
}

.guide-documentation .inneritem .subinner .list a .cls-1 {
  fill: #c5d92d;
  fill-rule: evenodd;
}

.guide-documentation .inneritem .subinner .list a .cls-2 {
  fill: #fff;
}

.guide-documentation .inneritem .subinner .meeting a {
  justify-content: flex-start;
  align-items: flex-start;
}

.guide-documentation .inneritem .subinner .meeting a .manth {
  min-width: 53px;
  max-width: 53px;
  height: 53px;
  border-radius: 12px;
  background: #fff;
  padding: 4px 0px;
  margin-right: 8px;
  text-align: center;
  overflow: hidden;
}

.guide-documentation .inneritem .subinner .meeting a .manth p {
  color: #d9000d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.guide-documentation .inneritem .subinner .meeting a .manth p span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.guide-documentation .inneritem .subinner .meeting a .manth .date {
  display: block;
  line-height: 8px;
  color: #606367;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.guide-documentation .inneritem .subinner .meeting a .time {
  color: #606367;
  font-size: 14px;
  font-weight: 500;
}

.guide-documentation .inneritem .subinner .meeting a .title {
  font-size: 16px;
  font-weight: 500;
}

.guide-documentation .inneritem .subinner .action a {
  justify-content: flex-start;
  align-items: flex-start;
}

.guide-documentation .inneritem .subinner .action a .photo {
  min-width: 53px;
  max-width: 53px;
  height: 53px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  margin-right: 8px;
}

.guide-documentation .inneritem .subinner .action a .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-documentation .inneritem .subinner .action a .info {
  display: flex;
}

.guide-documentation .inneritem .subinner .action a .time,
.guide-documentation .inneritem .subinner .action a .map {
  display: flex;
  align-items: center;
  color: #606367;
  font-size: 14px;
  font-weight: 500;
}

.guide-documentation .inneritem .subinner .action a .time svg,
.guide-documentation .inneritem .subinner .action a .map svg {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  fill: #606367;
  margin: 0px;
  margin-right: 4px;
}

.guide-documentation .inneritem .subinner .action a .map {
  margin-right: 16px;
}

.guide-documentation .inneritem .subinner .action a .title {
  font-size: 16px;
  font-weight: 500;
}

.guide-documentation .inneritem .subinner .application a {
  flex-wrap: wrap;
}

.guide-documentation .inneritem .subinner .application a .imgitle {
  display: flex;
  align-items: center;
}

.guide-documentation .inneritem .subinner .application a .imgitle .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  max-width: 53px;
  height: 53px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding: 8px;
  margin-right: 8px;
}

.guide-documentation .inneritem .subinner .application a .imgitle .photo img {
  max-width: 100%;
  max-height: 100%;
}

.guide-documentation .inneritem .subinner .application a .imgitle .title {
  font-size: 16px;
  font-weight: 500;
  min-width: 150px;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.guide-documentation .inneritem .subinner .application a .info {
  display: flex;
  flex-wrap: wrap;
}

.guide-documentation .inneritem .subinner .application a .time,
.guide-documentation .inneritem .subinner .application a .map {
  display: flex;
  align-items: center;
  color: #606367;
  font-size: 14px;
  font-weight: 500;
}

.guide-documentation .inneritem .subinner .application a .time svg,
.guide-documentation .inneritem .subinner .application a .map svg {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  fill: #606367;
  margin: 0px;
  margin-right: 4px;
}

.guide-documentation .inneritem .subinner .application a .map {
  margin-right: 16px;
}

.guide-documentation .inneritem .subinner .application a .waiting,
.guide-documentation .inneritem .subinner .application a .approval {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  border-radius: 12px;
  color: #f6be4f;
  border: 1px solid #f6be4f;
  text-transform: capitalize;
  min-width: 100px;
  max-width: 100px;
}

.guide-documentation .inneritem .subinner .application a .approval {
  color: #c5d92d;
  border: 1px solid #c5d92d;
}

.guide-documentation .inneritem .subinner .allemploy .imgitle .photo {
  border-radius: 50% !important;
  padding: 0px !important;
}

.guide-documentation .inneritem .subinner .allemploy .imgitle .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-documentation .inneritem .subinner .allemploy .imgitle .title {
  font-size: 20px !important;
}

.guide-documentation .inneritem .subinner .allemploy .info .map,
.guide-documentation .inneritem .subinner .allemploy .info .time {
  font-size: 16px;
}

.guide-documentation .inneritem .subinner .allemploy .info .map svg,
.guide-documentation .inneritem .subinner .allemploy .info .time svg {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
}

.guide-documentation .inneritem .favorite {
  max-width: 50%;
  flex: 50%;
  padding: 0px 8px;
  margin-top: 16px;
}

.guide-documentation .inneritem .favorite .innerfavorite {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 124px;
  padding: 12px;
  background: #f7f8fa;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .inneritem .favorite .innerfavorite:hover {
  background: #e3e3e3;
}

.guide-documentation .inneritem .favorite .innerfavorite .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.guide-documentation .inneritem .favorite .innerfavorite .photo img {
  max-width: 100%;
  max-height: 100%;
}

.guide-documentation .inneritem .favorite .innerfavorite .title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  justify-content: center;
  text-align: center;
}

.guide-documentation .map-text {
  display: block !important;
  padding: 48px !important;
}

.guide-documentation .map-text .title {
  justify-content: flex-start;
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
  justify-content: center;
}

.guide-documentation .map-text .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: #d9000d;
  margin: 0px auto;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-clip: padding-box;
}

.guide-documentation .map-text .icon svg {
  fill: #fff;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  margin: 0px !important;
}

.guide-documentation .map-text p {
  font-weight: 500;
  color: #d9000d;
  text-align: center;
}

.guide-documentation p {
  font-weight: 500;
}

.guide-documentation .innerholders {
  position: relative;
  width: 100%;
  border-radius: 12px;
  background: #f7f8fa;
  padding: 24px;
  margin-top: 16px;
}

.guide-documentation .innerholders .title {
  font-size: 20px;
  font-weight: 600;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .innerholders .title:hover {
  color: #d9000d !important;
}

.guide-documentation .innerholders p {
  margin-top: 16px;
}

.guide-documentation .innerholders .more {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #d9000d;
  margin-top: 16px;
  font-weight: 500;
}

.guide-documentation .innerholders .more svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  fill: #d9000d;
  margin-left: 8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .innerholders .more:hover::after {
  width: 100%;
}

.guide-documentation .innerholders .more:hover svg {
  margin-left: 12px;
}

.guide-documentation .innerholders .more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40%;
  background: #d9000d;
  height: 2px;
  transition: all 0.5s ease-in-out 0s;
}

.guide-documentation .videoiframe {
  width: 100%;
  height: 480px;
  background: #f7f8fa;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .guide-documentation .videoiframe {
    height: 300px;
  }
}

.guide-documentation .videoiframe iframe,
.guide-documentation .videoiframe video {
  display: block;
  border: 0px;
  width: 100%;
  height: 100%;
}

.guide-documentation .subphoto {
  width: 100%;
  height: 480px;
  background: #f7f8fa;
  margin-top: 16px;
  border: 1px solid #e8e9ee;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 999px) {
  .guide-documentation .subphoto {
    height: auto;
  }
}

.guide-documentation .subphoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 999px) {
  .guide-documentation .subphoto img {
    height: auto;
    object-fit: inherit;
  }
}

.guide-documentation .textlist {
  margin-top: 16px;
}

.guide-documentation .textlist .title {
  font-size: 20px;
  font-weight: 600;
}

.contact-item {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .contact-item {
    padding: 24px 0px;
  }
}

@media (max-width: 999px) {
  .contact-item {
    margin: 0px;
  }
}

.contact-item .inner {
  display: grid;
  grid-template-columns: 1fr 500px;
  border-radius: 30px;
  background: #151528;
  overflow: hidden;
}

@media (max-width: 999px) {
  .contact-item .inner {
    grid-template-columns: 1fr;
  }
}

.contact-item .inner .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 999px) {
  .contact-item .inner .photo {
    display: none;
  }
}

.contact-item .inner .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-item .inner .photo .text {
  width: 100%;
  background: #c5d92d;
  padding: 24px;
}

.contact-item .inner .photo .text .logo img {
  width: 232px;
  height: 67px;
  object-fit: inherit;
}

.contact-item .inner .photo .text .title {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}

@media (max-width: 999px) {
  .contact-item .inner .photo .text .title {
    font-size: 26px;
  }
}

.contact-item .inner .photo .text p {
  color: #fff;
  font-weight: 400;
  margin-top: 8px;
}

.contact-item .inner .item {
  padding: 48px;
}

@media (max-width: 999px) {
  .contact-item .inner .item {
    padding: 24px;
  }
}

.contact-item .inner .item .title,
.contact-item .inner .item .field label,
.contact-item .inner .item p {
  color: #fff;
}

.contact-item .inner .item .field .form-control {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.contact-item .inner .item .field select.form-control {
  background: #151528 url(../images/arrow2.svg) right 12px center no-repeat !important;
}

.contact-item .inner .item .field .form-control:focus {
  border: 1px solid #c5d92d;
}

.contact-item .inner .item .field ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.contact-item .inner .item .field ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff;
}

.contact-item .inner .item .field em {
  color: #c5d92d;
}

.field {
  position: relative;
  margin-top: 24px;
  /* file upload button hover state */
}

@media (max-width: 999px) {
  .field {
    margin-top: 16px;
  }
}

/* .field label {
     display: block;
     color: #000;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     font-weight: 500;
     text-transform: capitalize;
 } */

.field .bottom {
  width: 100%;
  height: 50px;
}

.field .flexbox .che-box,
.flexchebox .che-box {
  display: inline-block;
  margin-right: 48px;
}

.field .flexbox .che-box:last-child,
.flexchebox .che-box:last-child {
  margin: 0px;
}

.field input[type="file"] {
  position: relative;
  padding-left: 6px;
  padding-top: 5px;
}

.field input[type="file"]::file-selector-button {
  width: 120px;
  color: transparent;
}

.field input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  top: 15px;
  left: 10px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.field input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  top: 15px;
  left: 34px;
  color: #000;
  content: "Download";
}

.field input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 44px;
  cursor: pointer;
  background-color: #e7e9d8;
  border: 1px solid #e5e5e5;
  transition: background-color 200ms;
}

.icon-pass {
  position: absolute;
  bottom: 15px;
  right: 24px;
  z-index: 10;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.icon-pass svg {
  width: 24px;
  fill: #fff;
}

.icon-pass.eye-slash.icon-pass {
  display: none;
}

.icon-pass.eye-slash.icon-pass svg {
  stroke: #c5d92d;
  fill: none;
}

.signup,
.loginpage,
.forgot {
  display: flex;
  align-items: center;
  background: #151528;
  min-height: calc(100vh - 84px);
}

@media (max-width: 999px) {
  .signup,
  .loginpage,
  .forgot {
    padding: 24px 0px;
    min-height: calc(100vh - 64px);
  }
}

.signup .photo,
.loginpage .photo,
.forgot .photo {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #142c4b;
  overflow: hidden;
  z-index: 12;
}

.signup .photo img,
.loginpage .photo img,
.forgot .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signup:before,
.loginpage:before,
.forgot:before {
  display: block;
}

.signup .photo .text,
.loginpage .photo .text,
.forgot .photo .text {
  width: 100%;
  background: #c5d92d;
  padding: 24px;
}

.signup .photo .text .logo img,
.loginpage .photo .text .logo img,
.forgot .photo .text .logo img {
  width: 232px;
  height: 67px;
  object-fit: inherit;
}

.signup .photo .text .title,
.loginpage .photo .text .title,
.forgot .photo .text .title {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 999px) {
  .signup .photo .text .title,
  .loginpage .photo .text .title,
  .forgot .photo .text .title {
    font-size: 26px;
  }
}

.signup .photo .text p,
.loginpage .photo .text p,
.forgot .photo .text p {
  margin-top: 8px;
  text-align: left;
}

.signup .item,
.loginpage .item,
.forgot .item {
  padding-right: 48px;
}

@media (max-width: 999px) {
  .signup .item,
  .loginpage .item,
  .forgot .item {
    max-width: 100%;
    flex: 100%;
    padding: 0px 12px;
  }
}

.signup .title,
.loginpage .title,
.forgot .title {
  font-size: 32px;
  color: #fff;
}

@media (max-width: 999px) {
  .signup .title,
  .loginpage .title,
  .forgot .title {
    font-size: 26px;
  }
}

.signup p,
.loginpage p,
.forgot p {
  font-weight: 400;
  text-align: center !important;
}

.signup p a,
.loginpage p a,
.forgot p a {
  color: #c5d92d;
  font-weight: 400;
}

.signup p a:hover,
.loginpage p a:hover,
.forgot p a:hover {
  text-decoration: underline;
}

.signup .field label,
.loginpage .field label,
.forgot .field label {
  color: #fff;
}

.signup .field .form-control,
.loginpage .field .form-control,
.forgot .field .form-control {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.signup .field .form-control:focus,
.loginpage .field .form-control:focus,
.forgot .field .form-control:focus {
  border: 1px solid #c5d92d;
}

.signup .field ::placeholder,
.loginpage .field ::placeholder,
.forgot .field ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.signup .field ::-ms-input-placeholder,
.loginpage .field ::-ms-input-placeholder,
.forgot .field ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff;
}

.signup .field em,
.loginpage .field em,
.forgot .field em {
  color: #c5d92d;
}

.profile {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  border: 1px solid #dddde0;
  border-radius: 8px;
  padding: 24px;
}

@media (max-width: 999px) {
  .profile {
    grid-template-columns: 1fr;
  }
}

.profile .itemprofile:first-child {
  border-right: 1px solid #dddde0;
}

@media (max-width: 999px) {
  .profile .itemprofile:first-child {
    border: 0px;
    border-bottom: 1px solid #dddde0;
    padding-bottom: 52px;
  }
}

.profile .itemprofile .title {
  justify-content: center;
  font-size: 20px;
}

.profile .field {
  margin: 0px;
  margin-bottom: 24px;
}

.profile .field:last-child {
  margin: 0px;
}

.profile .field .form-control,
.profile .field .select2-container--bootstrap .select2-selection--single,
.profile .field .select2-container--bootstrap .select2-selection--multiple {
  background: #f0f0fe;
  border: 1px solid #e5e3ff;
}

.profile .field .form-control:focus,
.profile .field .select2-container--bootstrap .select2-selection--single:focus,
.profile
  .field
  .select2-container--bootstrap
  .select2-selection--multiple:focus {
  border: 1px solid #6568f4;
}

.subform {
  border: 1px solid #dddde0;
  border-radius: 8px;
  padding: 24px;
  margin-top: 24px;
}

.subform .title {
  font-size: 20px;
}

.subform .field .form-control,
.subform .field .select2-container--bootstrap .select2-selection--single,
.subform .field .ql-container.ql-snow {
  background: #f0f0fe;
  border: 1px solid #e5e3ff;
}

.subform .field .form-control:focus,
.subform .field .select2-container--bootstrap .select2-selection--single:focus,
.subform .field .ql-container.ql-snow:focus {
  border: 1px solid #6568f4;
}

.subform .field .select2-container--bootstrap .select2-selection--multiple {
  background: #f0f0fe url(../images/arrow.svg) no-repeat right 12px center !important;
  background-size: 12px 12px !important;
  padding-right: 20px;
}

.imgcent {
  margin: 16px auto 0px auto;
  width: 140px;
  height: 140px;
}

.imgcent .img_prev {
  height: 140px;
}

.imgcent .file-bro {
  /* font-weight: 400;
    z-index: 3;
    position: relative;
    background: none;
    box-shadow: none;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: 8px; */
}

.imgcent .file-bro svg {
  /* z-index: 10;
    max-width: 16px;
    margin-right: 4px; */
}

.imgcent .file-bro:hover {
  color: #c5d92d;
}

.imgcent .file-bro:hover svg path {
  fill: #c5d92d;
}

.overlaybox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1005;
  visibility: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 1199px) {
  .overlaybox.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlayinner {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1005;
  visibility: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.65);
}

@media (max-width: 999px) {
  .overlayinner.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0px;
  width: 280px;
  height: 100%;
  overflow: auto;
  z-index: 1008;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  overflow-y: scroll;
  background: #151528;
  padding-bottom: 24px;
}

@media (max-width: 999px) {
  .sidebar {
    left: -280px;
  }
}

.sidebar .cancel {
  display: none;
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 10;
}

@media (max-width: 999px) {
  .sidebar .cancel {
    display: block;
  }
}

.sidebar .cancel svg {
  width: 18px;
  height: 18px;
}

.sidebar.active {
  left: -100%;
}

@media (max-width: 999px) {
  .sidebar.active {
    left: 0px;
    width: 280px;
  }
}

.sidebar.active .favicon {
  display: block;
}

@media (max-width: 999px) {
  .sidebar.active .favicon {
    display: none;
  }
}

.sidebar::-webkit-scrollbar {
  width: 0px;
}

.sidebar .favicon {
  display: none;
}

.sidebar .imgcent,
.sidebar:hover .imgcent {
  width: 140px;
  height: 140px;
  /* overflow: hidden; */
}

.sidebar .imgcent .file-bro svg,
.portfolio-passive-user .item .imgcent .file-bro svg {
  margin: 0 !important;
}

.sidebar .title {
  color: #a1a1a9;
  white-space: normal;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  margin-top: 32px;
}

.sidebar .text {
  color: #a1a1a9;
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
}

.sidebar .text b {
  font-weight: bold;
  color: #a1a1a9;
}

.sidebar .listmenu {
  padding: 0;
  margin-top: 12px;
  border-top: 1px solid #ffffff1a;
  padding-top: 12px;
}

.sidebar .listmenu a {
  padding: 12px 16px;
  border-radius: 4px;
  margin: 0px;
  margin-top: 1px;
}

.sidebar .listmenu a:hover,
.sidebar .listmenu a.active {
  background: #6568f4;
}

.sidebar .listmenu a:hover span,
.sidebar .listmenu a.active span {
  color: #fff;
}

.sidebar .listmenu a:hover .icon svg,
.sidebar .listmenu a.active .icon svg {
  fill: #c5d92d;
}

.sidebar .listmenu a .icon {
  margin-right: 8px;
  border-radius: 0;
  min-width: inherit;
  max-width: inherit;
  background: none !important;
  height: auto;
}

.sidebar .listmenu a .icon svg,
.sidebar .listmenu a .icon img {
  fill: #64666c;
  width: 20px !important;
  height: 20px !important;
}

.sidebar .listmenu a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #a1a1a9;
  text-transform: capitalize;
  font-weight: 500;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.page-content {
  background: #fff;
}

@media (max-width: 999px) {
  .page-content {
    padding-left: 0px;
  }
}

.page-content.active {
  padding-left: 0px;
}

.page-content.active .header {
  width: 100%;
}

.page-content .header {
  background: #fff;
  width: calc(100% - 280px);
}

@media (max-width: 999px) {
  .page-content .header {
    width: 100%;
    padding: 0px 12px;
  }
}

.page-content .header .homeitem {
  display: flex;
  align-items: center;
}

.page-content .header .homeitem .iconhome {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e3ff;
  border-radius: 14px;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.page-content .header .homeitem .iconhome:hover {
  border: 1px solid #c5d92d;
  background: #c5d92d;
}

.page-content .header .homeitem .iconhome:hover svg {
  fill: #fff;
}

.page-content .header .homeitem .iconhome svg {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  fill: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.page-content .header .burger {
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 24px;
  height: 1rem;
}

.page-content .header .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border: none;
  outline: none;
  background: #000;
}

.page-content .header .burger-line:nth-child(1) {
  top: 0px;
}

.page-content .header .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 80%;
}

.page-content .header .burger-line:nth-child(3) {
  top: 1rem;
  width: 60%;
}

@media (max-width: 999px) {
  .page-content .innerpage {
    width: 100%;
    padding: 112px 12px 12px 12px;
  }
}

.bg-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e9ee;
  border-radius: 12px;
  padding: 16px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .bg-details {
    display: block;
  }
}

.bg-details .inner {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .bg-details .inner {
    display: block;
  }
}

.bg-details .inner .photo {
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .bg-details .inner .photo {
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    margin: 0px auto;
  }
}

.bg-details .inner .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-details .inner .title {
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .bg-details .inner .title {
    font-size: 24px;
    justify-content: center;
    margin-top: 20px;
  }
}

.bg-details .inner .info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .bg-details .inner .info {
    justify-content: center;
  }
}

.bg-details .inner .time,
.bg-details .inner .job,
.bg-details .inner .email {
  display: flex;
  align-items: center;
  color: #606367;
  font-weight: 500;
  margin: 8px 16px 0px 0px;
}

.bg-details .inner .time:last-child,
.bg-details .inner .job:last-child,
.bg-details .inner .email:last-child {
  margin-right: 0px;
}

.bg-details .inner .time svg,
.bg-details .inner .job svg,
.bg-details .inner .email svg {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  fill: #606367;
  margin: 0px;
  margin-right: 4px;
}

.bg-details .inner .prog {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .bg-details .inner .prog {
    display: block;
    margin-top: 20px;
  }
}

.bg-details .inner .prog p {
  font-weight: 500;
  margin-top: -7px;
  color: #000;
}

.bg-details .inner .pr-skill-bar {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 100%;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .bg-details .inner .pr-skill-bar {
    margin: 0px;
  }
}

.bg-details .inner .pr-skill-bar .progress {
  min-width: 100%;
  height: 6px;
  background: #efefef;
  overflow: visible;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background-clip: padding-box;
}

.bg-details .inner .pr-skill-bar .progress .progress-bar {
  box-shadow: none;
  position: relative;
  width: 100%;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
  background: #151528;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  background-clip: padding-box;
}

.bg-details .inner .pr-skill-bar .progress-value {
  color: #000;
  font-weight: 500;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .bg-details .inner .pr-skill-bar .progress-value {
    position: absolute;
    right: 0;
    top: -28px;
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.bg-details .action {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .bg-details .action {
    justify-content: center;
    margin-top: 20px;
  }
}

.bg-details .action .waiting,
.bg-details .action .approval {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  border-radius: 12px;
  color: #f6be4f;
  border: 1px solid #f6be4f;
  text-transform: capitalize;
  min-width: 100px;
  max-width: 100px;
  font-weight: 500;
  margin-left: 16px;
}

.bg-details .action .approval {
  color: #c5d92d;
  border: 1px solid #c5d92d;
}

.bg-details .action .dropdown .dropdown-toggle::after {
  display: none;
}

.bg-details .action .dropdown .dropdown-menu.show {
  margin-top: 0px;
  right: auto !important;
  left: 0px !important;
  top: 38px !important;
  min-width: inherit;
  box-shadow: 0px 4px 24px 0px #0000000d;
  border-radius: 0px;
  width: 148px;
  padding: 12px 0px;
  transform: none !important;
  border: 0px;
  z-index: 2;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.bg-details .action .dropdown .dropdown-menu.show:before {
  display: none;
}

.bg-details .action .dropdown .dropdown-menu.show .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
  height: auto;
  border: 0px;
  margin: 0px;
  padding: 8px 12px !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 0px !important;
  background: none !important;
  font-size: 15px;
  text-transform: capitalize;
}

.bg-details .action .dropdown .dropdown-menu.show .dropdown-item:active,
.bg-details .action .dropdown .dropdown-menu.show .dropdown-item:hover {
  color: #c5d92d;
  background: #f7f8fa !important;
}

#removal .modal-dialog {
  max-width: 580px;
}

#removal .modal-content {
  padding: 24px;
  text-align: center;
}

#removal .warning {
  margin-bottom: 16px;
}

#removal .warning svg {
  min-width: 100px;
  max-width: 100px;
  fill: #c5d92d;
}

#removal p {
  margin: 8px 0px 16px 0px;
  text-align: center;
  font-weight: 500;
}

#removal .title {
  font-size: 24px;
  text-align: center;
}

#removal .bottom {
  height: 50px;
}

.itemdetails {
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .itemdetails {
    max-width: 100%;
    flex: 100%;
  }
}

.itemdetails .innerdetails {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e9ee;
  border-radius: 12px;
  padding: 16px;
}

.itemdetails .innerdetails.scroll {
  position: sticky;
  top: 100px;
}

.itemdetails .innerdetails .infodetails {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e9ee;
}

.itemdetails .innerdetails .infodetails:last-child {
  padding: 0px;
  border: 0px;
  margin: 0px;
}

.itemdetails .innerdetails .infodetails .title {
  font-size: 22px;
  font-weight: 600;
}

.itemdetails .innerdetails .infodetails p {
  margin-top: 8px;
  font-weight: 500;
}

.itemdetails .innerdetails .infodetails .listpersonal {
  padding-left: 20px;
  margin-top: 12px;
}

.itemdetails .innerdetails .infodetails .listpersonal li {
  margin-top: 10px;
  font-weight: 500;
  list-style: decimal;
}

.itemdetails .innerdetails .infodetails .allskills {
  padding: 0px;
  justify-content: flex-start;
  margin-top: 12px;
}

.itemdetails .innerdetails .infodetails .allskills li {
  margin: 0px;
  background: #f7f8fa;
  margin: 8px 8px 0px 0px;
  color: #000;
  padding: 4px 16px;
  border-radius: 60px;
  min-width: inherit;
}

.itemdetails .innerdetails .infodetails .workexperience li {
  width: 100%;
  overflow: hidden;
  background: #f7f8fa;
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
}

.itemdetails .innerdetails .infodetails .workexperience li .title {
  font-size: 20px;
  font-weight: 500;
}

.itemdetails .innerdetails .infodetails .workexperience li .info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.itemdetails .innerdetails .infodetails .workexperience li .time,
.itemdetails .innerdetails .infodetails .workexperience li .company,
.itemdetails .innerdetails .infodetails .workexperience li .map {
  display: flex;
  align-items: center;
  color: #606367;
  font-size: 15px;
  font-weight: 500;
  margin-right: 16px;
}

.itemdetails .innerdetails .infodetails .workexperience li .time:last-child,
.itemdetails .innerdetails .infodetails .workexperience li .company:last-child,
.itemdetails .innerdetails .infodetails .workexperience li .map:last-child {
  margin: 0px;
}

.itemdetails .innerdetails .infodetails .workexperience li .time svg,
.itemdetails .innerdetails .infodetails .workexperience li .company svg,
.itemdetails .innerdetails .infodetails .workexperience li .map svg {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  fill: #606367;
  margin: 0px;
  margin-right: 4px;
}

.itemdetails .innerdetails .infodetails .information {
  margin-top: 16px;
}

.itemdetails .innerdetails .infodetails .information li {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.itemdetails .innerdetails .infodetails .information li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  background: #f7f8fa;
  border-radius: 60px;
  margin-right: 8px;
}

.itemdetails .innerdetails .infodetails .information li .icon svg {
  width: 14px;
  height: 14px;
}

.itemdetails .innerdetails .infodetails .information li span {
  display: block;
  min-width: 106px;
  max-width: 106px;
  height: 28px;
  font-size: 15px;
  font-weight: 500;
  margin-right: 8px;
  text-transform: capitalize;
  color: #464646;
  overflow: hidden;
}

.itemdetails .innerdetails .infodetails .information li p,
.itemdetails .innerdetails .infodetails .information li a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0px;
}

.itemdetails .innerdetails .infodetails .information li a {
  text-decoration: underline;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.itemdetails .innerdetails .infodetails .information li a:hover {
  text-decoration: none;
}

.itemdetails .innerdetails .infodetails .information li p {
  text-transform: capitalize;
}

.itemmeet {
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .itemmeet {
    max-width: 50%;
    flex: 50%;
  }
}

@media (max-width: 767px) {
  .itemmeet {
    max-width: 100%;
    flex: 100%;
  }
}

.itemmeet .inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e9ee;
  border-radius: 12px;
  padding: 16px;
  overflow: hidden;
}

.itemmeet .inner .manth {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #f7f8fa;
  padding: 8px 0px;
  margin-right: 8px;
  text-align: center;
  overflow: hidden;
}

.itemmeet .inner .manth p {
  color: #c5d92d;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.itemmeet .inner .manth p span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.itemmeet .inner .manth .date {
  display: block;
  line-height: 8px;
  color: #606367;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.itemmeet .inner .time {
  color: #606367;
  font-weight: 500;
}

.itemmeet .inner .title {
  font-size: 20px;
  font-weight: 500;
}

.itemmeet .inner .map {
  display: flex;
  align-items: center;
  color: #606367;
  font-weight: 500;
}

.itemmeet .inner .map svg {
  min-width: 16px;
  max-width: 16px;
  height: 12px;
  fill: #606367;
  margin: 0px;
  margin-top: 4px;
}

.itemmeet .inner iframe {
  display: block;
  width: 100%;
  height: 66vh;
  border: 0px;
}

.itemmeet .inner .chatall {
  padding: 0px !important;
}

.itemmeet .inner .chatall .chat-text {
  height: 46vh;
}

@media (min-width: 1600px) {
  .itemmeet .inner .chatall .chat-text {
    height: 50vh;
  }
}

.project-propsal-client {
  overflow: hidden;
}

.project-propsal-client .minhead,
.boxapplynow .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0f0fe;
  padding: 16px;
  border-radius: 10px 10px 0px 0px;
}

@media (max-width: 400px) {
  .project-propsal-client .minhead {
    display: block;
  }

  .project-propsal-client .minhead .bottom {
    width: 100%;
    margin-top: 16px;
  }
}

.project-propsal-client .minhead .title,
.boxapplynow .minhead .title {
  display: flex;
  padding: 0px !important;
  font-size: 20px !important;
}

.project-propsal-client .minhead .title svg,
.boxapplynow .minhead .title svg {
  margin-right: 12px;
}

.project-propsal-client .minhead .edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c5d92d;
  transition: all 0.5s ease-in-out 0s;
}

.project-propsal-client .minhead .edit:hover {
  background: #c5d92d;
}

.project-propsal-client .minhead .edit:hover svg {
  fill: #fff;
}

.project-propsal-client .minhead .edit svg {
  fill: #c5d92d;
  max-width: 20px;
  max-height: 20px;
  transition: all 0.5s ease-in-out 0s;
}

.project-propsal-client .subproject-client {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 16px;
  border: 1px solid #b8bafa;
  border-radius: 0px 0px 30px 30px;
  padding: 16px;
}

@media (max-width: 1199px) {
  .project-propsal-client .subproject-client {
    grid-template-columns: 1fr 300px;
  }
}

@media (max-width: 999px) {
  .project-propsal-client .subproject-client {
    grid-template-columns: 1fr;
  }
}

.project-propsal-client .subproject-client .inner .title {
  font-size: 24px;
}

@media (max-width: 999px) {
  .project-propsal-client .subproject-client .inner .title {
    font-size: 20px;
  }
}

.project-propsal-client .subproject-client .inner p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 16px;
}

@media (max-width: 999px) {
  .project-propsal-client .subproject-client .inner p {
    font-size: 16px;
  }
}

.project-propsal-client .subproject-client .inner .listpdf {
  margin-top: 24px;
}

.project-propsal-client .subproject-client .inner .listpdf a {
  display: table;
  align-items: center;
  color: #2196f3;
  font-weight: 400;
  margin-top: 12px;
}

.project-propsal-client .subproject-client .inner .listpdf a span {
  font-size: 12px;
}

.project-propsal-client .subproject-client .inner .listpdf a svg {
  margin-right: 4px;
}

.project-propsal-client .subproject-client .project-card {
  border-left: 1px solid #b8bafa;
  padding-left: 16px;
}

@media (max-width: 999px) {
  .project-propsal-client .subproject-client .project-card {
    border: 0px;
    padding: 0px;
  }
}

.project-propsal-client .subproject-client .project-card .minhead {
  display: flex !important;
  background: #6568f4;
}

.project-propsal-client .subproject-client .project-card .minhead .title {
  color: #fff;
}

.project-propsal-client .subproject-client .project-card .subcard {
  padding: 16px;
  border: 1px solid #b8bafa;
  border-radius: 0px 0px 30px 30px;
}

.project-propsal-client .subproject-client .project-card .subcard .listcard li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

.project-propsal-client
  .subproject-client
  .project-card
  .subcard
  .listcard
  li:last-child {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}

.project-propsal-client
  .subproject-client
  .project-card
  .subcard
  .listcard
  li
  .active,
.myproject .submyitem .active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 135px;
  max-width: 135px;
  height: 32px;
  border-radius: 60px;
  background: #c5d92d;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.myproject .submyitem .active {
  position: absolute;
  left: 20px;
  top: 20px;
}

@media (max-width: 999px) {
  .project-propsal-client
    .subproject-client
    .project-card
    .subcard
    .listcard
    li
    .active {
    min-width: 100px;
    max-width: 100px;
  }
}

.project-propsal-client
  .subproject-client
  .project-card
  .subcard
  .listcard
  li
  .active::before,
.myproject .submyitem .active::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff9e;
}

.project-propsal-client
  .subproject-client
  .project-card
  .subcard
  .listcard
  li
  p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 1199px) {
  .project-propsal-client
    .subproject-client
    .project-card
    .subcard
    .listcard
    li
    p {
    font-size: 16px;
    font-weight: 400;
  }
}

.project-propsal-client
  .subproject-client
  .project-card
  .subcard
  .listcard
  li
  .listskills {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.project-propsal-client
  .subproject-client
  .project-card
  .subcard
  .listcard
  li
  .listskills
  span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  border: 1px solid #6568f4;
  background: #f0f0fe;
  color: #2a2c66;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 4px 8px 0px 0px;
}

.itemoffers {
  margin-top: 24px;
}

.itemoffers .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9fbea80;
  padding: 16px;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 10px 10px 0px 0px;
}

@media (max-width: 400px) {
  .itemoffers .minhead {
    display: block;
  }
}

.itemoffers .minhead .title {
  display: flex;
  padding: 0px !important;
  font-size: 20px !important;
}

.itemoffers .minhead .title svg {
  margin-right: 12px;
}

.itemoffers .minhead .selectfilter {
  position: relative;
  min-width: 184px;
  max-width: 184px;
}

@media (max-width: 400px) {
  .itemoffers .minhead .selectfilter {
    min-width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.itemoffers .minhead .selectfilter svg {
  position: absolute;
  top: 17px;
  left: 8px;
  pointer-events: none;
  z-index: 11;
}

.itemoffers .minhead .select2-container--bootstrap .select2-selection--single,
.itemoffers
  .minhead
  .select2-container--bootstrap
  .select2-selection--multiple {
  border: 1px solid #848484;
  padding-left: 32px;
}

.itemoffers .listoffers li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 16px;
  margin-top: 16px;
}

.itemoffers .listoffers li:last-child {
  padding: 0px;
  border: 0px;
}

.itemoffers .listoffers li .flexoffer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1300px) {
  .itemoffers .listoffers li .flexoffer {
    display: block;
  }
}

.itemoffers .user,
.cuspopup .user,
.detailsproject .user,
.rockstar .flex .user,
.talent-inner .item .user,
.innercand .user,
.about-candidate .user,
.innercomment .user,
.thumb-overlay {
  display: flex;
  align-items: center;
}

.itemoffers .user .photo,
.cuspopup .user .photo,
.detailsproject .user .photo,
.subtalent .flex .user .photo,
.rockstar .flex .user .photo,
.talent-inner .item .user .photo,
.innercand .user .photo,
.about-candidate .user .photo,
.innercomment .user .photo,
.thumb-overlay .photo {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
  background: #ccc;
}

.innercomment .user .photo {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
}

.talent-inner .item .user .photo {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
}

.itemoffers .photo img,
.cuspopup .user .photo img,
.detailsproject .user .photo img,
.subtalent .flex .user .photo img,
.rockstar .flex .user .photo img,
.talent-inner .item .user .photo img,
.innercand .user .photo img,
.about-candidate .user .photo img,
.innercomment .user .photo img,
.thumb-overlay .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itemoffers .user .title,
.cuspopup .user .title,
.detailsproject .user .title,
.subtalent .flex .user .title,
.rockstar .flex .user .title,
.talent-inner .item .user .title,
.innercand .user .title,
.about-candidate .user .title,
.thumb-overlay .title {
  color: #6568f4;
  font-size: 16px;
  font-weight: 600;
}

.thumb-overlay .title {
  color: #fff;
}

.itemoffers .user .flex,
.cuspopup .user .flex,
.detailsproject .user .flex,
.itemprogress .flex,
.innercand .user .flex,
.about-candidate .user .flex,
.usercompan .flex,
.thumb-overlay .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.itemoffers .user .flex .innerflex,
.cuspopup .user .flex .innerflex,
.detailsproject .user .flex .innerflex,
.subtalent .flex .user .innerflex,
.rockstar .flex .user .innerflex,
.itemprogress .flex .innerflex,
.talent-inner .item .user .innerflex,
.innercand .user .innerflex,
.about-candidate .user .innerflex,
.usercompan .innerflex,
.thumb-overlay .flex .innerflex {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #767676;
  margin: 8px 12px 0px 0px;
}

.rockstar .flex .user .innerflex,
.talent-inner .item .user .innerflex,
.innercand .user .innerflex,
.usercompan .innerflex,
.thumb-overlay .flex .innerflex {
  font-weight: 400;
}

.itemoffers .user .flex .innerflex:last-child,
.cuspopup .user .flex .innerflex:last-child,
.detailsproject .user .flex .innerflex:last-child,
.subtalent .flex .user .innerflex:last-child,
.rockstar .flex .user .innerflex:last-child,
.itemprogress .flex .innerflex:last-child,
.talent-inner .item .user .innerflex:last-child,
.innercand .user .innerflex:last-child,
.about-candidate .user .innerflex:last-child,
.usercompan .innerflex:last-child,
.thumb-overlay .flex .innerflex:last-child {
  margin-right: 0px;
}

.itemoffers .user .flex .innerflex svg,
.cuspopup .user .flex .innerflex svg,
.detailsproject .user .flex .innerflex svg,
.subtalent .flex .user .innerflex svg,
.rockstar .flex .user .innerflex svg,
.itemprogress .flex .innerflex svg,
.talent-inner .item .user .innerflex svg,
.innercand .user .innerflex svg,
.about-candidate .user .innerflex svg,
.usercompan .innerflex svg,
.thumb-overlay .flex .innerflex svg {
  margin-right: 4px;
}

.itemoffers .listoffers li .details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}

@media (max-width: 1300px) {
  .itemoffers .listoffers li .details {
    margin-top: 16px;
    justify-content: space-between;
  }
}

.itemoffers .listoffers li .details .flex {
  display: flex;
  align-items: center;
  padding: 12px;
  border-right: 1px solid #e3e3e3;
}

@media (max-width: 1300px) {
  .itemoffers .listoffers li .details .flex {
    min-width: calc(100% / 4);
    justify-content: center;
  }
}

@media (max-width: 850px) {
  .itemoffers .listoffers li .details .flex {
    min-width: calc(100% / 2);
  }

  .itemoffers .listoffers li .details .flex:nth-child(2) {
    border: 0px;
  }
}

@media (max-width: 450px) {
  .itemoffers .listoffers li .details .flex {
    min-width: calc(100% / 1);
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
    justify-content: flex-start;
  }

  .itemoffers .listoffers li .details .flex:nth-child(2) {
    border-bottom: 1px solid #e3e3e3;
  }
}

.itemoffers .listoffers li .details .flex:last-child {
  border: 0px;
}

.itemoffers .listoffers li .details .flex .icon {
  margin-right: 4px;
}

.itemoffers .listoffers li .details .flex .icon svg {
  width: 35px;
  height: 35px;
}

.itemoffers .listoffers li .details .flex .title,
.itemoffers .listoffers li .details .flex p {
  color: #414141;
  font-size: 16px;
  font-weight: 400;
}

.itemoffers .listoffers li .details .flex p {
  font-weight: 500;
}

.itemoffers .listoffers li .details .flex .iconsrating svg {
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  fill: #414141;
}

.itemoffers .listoffers li .details .flex .iconsrating svg.active {
  fill: #f6be4f;
}

.itemoffers .box {
  overflow: hidden;
}

.itemoffers .box .box-header {
  border: 1px solid #b4b4b4;
  border-radius: 60px;
  cursor: pointer;
  padding: 8px 16px;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.itemoffers .box .box-header.active .read {
  display: none;
}

.itemoffers .box .box-header.active .close {
  display: block;
}

.itemoffers .box .box-header.active .arrow path {
  fill: red;
}

.itemoffers .box .box-header p {
  display: flex;
  align-items: center;
}

.itemoffers .box .box-header span {
  color: #2196f3;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 4px;
}

.itemoffers .box .box-header span.close {
  display: none;
  color: red;
}

.itemoffers .box .box-header .arrow,
.boxproject .boxproject-header .arrow {
  transition: transform 0.3s ease;
}

.itemoffers .box .box-header .arrow.rotate,
.boxproject .boxproject-header .arrow.rotate {
  transform: rotate(180deg);
}

.itemoffers .listaction {
  display: flex;
  align-items: center;
}

.itemoffers .listaction a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 4px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-width: 140px;
  margin-right: 8px;
}

.itemoffers .listaction a:last-child {
  margin-right: 0px;
}

.itemoffers .listaction a svg {
  margin-right: 4px;
}

.itemoffers .listoffers li .box .box-header .listaction a.green {
  color: #1b8354;
  border: 1px solid #1b8354;
}

.itemoffers .listaction a.blue {
  color: #6568f4;
  border: 1px solid #6568f4;
}

.itemoffers .box .box-content {
  display: none;
  padding: 16px;
  background: #fbfbfb;
  margin-top: 16px;
}

.itemoffers .box .box-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  color: #565656;
}

.itemoffers .box .box-content .listpdf {
  margin-top: 24px;
}

.itemoffers .box .box-content .listpdf a {
  display: table;
  color: #2196f3;
  font-weight: 400;
  margin-top: 12px;
}

.itemoffers .box .box-content .listpdf a span {
  font-size: 12px;
}

.itemoffers .listoffers li .box .box-content .listpdf a svg {
  margin-right: 4px;
}

.popup-backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  padding: 12px;
  z-index: 1010;
}

.popup-backdrop .popup {
  position: relative;
  margin: 0px auto;
  background: #fff;
  border-radius: 30px;
  min-width: 684px;
  max-width: 684px;
}

@media (max-width: 999px) {
  .popup-backdrop .popup,
  .popup-backdrop .popup.w-minmax {
    min-width: 100%;
    max-width: 100%;
  }
}

.popup-backdrop .popup .minhead,
.popup-backdrop .popup .minfooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding: 16px;
}

.popup-backdrop .popup .minhead p {
  font-weight: 400;
  margin-top: 4px;
}

.popup-backdrop .popup .minhead .title,
.popup-backdrop .popup .minfooter .title {
  font-size: 20px;
}

.popup-backdrop .popup .minfooter {
  border: 0px;
  border-top: 1px solid #d8d8d8;
}

.popup-backdrop .popup .minfooter .closePopup,
.popup-backdrop .popup .minfooter .btnproceed {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 4px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-width: 140px;
  background: #fff;
  color: #6568f4;
  border: 1px solid #6568f4;
  transition: all 0.5s ease-in-out 0s;
}

.popup-backdrop .popup .minfooter .closePopup:hover {
  color: #fff;
  background: #6568f4;
}

@media (max-width: 999px) {
  .popup-backdrop .popup .minfooter .closePopup,
  .popup-backdrop .popup .minfooter .btnproceed {
    min-width: 120px;
  }
}

.popup-backdrop .popup .minfooter .btnproceed {
  color: #c5d92d;
  border: 1px solid #c5d92d;
}

.popup-backdrop .popup .minfooter .btnproceed:hover {
  color: #fff;
  background: #c5d92d;
}

.popup-backdrop .readypart {
  max-width: 100%;
}

.popup-backdrop .popup .proceed {
  display: flex;
  padding: 48px;
}

@media (max-width: 999px) {
  .popup-backdrop .popup .proceed {
    display: block;
    padding: 24px;
    text-align: center;
  }

  .popup-backdrop .popup .proceed .title.green {
    justify-content: center;
    text-align: center;
  }

  .popup-backdrop .popup .proceed p {
    text-align: center;
  }
}

.popup-backdrop .popup .proceed .icon {
  margin-right: 20px;
}

.popup-backdrop .popup .proceed .icon svg {
  width: 144px;
  height: 144px;
}

.popup-backdrop .popup .proceed .icon img {
  width: 240px;
}

@media (max-width: 999px) {
  .popup-backdrop .popup .proceed .icon svg {
    width: 80px;
    height: 80px;
  }
}

.popup-backdrop .popup .proceed .title {
  font-size: 20px;
  font-weight: 500;
}

.popup-backdrop .popup .proceed .title.green {
  color: #1b8354;
}

.popup-backdrop .popup .proceed .title.red {
  color: red;
}

.popup-backdrop .popup .proceed p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  color: #656565;
}

.scrollToTop {
  background: #4d4be2;
}

.footer {
  overflow: visible;
  background:
    linear-gradient(0deg, #151528, #151528),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 56.72%,
      rgba(70, 64, 222, 0.2) 100%
    );
}

@media (max-width: 999px) {
  .footer {
    padding-top: 24px;
  }
}

.footer .getthings {
  position: absolute;
  left: 12px;
  top: -104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 24px);
  background: #18182f;
  border: 1px solid #b8bafa;
  box-shadow: 0px 54px 34px 0px #0000001a;
  border-radius: 20px;
  padding: 32px;
}

@media (max-width: 999px) {
  .footer .getthings {
    display: block;
    padding: 24px;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
}

.footer .getthings .flex {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .footer .getthings .flex {
    display: block;
  }
}

.footer .getthings .flex .barcode {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  max-width: 142px;
  height: 142px;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
  margin-right: 16px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer .getthings .flex .barcode {
    margin: 0px auto;
  }
}

.footer .getthings .flex .barcode img {
  max-width: 100%;
  max-height: 100%;
}

.footer .getthings .flex .title {
  font-size: 24px;
  color: #6568f4;
}

@media (max-width: 767px) {
  .footer .getthings .flex .title {
    text-align: center;
    justify-content: center;
    margin-top: 12px;
  }
}

.footer .getthings .flex p {
  font-size: 14px;
  font-weight: 400;
  color: #e8e8eb;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .footer .getthings .flex p {
    text-align: center;
  }
}

.footer .getthings .flex .icons {
  display: flex;
  flex-wrap: wrap;
}

.footer .getthings .flex .icons a {
  display: block;
  margin: 8px 8px 0px 0px;
}

.footer .getthings .flex .icons a:last-child {
  margin-right: 0px;
}

.footer .getthings .flex .icons a img {
  width: 139px;
  height: 43px;
}

@media (max-width: 999px) {
  .footer .getthings .social {
    justify-content: center;
    margin-top: 24px;
  }
}

.footer .getthings .social a {
  margin-left: 16px;
}

@media (max-width: 999px) {
  .footer .getthings .social a {
    margin: 0px 8px;
  }
}

.footer .alllinks {
  display: flex;
  margin-top: 144px;
}

@media (max-width: 999px) {
  .footer .alllinks {
    display: block;
    max-width: 100%;
    flex: 100%;
    margin-top: 0px;
  }
}

.footer .alllinks .inner {
  padding: 0;
  min-width: calc(100% / 3);
  margin: 0;
}

@media (max-width: 999px) {
  .footer .alllinks .inner {
    margin-top: 24px;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.footer .alllinks .inner .title {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 999px) {
  .footer .alllinks .inner .title {
    justify-content: center;
  }
}

.footer .alllinks .list {
  margin-top: 12px;
}

.footer .alllinks .list a {
  display: block;
  width: 100%;
  color: #d5dff0;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 8px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
  .footer .alllinks .list a {
    text-align: center;
  }
}

.footer .alllinks .list a:hover {
  color: #c5d92d;
}

.footer .boxfot {
  margin-top: 144px;
}

@media (max-width: 999px) {
  .footer .boxfot {
    order: -1;
    max-width: 100%;
    flex: 100%;
    margin-top: 48px;
  }
}

@media (max-width: 999px) {
  .footer .boxfot .logo {
    text-align: center;
  }

  .signup .photo,
  .loginpage .photo,
  .forgot .photo {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .footer .getthings .flex .icons {
    justify-content: center;
  }

  .footer .getthings .flex .icons a img {
    width: 105px;
    height: 32px;
  }
}

.footer .boxfot .logo img {
  max-width: 232px;
}

.footer .boxfot p {
  color: #d5dff0;
  font-weight: 400;
  padding-right: 20%;
  margin-top: 24px;
}

@media (max-width: 999px) {
  .footer .boxfot p {
    padding: 0px;
    text-align: center;
  }
}

.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0px;
  margin-top: 64px;
  border-top: 1px solid #ffffff1a;
}

@media (max-width: 999px) {
  .footer .copyright {
    padding: 12px 0px;
    margin-top: 24px;
  }
}

.footer .copyright p {
  font-weight: 400;
  color: #d5dff0;
}

.title {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 38px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 999px) {
  .title {
    font-size: 28px;
  }

  .title br {
    display: none;
  }
}

.title span {
  color: #c5d92d;
}

.bottom {
  gap: 4px;
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.bottom svg {
  max-width: 16px;
  max-height: 16px;
}

.bottom:hover {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.bottom:hover svg {
  fill: #fff;
}

.bottom:focus {
  outline: none;
  outline-style: none;
}

.form-control {
  background: #fbfcf0;
  border: 1px solid #e5e5e5;
}

.form-control:focus,
.form-control:hover,
.form-control:focus-visible {
  outline: 0;
  outline-style: none;
  background: #fbfcf0;
  border: 1px solid #c5d92d;
}

select.form-control {
  -webkit-appearance: none;
  background: none !important;
  font-size: 14px;
  background: #fff url(../images/arrow.svg) right 12px center no-repeat !important;
}

textarea.form-control {
  height: 160px;
  resize: none;
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  color: #fff;
}

@media (max-width: 767px) {
  .social a span {
    display: none;
  }
}

.social a svg {
  fill: #6568f4;
  width: 20px;
  height: 20px;
}

.social a.icon-twitter svg path {
  fill: #6568f4;
}

.social a.icon-facebook:hover svg {
  fill: #3b5998 !important;
}

.social a.icon-facebook:hover.icon-twitter path {
  fill: #3b5998 !important;
}

.social a.icon-twitter:hover svg {
  fill: #00acee !important;
}

.social a.icon-twitter:hover.icon-twitter path {
  fill: #00acee !important;
}

.social a.icon-instagram:hover svg {
  fill: #8d5b46 !important;
}

.social a.icon-instagram:hover.icon-twitter path {
  fill: #8d5b46 !important;
}

.social a.icon-youtube:hover svg {
  fill: #c4302b !important;
}

.social a.icon-youtube:hover.icon-twitter path {
  fill: #c4302b !important;
}

.social a.icon-rss:hover svg {
  fill: #ee802f !important;
}

.social a.icon-rss:hover.icon-twitter path {
  fill: #ee802f !important;
}

.social a.icon-linkedin:hover svg {
  fill: #007fb1 !important;
}

.social a.icon-linkedin:hover.icon-twitter path {
  fill: #007fb1 !important;
}

.social a.icon-gplus:hover svg {
  fill: #dd4b39 !important;
}

.social a.icon-gplus:hover.icon-twitter path {
  fill: #dd4b39 !important;
}

.social a.icon-whatsapp:hover svg {
  fill: #189d0e !important;
}

.social a.icon-whatsapp:hover.icon-twitter path {
  fill: #189d0e !important;
}

.social a.icon-snapchat:hover svg {
  fill: #e2df01 !important;
}

.social a.icon-snapchat:hover.icon-twitter path {
  fill: #e2df01 !important;
}

.social a.icon-telegram:hover svg {
  fill: #32afed !important;
}

.social a.icon-telegram:hover.icon-twitter path {
  fill: #32afed !important;
}

.section {
  position: relative;
  width: 100%;
  padding: 48px 0px;
}

@media (max-width: 999px) {
  .section {
    padding: 24px 0px;
  }
}

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  width: 19px;
  height: 19px;
}

.che-box input[type="checkbox"],
.che-box input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.che-box input[type="checkbox"] + .label-text:before,
.che-box input[type="radio"] + .label-text:before {
  content: " ";
  font-size: 1.5em;
  display: block;
  text-align: center;
  border: 1px solid #ced4da;
  background: #fff;
  width: 19px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  box-sizing: border-box;
  border-radius: 50%;
}

.che-box input[type="checkbox"] + .label-text:before {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}

.che-box input[type="radio"]:checked + .label-text:before {
  background: #c5d92d !important;
  box-shadow: inset 0 0 0px 4px #fff;
}

.che-box input[type="checkbox"]:checked + .label-text:before {
  background: #c5d92d url(../images/tick.svg) no-repeat center center !important;
  border: 1px solid #c5d92d;
  box-shadow: none;
}

/* .che-box span.label-text {
     font-style: normal;
     text-transform: capitalize;
 } */

.map-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-back::after {
  display: none;
}

@media (max-width: 999px) {
  .map-back {
    min-height: 160px;
  }
}

.map-back .title {
  color: #fff;
  text-align: center;
  justify-content: center;
}

.map-back p {
  color: #fff;
  font-weight: 400;
  margin-top: 12px;
  text-align: center;
}

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

.map-back .bottoms a {
  margin: 12px 4px 0px 4px !important;
}

.map-back .bottoms .login {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.map-back .bottoms .login:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.map-back .maplink {
  justify-content: center;
  margin-top: 8px;
}

@media (max-width: 999px) {
  .map-back .maplink {
    display: none;
  }
}

.map-back .maplink li {
  color: #c1bfbf;
}

.map-back .maplink li a {
  color: #fff;
  font-size: 16px;
}

.map-back .maplink li a::before {
  color: #fff;
}

.map-back .photo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.map-back .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
}

.alert strong {
  margin-left: 8px;
  color: #856404;
}

.alert a {
  text-decoration: underline;
  color: #fff;
  font-weight: 400;
}

.alert a:hover {
  text-decoration: none;
}

.alert .text-mass {
  margin: 0px !important;
  margin-left: 12px !important;
}

.alert p {
  color: #fff;
  margin: 0px !important;
}

.alert.alert-success {
  background: linear-gradient(303.91deg, #1f7a66 7.57%, #60b3a7 94.39%);
}

.alert.alert-danger {
  background: linear-gradient(303.91deg, #c24848 7.57%, #d34a4a 94.39%);
}

.maplink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.maplink li {
  display: inline-block;
  color: #737373;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 400;
}

.maplink li:last-child {
  margin-left: 0px;
}

.maplink li:last-child a {
  padding-right: 0px;
}

.maplink li a {
  color: #151528;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  padding-right: 16px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.maplink li a:hover {
  color: #c5d92d;
}

.maplink li a:before {
  position: absolute;
  top: -6px;
  right: 0px;
  content: "/";
  display: inline-block;
  color: #737373;
}

.pagination {
  width: 100%;
  margin-top: 32px;
  justify-content: center;
}

@media (max-width: 999px) {
  .pagination {
    margin-top: 24px;
  }
}

.pagination li {
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 60px !important;
  border-radius: 60px !important;
  background-clip: padding-box;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #000;
  font-weight: 400;
  border: 1px solid #d5dff0;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.pagination li svg {
  width: 12px;
  height: 12px;
}

.pagination li:last-child a {
  width: auto;
  padding: 0px 12px;
}

.pagination li:last-child svg {
  transform: rotate(-90deg);
  margin-left: 4px;
}

.pagination li:first-child a {
  width: auto;
  padding: 0px 12px;
}

.pagination li:first-child svg {
  transform: rotate(90deg);
  margin-right: 4px;
}

.pagination .page-link.active,
.pagination .page-link:hover {
  background: #c5d92d !important;
  border: 1px solid #c5d92d;
  color: #fff !important;
}

.pagination .page-link.active svg,
.pagination .page-link:hover svg {
  fill: #fff;
}

/*# sourceMappingURL=home.css.map */

.cuspageitem .innerpage .minhead,
.titlehead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cuspageitem .innerpage .minhead .title {
  font-size: 24px;
  padding-left: 16px;
}

.cuspageitem .innerpage .minhead .title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 8px;
  height: 32px;
  background: #c5d92d;
  border-radius: 8px;
}

.cuspageitem .innerpage .minhead p {
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}

.cuspageitem .innerpage .minhead .icon svg {
  width: 55px;
  height: 68px;
}

.cuspageitem .listtask li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #e5e5e5;
  margin-top: 24px;
}

@media (max-width: 550px) {
  .cuspageitem .listtask li {
    display: block;
  }

  .cuspageitem .listtask li .bottom {
    min-width: 100% !important;
    margin-top: 12px;
  }
}

.cuspageitem .listtask li .title {
  color: #121212;
  font-size: 16px;
  font-weight: 700;
}

.cuspageitem .listtask li p {
  margin-top: 4px;
  color: #64666c;
  font-size: 14px;
  font-weight: 400;
}

.cuspageitem .listtask li .bottom {
  min-width: 184px;
  /* background: #C5D92D;
     border: 0px !important; */
}

.step-wizard {
  position: relative;
  display: flex;
  /* justify-content: space-between;   */
}

.step-wizard .step {
  position: relative;
  width: 100%;
  /* min-width: 33.333%; */
}

.step-wizard .step:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #d2d6db;
}

.step-wizard .step .circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #d2d6db;
  background: #fff;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #2e2c3a33;
}

.step-wizard .step .circle svg,
.step-wizard .step.finish .circle span {
  display: none;
}

.step-wizard .step.finish .circle svg {
  display: block;
  width: 32px;
  height: 32px;
}

.step-wizard .step.finish:before {
  background: #c5d92d;
}

.step-wizard .step.active .circle,
.step-wizard .step.finish .circle {
  border: 2px solid #c5d92d;
  color: #c5d92d;
}

.step-wizard .step .title {
  font-size: 16px;
  font-weight: 500;
}

.step-wizard .step p {
  font-size: 14px;
  font-weight: 400;
  color: #384250;
}

.tabwizard {
  display: none;
}

.tabwizard.active {
  display: block;
}

.field label em {
  color: red;
}

.field p.text {
  margin-top: 12px;
  font-weight: 400;
  color: #12121280;
}

.tabwizard .field .itemselect {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 100%;
}

.tabwizard .field .itemselect select {
  background: none;
  height: 100%;
  background: #c3d72c;
  color: #fff;
  width: 100%;
  padding: 0px 8px;
  font-weight: 500;
  border-radius: 0px 0.25rem 0.25rem 0px;
}

.tabwizard .nots {
  border-radius: 0.25rem;
  padding: 12px;
  color: #12121280;
  font-weight: 400;
  margin-top: 24px;
  background: #fbfcf0;
  border: 1px solid #e5e5e5;
  padding: 12px 16px;
}

.tabwizard .field .itemselect select:focus-visible {
  outline: 0;
}

.cuspageitem .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.cuspageitem .buttons .bottom {
  min-width: 108px;
  height: 48px;
  border-radius: 16px;
  background: #6568f4;
  border-color: #6568f4;
  gap: 4px;
}

.cuspageitem .buttons .bottom.save-btn {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.cuspageitem .buttons .bottom svg path {
  stroke: #fff;
}

.formstyle .bottom {
  min-width: 100% !important;
}

.cuspageitem .buttons button:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
  border: 1px solid #f3f4f6;
  color: #99a1af;
}

.cuspageitem .buttons button:disabled svg path {
  stroke: #99a1af;
}

.tabwizard .listjobs,
.tabwizard .textlistjob {
  margin-top: 24px;
}

.tabwizard .listjobs .title {
  font-size: 30px;
}

.tabwizard .textlistjob {
  border: 1px solid #cecece;
  border-radius: 20px;
}

.tabwizard .textlistjob li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #cecece;
}

.tabwizard .textlistjob li:last-child {
  border: 0px;
}

.tabwizard .textlistjob li p {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.tabwizard .textlistjob li p svg {
  margin-right: 4px;
  max-height: 40px;
}

.tabwizard .textlistjob li a,
.innersubcolum .edit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c5d92d;
  transition: all 0.5s ease-in-out 0s;
}

.innersubcolum .edit {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
  z-index: 1;
}

.tabwizard .textlistjob li a svg,
.innersubcolum .edit svg {
  fill: #c5d92d;
  max-width: 20px;
  max-height: 20px;
  transition: all 0.5s ease-in-out 0s;
}

.innersubcolum .edit svg {
  max-width: 14px;
  max-height: 14px;
}

.tabwizard .textlistjob li a:hover,
.innersubcolum .edit:hover {
  background: #c5d92d;
}

.tabwizard .textlistjob li a:hover svg,
.innersubcolum .edit:hover svg {
  fill: #fff;
}

.subchek {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.subchek.itemsubchek {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .subchek.itemsubchek {
    grid-template-columns: repeat(1, 1fr);
  }
}

.chooseinvite {
  grid-template-columns: repeat(1, 1fr);
}

.subchek .che-box .text-chek {
  padding: 20px;
  cursor: pointer;
  white-space: normal;
  /* padding-left: 68px; */
}

.subchek .che-box {
  width: 100%;
  height: 100%;
}

.subchek .che-box input[type="checkbox"] + .label-text:before,
.subchek .che-box input[type="radio"] + .label-text:before {
  top: 20px;
  left: 20px;
}

.subchek .label-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  animation: effect 250ms ease-in;
  border-radius: 8px;
}

.subchek .che-box input[type="radio"]:checked + .label-text:after {
  border: 1px solid #c5d92d;
  background: #fbfcf0;
}

.subchek .text-chek .title {
  font-size: 16px;
}

.subchek .text-chek p {
  position: relative;
  margin-top: 8px;
  color: #64666c;
  font-size: 14px;
  font-weight: 400;
}

.itemsubchek {
}

.subchek .label-text::after {
  border-radius: 16px;
}

.tabwizard .flexbox,
.flexchebox {
  margin-top: 12px;
}

.flexchebox {
  display: flex;
  align-items: center;
}

.tabwizard .flexbox .che-box,
.flexchebox .che-box {
  width: auto;
  height: auto;
  padding-left: 24px;
}

.tabwizard .flexbox .label-text,
.flexchebox .che-box .label-text {
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
}

.tabwizard .select2-container--bootstrap .select2-selection--multiple,
.jobinformation .select2-container--bootstrap .select2-selection--multiple {
  background: #fbfcf0 url(../images/arrow.svg) no-repeat right 12px center !important;
  background-size: 12px 12px !important;
  padding-right: 20px;
}

.hidefield {
  display: none;
}

.itemdeposit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f9fbea80;
  border-radius: 10px 10px 0px 0px;
  padding: 12px;
}

.itemdeposit .title {
  font-size: 22px;
  font-weight: 600;
}

.itemdeposit p {
  font-size: 20px;
  font-weight: 400;
  color: #464646;
}

.itemdeposit .balance,
.btn-download,
.statuscompleted {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 13px;
  padding: 10px 16px;
  color: #fff;
  background: #c5d92d;
  font-weight: 500;
}

.btn-download {
  margin-top: 16px;
}

span.statuscompleted {
  padding: 10px;
  height: 32px;
  max-width: 110px;
}

.listdeposit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-bottom: 0px;
}

.listdeposit a {
  min-width: 33.333%;
  max-width: 33.333%;
  border-bottom: 3px solid #e4e4e4;
  text-align: center;
  padding: 14px;
}

.listdeposit a svg {
  width: 50px;
  height: 50px;
  fill: #e4e4e4;
}

.listdeposit a span {
  display: block;
  color: #e4e4e4;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
}

.listdeposit a.active {
  border-bottom: 3px solid #c5d92d;
}

.listdeposit a.active svg {
  fill: #c5d92d;
}

.listdeposit a.active span {
  color: #1a1a32;
}

.categoryfilters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding: 16px;
  padding-top: 0;
}

.categoryfilters.p-0.border-0 .flexinput .form-control:last-child {
  margin-right: 0;
}

.addmoney {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 16px;
  font-weight: 500;
}

.addmoney svg {
  margin-right: 4px;
}

.flexinput {
  display: flex;
  flex-wrap: wrap;
}

.filterinput {
  position: relative;
  margin: 16px 12px 0px 0px;
}

.flexinput .form-control,
.export-payroll {
  min-width: 130px;
  max-width: 130px;
  height: 42px;
  margin: 16px 12px 0px 0px;
  border-radius: 4px;
  background: #fff;
}

/* .flexinput input.form-control {
     background: #fff;
 } */

.filterinput .form-control {
  min-width: 300px;
  max-width: 300px;
  height: 42px;
  background: #eff0f0;
  border-radius: 24px;
  border: 0px;
  margin: 0px;
  padding-right: 44px;
}

.filterinput svg {
  position: absolute;
  right: 12px;
  top: 11px;
}

.flexinput .bottom {
  background: #6568f4;
  border: 1px solid #6568f4;
  margin-top: 16px;
}

.flexinput .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.flexinput .bottom:hover svg {
  fill: none;
}

.table-container {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0px 0px 8px 8px;
}

.table-container .che-box {
  margin-right: 8px;
}

.table-container .subflex {
  display: flex;
  align-items: center;
}

.table-container .red {
  color: #eb5757;
}

.table-container .subflex i.icon,
.table-container .subflex i.img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background: #c5d92d;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
}

.table-container .subflex i.img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
}

.table-container .subflex i.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table-container .subflex .name {
  color: #6568f4;
  font-size: 16px;
  font-weight: 600;
}

.table-container .subflex p {
  font-size: 14px;
  font-weight: 500;
  color: #242e2c;
}

.table-container .subflex span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6b7271;
  line-height: 1;
}

.table-container .btnbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.table-container .bottom select:focus-visible {
  outline: 0;
}

@media (max-width: 999px) {
  .step-wizard .step .title,
  .itemdeposit p,
  .listdeposit a span {
    font-size: 14px;
  }

  .subchek {
    grid-template-columns: repeat(1, 1fr);
  }

  .step-wizard .step {
    overflow: hidden;
  }

  .itemdeposit .title {
    font-size: 20px;
  }

  .filterinput .form-control {
    min-width: 264px;
    max-width: 264px;
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .dataTables_wrapper {
    overflow: hidden;
    overflow-x: scroll;
  }

  .dataTables_wrapper::-webkit-scrollbar {
    height: 0px;
  }
}

/*//////////////////////////////////////////////////////////////////////*/

.chat-container {
  position: relative;
  display: flex;
  height: 90vh;
  border: 1px solid #e5e6e6;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.sidebarchat {
  min-width: 300px;
  max-width: 300px;
  border-right: 1px solid #e5e6e6;
  display: flex;
  flex-direction: column;
  /* transition: all 0.5s ease-in-out 0s; */
}

.search-box {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #e5e6e6;
  display: flex;
  align-items: center;
}

.search-box input {
  width: 100%;
  height: 50px;
  padding: 8px 8px 8px 38px;
  background: #f5f5f5;
  border-radius: 4px;
  font-weight: 500;
  outline: none;
  position: relative;
}

.search-icon {
  position: absolute;
  top: 19px;
  left: 18px;
}

.search-icon svg {
  width: 24px;
  height: 24px;
}

.chat-list {
  flex: 1;
  overflow-y: auto;
}

.chat-item {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e5e6e6;
  transition: background 0.2s;
}

.chat-item:last-child {
  border: 0;
}

.chat-item:hover {
  background: #f9f9f9;
}

.chat-left {
  display: flex;
  align-items: center;
}

.chat-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.chat-info {
  display: flex;
  flex-direction: column;
}

.chatoff {
  position: relative;
  justify-content: flex-end;
}

.chat-item .red {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eb5757;
}

.chat-info span {
  font-weight: bold;
}

.chat-info small {
  color: gray;
  font-size: 15px;
}

.chat-time {
  font-size: 14px;
  color: gray;
  font-weight: 500;
}

/* Chat area */

.chat-area {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.chat-header {
  padding: 7px 15px;
  border-bottom: 1px solid #e5e6e6;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.nameuser {
  display: flex;
  align-items: center;
}

.nameuser .photo {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #b1b1b1;
  overflow: hidden;
  margin-right: 12px;
}

.nameuser .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nameuser p {
  font-weight: bold;
}

.nameuser .map {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.nameuser .map svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-right: 4px;
}

.chat-header .dropdown .dropdown-toggle svg,
.subcardpayment .dropdown .dropdown-toggle svg {
  width: 24px;
  height: 24px;
}

.inneritemjobs .dropdown .dropdown-toggle svg,
.titlejobs .flex .dropdown .dropdown-toggle svg,
.payrollList .dropdown .dropdown-toggle svg {
  width: 8px;
  height: 20px;
}

.chat-header .dropdown .dropdown-toggle::after,
.subcardpayment .dropdown .dropdown-toggle::after,
.inneritemjobs .dropdown .dropdown-toggle::after,
.titlejobs .flex .dropdown .dropdown-toggle::after,
.payrollList .dropdown .dropdown-toggle::after {
  display: none;
}

.chat-header .dropdown .dropdown-menu,
.subcardpayment .dropdown .dropdown-menu,
.inneritemjobs .dropdown .dropdown-menu,
.titlejobs .flex .dropdown .dropdown-menu,
.payrollList .dropdown .dropdown-menu {
  min-width: inherit;
  box-shadow: 0px 4px 24px 0px #0000000d;
  width: 200px;
  padding: 12px 0px;
  top: 100% !important;
  left: auto !important;
  right: 0;
  transform: inherit !important;
  border: 0;
  margin: 0;
  border: 1px solid #e5e3ff;
  border-radius: 10px;
}

.chat-header .dropdown .dropdown-menu .dropdown-item,
.subcardpayment .dropdown .dropdown-menu .dropdown-item,
.inneritemjobs .dropdown .dropdown-menu .dropdown-item,
.titlejobs .flex .dropdown .dropdown-menu .dropdown-item,
.payrollList .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
  height: auto;
  border: 0px;
  margin: 0px;
  padding: 8px 12px !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 0px !important;
  background: none !important;
  font-size: 15px;
  white-space: inherit !important;
  text-transform: capitalize;
}

.chat-header .dropdown .dropdown-menu .dropdown-item:hover,
.subcardpayment .dropdown .dropdown-menu .dropdown-item:hover,
.inneritemjobs .dropdown .dropdown-menu .dropdown-item:hover,
.titlejobs .flex .dropdown .dropdown-menu .dropdown-item:hover,
.payrollList .dropdown .dropdown-menu .dropdown-item:hover {
  background: #f7f8fa !important;
  color: #c5d92d;
}

.date-separator {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: gray;
  margin: 10px 0;
}

.messages {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.message {
  margin: 8px 0;
  max-width: 60%;
  font-weight: 500;
  word-wrap: break-word;
}

.received {
  align-self: flex-start;
}

.received .text {
  background: #f0f0f0;
  padding: 10px 15px;
  border-radius: 15px;
  line-height: 1.4;
  font-weight: 500;
  border-bottom-left-radius: 0;
}

.message .time {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

.sent {
  align-self: flex-end;
}

.sent .text {
  display: block;
  background: #c5d92d;
  padding: 10px 15px;
  color: #fff;
  border-radius: 15px;
  line-height: 1.4;
  font-weight: 500;
  border-bottom-right-radius: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.sent .text svg {
  margin-right: 4px;
}

.sent .time {
  display: flex;
  justify-content: flex-end;
}

.chat-input {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e6e6;
  padding: 15px;
  align-items: center;
}

.subemoji {
  display: flex;
}

.message .emoji {
  display: flex;
  justify-content: flex-end;
  font-size: 22px;
  margin: 0 3px;
}

.mes-item {
  position: relative;
  width: calc(100% - 65px);
}

.emoji-btn,
.attach-btn {
  position: absolute;
  right: 12px;
  border: 0;
  top: 10px;
  background: none;
  padding: 0;
  cursor: pointer;
}

.attach-btn {
  right: 32px;
}

/* Emoji Picker */

.emoji-picker {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 10px;
  background: #fff;
  border-radius: 0.25rem;
  padding: 10px;
  width: 170px;
  box-shadow: 0px 4px 24px 0px #0000000d;
  flex-wrap: wrap;
  font-size: 20px;
  z-index: 20;
}

.emoji-picker span {
  cursor: pointer;
  margin: 5px;
}

.chat-input input {
  flex: 1;
  padding: 10px;
  padding-right: 75px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 8px;
  font-weight: 500;
  outline: none;
}

.chat-input label {
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
  color: gray;
}

.chat-input #sendBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c5d92d;
  border: none;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
}

.chat-input input[type="file"] {
  display: none;
}

.toggle-sidebar {
  display: none;
  position: absolute;
  right: 40px;
  cursor: pointer;
}

#menuIcon {
  width: 24px;
}

@media (max-width: 767px) {
  .toggle-sidebar {
    display: block;
  }

  .sidebarchat {
    position: absolute;
    left: -100%;
    top: 72px;
    min-width: 100%;
    max-width: 100%;
    height: 69%;
    background: #fff;
    border: 0;
    z-index: 2;
  }

  .sidebarchat.active {
    left: 0;
  }
}

/*//////////////////////////////////////////////////////////////////////*/

.subdeposit {
  grid-template-columns: repeat(3, 1fr);
  padding: 16px;
  border-bottom: 1px solid #e4e4e4;
}

.formcontrol {
  border: 1px solid #e4e4e4;
}

@media (max-width: 999px) {
  .subdeposit {
    grid-template-columns: repeat(1, 1fr);
  }

  .subdeposit {
    padding-top: 16px;
  }
}

.subdeposit .che-box {
  margin: 0 !important;
}

.subdeposit .text-chek .red,
.subdeposit .text-chek .green {
  color: #d9000d;
  font-size: 16px;
  font-weight: 400;
}

.subdeposit .text-chek p {
  font-size: 16px;
}

.subdeposit .text-chek .green {
  color: #27ba00;
}

.withdebit {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #000;
  text-transform: capitalize;
  margin-top: 12px;
}

.withdebit svg {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 8px;
}

.formstyle {
  padding: 16px;
  padding-top: 0;
}

/*//////////////////////////////////////////////////////////////////////*/

.taskmeeting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #f5f5f5;
  margin-top: 24px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 600px) {
  .taskmeeting {
    display: block;
  }

  .taskmeeting .listaction {
    margin-top: 16px;
  }

  .tablelistjob .minhead .form-control {
    display: none;
  }
}

.taskmeeting:hover {
  background: #f5f5f5;
}

.taskmeeting:hover .flex .date,
.taskmeeting:hover .listaction .chat-icon {
  background: #fff;
}

.taskmeeting .flex,
.taskmeeting .subtext .listtime,
.taskmeeting .subtext .listtime li {
  display: flex;
  align-items: flex-start;
}

.taskmeeting .subtext .listtime,
.taskmeeting .subtext .listtime li {
  align-items: center;
}

.taskmeeting .flex .date {
  min-width: 76px;
  max-width: 76px;
  background: #faf7f1;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  text-align: center;
  margin-right: 24px;
  transition: all 0.5s ease-in-out 0s;
}

.taskmeeting .flex .date .headdate {
  text-align: center;
  background: #c5d92d;
  font-size: 14px;
  color: #fff;
}

.taskmeeting .flex .date .numdate {
  padding: 12px;
}

.taskmeeting .subtext .title {
  font-size: 16px;
  margin-bottom: 4px;
}

.taskmeeting .subtext p,
.taskmeeting .subtext .listtime li {
  font-size: 14px;
  font-weight: 500;
  color: #64666c;
}

.taskmeeting .subtext .listtime li {
  color: #000;
  margin-right: 24px;
}

.taskmeeting .subtext .listtime li:last-child {
  margin-right: 0px;
}

.taskmeeting .subtext p span {
  color: #c5d92d;
}

.taskmeeting .subtext .listtime li svg {
  margin-right: 4px;
}

.taskmeeting .listaction {
  display: flex;
}

.taskmeeting .listaction .chat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  padding: 0px !important;
  border-radius: 8px;
  background: #f5f5f5;
  margin-right: 16px;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
}

.taskmeeting .listaction .chat-icon .tooltip {
  position: absolute;
  bottom: 114%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #111827;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.taskmeeting .listaction .chat-icon .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111827 transparent transparent transparent;
}

.taskmeeting .listaction .chat-icon:hover .tooltip,
.taskmeeting .listaction .chat-icon:focus-within .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.taskmeeting .listaction .bottom {
  background: #fff;
  border: 1px solid #c5d92d;
  color: #000;
  min-width: 88px;
  height: 40px;
}

.taskmeeting .listaction .bottom:hover {
  background: #c5d92d;
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////////*/

.tablelistjob {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-top: 24px;
  overflow: hidden;
}

.tablelistjob .minhead,
.subminhead,
.titlehead {
  background: #f0f0fe;
  border-bottom: 1px solid #e4e4e4;
  padding: 16px;
}

.subminhead,
.titlehead {
  border-radius: 8px 8px 0px 0px;
}

.tablelistjob .minhead .title,
.subminhead .title,
.titlehead .title {
  display: flex;
  padding: 0 !important;
  font-size: 20px !important;
}

.tablelistjob .minhead .form-control {
  min-width: 184px;
  max-width: 184px;
  height: 50px;
  border: 1px solid #000;
}

.tablelistjob .minhead .title svg,
.subminhead .title svg,
.titlehead .title svg {
  margin-right: 12px;
}

.tablelistjob .minhead .title::before,
.subminhead .title:before,
.titlehead .title:before {
  display: none;
}

.tablelistjob .table-container {
  border: 0;
}

.tablelistjob .dataTables_wrapper {
  padding: 0;
  border: 0;
}

.tablelistjob .dataTables_wrapper .btnbottom {
  padding: 16px;
  padding-top: 0;
}

.tablelistjob table.dataTable > thead > tr > th {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tablelistjob table.dataTable tbody td {
  padding: 16px;
}

.tablelistjob .status,
.subcolum .status,
.inneritemjobs .status,
.titlejobs .flexrow .flex .status {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 155px;
  max-width: 155px;
  height: 32px;
  border-radius: 60px;
  text-align: center;
  background: #ccc;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.inneritemjobs .status,
.titlejobs .flexrow .flex .status {
  display: inline-flex;
  min-width: initial;
  max-width: initial;
  padding: 0px 28px;
}

.subcolum .status svg {
  margin-right: 4px;
}

.tablelistjob .status::before,
.subcolum .status::before,
.inneritemjobs .status::before,
.titlejobs .flexrow .flex .status::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4d5761;
}

.tablelistjob .status.draft {
  background: #f9fafb;
}

.tablelistjob .status.review,
.subcolum .status.review,
.inneritemjobs .status.hiring {
  background: #fffaeb;
  color: #93370d;
}

.tablelistjob .status.review::before,
.subcolum .status.review::before,
.inneritemjobs .status.hiring::before {
  background: #93370d;
}

.tablelistjob .status.active,
.inneritemjobs .status.active,
.titlejobs .flexrow .flex .status.active {
  background: #c5d92d;
  color: #fff;
}

.tablelistjob .status.active::before,
.inneritemjobs .status.active::before,
.titlejobs .flexrow .flex .status.active::before {
  background: #fff;
}

.tablelistjob .status.reassigning {
  background: #eff8ff;
  color: #1849a9;
}

.tablelistjob .status.reassigning::before {
  background: #1849a9;
}

.tablelistjob .status.cancelled {
  background: #fef3f2;
  color: #912018;
}

.tablelistjob .status.cancelled::before {
  background: #912018;
}

.tablelistjob .status.progress,
.subcolum .status.progress {
  background: #ecfdf3;
  color: #085d3a;
}

.tablelistjob .status.progress::before,
.subcolum .status.progress::before {
  background: #085d3a;
}

.subcolum .status.active {
  background: #f9fbea;
  color: #b3c529;
}

.subcolum .status.active::before {
  background: #b3c529;
}

.subcolum .status.completed {
  background: #067647;
  color: #fff;
}

.subcolum .status.completed::before {
  display: none;
}

.tablelistjob a {
  margin: 0px 4px;
}

.columitem {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.subcolum {
  background: #fafaff;
  border: 1px solid #b8bafa;
  border-radius: 10px;
  padding: 16px;
  margin-top: 16px;
}

.innersubcolum {
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #c5d92d;
  box-shadow: 0px 8px 12px -4px #00000014;
  margin-top: 16px;
}

.innersubcolum .title {
  font-size: 16px;
  padding-right: 32px;
}

.innersubcolum .status {
  min-width: inherit;
  background: none !important;
  display: inline-flex;
  padding-left: 18px;
  margin-top: 4px;
}

.innersubcolum .status::before {
  left: 0;
}

.innersubcolum .list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-top: 12px;
}

.innersubcolum .list li svg {
  min-width: 20px;
  margin-right: 4px;
}

.innersubcolum .list.bord li {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e3e3;
}

.innersubcolum .approaching p {
  display: flex;
  font-weight: 500;
  line-height: 20px;
}

.innersubcolum .approaching p.green {
  color: #1b8354;
}

.innersubcolum .approaching p svg {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  margin: 3px 4px 0px 0px;
}

.innersubcolum .progress {
  margin: 8px 0px;
  border-radius: 60px;
  background: #f3f4f6;
}

.innersubcolum .progress .progress-bar {
  background: #1b8354;
  border-radius: 60px;
}

.innersubcolum .nameuser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.innersubcolum .nameuser .flex {
  display: flex;
  align-items: center;
}

.innersubcolum .nameuser .flex .photo {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
}

.innersubcolum .nameuser .flex .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innersubcolum .nameuser .flex .title {
  font-size: 16px;
  font-weight: 600;
}

.innersubcolum .nameuser .chat svg {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
}

.innersubcolum .bottom {
  width: 100%;
  border-radius: 60px;
  background: #ecfdf3;
  color: #085d3a;
  border: 1px solid #abefc6;
  margin-top: 16px;
}

.innersubcolum .bottom:hover {
  background: #085d3a;
  border: 1px solid #085d3a;
  color: #fff;
}

@media (max-width: 1300px) {
  .columitem {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .columitem {
    grid-template-columns: repeat(1, 1fr);
  }

  .subminhead {
    display: block !important;
  }

  .subminhead .bottom {
    margin-top: 16px;
  }

  .cuspageitem .buttons .bottom {
    min-width: 120px;
  }
}

.offeraccepted {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  background: #1b8354;
  text-transform: capitalize;
}

.offeraccepted svg {
  margin-right: 4px;
}

.projecttabs,
.tabsjobs {
  margin-top: 20px;
  border-block: 1px solid #496e5233;
}

.projecttabs li a,
.tabsjobs li a,
.tabsupport a {
  position: relative;
  padding: 16px 20px;
  color: #142e1a9e;
  font-size: 15px;
  font-weight: 500;
}

.projecttabs li a::after,
.tabsjobs li a::after,
.tabsupport a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #1b8354;
  transition: all 0.5s ease-in-out 0s;
}

.projecttabs li a.active,
.tabsjobs li a.active {
  color: #1b8354;
}

.tabsupport a {
  padding: 0;
  margin-right: 24px;
  padding-bottom: 12px;
}

.tabsupport a:last-child {
  margin-right: 0;
}

.tabsupport a:after {
  background: #6568f4;
}

.tabsupport a.active {
  color: #6568f4;
}

.tabsupport a.active svg path {
  stroke: #6568f4;
}

.projecttabs li a.active::after,
.tabsjobs li a.active::after,
.tabsupport a.active::after {
  width: 100%;
}

.detailsproject {
  padding: 20px;
  border: 1px solid #e3e3e3;
  background: #fbfbfb;
  margin-top: 20px;
  border-radius: 12px;
}

.detailsproject .minhead {
  background: none !important;
}

.detailsproject .title {
  font-size: 20px;
}

.detailsproject .user {
  margin-top: 20px;
}

.detailsproject .text {
  font-weight: 400;
  margin-top: 12px;
}

.detailsproject .box,
.jobsservices,
.boxproject {
  background: #fff;
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.detailsproject .box .box-header {
  display: flex !important;
  border-radius: 0px;
  margin: 0;
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  border: 0;
}

.detailsproject .box .box-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: none;
  border-top: 1px solid #e3e3e3;
  padding: 0;
  padding-top: 20px;
}

.detailsproject .box .box-content .innerproj {
  display: block;
  background: #fbfbfb;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}

.detailsproject .box .box-content .innerproj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detailsproject .listskills,
.subtalent .listskills,
.subfilter .listskills,
.rockstar .listskills,
.talent-inner .item .user .listskills {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.talent-inner .item .user .listskills {
  margin: 0;
}

.detailsproject .listskills li,
.subtalent .listskills li,
.subfilter .listskills li,
.rockstar .listskills li,
.talent-inner .item .user .listskills li {
  min-width: 80px;
  padding: 4px 12px;
  border-radius: 8px;
  background: #e6e6e7;
  margin: 8px 8px 0px 0px;
  font-weight: 500;
  text-align: center;
}

.rockstar .listskills li,
.talent-inner .item .user .listskills li {
  border-radius: 60px;
}

.subfilter .listskills a {
  margin-left: 4px;
}

@media (max-width: 1199px) {
  .detailsproject .box .box-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .projecttabs li a {
    padding: 16px 8px;
  }
}

@media (max-width: 550px) {
  .detailsproject .box .box-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.detailsproject .taskmeeting {
  background: #fff;
  margin-top: 20px;
}

.detailsproject .listaction .chat-icon,
.detailsproject .flex .date {
  background: #fbfbfb !important;
}

.detailsproject .subtext p {
  margin: 0;
}

.detailsproject .minhead {
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.detailsproject .listpdf a {
  display: flex;
  align-items: center;
  color: #2196f3;
  font-weight: 400;
  padding: 12px;
  background: #f0f0fe;
  border-radius: 18px;
  margin-top: 20px;
}

.detailsproject .listpdf a svg {
  margin-right: 4px;
}

.detailsproject .ql-toolbar.ql-snow {
  background: #fff;
}

.detailsproject .ql-container.ql-snow {
  background: #f0f0fe;
}

.detailsproject .field {
  margin-top: 20px;
}

.detailsproject .field.flex {
  display: flex;
  justify-content: flex-end;
}

.numbermilestones {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.numbermilestones li {
  margin-top: 20px;
}

.numbermilestones li p {
  color: #1b281e;
  font-size: 20px;
  font-weight: 400;
}

.numbermilestones li .flex {
  display: flex;
  align-items: flex-end;
  margin-top: 4px;
}

.numbermilestones li .flex span {
  line-height: 1;
  font-size: 20px;
  font-weight: 800;
  color: #1b8354;
}

.numbermilestones li .flex .num {
  font-size: 30px;
  font-weight: 600;
  color: #1b281e;
}

.numbermilestones li:last-child {
  border-left: 1px solid #496e5233;
  padding-left: 20px;
}

.cushead {
  margin-top: 32px;
  background: none !important;
  padding: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #e3e3e3;
}

.cushead .bottom {
  border-radius: 30px !important;
}

.cardmilestones {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 400px 1fr;
  gap: 20px;
}

.editform,
.innermass {
  padding: 16px;
}

.editform p.text-center,
.innermass p {
  font-weight: 400;
}

.editform .subchek {
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-top: 12px;
}

.editform .subchek .che-box input[type="checkbox"] + .label-text:before,
.editform .subchek .che-box input[type="radio"] + .label-text:before {
  display: none;
}

.editform .subchek .che-box input[type="radio"]:checked + .label-text:after {
  border: 1px solid #6568f4;
  background: #f0f0fe;
}

.editform .subchek .label-text::after {
  border: 0;
  background: #f0f0fe;
}

.editform .subchek i.icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.editform .subchek .text-chek p {
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  margin: 0;
  line-height: 1;
}

.editform .subchek .text-chek .title {
  margin-top: 12px;
}

.editform .subchek .che-box {
  padding: 0;
  height: 85px;
}

.editform .field {
  margin: 0px;
  margin-bottom: 16px;
}

.editform .field:last-child {
  margin: 0;
}

.editform .field .text,
.innerpayment.red .field .textnots {
  display: flex;
  margin-top: 12px;
}

.editform .field .text .icon,
.innerpayment.red .field .textnots .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fef3f2;
  margin-right: 8px;
}

.editform .field .text p,
.editform .field .text span,
.innerpayment.red .field .textnots p {
  font-weight: 400;
  color: #b42318;
}

.editform .field .text span {
  color: #384250;
}

.editform .field .che-box {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  width: 100%;
  height: 56px;
  background: #fbfcf0;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}

.editform .field .che-box input[type="radio"] + .label-text:before,
.editform .field .che-box input[type="checkbox"] + .label-text:before {
  left: auto;
  right: 0.75rem;
  top: 17px;
  border-radius: 2px;
}

.innermilestone,
.subcardpayment {
  margin-top: 20px;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e3e3e3;
}

.listmilestone {
  border-left: 1px solid #e3e3e3;
  margin-left: 16px;
}

.listmilestone li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 24px;
}

.listmilestone li:last-child {
  margin-bottom: 0;
}

.listmilestone li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -16px;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1b8354;
  color: #1b8354;
  font-size: 14px;
}

.listmilestone li .icon.active {
  background: #1b8354 !important;
  color: #fff;
}

.listmilestone li .icon svg {
  width: 16px;
  height: 16px;
}

.listmilestone li .flex {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}

.listmilestone li .flex span {
  text-align: center;
  margin-left: 12px;
  background: #d5d5d5;
  border-radius: 60px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 20px;
  min-width: 100px;
}

.listmilestone li .flex span.green {
  background: #d1e157;
}

.listmilestone li p {
  color: #000;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
}

.listmilestone li .header-btn {
  color: #1b8354;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.listmilestone li .header-btn:hover {
  text-decoration: none;
}

.innermilestone .bottoms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}

.innermilestone .bottoms a,
.thank-message .review {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  transition: all 0.5s ease-in-out 0s;
}

.innermilestone .bottoms a.accept,
.thank-message .review {
  background: #ecfdf3;
  border: 1px solid #abefc6;
  color: #085d3a;
}

.innermilestone .bottoms a.accept:hover,
.thank-message .review:hover {
  background: #abefc6;
}

.innermilestone .bottoms a.btnclose {
  background: #fdecec;
  border: 1px solid #efabac;
  color: #ea3235;
}

.innermilestone .bottoms a.btnclose:hover {
  background: #efabac;
}

.subcardpayment .minhead {
  padding: 0;
  border: 0;
  background: none;
}

.innerpayment {
  margin-top: 20px;
  border-radius: 16px;
  padding: 20px;
  background: #ecf4e9;
}

.innerpayment .title {
  font-size: 16px;
}

.innerpayment .listmilestone {
  margin-top: 32px;
  border-left: 1px solid #d2d6db;
}

.innerpayment .listmilestone li .flex {
  justify-content: space-between;
}

.innerpayment .listmilestone li .flex span {
  margin: 0;
}

.innerpayment .listmilestone li .icon {
  background: #ecf4e9;
}

.payammount {
  margin-top: 32px;
}

.payammount .paynumber {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #085d3a;
  background: #ecfdf3;
  border: 1px solid #abefc6;
}

.innerpayment .bottoms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

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

.innerpayment .bottoms .btncancel {
  font-weight: 400;
  color: #1e4841;
}

.innerpayment .bottoms .paynow {
  min-width: 206px;
  height: 40px;
  border-radius: 24px;
  padding: 8px;
  background: #085d3a;
  color: #fff;
  font-weight: 700;
  margin-left: 20px;
  transition: all 0.5s ease-in-out 0s;
}

.innerpayment .bottoms .paynow:hover {
  background: #6568f4;
}

.innerpayment.red {
  background: #fdecec;
}

.innerpayment.red .field .ql-toolbar.ql-snow,
.innerpayment.red .field .ql-container.ql-snow {
  background: #fff;
}

.innerpayment.red .field p.text {
  margin-top: 12px;
  font-weight: 400;
  color: #12121280;
}

/* .innerpayment.red .field .textnots {
     align-items: center;
 } */

.innerpayment.red .bottoms .btncancel {
  color: #ea3235;
}

.innerpayment.red .bottoms .paynow {
  border: 1px solid #efabac;
  background: #fdecec;
  color: #ea3235;
}

.innerpayment.red .bottoms .paynow:hover {
  background: #efabac;
}

@media (max-width: 1199px) {
  .cardmilestones {
    display: block;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .numbermilestones li .flex .num {
    font-size: 24px;
  }

  .numbermilestones li p,
  .numbermilestones li .flex span,
  .listmilestone li .flex {
    font-size: 16px;
  }

  .innerpayment .bottoms .paynow {
    min-width: 140px;
    font-weight: 500;
    padding: 0;
  }

  .subcardpayment .minhead {
    display: flex !important;
  }
}

.thank-message {
  text-align: center;
}

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

.thank-message .photo img {
  max-width: 100%;
}

.thank-message .title {
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 400;
  margin-top: -64px;
}

.thank-message .title .icon,
.popup-backdrop .readypart .title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1b8354;
  color: #1b8354;
  margin: 0px 2px;
}

.thank-message .iconsrating {
  margin-top: 12px;
}

.thank-message .iconsrating svg {
  fill: #c5d92d;
}

.thank-message p {
  color: #000;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.thank-message .review {
  max-width: 400px;
  margin: 20px auto 0px auto;
}

.listrating li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #151528;
  font-size: 18px;
  font-weight: 400;
  padding: 12px;
  background: #f0f0fe;
  border-radius: 18px;
  margin-top: 20px;
}

.listrating li .flex,
.listrating li .iconsrating {
  display: flex;
  align-items: center;
}

.listrating li .flex span {
  font-size: 12px;
  margin-left: 20px;
}

.listrating li .iconsrating svg.active {
  fill: #6568f4;
}

.project-page-passive .applynow,
.talent-inner .item .applynow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px auto 0px auto;
  max-width: 90%;
  border-radius: 30px;
  padding: 70px;
  background: #151528;
}

.talent-inner .item .applynow {
  max-width: 100%;
  padding: 40px;
}

.project-page-passive .applynow .title,
.talent-inner .item .applynow .title {
  color: #fff;
}

.project-page-passive .applynow p,
.talent-inner .item .applynow p {
  color: #fff;
  font-weight: 400;
  margin-top: 12px;
}

.project-page-passive .applynow .bottom,
.talent-inner .item .applynow .bottom {
  display: block;
  min-width: 342px;
  margin-bottom: 24px;
  height: auto;
  padding: 8px 12px;
}

.project-page-passive .applynow .bottom:last-child,
.talent-inner .item .applynow .bottom:last-child {
  margin: 0;
}

.boxapplynow {
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  margin-top: 24px;
  overflow: hidden;
}

.boxapplynow .minhead {
  border-bottom: 1px solid #d5d5d5;
}

.boxapplynow .formapply {
  padding: 16px;
}

.boxapplynow .formapply .field {
  margin: 0;
  margin-bottom: 16px;
}

.boxapplynow .formapply .field .form-control,
.itemform .field .form-control,
.itemform .field .ql-container.ql-snow,
.itemform .field .select2-container--bootstrap .select2-selection--single,
.itemform .field .select2-container--bootstrap .select2-selection--multiple,
.field.m-0.mt-3 .form-control {
  background: #f0f0fe;
}

.boxapplynow .formapply .field input.form-control,
.itemform .field.pricefield .form-control {
  padding-right: 60px;
}

.boxapplynow .formapply .form-control:focus,
.boxapplynow .formapply .form-control:hover,
.boxapplynow .formapply .form-control:focus-visible,
.itemform .field .form-control:focus,
.itemform .field .form-control:hover,
.itemform .field .form-control:focus-visible,
.field.m-0.mt-3 .form-control:focus,
.field.m-0.mt-3 .form-control:hover,
.field.m-0.mt-3 .form-control:focus-visible {
  border: 1px solid #6568f4;
}

.boxapplynow .formapply .field span,
.itemform .field.pricefield span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  bottom: 0px;
  background: #6568f4;
  color: #fff;
  width: 50px;
  height: 56px;
  border-radius: 0px 0.25rem 0.25rem 0px;
}

.boxapplynow .formapply .field ul {
  padding-left: 20px;
}

.boxapplynow .formapply .field ul li {
  list-style: disc;
  margin-bottom: 12px;
  color: #121212;
  font-size: 18px;
  font-weight: 400;
}

.boxapplynow .formapply .field ul li:last-child {
  margin: 0;
}

.boxapplynow .formapply .field.flex {
  display: flex;
  justify-content: flex-end;
}

.boxapplynow .formapply .field .bottom {
  max-width: 184px;
}

.itemform .field .bottom,
.inneraddappear .imgcent .file-bro,
.inneraddappear .bottom {
  width: 100%;
  border-radius: 60px;
  background: #6568f4;
  border: 1px solid #6568f4;
}

.inneraddappear .imgcent .file-bro {
  font-weight: 500;
  color: #fff;
  padding: 0px 12px;
  height: 40px;
  margin-top: 16px;
}

.itemform .field .bottom:hover,
.inneraddappear .imgcent .file-bro:hover,
.inneraddappear .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.inneraddappear .bottom {
  margin-top: 32px;
}

.portfolio-passive-user .item {
  margin-top: -124px;
}

.portfolio-passive-user .item .title {
  font-size: 20px;
  margin-top: 30px;
}

.portfolio-passive-user .item .imgcent {
  margin: 0;
}

.portfolio-passive-user .item .status {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  border-radius: 60px;
  background: #ecfdf3;
  color: #085d3a;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 16px;
}

.portfolio-passive-user .item .status::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #085d3a;
}

.portfolio-passive-user .item .list {
  margin-top: 20px;
}

.portfolio-passive-user .item .list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.portfolio-passive-user .item .list li svg {
  margin-right: 4px;
}

.portfolio-passive-user .item .bottom {
  border-radius: 60px;
  padding: 4px 16px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
  background: #6568f4;
  border: 0;
}

.portfolio-passive-user .item .bottom svg path {
  fill: #fff;
}

.portfolio-passive-user .item .bottom:hover {
  background: #c5d92d;
}

.portfolio-passive-user .item .hirejob {
  border: 1px solid #e8e8eb;
  padding: 16px;
  margin-top: 24px;
}

.portfolio-passive-user .item .hirejob .title {
  font-size: 14px;
  padding-bottom: 16px;
  margin: 0;
  border-bottom: 1px solid #e8e8eb;
}

.portfolio-passive-user .item .hirejob .listhire a {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.portfolio-passive-user .item .hirejob .listhire a .icon {
  margin-right: 8px;
}

.portfolio-passive-user .item .hirejob .listhire a .arrow {
  position: absolute;
  right: 0px;
}

.portfolio-passive-user .item .hirejob .listhire a p {
  color: #000;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.portfolio-passive-user .item .hirejob .listhire a small {
  color: #707070;
  line-height: 1;
  font-size: 10px;
}

.portfolio-passive-user .item .ratings {
  margin-top: 24px;
}

.portfolio-passive-user .item .ratings li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.portfolio-passive-user .item .ratings li p {
  color: #191919;
  font-size: 14px;
  font-weight: 400;
}

.portfolio-passive-user .item .iconsrating {
  display: flex;
  align-items: center;
}

.portfolio-passive-user .item .iconsrating svg.active {
  fill: #6568f4;
}

.portfolio-passive-user .item .progress {
  border-radius: 60px;
  background: #f3f4f6;
  min-width: 130px;
  max-width: 130px;
}

.portfolio-passive-user .item .progress .progress-bar {
  background: #1b8354;
  border-radius: 60px;
}

.portfolio-passive-user .item .ratings .status {
  color: #b3c529;
  background: #f9fbea;
  max-width: 100px;
  margin: 0;
}

.portfolio-passive-user .item .ratings .status:before {
  background: #c5d92d;
}

.portfolio-passive-user .subitem .projecttabs,
.tabsjobs {
  margin: 0;
  border-top: 0;
}

.portfolio-passive-user .subitem .projecttabs li,
.tabsjobs li {
  margin-right: 16px;
}

.portfolio-passive-user .subitem .projecttabs li:last-child,
.tabsjobs li:last-child {
  margin: 0;
}

.portfolio-passive-user .subitem .projecttabs li a,
.tabsjobs li a {
  padding: 0;
  padding-bottom: 12px;
  color: #b8b8bf;
  font-size: 20px;
}

.portfolio-passive-user .subitem .projecttabs li a::after,
.tabsjobs li a::after {
  background: #6568f4;
}

.portfolio-passive-user .subitem .projecttabs li a.active {
  color: #000;
}

.tabsjobs {
  margin-top: 24px;
}

.tabsjobs li a.active {
  color: #6568f4;
}

.portfolio-passive-user .subitem .rowbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: none;
  margin-top: 12px;
}

.portfolio-passive-user .subitem .header-btn,
.portfolio-passive-user .subitem .create-project {
  display: block;
  background: #b8b8bf;
  height: 240px;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}

.portfolio-passive-user .subitem .header-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-passive-user .subitem .create-project,
.itemjobs .create-new {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px dashed #b8b8bf;
  padding: 12px;
  height: 100%;
  transition: all 0.5s ease-in-out 0s;
}

.portfolio-passive-user .subitem .create-project:hover {
  border: 1px dashed #c5d92d;
}

.itemjobs .create-new {
  border-radius: 10px;
  padding: 16px;
}

.itemjobs .create-new:hover {
  border: 1px dashed #6568f4;
}

.portfolio-passive-user .subitem .create-project .icon,
.itemjobs .create-new .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #e0eaff;
}

.itemjobs .create-new .icon {
  margin: 0;
  margin-right: 24px;
}

.portfolio-passive-user .subitem .create-project .bottom,
.itemjobs .create-new .bottom {
  border-radius: 60px;
  background: #fff;
  border: 1px solid #b8b8bf;
  color: #000;
  margin-top: 16px;
}

.itemjobs .create-new .bottom {
  min-width: 140px;
}

.portfolio-passive-user .subitem .create-project:hover .bottom,
.itemjobs .create-new:hover .bottom {
  border: 1px solid #c5d92d;
  background: #c5d92d;
  color: #fff;
}

.portfolio-passive-user .subitem .detailsproject .title {
  justify-content: space-between;
}

.portfolio-passive-user .subitem .detailsproject .edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #6568f4;
  transition: all 0.5s ease-in-out 0s;
}

.portfolio-passive-user .subitem .detailsproject .edit:hover {
  background: #6568f4;
}

.portfolio-passive-user .subitem .detailsproject .edit:hover svg {
  fill: #fff;
}

.portfolio-passive-user .subitem .detailsproject .edit svg {
  fill: #6568f4;
  max-width: 20px;
  max-height: 20px;
  transition: all 0.5s ease-in-out 0s;
}

.cuspopup .popup {
  border-radius: 8px;
}

/* .cuspopup .popup .minhead {
    border: 0;
    padding-bottom: 0;
} */

.cuspopup .popup .description {
  padding: 16px;
}

.cuspopup .popup .description .title {
  font-size: 28px;
}

.cuspopup .popup .description p {
  font-weight: 400;
  margin-top: 12px;
}

.cuspopup .popup .description .photo {
  width: 100%;
  height: 522px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
}

.cuspopup .popup .description .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.client-reviews {
  display: flex;
  margin-top: 24px;
}

.client-reviews .done {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 155px;
  max-width: 155px;
  height: 32px;
  border-radius: 60px;
  background: #067647;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 16px;
}

.client-reviews .done svg {
  position: absolute;
  left: 8px;
}

.client-reviews p {
  font-weight: 400;
  max-width: 76%;
}

.client-reviews .innerflex {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #767676;
  margin-top: 4px;
}

.client-reviews .innerflex svg {
  margin-right: 4px;
}

.textthank {
  font-weight: 400;
  color: #000;
  margin-top: 12px;
}

.clientservices {
  margin-top: 24px;
}

.clientservices .title {
  font-size: 24px;
}

.servisitem,
.myproject .submyitem {
  position: relative;
  border: 1px solid #e5e3ff;
  padding: 12px;
  border-radius: 4px;
}

.servisitem .photo,
.myproject .submyitem .photo {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.myproject .submyitem .photo {
  height: 244px;
}

.servisitem .photo img,
.myproject .submyitem .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servisitem .title,
.submyitem .title {
  font-size: 20px;
  margin-top: 12px;
}

.servisitem p {
  font-weight: 400;
  margin-top: 4px;
  color: #191919;
}

.servisitem span.price {
  display: flex;
  align-items: flex-start;
  color: #6568f4;
  font-weight: 400;
  margin-top: 8px;
}

.servisitem span.price small {
  margin-left: 12px;
  font-weight: 800;
  font-size: 12px;
}

.servisitem span.price b {
  margin-left: 2px;
  font-weight: 900;
  font-size: 18px;
  color: #6568f4;
}

.servisitem .bottom {
  width: 100%;
  border: 1px solid #6568f4;
  border-radius: 60px;
  margin-top: 16px;
  color: #6568f4;
  background: #e0eaff;
}

.servisitem .bottom:hover {
  background: #6568f4;
  color: #fff;
}

.jobsservices {
}

.boxproject .boxproject-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}

.boxproject-content {
  display: none;
}

/* @media (max-width:1199px) {
    .portfolio-passive-user .subitem .rowbox {
        grid-template-columns: repeat(3, 1fr);
    }
} */

.portfolio-passive-user.m-0.p-0 .minhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #496e5233;
}

.new-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.new-service .itemform .title {
  font-size: 20px;
}

.new-service .itemform p {
  font-weight: 400;
  margin-top: 8px;
}

.itemup {
  background: #fcfcfc;
  border-right: 1px solid #e8e8eb;
  padding: 24px;
}

.selectprojects .popup {
  min-width: 1000px;
  max-width: 1000px;
  border-radius: 10px;
}

.selectimg {
  padding: 16px;
}

.innerselectimg {
  padding: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}

.innerselectimg h4.title {
  font-size: 16px;
}

.innerselectimg h4.title p {
  font-weight: 700;
  color: #707070;
  margin: 0px 2px 0px 16px;
}

.innerselectimg h5.title {
  font-size: 20px;
  margin-top: 16px;
}

.innerselectimg h5.title svg {
  margin-right: 8px;
}

.innerselectimg .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.innerselectimg .gallery .itemimg {
  margin-top: 12px;
}

.innerselectimg .gallery .itemimg .photo {
  position: relative;
  width: 100%;
  height: 172px;
  cursor: pointer;
  overflow: hidden;
}

.selected-item .photo {
  position: relative;
  height: 172px;
  overflow: hidden;
}

.innerselectimg .gallery .itemimg.selected .overlayimg {
  opacity: 1;
}

.innerselectimg .gallery .itemimg .overlayimg,
.selected-item .photo .overlayimg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  background: linear-gradient(
    180deg,
    rgba(0, 87, 255, 0.5) 0%,
    rgba(0, 87, 255, 0.5) 100%
  );
}

.selected-item .photo .overlayimg {
  opacity: 1;
}

.innerselectimg .gallery .itemimg .photo img,
.selected-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innerselectimg .gallery .itemimg .title,
.selected-item .title {
  margin-top: 8px;
  font-size: 14px;
}

#selectedImages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 50px;
}

.remove-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  background: #bd0707;
  border-radius: 50%;
  line-height: 1;
  color: #ffffff;
  font-size: 20px;
  border: 0;
  cursor: pointer;
}

.addappear {
  margin: 0 auto;
  width: 306px;
}

.addappear .title {
  font-size: 20px;
  font-weight: 400;
}

.inneraddappear {
  padding: 24px;
  margin-top: 24px;
  border: 1px dashed #b8b8bf;
}

.inneraddappear .imgcent {
  margin-top: 0;
  height: auto;
  width: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.inneraddappear .imgcent .img_prev {
  width: 140px;
  background: #dee8ff;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .selectprojects .popup {
    min-width: 100%;
    max-width: 100%;
  }

  .innerselectimg .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 999px) {
  .new-service {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .itemup {
    border: 0px;
    border-bottom: 1px solid #e8e8eb;
  }

  .boxapplynow .formapply .field ul li,
  .portfolio-passive-user .subitem .projecttabs li a {
    font-size: 16px;
  }

  .thank-message .title {
    margin: 0;
    font-size: 24px;
  }

  .project-page-passive .applynow,
  .talent-inner .item .applynow {
    display: block;
    max-width: 100%;
    padding: 24px;
  }

  .project-page-passive .applynow .title,
  .talent-inner .item .applynow .title {
    justify-content: center;
  }

  .project-page-passive .applynow p,
  .talent-inner .item .applynow p {
    text-align: center;
  }

  .project-page-passive .applynow .bottom,
  .talent-inner .item .applynow .bottom {
    min-width: 100%;
    margin: 0 !important;
    margin-top: 24px !important;
  }

  .cuspopup .popup .description .title {
    font-size: 24px;
  }

  .cuspopup .popup .description .photo {
    height: 300px;
  }

  .portfolio-passive-user .item,
  .portfolio-passive-user .subitem,
  .client-reviews p {
    max-width: 100%;
    flex: 100%;
  }

  .portfolio-passive-user .subitem {
    margin-top: 24px;
  }

  .portfolio-passive-user .subitem .rowbox,
  .innerselectimg .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .listrating li,
  .client-reviews {
    display: block;
  }

  .client-reviews .done {
    margin: 0;
    margin-bottom: 12px;
  }

  .listrating li .flex {
    margin-top: 12px;
  }

  .portfolio-passive-user .subitem .rowbox,
  .innerselectimg .gallery,
  #selectedImages {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pricing-table {
  overflow: hidden;
}

.pricing-table .container {
  align-items: flex-start;
}

.pricing-table .tab-content {
  border: 1px solid #e0e1e2;
  border-radius: 0px 8px 8px 0px;
}

.pricingsidebar {
  border: 1px solid #e0e1e2;
  border-right: 0;
  min-width: 20%;
  max-width: 20%;
  border-radius: 8px 0px 0px 8px;
}

.pricingsidebar .title,
.plan-col .title {
  font-size: 24px;
  font-weight: 600;
  padding: 16px;
  height: 62px;
  border-bottom: 1px solid #e0e1e2;
}

.plan-col .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #505373;
  font-size: 16px;
}

.textpackage {
  height: 166px;
  padding: 16px;
}

.plan-col .textpackage {
  height: 227px;
}

.textpackage p {
  color: #000;
  font-weight: 600;
}

.textpackage .nav {
  display: inline-flex;
  margin-top: 16px;
  border-radius: 100px;
  padding: 4px;
  background: #f1f1f1;
  border: 1px solid #ededed;
}

.textpackage .nav a {
  font-size: 14px;
  font-weight: 700;
  background: none;
  padding: 3px 10px;
  border-radius: 60px;
  border: 1.2px solid transparent;
}

.textpackage .nav a.active {
  background: #fff;
  border: 1.2px solid #0000001f;
  color: #000;
}

.detailsprice:last-child ul li:last-child {
  border: 0;
}

.detailsprice .title {
  font-size: 18px;
}

.detailsprice ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #505373;
  height: 45px;
  overflow: hidden;
  border-bottom: 1px solid #e0e1e2;
}

.plan-col {
  border-right: 1px solid #e0e1e2;
  text-align: center;
  min-width: 25%;
  max-width: 25%;
}

.plan-col:last-child {
  border: 0;
}

.plan-col .title .most {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 29px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  padding: 8px;
  border: 1px solid #4d3cf214;
  background: #d9c8ff30;
  color: #4d3cf2;
  margin-left: 4px;
}

.plan-col .title .most svg {
  margin-right: 2px;
}

.numprice {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.numprice small {
  font-size: 14px;
  font-weight: 500;
  color: #272727b2;
  text-transform: capitalize;
}

.plan-col .sub {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5%;
  color: #505373;
  margin-top: 24px;
}

.btn-downgrade,
.btn-plan,
.btn-upgrade {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1.5px solid #e9c6c6;
  color: #f14949;
  font-weight: 600;
  font-size: 15px;
  background: #fff;
  border-radius: 8px;
  margin-top: 16px;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0px 1px 3px 0px #a403031a;
}

.btn-downgrade:hover {
  background: #f14949;
  border: 1.5px solid #f14949;
  color: #fff;
}

.btn-plan {
  border: 1.5px solid #b1a0ff;
  color: #4d3cf2;
  box-shadow: 0px 1px 3px 0px #1d048326;
}

.btn-plan:hover,
.btn-upgrade {
  border: 1.5px solid #4d3cf2;
  background: #4d3cf2;
  color: #fff;
}

.btn-upgrade:hover {
  background: #c5d92d;
  border: 1.5px solid #c5d92d;
}

.plan-col .feature {
  border-top: 1px solid #e0e1e2;
  margin-bottom: 61px;
}

.plan-col .feature:last-child {
  margin: 0;
}

.plan-col .feature li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #505373;
  height: 45px;
  border-bottom: 1px solid #e0e1e2;
}

.plan-col .feature:last-child li:last-child {
  border-bottom: 0;
}

.plan-col.bg {
  background: #fcfbff;
}

.plan-col.bg .feature li {
  color: #000;
}

@media (max-width: 999px) {
  .pricing-table .container {
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
  }

  .pricingsidebar,
  .plan-col {
    min-width: 256px;
    max-width: 256px;
  }
}

.talent__item .minhead,
.subtalent .flex,
.subtalent .flex .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.talent__item .minhead .filterinput {
  margin: 0;
}

.talent__item .minhead .filterinput .form-control {
  background: #fff;
  border: 1px solid #eff0f0;
  padding: 0.75rem 0.75rem 0.75rem 35px;
}

.talent__item .minhead .filterinput .form-control:focus {
  border: 1px solid #c5d92d;
}

.talent__item .minhead .filterinput svg {
  right: auto;
  left: 10px;
}

.talent__item .minhead .nav,
.talent-inner .item .nav {
  width: 100%;
  border-bottom: 1px solid #eff0f0;
}

.talent-inner .item .nav {
  border-top: 1px solid #eff0f0;
  margin-top: 24px;
  padding-top: 10px;
}

.talent__item .minhead .nav li,
.talent-inner .item .nav a {
  margin-right: 16px;
}

.talent__item .minhead .nav li:last-child,
.talent-inner .item .nav a:last-child {
  margin: 0;
}

.talent__item .minhead .nav li a,
.talent-inner .item .nav a {
  position: relative;
  padding: 0;
  padding-bottom: 12px;
  color: #b8b8bf;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.5s ease-in-out 0s;
  text-transform: capitalize;
}

.talent__item .minhead .nav li a::after,
.talent-inner .item .nav a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #1b8354;
  transition: all 0.5s ease-in-out 0s;
}

.talent__item .minhead .nav li a::after,
.talent-inner .item .nav a:after {
  background: #6568f4;
}

.talent__item .minhead .nav li a.active,
.talent-inner .item .nav a.active,
.talent-inner .item .nav a:hover {
  color: #000;
}

.talent__item .minhead .nav li a.active::after,
.talent-inner .item .nav a.active::after {
  width: 100%;
}

.subtalent,
.itemprogress {
  margin-top: 24px;
  border-bottom: 1px solid #eff0f0;
  padding-bottom: 24px;
}

.subtalent:last-child,
.itemprogress:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.subtalent .flex .bottom {
  background: #fff;
  color: #6568f4;
  border: 1px solid #6568f4;
  border-radius: 60px;
  padding: 4px 16px;
}

.subtalent .flex .bottom:hover {
  background: #6568f4;
  color: #fff;
}

.subtalent .flex .bottom svg path {
  transition: all 0.5s ease-in-out 0s;
}

.subtalent .flex .bottom:hover svg path {
  fill: #fff;
}

.subtalent p,
.itemprogress p,
.texthelp {
  font-weight: 400;
  margin-top: 16px;
}

@media (max-width: 999px) {
  .packages .priceitem .subitem,
  .talent__item .subitem {
    max-width: 100%;
    flex: 100%;
  }

  .subtalent .flex {
    flex-wrap: wrap;
  }

  .subtalent .flex .user {
    margin-bottom: 8px;
  }

  .talent__item .minhead {
    display: block;
  }

  .talent__item .minhead .filterinput {
    margin-top: 12px;
  }
}

.subfilter {
  margin-top: 24px;
}

.subfilter .title {
  font-size: 16px;
  margin-bottom: 12px;
}

.subfilter .che-box {
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.subfilter .che-box small {
  color: #7c8493;
  font-size: 13px;
  margin-left: 4px;
}

.subfilter .che-box input[type="checkbox"]:checked + .label-text:before {
  background: #6568f4 url(../images/tick.svg) no-repeat center center !important;
  border: 1px solid #6568f4;
}

.subfilter .select2-container--bootstrap .select2-selection--single,
.subfilter .select2-container--bootstrap .select2-selection--multiple {
  background: #f0f0fe;
  border: 1px solid #e5e3ff;
}

.subfilter .rating {
  display: flex;
}

.subfilter .star {
  width: 30px;
  height: 30px;
  fill: #6568f4;
}

.subfilter .star.empty {
  fill: #ddd;
}

.subfilter .star.half stop:first-child {
  stop-color: #6568f4;
}

.subfilter .star.half stop:last-child {
  stop-color: #ddd;
}

.subfilter .range-container {
  position: relative;
  width: 100%;
  height: 6px;
  margin: 0 8px;
}

.subfilter .slider-track {
  position: absolute;
  height: 6px;
  width: 100%;
  background: #f3f4f6;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.subfilter .slider-range {
  position: absolute;
  height: 6px;
  background: #6568f4;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.subfilter input[type="range"] {
  position: absolute;
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
}

.subfilter input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  background: #6568f4;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  border: 3px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.subfilter .values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.rockstar {
  margin-top: 24px;
  border: 1px solid #eff0f0;
  padding: 16px;
}

.rockstar .flex,
.talent-inner .item .user .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.rockstar .flex .user,
.talent-inner .item .user {
  align-items: flex-start;
}

.rockstar .flex .user h5.title,
.talent-inner .item .user h5.title {
  color: #000;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
}

.rockstar .flex .user h5.title svg,
.talent-inner .item .user h5.title svg {
  margin-left: 8px;
}

.rockstar .bottom {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.rockstar .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.rowtext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
  border-top: 1px solid #eff0f0;
}

.rowtext p,
.talent-inner .item .numberprice {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-weight: 400;
}

.talent-inner .item .numberprice {
  justify-content: flex-end;
  margin-top: 12px;
}

.rowtext p svg,
.talent-inner .item .numberprice svg {
  margin-right: 4px;
}

.rowtext p b,
.talent-inner .item .numberprice b {
  color: #000;
  font-weight: 600;
}

.itemprogress .title {
  font-size: 24px;
}

.itemprogress .title:hover {
  color: #c5d92d;
}

.talent-inner .container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 346px;
  gap: 24px;
}

.talent-inner .item .text {
  margin-top: 24px;
}

.talent-inner .item.scroll {
  position: sticky;
  top: 120px;
}

.talent-inner .item .text .title {
  font-size: 20px;
}

.talent-inner .item .text p {
  margin-top: 16px;
  font-weight: 400;
}

.talent-inner .item .text ul {
  margin-top: 4px;
  padding-left: 18px;
}

.talent-inner .item .text ul li {
  list-style: disc;
  margin-top: 12px;
  font-weight: 400;
}

.reportjob {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.reportjob a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  opacity: 1;
  padding: 8px 16px;
  border-radius: 8px;
  background: #f1f1f1;
  font-weight: 400;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.reportjob a svg {
  margin-right: 4px;
}

.reportjob a svg path {
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.reportjob a:hover {
  background: #c5d92d;
  color: #fff;
}

.reportjob a:hover svg path {
  fill: #fff;
}

.jobapplication {
  margin-top: 24px;
  width: 100%;
  border-radius: 20px;
  padding: 32px;
  background: #f2f2fa;
}

.jobapplication .title {
  font-size: 28px;
  font-weight: 500;
}

.jobapplication .bottom,
.talent-inner .item .flexapplay .bottom,
.field.m-0.mt-3 .bottom {
  background: #6568f4;
  border: 1px solid #6568f4;
  border-radius: 60px;
}

.jobapplication .bottom:hover,
.talent-inner .item .flexapplay .bottom:hover,
.field.m-0.mt-3 .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.talent-inner .item .flexapplay .bottom:hover svg {
  fill: none;
}

.talent-inner .item .flexapplay,
.talent-inner .item .ratings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.talent-inner .item .flexapplay .share,
.talent-inner .item .flexapplay .favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-right: 16px;
}

.talent-inner .item .ratings {
  margin-top: 12px;
}

.talent-inner .item .ratings p {
  color: #000;
  font-weight: 400;
}

.talent-inner .item .ratings .iconsrating {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.talent-inner .item .ratings svg {
  fill: #e5e5e5;
}

.talent-inner .item .ratings svg.active {
  fill: #ffb321;
}

.field.m-0.mt-3 .che-box {
  padding: 0;
  width: 100%;
  height: auto;
  background: none;
  border: 0;
  border-radius: 0;
  padding-left: 26px;
}

.field.m-0.mt-3 .che-box span.label-text {
  font-weight: 300;
  color: #746f6f;
}

.field.m-0.mt-3 .che-box a {
  font-weight: 500;
  color: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.field.m-0.mt-3 .che-box a:hover {
  color: #6568f4;
}

.editform .field.m-0.mt-3 .che-box input[type="checkbox"] + .label-text:before {
  right: auto;
  left: 0;
  top: 4px;
}

.editform
  .field.m-0.mt-3
  .che-box
  input[type="checkbox"]:checked
  + .label-text:before {
  background: #6568f4 url(../images/tick.svg) no-repeat center center !important;
  border: 1px solid #6568f4;
}

.jobapplication .ql-toolbar.ql-snow {
  background: #fbfcf0;
}

@media (max-width: 999px) {
  .talent-inner .container {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .talent-inner .item .user .photo {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }

  .rockstar .flex .user h5.title,
  .talent-inner .item .user h5.title {
    font-size: 18px;
  }

  .jobapplication {
    padding: 24px;
  }

  .jobapplication .title {
    font-size: 24px;
  }
}

.itemjobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.inneritemjobs,
.innercand {
  position: relative;
  border-radius: 10px;
  padding: 16px;
  background: #f8f8ff;
}

.inneritemjobs .dropdown {
  position: absolute;
  right: 16px;
}

.inneritemjobs .status.review {
  background: #b54708;
  color: #fff;
}

.inneritemjobs .status::before {
  background: #ffffff82;
}

.inneritemjobs .title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 600;
}

.inneritemjobs .list,
.inneritemjobs .list li,
.titlejobs .list,
.titlejobs .list li,
.innertext .grid .iconflex {
  display: flex;
  align-items: center;
}

.inneritemjobs .list,
.titlejobs .list {
  flex-wrap: wrap;
}

.inneritemjobs .list li,
.titlejobs .list li,
.innertext .grid .iconflex {
  margin: 16px 16px 0px 0px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.innertext .grid .iconflex {
  margin: 0;
}

.inneritemjobs .list svg,
.titlejobs .list svg,
.innertext .grid .iconflex svg {
  margin-right: 4px;
}

.inneritemjobs .progress {
  margin-top: 16px;
  height: 8px;
  background: #e2e2e2;
}

.inneritemjobs .progress .progress-bar {
  background: #6568f4;
}

.inneritemjobs .resume {
  display: flex;
  align-items: center;
  min-width: 144px;
  height: 28px;
  border-radius: 5px;
  padding: 2px 10px;
  background: #f0f0fe;
  margin-left: 24px;
  font-weight: 600;
  font-size: 14px;
  color: #6568f4;
}

.inneritemjobs .resume svg {
  margin-right: 4px;
}

.inneritemjobs .users {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.inneritemjobs .users .img,
.inneritemjobs .users .num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  background: #f0f0fe;
  border-radius: 50%;
  color: #6568f4;
  font-size: 12px;
  font-weight: 600;
  margin: 8px 4px 0px 0px;
}

.inneritemjobs .users p {
  color: #6568f4;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
}

.inneritemjobs .flexusers {
  justify-content: space-between;
  flex-wrap: wrap;
}

.inneritemjobs .flexusers .flex {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.inneritemjobs .flexusers .flex a {
  margin-right: 16px;
}

.inneritemjobs .flexusers .flex a:last-child {
  margin-right: 0;
}

.inneritemjobs .flexusers .flex .title,
.inneritemjobs .flexusers {
  margin: 0;
}

.inneritemjobs .flexusers .flex .img {
  margin-top: 0;
}

.titlejobs {
  width: 100%;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e5e3ff;
}

.titlejobs .flexrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.titlejobs .flexrow .flex {
  display: flex;
  align-items: center;
}

.titlejobs .flexrow .flex .back,
.titlejobs .flexrow .flex .process svg {
  margin-right: 8px;
}

.titlejobs .flexrow .flex .title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 8px;
}

.titlejobs .flexrow .flex .process {
  display: flex;
  align-items: center;
  min-width: 144px;
  height: 44px;
  border-radius: 10px;
  padding: 10px;
  margin-right: 16px;
  border: 1px solid #e5e3ff;
  font-size: 14px;
  font-weight: 600;
}

.jobinformation {
  margin-top: 24px;
}

.jobinformation .title.bg {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #f5f5f5;
  background: #f0f0fe;
  font-size: 20px;
}

.jobinformation .field,
.flexend {
  padding: 0 20px;
}

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

.flexend .bottom {
  margin-right: 20px;
  min-width: 124px;
}

.flexend .bottom:last-child {
  margin: 0;
}

.flexend .bottom.red {
  background: #d92d30;
  border: 1px solid #d92d30;
}

.flexend .bottom.red:hover {
  opacity: 0.7;
}

.candidate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.innertext {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.innertext .grid p {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #767676;
}

.innercand .bottom {
  width: 100%;
  margin-top: 16px;
  background: #5c5fde;
  border: 1px solid #5c5fde;
}

.innercand .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

@media (max-width: 1199px) {
  .candidate {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 999px) {
  .itemjobs {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 12px;
  }

  .titlejobs {
    padding: 12px;
  }

  .tabsjobs li a {
    font-size: 15px;
  }

  .inneritemjobs .title,
  .titlejobs .flexrow .flex .title {
    font-size: 18px;
  }

  .jobinformation .field,
  .flexend {
    padding: 0px;
  }

  .rockstar {
    margin-top: 12px;
  }
}

.active-jobs {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  margin-top: 12px;
}

.active-jobs .nav {
  display: block;
  min-width: 80px;
  max-width: 80px;
  border-radius: 10px;
  background: #f8f8ff;
  border: 1px solid #e5e3ff;
}

.active-jobs .nav li {
  width: 100%;
}

.active-jobs .nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.active-jobs .nav li a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.active-jobs .nav li a.active {
  background: #6568f4;
}

.about-candidate {
  position: relative;
  border-radius: 10px;
  background: #f8f8ff;
  border: 1px solid #e5e3ff;
  padding: 16px;
  margin-bottom: 12px;
  overflow: hidden;
}

.about-candidate:last-child {
  margin-bottom: 0;
}

.about-candidate .title {
  font-size: 16px;
  font-weight: 600;
}

.about-candidate .user {
  align-items: flex-start;
  margin-top: 16px;
}

.about-candidate .user .innerflex .info {
  display: flex;
  align-items: center;
  margin-left: 12px;
  color: #000;
}

.about-candidate .action {
  position: absolute;
  right: 16px;
  top: 51px;
}

.about-candidate .action,
.about-candidate .action a {
  display: flex;
  align-items: center;
}

.about-candidate .action .green,
.about-candidate .action .red {
  height: 38px;
  border-radius: 5px;
  padding: 8px;
  background: #ecfdf3;
  border: 1px solid #138757;
  font-weight: 500;
  color: #138757;
  cursor: pointer;
}

.about-candidate .action .red {
  background: #fef3f2;
  border: 1px solid #c53a30;
  margin-left: 16px;
}

.about-candidate .action .green svg {
  margin-right: 4px;
}

.active-jobs .message {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 113px;
  padding: 15px 20px;
  border-radius: 6px;
  width: fit-content;
  display: none;
}

.active-jobs .message .innermessage {
  display: flex;
}

.active-jobs .message .innermessage svg {
  margin-right: 12px;
}

.active-jobs .success {
  background: #ecfdf3;
  border: 1px solid #067647;
  color: #067647;
}

.active-jobs .error {
  background: #fef3f2;
  border: 1px solid #b42318;
  color: #b42318;
}

.active-jobs .contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.active-jobs .contact-info li {
  display: flex;
  align-items: center;
  margin: 12px 32px 0px 0px;
}

.active-jobs .contact-info li:last-child {
  margin-right: 0;
}

.active-jobs .contact-info li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e2e6ee;
  margin-right: 8px;
}

.active-jobs .contact-info li a {
  display: block;
  color: #47516b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.active-jobs .contact-info li a:hover {
  color: #6568f4;
}

.about-candidate .toolbar,
.itemresume .toolbar {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: 16px;
  border-radius: 10px;
  z-index: 10;
}

.about-candidate .toolbar button,
.itemresume .toolbar button {
  border: none;
  background: #f8f8ff;
  padding: 0;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: center;
}

.about-candidate .toolbar button svg,
.itemresume .toolbar button svg {
  width: 24px;
  height: 24px;
}

.about-candidate .toolbar button:hover,
.itemresume .toolbar button:hover {
  background: #e5e3ff;
}

.about-candidate .pdf-container,
.itemresume .pdf-container {
  margin: 40px auto;
  max-width: 600px;
  background: #fff;
  overflow: hidden;
  transform-origin: center center;
  transition: transform 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 40px 56px #17171705;
}

.itemresume .pdf-container {
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  margin-top: 24px;
}

.about-candidate .pdf-container img,
.itemresume .pdf-container img {
  max-width: 100%;
  max-height: 100%;
  border: none;
  display: none;
}

.about-candidate .pdf-container img.active,
.itemresume .pdf-container img.active {
  display: block;
}

.about-candidate .zoom-display,
.itemresume .zoom-display {
  font-weight: 600;
  color: #444;
  background: #f3f4f6;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.about-candidate .page-info,
.itemresume .page-info {
  font-weight: bold;
  color: #444;
  font-size: 14px;
  margin: 0 5px;
}

/* ===== Message ===== */

.about-candidate .no-cv-message,
.itemresume .no-cv-message {
  display: none;
  color: #e74c3c;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 100px 0px;
}

.itemresume {
  background: #f3f4f6;
  padding: 24px;
  border-radius: 12px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .candidate {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 12px;
  }

  .about-candidate .action {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 16px;
  }

  .active-jobs {
    grid-template-columns: 1fr;
  }

  .active-jobs .nav {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    flex-wrap: inherit;
    overflow: hidden;
    overflow-x: scroll;
  }

  .active-jobs .nav::-webkit-scrollbar {
    height: 0;
  }

  .active-jobs .nav li {
    min-width: 80px;
    max-width: 80px;
  }
}

@media (max-width: 550px) {
  .titlejobs .flexrow {
    display: block;
  }

  .titlejobs .flexrow .flex:last-child {
    margin-top: 12px;
    justify-content: space-between;
    width: 100%;
  }
}

.tabsupport {
  display: flex;
  border-bottom: 1px solid #eff0f0;
  margin-top: 24px;
}

/* .subhelp .minhead .circle {
    margin-right: 0px !important;
    margin-left: 8px;
} */

.subhelp {
  margin-top: 24px;
  border: 1px solid #eff0f0;
  padding: 16px;
  border-radius: 8px;
  overflow: hidden;
}

.subhelp .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subhelp .minhead.bg {
  background: #f0f0fe;
  padding: 16px;
}

.innerhelp {
  padding: 16px;
}

.innerhelp .title {
  font-size: 16px;
}

.innerhelp .bottoms {
  display: flex;
  align-items: center;
}

.innerhelp .bottoms a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 152px;
  margin: 16px 12px 0px 0px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  padding: 4px 12px;
  border: 1px solid #d0d5dd;
  transition: all 0.5s ease-in-out 0s;
}

.innerhelp .bottoms a svg {
  margin-right: 8px;
}

.innerhelp .bottoms a.blue {
  color: #6172f3;
}

.innerhelp .bottoms a.blue:hover {
  border: 1px solid #6172f3;
}

.innerhelp .bottoms a.red {
  color: #f63d68;
}

.innerhelp .bottoms a.red:hover {
  border: 1px solid #f63d68;
}

.innerhelp .bottoms a:last-child {
  margin-right: 0;
}

.headflex {
  display: flex;
}

.headflex .back {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin: 8px 12px 0px 0px;
  border: 1px solid #e5e3ff;
  border-radius: 14px;
  transition: all 0.5s ease-in-out 0s;
}

.headflex .back svg path {
  transition: all 0.5s ease-in-out 0s;
}

.headflex .back:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.headflex .back:hover svg path {
  fill: #fff;
}

.subhelp .minhead .title {
  font-size: 16px;
}

.subhelp .minhead .circle {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  background: #ccc;
  margin-right: 8px;
  border-radius: 50%;
}

.subhelp .minhead .date {
  font-weight: 400;
  font-size: 13px;
  color: #84818a;
}

.subhelp .minhead .circle.oran {
  background: #f8a53499;
}

.subhelp .minhead .circle.blue {
  background: #3b8aff;
}

.subhelp .minhead .circle.green {
  background: #54c104;
}

.subhelp h3.title {
  font-weight: 400;
  font-size: 16px;
  color: #2e2c34;
  margin-top: 12px;
}

.subhelp .rowtext .user {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.subhelp .rowtext .user img {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}

.subhelp .rowtext .user .title,
.subhelp .rowtext a {
  font-weight: 500;
  font-size: 14px;
  color: #84818a;
}

.subhelp .rowtext a {
  color: #6568f4;
  text-decoration: underline;
  margin-top: 16px;
}

.subhelp .rowtext a:hover {
  text-decoration: none;
}

.createticket {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}

.createticket .title {
  font-size: 20px;
}

.comments,
.innercomment {
  margin-top: 24px;
}

.comments .title {
  font-size: 24px;
}

.comments .title .num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 12px;
  background: #e5e3ff;
  font-size: 14px;
  font-style: normal;
}

.innercomment .user .title {
  font-size: 14px;
  font-weight: 600;
  color: #63637b;
  margin-right: 8px;
}

.innercomment .user .date {
  font-size: 12px;
  font-weight: 400;
  color: #9191a8;
}

.itemreply {
  padding-left: 80px;
}

.itemreply .flex {
  display: flex;
  align-items: center;
}

.itemreply .flex .logo {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #000;
}

.itemreply .flex .logo img {
  max-width: 94px;
}

.myproject {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.submyitem .title {
  justify-content: center;
  transition: all 0.5s ease-in-out 0s;
}

.submyitem .title:hover {
  color: #c5d92d;
}

.submyitem .date {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #c2c2c2;
  text-align: center;
  text-transform: capitalize;
  margin-top: 8px;
}

@media (max-width: 1199px) {
  .myproject {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 999px) {
  .tabsupport,
  .subhelp,
  .createticket,
  .comments,
  .innercomment {
    margin-top: 12px;
  }

  .tabsupport a {
    margin-right: 12px;
  }

  .itemreply {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .myproject {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 12px;
  }
}

/*//////////////////////////////////////////////////*/

.top-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cost-card {
  width: 320px;
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #edf1fa;
  margin-top: 20px;
}

.cost-card .title,
.timeline-header .title {
  font-size: 26px;
}

.cost-value {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  margin-top: 12px;
}

/* small area mini chart using svg background container */

.mini-area {
  height: 160px;
  overflow: hidden;
  background: linear-gradient(180deg, #00fb5c00, #6366f100);
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}

.mini-area svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* timeline box (right) */

.timeline-wrap {
  position: relative;
  flex: 1;
  background: #fff;
  border: 1px solid #edf1fa;
  margin-top: 20px;
  padding: 16px;
  border-radius: 10px;
  /* blue frame like image */
}

.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid #edf1fa;
  padding-bottom: 16px;
}

.timeline-meta {
  font-size: 20px;
  margin-left: 10px;
}

.timeline-header .tabs {
  display: flex;
  flex-wrap: wrap;
}

.timeline-header .tabs a {
  position: relative;
  margin-right: 20px;
  color: #6f7f95;
  font-weight: 600;
  cursor: pointer;
}

.timeline-header .tabs a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: 0;
  height: 2px;
  background: #734cc9;
  transition: all 0.5s ease-in-out 0s;
}

.timeline-header .tabs a.active {
  color: #734cc9;
}

.timeline-header .tabs a.active:after {
  width: 100%;
}

.timeline-header .tabs a:last-child {
  margin: 0;
}

.chips {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.chips li {
  position: relative;
  display: flex;
  padding: 2px 40px 2px 10px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  background: #f3f4f6;
  overflow: hidden;
}

.chips li i {
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
  height: 100%;
  background: #c5d92d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

.chips li:nth-child(1) {
  background: #f9f5fd;
  color: #734cc9;
}

.chips li:nth-child(1) i {
  background: #734cc9;
}

.chips li:nth-child(2) {
  background: #f3fff1;
  color: #90d272;
}

.chips li:nth-child(2) i {
  background: #90d272;
}

.chips li:nth-child(3) {
  background: #edf4ff;
  color: #78aaf4;
}

.chips li:nth-child(3) i {
  background: #78aaf4;
}

.chips li:nth-child(4) {
  background: #ecfaf8;
  color: #72c6bc;
}

.chips li:nth-child(4) i {
  background: #ace9e1;
}

.chips li:nth-child(5) {
  background: #fcf1d5;
  color: #d6b664;
}

.chips li:nth-child(5) i {
  background: #d6b664;
}

.chips li:nth-child(6) {
  background: #ebebeb;
  color: #6f7f95;
}

.chips li:nth-child(6) i {
  background: #6f7f95;
}

/* hours row */

/* timeline canvas area */

.time-canvas {
  position: relative;
  margin-top: 24px;
  min-height: 240px;
  padding-bottom: 32px;
  overflow: hidden;
}

.hour-labels {
  position: absolute;
  left: 0;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.hour-labels li {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  color: #6f7f95;
  font-size: 14px;
  font-weight: 600;
}

.hour-labels li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 92%;
  border: 1px dashed #ebebeb;
}

.time-canvas .flexrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.time-canvas .flexrow:first-child {
  justify-content: flex-start;
}

.time-canvas .flexrow:last-child {
  margin: 0;
}

.time-canvas .flexrow .timejob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f5fd;
  border-left: 8px solid #734cc9;
  border-radius: 8px;
  color: #6f7f95;
  font-weight: 600;
  padding: 8px 12px;
  min-width: 216px;
  margin: 0px 32px 16px 32px;
}

.time-canvas .flexrow .timejob.green {
  border-left: 8px solid #90d272;
  background: #fbfaf2;
}

.time-canvas .flexrow .timejob.blue {
  border-left: 8px solid #78aaf4;
  background: #edf4ff;
}

.time-canvas .flexrow .timejob.lightgreen {
  border-left: 8px solid #ace9e1;
  background: #ecfaf8;
}

.time-canvas .flexrow .timejob.lightorange {
  border-left: 8px solid #d6b664;
  background: #fcf1d5;
}

.time-canvas .flexrow .timejob.lightblack {
  border-left: 8px solid #6f7f95;
  background: #ebebeb;
}

.time-canvas .flexrow .timejob .photos {
  display: flex;
  align-items: center;
}

.time-canvas .flexrow .timejob .photos li {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dcdcdc;
  border: 2px solid #f9f5fd;
  margin-left: -12px;
  overflow: hidden;
}

.time-canvas .flexrow .timejob .photos li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* team table below */

.tableteam {
  width: 100%;
  margin-top: 24px;
  background: #fff;
  overflow: hidden;
}

.tableteam .title {
  font-size: 24px;
}

.tableteam .table-container {
  border: 0;
  margin-top: 24px;
  overflow-x: scroll;
}

.tableteam table th {
  border-bottom: 1px solid #edf1fa;
  padding-bottom: 12px;
  color: #939393;
  font-weight: 400;
}

.tableteam table td {
  padding: 8px 0px;
  font-weight: 500;
  color: #242e2c;
}

.tableteam .table-container .subflex i.icon {
  background: #a8aaae29;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
}

/* responsive */

@media (max-width: 999px) {
  .top-row {
    flex-direction: column;
  }

  .cost-card {
    width: 100%;
  }

  .hour-labels li {
    font-size: 10px;
  }

  .time-canvas .flexrow .timejob {
    margin: 0px 12px 12px 12px;
  }

  .timeline-wrap {
    margin: 0;
  }

  .tableteam table th,
  .tableteam table td {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.categoryfilters .title {
  font-size: 24px;
  margin-top: 16px;
}

.categoryfilters .selectfilter {
  position: relative;
  min-width: 216px;
  max-width: 216px;
  margin: 16px 12px 0px 0px;
}

.categoryfilters .selectfilter svg {
  position: absolute;
  top: 13px;
  left: 8px;
  pointer-events: none;
  z-index: 11;
}

.categoryfilters .select2-container--bootstrap .select2-selection--single,
.categoryfilters .select2-container--bootstrap .select2-selection--multiple {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding-left: 25px;
  min-height: 42px;
}

.export-payroll {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: inherit;
  max-width: inherit;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  transition: all 0.5s ease-in-out 0s;
}

.export-payroll:hover {
  border: 1px solid #6568f4;
}

.export-payroll svg {
  margin-right: 4px;
}

.mes-about {
  position: relative;
  display: flex;
  /* align-items: center; */
  margin-top: 16px;
  width: 100%;
  padding: 12px 30px 12px 12px;
  border-radius: 16px;
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  font-weight: 400;
}

.mes-about svg {
  min-width: 17px;
  margin: 6px 8px 0px 0px;
}

.closing {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.closing svg {
  margin: 0;
}

.numberstext {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.numberstext li {
  position: relative;
  margin-top: 20px;
}

.numberstext li::after {
  content: "";
  position: absolute;
  left: -88%;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #e7e7e7;
}

.numberstext li:first-child::after {
  display: none;
}

.numberstext li .icon {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #848a90;
  text-transform: capitalize;
}

.numberstext li .icon svg {
  margin-right: 4px;
}

.numberstext li .price {
  font-size: 40px;
  font-weight: 600;
  color: #1b281e;
  margin-top: 12px;
}

.numberstext li .flex {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.numberstext li .flex span {
  color: #1dbf73;
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
}

.numberstext li .flex .text {
  color: #848a90;
  font-size: 14px;
  font-weight: 400;
}

.dashchart {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 16px;
  margin-top: 16px;
}

.cardchart {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chart-header .form-control {
  max-width: 126px;
  height: 30px;
  font-size: 13px;
  color: #888;
  background: #f9f9f9 url(../images/arrow.svg) right 12px center no-repeat !important;
  border-radius: 8px;
  padding: 4px 8px;
  border: 1px solid #e7e7e7;
}

.chart-header .title {
  font-size: 16px;
  font-weight: 500;
}

.cardchart .amount {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-top: 20px;
}

.cardchart .subtext {
  font-weight: 500;
  font-size: 14px;
  color: #1dbf73;
  margin-top: 8px;
}

.cardchart .subtext span {
  font-weight: 400;
  font-size: 14px;
  color: #848a90;
  margin-left: 4px;
}

.cardchart canvas {
  width: 100% !important;
  height: 220px !important;
  margin-top: 20px;
}

.payrollList {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  margin-top: 16px;
  /* overflow: hidden; */
}

.payrollList .categoryfilters {
  border: 0px;
}

.payrollList .categoryfilters .flexinput .form-control:last-child {
  margin-right: 0;
}

.payrollList .categoryfilters .title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}

.payrollList .categoryfilters .filterinput .form-control {
  min-width: 240px;
  max-width: 240px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.payrollList .categoryfilters .filterinput .form-control:focus {
  border: 1px solid #c5d92d;
}

.payrollList .table-container {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #e7e7e7;
  border-radius: 0px 0px 16px 16px;
}

.payrollList table.dataTable > thead > tr > th,
.payrollList table.dataTable > thead > tr > td {
  background: #f9f9f9;
}

.payrollList .dataTables_wrapper {
  padding: 0;
}

.payrollList .table-container .subflex i.icon {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background: #a3a2ab;
}

.payrollList .table-container .paid {
  min-width: 60px;
  height: 30px;
  padding: 4px 16px;
  border-radius: 99px;
  background: #ecffea;
  border: 1px solid #d9f3d7;
  color: #29911e;
}

.payrollList .btnbottom {
  margin: 0;
  padding: 16px;
}

.payrollList .dropdown .dropdown-menu {
  width: 160px;
}

@media (max-width: 999px) {
  .numberstext li::after {
    display: none;
  }

  .numberstext li .price,
  .cardchart .amount {
    font-size: 24px;
  }

  .numberstext li .icon {
    font-size: 12px;
  }

  .numberstext li .flex,
  .numberstext li .price {
    margin: 0;
  }

  .dashchart {
    grid-template-columns: 1fr;
  }
}

.editform .subchek i.icon {
  right: auto;
  left: 20px;
}

/*******************************************************************************
********************************************************************************
*******************************************************************************/

.headerlanding {
  padding: 24px 0px;
}

.headerlanding.sticky {
  padding: 12px 0px;
}

.headerlanding .navbar {
  width: auto;
}

.headerlanding .itemlogomenu {
  justify-content: space-between;
}

.herolanding {
  height: auto;
  padding-bottom: 24px;
  min-height: 80vh;
  border: 0;
}

.herolanding .item {
  display: block;
}

.herolanding .item .title {
  font-size: 34px;
}

.herolanding .item p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-top: 12px;
}

.herolanding .bottoms .bottom {
  background: #6568f4;
  color: #fff;
  border: 1px solid #6568f4;
}

.herolanding .bottoms .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
  color: #fff;
}

.herolanding .bottoms .bottom:last-child {
  background: none;
  color: #fff;
}

.herolanding .bottoms .bottom:last-child {
  border: 1px solid #fff;
}

.herolanding .bottoms .bottom:last-child:hover {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.herolanding .item:last-child .title {
  text-align: center !important;
}

.herolanding .item p.launchdate {
  font-weight: 600;
  margin-bottom: 0;
  text-align: center !important;
}

.herolanding .item p.launchdate span {
  color: #c5d92d;
}

.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.counter .it-counter {
  text-align: center;
  padding: 22px 12px;
  border-radius: 20px;
  min-width: 108px;
  /* height: 160px; */
  border: 1px solid #e5e3ff;
  background: linear-gradient(
    182.83deg,
    rgba(101, 104, 244, 0.2) 1.89%,
    rgba(197, 206, 255, 0) 83.15%
  );
}

.counter .it-counter span {
  font-size: 46px;
  font-weight: 900;
  color: #fff;
  line-height: 42px;
}

.counter .it-counter p {
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center !important;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  margin-top: 8px;
  text-transform: capitalize;
}

.advantages p {
  margin-top: 16px;
  font-weight: 500;
}

.advantages strong {
  display: block;
  margin-top: 16px;
  font-weight: 700;
  color: #000;
}

.advantages .bottoms .bottom {
  background: #f0f0fe;
  color: #2e2c3a;
  border: 1px solid #f0f0fe;
  margin: 16px 16px 0px 0px;
}

.advantages .bottoms .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
  color: #fff;
}

.advantages .bottoms .bottom:last-child {
  background: none;
  color: #000;
  margin-right: 0;
}

.advantages .bottoms .bottom:last-child:hover {
  background: #6568f4;
  border: 1px solid #6568f4;
  color: #fff;
}

.advantages .item {
  display: flex;
  align-items: center;
}

.advantages .item .nav-tabs {
  justify-content: center;
  border: 0;
  gap: 16px;
}

.advantages .item .nav-tabs li a {
  border-radius: 60px;
  border: 1px solid #f0f0fe;
  font-size: 20px;
  font-weight: 600;
}

.advantages .item .nav-tabs li a.active {
  background: #f0f0fe;
  color: #000;
}

.advantages .item .tab-pane {
  border-radius: 20px;
  border: 1px solid #e5e3ff;
  /* overflow: hidden; */
  margin-top: 24px;
}

.advantages .item .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #6568f4;
  padding: 16px;
  border-radius: 20px 20px 0px 0px;
}

.advantages .item .minhead .title {
  font-size: 26px;
  color: #fff;
}

.advantages .item .minhead .bottom {
  border-radius: 60px;
  background: none;
  border: 1px solid #fff;
}

.advantages .item .minhead .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.advantages .item .minhead .bottom svg {
  rotate: 180deg;
  margin-left: 8px;
}

.advantages .item .rowbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px;
}

.advantages .item .rowbox .subitem {
  display: flex;
  align-items: center;
}

.advantages .item .rowbox .subitem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 120px;
  height: 134px;
  border-radius: 7px;
  margin-right: 12px;
  background: #f0f0fe;
  padding: 12px;
}

.advantages .item .rowbox .subitem .icon svg {
  max-width: 100%;
  max-height: 100%;
}

.advantages .item .rowbox .subitem .title {
  font-size: 18px;
}

.independents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 20px;
  background: #f0f0fe;
}

.advantages .item .independents .nav-tabs {
  justify-content: flex-start;
}

.advantages .item .independents .nav-tabs li {
  width: 100%;
  margin: 0;
}

.advantages .item .independents .nav-tabs li a {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  border: 0;
  min-height: 124px;
  color: #000;
  padding: 0.8rem;
}

.advantages .item .independents .nav-tabs li a .itemhiring {
  display: flex;
  gap: 12px;
  margin: 0;
}

.advantages .item .independents .nav-tabs li a .itemhiring p {
  margin-top: 8px;
  line-height: 24px;
}

.advantages .item .independents .nav-tabs li a .itemhiring .title {
  font-size: 24px;
  font-weight: 600;
  transition: none;
}

.advantages .item .independents .nav-tabs li a .num {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  background: #f2f2f2;
  color: #151528;
}

.advantages .item .independents .nav-tabs li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  rotate: 90deg;
  margin-left: 12px;
  background: #c5d92d;
}

.advantages .item .independents .nav-tabs li a.active {
  background: #6568f4;
}

.advantages .item .independents .nav-tabs li a.active .num,
.advantages .item .independents .tab-pane .innertabs {
  background: #fff;
}

.advantages .item .independents .nav-tabs li a.active .title,
.advantages .item .independents .nav-tabs li a.active p {
  color: #fff;
}

.advantages .item .independents .tab-pane {
  border-radius: 0;
  border: 0;
  margin: 0;
}

.advantages .item .independents .tab-pane .innertabs {
  position: relative;
  padding: 16px;
  border-radius: 10px;
}

.advantages .item .independents .tab-pane .companies,
.howplatform .subitem .companies {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 60px;
  background: #1b8354;
  border: 5px solid #bbdacc;
  padding: 8px 12px;
}

.advantages .item .independents .tab-pane .companies p,
.howplatform .subitem .companies p {
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.advantages .item .independents .tab-pane .companies .icon,
.howplatform .subitem .companies .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #bbdacc7a;
  border-radius: 50%;
}

.usercompan {
  display: flex;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e3ff;
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
}

.usercompan .photo,
.advantages .item .independents .tab-pane .companies .photo,
.advantages .item .independents .tab-pane .logophoto,
.nameemployee .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ededed;
  min-width: 62px;
  max-width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
}

.advantages .item .independents .tab-pane .companies .photo {
  position: absolute;
  left: 0;
  bottom: 32px;
}

.advantages .item .independents .tab-pane img {
  max-width: 100%;
  max-height: 100%;
}

.usercompan .title,
.nameemployee .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #6568f4;
}

.usercompan .title svg,
.usercompan .innerflex svg {
  max-width: 18px;
}

.usercompan .btns,
.btnscomplete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.usercompan .bottom {
  width: 100%;
  height: 32px;
  border-radius: 60px;
  background: #6568f4;
  border: 1px solid #6568f4;
  font-size: 14px;
  margin-top: 8px;
}

.usercompan .btns .bottom,
.btnscomplete .bottom {
  flex: 1;
  margin: 0;
}

.usercompan .bottom:hover,
.howapply .minhead .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.usercompan .btns,
.btnscomplete {
  margin-top: 12px;
}

.usercompan .btns .bottom.blue {
  background: none;
  color: #6568f4;
  border: 1px solid #6568f4;
}

.usercompan .btns .bottom.blue:hover {
  background: #6568f4;
  color: #fff;
}

.btnscomplete .bottom.blue {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.btnscomplete .bottom.blue:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
}

.advantages .item .independents .tab-pane .companies .photo img,
.usercompan .photo img,
.nameemployee .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages .item .independents .tab-pane .thank-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.advantages .item .independents .tab-pane .thank-message img {
  max-width: 170%;
}

.maketimer {
  margin: 0 auto;
  padding: 16px;
  border-radius: 20px;
  background: #f0f0fe;
  max-width: 100%;
}

.maketimer .title {
  justify-content: center;
  font-size: 20px;
}

.maketimer .text {
  text-align: center;
  margin-top: 12px;
}

.maketimer .counter {
  margin-top: 16px;
}

.maketimer .counter .it-counter span,
.maketimer .counter .it-counter p {
  color: #6568f4;
}

.different {
  margin: 24px auto 0 auto;
  padding: 24px;
  border-radius: 20px;
  background: #f0f0fe;
  max-width: 70%;
}

.different .flexitem {
  display: flex;
  align-items: center;
  gap: 16px;
}

.different .flexitem .photo {
  display: flex;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
}

.different .flexitem .photo img {
  max-width: 100%;
  max-height: 100%;
}

.different .flexitem .title {
  font-size: 24px;
  font-weight: 600;
}

.different .flexitem p {
  margin-top: 8px;
}

.different .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  display: block;
  margin: 8px 0px;
  background: #fff;
  width: 16px;
  border-radius: 60px;
  padding: 4px;
  padding-bottom: 8px;
}

.different .carousel-indicators li {
  width: 4px;
  height: 24px;
  background: #ebebff;
  margin: 4px auto 0px auto;
  border-radius: 8px;
}

.different .carousel-indicators li.active {
  background: #000;
}

.different .carousel {
  display: flex;
  align-items: center;
  gap: 16px;
}

.different .control-next,
.different .control-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.different .control-next svg,
.different .control-prev svg {
  width: 10px;
  height: 10px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.different .control-next {
  rotate: -90deg;
}

.different .control-prev {
  rotate: 90deg;
}

.different .control-next:hover,
.different .control-prev:hover {
  background: #6568f4;
}

.different .control-next:hover svg,
.different .control-prev:hover svg {
  fill: #fff;
}

.readypart {
  display: flex;
  gap: 16px;
  max-width: 60%;
  margin-top: 0;
}

.readypart .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.readypart .photo img {
  max-width: 220%;
  max-height: 188%;
}

.readypart .title {
  font-size: 24px;
  font-weight: 600;
}

.readypart p {
  margin-top: 8px;
}

.readypart .bottoms .bottom {
  background: #fff;
  border: 1px solid #fff;
}

.readypart .bottoms .bottom:last-child {
  border: 1px solid #b8bafa;
}

.footerlanding {
  background: #fff;
  border-top: 1px solid #e5e3ff;
  padding: 16px;
}

.footerlanding .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footerlanding .social {
  gap: 8px;
}

.footerlanding .social a {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  background: #f5f5ff;
  border-radius: 8px;
}

.footerlanding .logo img {
  max-width: 158px;
}

.em-link {
  font-weight: 500;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.em-link:hover {
  color: #6568f4;
}

.Whattask .container {
  max-width: 1000px;
}

.Whattask .item {
  display: block;
  margin-bottom: 24px;
}

.Whattask .item:last-child {
  margin: 0;
}

.cartatm img {
  max-width: 100%;
  max-height: 266px;
}

.listcart li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e3ff;
  margin-top: 12px;
  padding-bottom: 12px;
}

.listcart li .num {
  color: #000;
  font-weight: 600;
}

.nameemployee {
  display: flex;
  align-items: center;
  gap: 12px;
}

img.map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
  border-radius: 10px;
}

.innertabs .pin {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: default;
}

.innertabs .ring {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c5d92d;
  transition: transform 0.18s ease;
}

.innertabs .pin:hover .ring {
  transform: scale(1.06);
  z-index: 10;
}

.innertabs .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Tooltip */

.innertabs .tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  min-width: 330px;
  transform: translateX(-50%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transform-origin: bottom;
}

.innertabs .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.innertabs .tooltip strong {
  margin: 0;
}

.innertabs .pin:hover {
  z-index: 50;
}

.innertabs .pin:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.howapply .minhead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.howapply .minhead .title {
  font-size: 24px;
  font-weight: 600;
}

.howapply .minhead .bottom {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.howapply .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  background: none;
  margin-top: 24px;
}

.howapply .item,
.howplatform .subitem {
  padding: 16px;
  border-radius: 20px;
  background: #f0f0fe;
}

.howplatform .subitem {
  padding: 32px;
  overflow: hidden;
}

.howapply .item .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}

.howapply .item .photo img {
  max-width: 100%;
  max-height: 100%;
}

.howapply .item .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
}

.howapply .item p {
  font-weight: 500;
  margin-top: 8px;
}

.howplatform .rowbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.howplatform .item {
  text-align: center;
}

.howplatform .item .title {
  justify-content: center;
  font-size: 20px;
}

.howplatform .item .bottom {
  min-width: 200px;
  margin-top: 16px;
  border: 1px solid #e5e3ff;
  color: #000;
  border-radius: 60px;
  background: none;
}

.howplatform .item .bottom:hover {
  background: #c5d92d;
  border: 1px solid #c5d92d;
  color: #fff;
}

.howplatform .subitem .step-wizard {
  justify-content: center;
}

.howplatform .subitem .step-wizard .step .circle {
  background: #f0f0fe;
  margin: 0;
}

.howplatform .subitem .step-wizard .step:last-child:before {
  display: none;
}

.howplatform .subitem .step-wizard .step {
  width: 33.333%;
}

.howplatform .subitem .step-wizard .step:last-child {
  width: auto;
}

.howplatform .subitem .step-wizard .step.active .circle,
.howplatform .subitem .step-wizard .step.finish .circle {
  border: 2px solid #1b8354;
  color: #fff;
  background: #1b8354;
}

.howplatform .subitem .step-wizard .step.finish:before {
  background: #1b8354;
}

.howplatform .subitem .tabwizard .title {
  font-size: 24px;
}

.howplatform .subitem .tabwizard .projectlisting {
  margin-top: 20px;
}

.howplatform .subitem .tabwizard .projectlisting li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 12px;
  background: #ffffff;
  border: 1px solid #e5e3ff;
  border-radius: 6px;
  padding: 16px;
  margin-top: 8px;
}

.howplatform .subitem .tabwizard .projectlisting li .title,
.howplatform .subitem .tabwizard .usercompan .title {
  font-size: 16px;
  font-weight: 600;
}

.howplatform .subitem .tabwizard .projectlisting li p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}

.howplatform .subitem .tabwizard .projectlisting li .bottom {
  min-width: 180px;
}

.hideitems {
  height: 224px;
  overflow: hidden;
}

.hideitems .usercompan {
  position: relative;
  margin-bottom: -32px;
}

.howplatform .subitem .tabwizard .iconcheck {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1b8354;
  color: #1b8354;
  margin: 32px auto 0px auto;
}

.gridbox .rowbox {
  grid-template-columns: repeat(3, 1fr);
}

.carditems {
  margin: 24px 0px -32px 0px;
}

.carditems img {
  max-width: 100%;
}

/***************************************************************************/

/***************************************************************************/

/***************************************************************************/

.video-swipe .container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 280px 1fr 350px;
  gap: 24px;
}

.video-swipe .subitem:nth-child(1),
.video-swipe .subitem:nth-child(3) {
  position: sticky;
  top: 100px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.commentsbox {
  background: #fff;
  border: 1px solid #b8b8bf;
  border-radius: 10px;
  overflow: hidden;
}

.commentsbox .minhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #b8b8bf;
}

.commentsbox .minhead .title {
  font-size: 20px;
}

.x-icon svg {
  cursor: pointer;
  max-width: 20px;
}

.popup-backdrop .popup.w-minmax {
  max-width: 450px;
  min-width: 450px;
  border-radius: 12px;
}

.popup-backdrop .popup.w-minmax .social {
  justify-content: center;
  gap: 8px;
}

.popup-backdrop .popup.w-minmax .social a {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f0fe;
  border: 1px solid #e5e3ff;
}

.popup-backdrop .popup.w-minmax .copylink {
  position: relative;
  margin-top: 24px;
}

.popup-backdrop .popup.w-minmax .copylink .form-control {
  height: 46px;
  border-radius: 60px;
  background: #fff;
}

.popup-backdrop .popup.w-minmax .copylink .bottom {
  position: absolute;
  right: 7px;
  top: 6px;
  font-size: 14px;
  border-radius: 60px;
  height: 34px;
  /* background: #065fd4;
    border: 1px solid #065fd4; */
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

.comments-list .comment {
  margin-bottom: 12px;
}

.c-top {
  display: flex;
  gap: 8px;
}

.actionsitems {
  width: 100%;
}

.c-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 4px;
  background: #ccc;
  object-fit: cover;
}

.c-meta {
  display: flex;
  gap: 12px;
}

.c-name {
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.c-date {
  font-size: 12px;
  font-weight: 400;
  color: #b8b8bf;
}

.c-text {
  font-size: 14px;
  font-weight: 400;
}

.c-actions,
.reply-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-all;
  margin-top: 8px;
}

.c-actions .action,
.reply-actions .action {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.c-actions .action svg,
.reply-actions .action svg {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}

.c-actions .action.active,
.reply-actions .action.active {
  color: #6568f4;
}

.c-actions .action.active svg,
.reply-actions .action.active svg {
  fill: #6568f4;
}

.reply-count {
  font-size: 14px;
  font-weight: 500;
}

.reply-input {
  position: relative;
  display: none;
  margin-top: 8px;
}

.reply-input .form-control,
.add-comment .form-control {
  padding: 8px;
  height: 44px;
  background: #fff;
  font-size: 14px;
  padding-right: 46px;
}

.add-comment .form-control {
  height: auto;
}

.reply-input .send-reply,
.add-comment .bottom {
  position: absolute;
  right: 6px;
  top: 5px;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 0.25rem;
}

.add-comment .bottom {
  right: 18px;
  top: 17px;
}

.reply-input .send-reply svg,
.add-comment .bottom svg {
  margin: 0;
  width: 16px;
  height: 16px;
  fill: #fff;
}

.replies {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reply-item {
  position: relative;
  border-left: 1px solid #e5e5e5;
  padding-left: 8px;
}

.no-comments {
  text-align: center;
  color: #d50808;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 500;
}

.no-comments.mt-4 {
  display: none;
}

.add-comment {
  position: relative;
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #b8b8bf;
}

.searchbar {
  width: 100%;
  margin: 0 !important;
}

.searchbar .form-control {
  max-width: 100%;
  background: #fff;
  border: 1px solid #b8b8bf;
}

/* media item */

.media-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}

.media-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  min-width: 60%;
  max-width: 350px;
}

.media-box video,
.media-box img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  display: block;
}

.hidecomant {
  display: none;
}

/* thumbnail + title overlay (small) */

.thumb-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  padding: 60px 24px 32px 24px;
}

.thumb-overlay .flex .innerflex {
  color: #fff;
}

/* controls (top-left inside media) */

.media-controls {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 8px;
  z-index: 6;
}

.btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000004d;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}

.btn-circle svg {
  width: 26px;
  fill: #fff;
}

.btn-circle.active {
  background: #fff;
}

.btn-circle.active svg {
  fill: #000;
}

/* navigation arrows fixed on right */

.nav-fixed {
  position: fixed;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.nav-fixed .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0000000d;
  border: 1px solid #e5e3ff;
  cursor: pointer;
}

.nav-fixed .nav-btn svg {
  width: 15px;
}

/* comments commentsbox (no scrollbar) */

.img-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.img-popup img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.img-item {
  cursor: pointer;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.listoption {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.listoption li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.listoption li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.listoption li a .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.listoption li a svg {
  width: 20px;
  height: 20px;
  fill: #151528;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.listoption li .icon-number {
  font-size: 14px;
  font-weight: 400;
  color: #151528;
}

.listoption li .tooltip-text {
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 60px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.3s;
  color: #151528;
  text-transform: capitalize;
}

.listoption li a:hover + .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.listoption li a:hover .icon-circle {
  background: #f0f0fe;
  border: 1px solid #e5e3ff;
}

.listoption li a:hover .icon-circle svg {
  fill: #6568f4;
}

/* small responsive */

@media (max-width: 1199px) {
  .video-swipe .container {
    grid-template-columns: 1fr 350px;
  }

  .video-swipe .container .subitem.hide,
  .nav-fixed {
    display: none;
  }
}

@media (max-width: 999px) {
  .advantages .item {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 24px;
  }

  .advantages .item:last-child {
    margin: 0;
  }

  .advantages .item .nav-tabs li a,
  .advantages .item .rowbox .subitem .title {
    font-size: 16px;
  }

  .advantages .item .minhead .title {
    font-size: 20px;
  }

  .independents,
  .howplatform .rowbox,
  .video-swipe .container {
    grid-template-columns: repeat(1, 1fr);
  }

  .video-swipe .container {
    gap: 12px;
  }

  .headerlanding {
    padding: 12px 0;
  }

  .headerlanding .navbar {
    width: 290px;
  }

  .different,
  .howplatform .rowbox {
    max-width: 100%;
  }

  .different .flexitem .photo {
    min-width: 125px;
    max-width: 125px;
    height: 125px;
  }

  .readypart,
  .footerlanding .container {
    display: block;
  }

  .footerlanding .logo {
    width: 100%;
    text-align: center;
  }

  .em-link {
    display: block;
    text-align: center !important;
    margin-top: 12px;
  }

  .footerlanding .social {
    justify-content: center;
    margin-top: 12px;
  }

  .innertabs .ring {
    width: 76px;
    height: 76px;
  }

  .howapply .rowbox,
  .gridbox .rowbox {
    grid-template-columns: repeat(2, 1fr);
  }

  .howplatform .subitem {
    padding: 16px;
  }

  .howplatform .subitem .tabwizard .projectlisting li {
    flex-wrap: wrap;
  }

  .media-item {
    margin-top: 12px;
  }

  .thumb-overlay {
    padding: 60px 16px 32px 16px;
  }
}

@media (max-width: 767px) {
  .advantages .item .rowbox,
  .howapply .rowbox,
  .gridbox .rowbox {
    grid-template-columns: repeat(1, 1fr);
  }

  .advantages .item .rowbox .subitem .icon {
    min-width: 100px;
    max-width: 100px;
    height: 120px;
  }

  .innertabs .tooltip {
    min-width: 232px;
  }
}

@media (max-width: 550px) {
  .media-box {
    min-width: 100%;
    max-width: 100%;
  }

  .listoption {
    position: absolute;
    top: 12px;
    right: 12px;
    gap: 8px;
  }

  .listoption li a .icon-circle {
    width: 44px;
    height: 44px;
  }

  .listoption li .icon-number {
    color: #fff;
  }

  .listoption li .tooltip-text {
    left: auto;
    right: 60px;
    color: #fff;
  }
}

@media (max-width: 450px) {
  .herolanding .bottoms {
    display: block !important;
  }

  .herolanding .bottoms .bottom {
    width: 100%;
    margin-top: 12px;
  }

  .different .flexitem {
    display: block;
  }

  .different .flexitem .photo {
    margin-bottom: 16px;
  }

  .usercompan .btns .bottom,
  .btnscomplete .bottom {
    flex: none;
  }

  .btnscomplete .bottom {
    width: 100%;
  }
}

.popup-backdrop .popup.addwidth {
  min-width: 900px;
  max-width: 900px;
  overflow: hidden;
}

.popup-backdrop .popup.addwidth .minhead,
.slidform .editform,
.slidform .editform .form-control {
  background: #fafaff;
}

.slidform {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 12px;
  align-items: center;
}

.slidform .title {
  font-size: 24px;
}

.slidform p {
  font-weight: 400;
  color: #2e2c3a;
  margin-top: 8px;
}

@media (max-width: 999px) {
  .popup-backdrop .popup.addwidth {
    min-width: 100%;
    max-width: 100%;
  }

  .slidform {
    grid-template-columns: 1fr;
  }

  .slick-slider {
    margin: 0 auto;
  }

  .everyone {
    padding: 12px;
  }

  .everyone .title {
    justify-content: center;
  }

  .everyone p {
    text-align: center !important;
  }
}

/*******************************************************/

.m-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.m-flex p {
  font-weight: 500;
  margin-top: 4px;
}

.m-flex .bottom {
  border-radius: 16.4px;
}

.tabsmang {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  border: 1px solid #e5e7eb;
  padding: 8px;
  border-radius: 16.4px;
  background: #fff;
  margin-top: 24px;
}

.tabsmang a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  gap: 4px;
  font-weight: 500;
  cursor: pointer;
}

.tabsmang a svg path {
  stroke: #000;
}

.tabsmang a.active,
.tags.active {
  background: #6568f4;
  box-shadow: 0px 1px 2px -1px #0000001a;
  color: #fff;
}

.tabsmang a.active svg path {
  stroke: #fff;
}

.heroitems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.gridpofile {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 350px;
  gap: 24px;
}

.gridpofile.addstyle {
  grid-template-columns: 420px 1fr;
}

@media (max-width: 999px) {
  .heroitems {
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gridpofile,
  .gridpofile.addstyle {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .tabsmang {
    margin-top: 12px;
  }
}

@media (max-width: 550px) {
  .heroitems {
    grid-template-columns: repeat(1, 1fr);
  }
}

.heroitems .inneritem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e7eb;
  padding: 32px 20px;
  border-radius: 16.4px;
  background: #fff;
  margin: 0 !important;
}

.heroitems .inneritem .title {
  color: #4a5565;
  font-size: 14px;
  font-weight: 400;
}

.heroitems .inneritem .num {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-top: 4px;
}

.heroitems .inneritem .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 10px;
}

.heroitems .inneritem:nth-child(1) .icon {
  background: #eff6ff;
}

.heroitems .inneritem:nth-child(1) .num {
  color: #151528;
}

.heroitems .inneritem:nth-child(2) .icon {
  background: #f0fdf4;
}

.heroitems .inneritem:nth-child(2) .num {
  color: #00a63e;
}

.heroitems .inneritem:nth-child(3) .icon {
  background: #fefce8;
}

.heroitems .inneritem:nth-child(3) .num {
  color: #d08700;
}

.heroitems .inneritem:nth-child(4) .icon {
  background: #f3f4f6;
}

.heroitems .inneritem:nth-child(4) .num {
  color: #4a5565;
}

.itemsearch,
.jobsfound,
.itemtasks,
.boxprofile,
.bg-inner,
.itemstepform {
  border: 1px solid #e5e7eb;
  padding: 24px;
  border-radius: 16.4px;
  background: #fff;
  margin-top: 24px;
}

.bg-inner .tags,
.linebottom {
  margin-top: 24px;
}

.linebottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
  padding-top: 24px;
}

.linebottom .available {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4a5565;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 999px) {
  .baform,
  .jobsfound,
  .itemtasks,
  .boxprofile,
  .bg-inner,
  .bg-inner .tags,
  .linebottom,
  .itemstepform {
    margin-top: 12px;
  }
}

.itemsearch .list,
.bg-inner .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.itemsearch .list li,
.bg-inner .tags li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border-radius: 10px;
  color: #4a5565;
  font-weight: 500;
  padding: 4px 12px;
}

.itemsearch .boxsearch {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

.itemsearch .boxsearch .form-control {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding-inline-start: 40px;
  border-radius: 10px;
}

.itemsearch .boxsearch svg {
  position: absolute;
  left: 12px;
  top: 16px;
}

.jobsfound {
  text-align: center;
}

.jobsfound .title {
  justify-content: center;
  color: #4a5565;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
}

.jobsfound p {
  text-align: center;
  color: #6a7282;
  font-weight: 400;
}

.jobsfound .bottom {
  background: #6568f4;
  margin-top: 12px;
  border-radius: 16.4px;
  border-color: #6568f4;
}

.jobsfound .bottom:hover {
  background: #c5d92d;
  border-color: #c5d92d;
}

.itemtasks .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.itemtasks .flex .innerflex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.itemtasks .flex .innerflex .title {
  color: #151528;
  font-size: 20px;
  font-weight: 500;
}

.itemtasks .flex .innerflex .status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f0fdf4;
  gap: 4px;
  color: #00a63e;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
}

.itemtasks .flex .innerflex .status.draft {
  background: #fefce8;
  color: #d08700;
}

.itemtasks .flex .innerflex .status.closed {
  background: #f3f4f6;
  color: #4a5565;
}

.itemtasks .flex .list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.itemtasks .flex .list a,
.iconfilters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 2px solid #e5e3ff;
  border-radius: 10px;
  color: #364153;
  font-weight: 500;
  padding: 4px 12px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.itemtasks .flex .list a:hover,
.iconfilters:hover {
  background: #e5e3ff;
}

.itemtasks p,
.gridpofile p {
  margin-top: 8px;
  color: #4a5565;
  font-weight: 400;
}

.gridpofile p b {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.gridpofile p.green {
  color: #c5d92d;
}

.itemtasks .listjob,
.boxprofile .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}

@media (max-width: 999px) {
  .itemtasks .listjob,
  .boxprofile .list {
    gap: 12px;
  }
}

.itemtasks .listjob li,
.boxprofile .back,
.boxprofile .list li,
.tophead .back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #4a5565;
  font-weight: 400;
}

.boxprofile .list li b {
  font-weight: 600;
  color: #000;
}

.boxprofile .title {
  font-size: 24px;
  gap: 4px;
}

.iconfilters {
  display: inline-flex;
  margin-top: 24px;
}

.bg-inner .user {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.bg-inner .user .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bg-inner .user .photo {
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
}

.gridpofile.addstyle .boxprofile .photo {
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
}

.bg-inner .user .photo img,
.gridpofile.addstyle .boxprofile .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-inner .user .title {
  font-size: 16px;
}

.bg-inner .user .hours {
  color: #6a7282;
  font-weight: 400;
}

.btn-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-list a,
.sethead .downloadcv {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 12px;
  font-weight: 500;
}

.btn-list .downloadcv {
  border: 2px solid #6568f4;
  color: #6568f4;
}

.sethead .downloadcv {
  background: #6568f4;
  color: #fff;
}

.btn-list .accept {
  border: 2px solid #c5d92d;
  background: #c5d92d;
  color: #fff;
}

.btn-list .reject {
  border: 2px solid #fb2c36;
  background: #fb2c36;
  color: #fff;
}

.btn-list .btn-profile {
  border: 2px solid #d1d5dc;
  color: #151528;
}

.btn-list .shortlisted {
  border: 2px solid #ffb800;
  background: #ffb800;
  color: #fff;
}

.infotime {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.infotime:last-child {
  margin: 0;
}

.infotime p {
  margin: 0;
}

.infotime span {
  font-weight: 500;
  color: #151528;
}

.stylecontent {
}

.tophead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  flex-wrap: wrap;
  gap: 12px;
  border: 1px solid #0000001a;
  padding: 24px;
  border-radius: 16.4px;
}

.tophead .flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tophead .flex .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.tophead .flex .title,
.gridpofile.addstyle .boxprofile .title.text-center {
  font-size: 18px;
  justify-content: center;
}

.gridpofile.addstyle .boxprofile .title {
  font-size: 18px;
}

.tophead .flex p {
  color: #4a5565;
  font-size: 14px;
  font-weight: 400;
  text-align: center !important;
}

.tophead .downloadcv {
  border: 1px solid #e5e7eb;
  color: #000;
}

.tophead .shortlisted {
  border: 1px solid #ffb800;
  color: #ffb800;
  background: #fff;
}

.tophead .bottom {
  box-shadow: 0px 4px 6px -4px #0000001a;
}

.tophead .bottom:hover svg {
  fill: none;
}

.gridpofile.addstyle .boxprofile .list {
  display: block;
  gap: 8px;
}

.noflex {
  justify-content: flex-start;
}

.noflex .title {
  font-size: 20px;
}

.noflex p {
  font-weight: 400;
}

.gridpofile.addstyle .boxprofile .list li {
  display: flex;
  margin-top: 4px;
}

.immediately {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #151528;
  font-weight: 500;
}

.immediately i {
  background: #10b981;
  border-radius: 50%;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
}

.sethead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.st-steps {
  background: #fff;
  border: 1px solid #0000001a;
  padding: 24px;
  border-radius: 16.4px;
  margin-top: 24px;
}

@media (max-width: 999px) {
  .iconfilters,
  .st-steps {
    margin-top: 12px;
  }
}

.st-steps .step.active .circle {
  border: 2px solid #6568f4;
  background: #6568f4;
  color: #fff;
}

.st-steps .step .title {
  font-size: 12px;
  color: #6a7282;
  justify-content: center;
  margin-top: 8px;
}

.st-steps .step.active .title {
  color: #6568f4;
}

.st-steps .step.finish .circle {
  border: 2px solid #00c950;
  background: #00c950;
}

.st-steps .step.finish:before {
  background: #00c950;
}

.st-steps .step.finish .title {
  color: #6a7282;
}

.st-steps .step:before {
  width: 46px;
  height: 4px;
  background: #e5e7eb;
  border-radius: 4px;
  left: 88%;
  margin-left: -5px;
}

.st-steps .step:last-child:before {
  display: none;
}

.st-steps .step .circle {
  margin: 0 auto;
  background: #e5e7eb;
  border-color: #e5e7eb;
  color: #6a7282;
  width: 40px;
  height: 40px;
}

.itemstepform .field {
  margin: 0;
  margin-bottom: 24px;
}

.itemstepform .field:last-child {
  margin: 0;
}

.cuspageitemnew {
  background: #f8f9fa;
}

.itemstepform .field .form-control {
  background: #fff;
  border-radius: 16px;
}

.itemstepform .select2-container--bootstrap .select2-selection--multiple,
.itemstepform .select2-container--bootstrap .select2-selection--multiple {
  background: #fff url(../images/arrow.svg) no-repeat right 12px center !important;
  padding-right: 20px;
  border-radius: 16px;
}

.itemstepform .ql-container.ql-snow {
  background: #fff;
  border-radius: 0px 0px 16px 16px;
}

.itemstepform .ql-toolbar.ql-snow {
  border-radius: 16px 16px 0px 0px;
}

.itemstepform .quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.itemstepform .qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: none;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.itemstepform .qty-btn:hover {
  background: #c5d92d;
  border-color: #c5d92d;
  color: #fff;
}

.itemstepform input.qty {
  text-align: center !important;
  outline: none;
}

.notsblue,
.notsorange {
  border-radius: 16px;
  padding: 24px;
  border: 2px solid #bedbff;
  background: #eff6ff;
}

.notsorange {
  margin-top: 24px;
  background: #fefce8;
  border: 2px solid #fff085;
}

.notsblue .title,
.notsorange .title {
  font-size: 18px;
  font-weight: 500;
}

.notsblue .list,
.notsorange .list {
  margin-top: 4px;
}

.notsblue .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.notsorange .list li {
  margin-top: 8px;
  color: #4a5565;
  font-size: 14px;
  font-weight: 400;
}

.notsblue .list li p,
.notsblue .list li span {
  color: #4a5565;
  font-size: 14px;
  font-weight: 400;
}

.notsblue .list li span {
  color: #151528;
}

.itemstepform.text-center {
  padding: 48px 24px;
}

.itemstepform.text-center .icon {
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dcfce7;
}

.itemstepform.text-center .title {
  justify-content: center;
  font-size: 24px;
  margin-top: 12px;
  text-align: center;
}

.itemstepform.text-center p {
  text-align: center !important;
  font-weight: 400;
  margin-top: 12px;
}

.itemstepform.text-center .bottom {
  height: 50px;
  background: #6568f4;
  border-color: #6568f4;
  margin-top: 12px;
  border-radius: 16px;
}

.itemstepform.text-center .bottom:hover {
  background: #c5d92d;
  border-color: #c5d92d;
}

.itemdev {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.itemdev .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #6568f4;
  color: #fff;
  padding: 4px 12px;
}

.bo-task {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
}

.bo-task .title {
  gap: 8px;
}

.bo-task .title .verified {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #c5d92d;
  color: #fff;
  padding: 0px 12px;
  font-size: 12px;
  gap: 4px;
}

.st-form {
  border-radius: 0;
  border: 0;
  padding: 0;
}

.st-form .field .bottom {
  width: 100%;
  height: 56px;
  background: #6568f4;
  border-color: #6568f4;
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px #0000001a;
}

.st-form .field .bottom:hover {
  background: #c5d92d;
  border-color: #c5d92d;
}

.st-form .nots {
  margin-top: 24px;
  width: 100%;
  border-radius: 10px;
  padding: 12px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  font-weight: 400;
  color: #151528;
}

.submitted {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.submitted .form-control {
  max-width: 130px;
  height: 40px;
}

.flexinfo,
.flexinfo .flex {
  display: flex;
  align-items: center;
  gap: 24px;
}

.flexinfo .flex {
  gap: 12px;
}

.flexinfo .flex .title {
  font-size: 14px;
  font-weight: 500;
}

.flexinfo .flex p {
  margin: 0;
}

.budget,
.duration {
  display: flex;
  align-items: center;
  color: #c5d92d;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
}

.duration {
  color: #6568f4;
}

@media (max-width: 999px) {
  .st-steps .step .circle {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .st-steps .step.finish:before,
  .st-steps .step:before {
    display: none;
  }
}

/*******************************************************/

.cus-header {
  border-bottom: 1px solid #00000033;
  background: #fff;
  box-shadow: none !important;
}

.cus-header.sticky {
  background: #fff;
}

.cus-header .menu-link {
  color: #000;
}

.cus-header .menu-link svg {
  fill: #000;
}

.cus-header .itemlogomenu .logo img {
  max-width: 124px;
}

.cus-header .bottoms {
  gap: 8px;
}

.cus-header .bottoms .login,
.menu-header .bottoms .login {
  border: 1px solid #e5e3ff;
  background: #fff;
  color: #000;
  margin: 0;
  gap: 4px;
  border-radius: 12px;
}

.cus-header .bottoms .bottom {
  margin: 0;
  background: #6568f4;
  border: 1px solid #6568f4;
  border-radius: 12px;
}

.cus-header .bottoms .login svg {
  margin: 0;
}

.cus-header .bottoms .login svg path {
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.cus-header .bottoms .login:hover svg path {
  fill: #fff;
}

.cus-header .menu-item {
  position: inherit;
  padding: 24px 0px;
  margin: 0px !important;
  transition: all 0.5s ease-in-out 0s;
}

.cus-header.sticky .menu-item {
  padding: 20px 0px;
}

.cus-header .submenu {
  width: 288px;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 20px 25px -5px #0000001a;
  border-radius: 16px;
}

.cus-header .cusmenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  right: 0;
}

.cus-header .threeitem {
  grid-template-columns: repeat(3, 1fr);
  padding: 12px 0px;
  gap: 0;
}

.cus-header .forutems {
  grid-template-columns: repeat(4, 1fr);
}

.cus-header .cusmenu .item {
  padding: 12px;
  border-inline-end: 1px solid #e5e7eb;
}

.cus-header .cusmenu .item .title {
  color: #99a1af;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 12px;
}

.cus-header .cusmenu .item:last-child {
  border: 0;
}

.cus-header .cusmenu .item a {
  position: relative;
  margin: 0;
  margin-top: 12px;
}

.cus-header .menu-link {
  font-size: 14px;
  padding: 4px 16px;
}

.cus-header .menu .menu-item .menu-link {
  border-radius: 8px;
}

.cus-header .menu .activelink .menu-link,
.cus-header .menu .menu-item:hover .menu-link {
  color: #6568f4;
  background: #e5e3ff;
}

.cus-header .menu .activelink .menu-link svg,
.cus-header .menu .menu-item:hover .menu-link svg {
  fill: #6568f4;
  z-index: 1;
}

.cus-header .cusmenu .item a .comin,
.mar-menus .comin {
  position: absolute;
  right: 0;
  padding: 0px 12px;
  background: #dbeafe;
  color: #155dfc;
  font-size: 10px;
  border-radius: 60px;
}

.cus-header .pos-item {
  position: relative;
}

.cus-header .pos-item .submenu .submenu-item {
  margin-bottom: 12px;
}

.cus-header .pos-item .submenu .submenu-item:last-child {
  margin: 0;
}

.cus-header .pos-item .submenu .submenu-item .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6568f4;
  border: 1px solid #6568f4;
  border-radius: 16px;
}

.cus-header .itemlogomenu .burger-line {
  background: #000;
}

.item-slider {
  margin-top: 100px;
}

.item-slider .headtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.item-slider .headtitle .title {
  font-size: 30px;
}

.item-slider .headtitle p,
.item-slider .headtitle a {
  font-size: 16px;
  font-weight: 400;
}

.item-slider .headtitle a {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.5s ease-in-out 0s;
}

.item-slider .headtitle a:hover {
  color: #6568f4;
}

.itemcards {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  /* grid-template-rows: 200px 140px; */
  gap: 10px;
  margin-top: 46px;
}

.itemcards .hero {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  grid-column: 1 / 3;
  grid-row: 1;
  background: linear-gradient(107deg, #6568f4 0%, #c5ceff 100%);
  color: white;
  border-radius: 20px;
  height: 264px;
  overflow: hidden;
}

.itemcards .hero .photo {
  display: flex;
  align-items: flex-end;
  min-width: 45%;
  height: 100%;
}

.itemcards .hero .photo img {
  max-width: 100%;
  height: 310px;
  object-fit: contain;
  margin-inline-start: 32px;
  margin-bottom: -70px;
}

.texthero {
  min-width: 55%;
  padding: 40px;
}

.texthero .title {
  display: block;
  color: #fff;
  font-size: 30px;
}

.texthero .title span {
  color: #2a2c66;
}

.texthero .field .form-control {
  border-radius: 60px;
  height: 48px;
  padding-inline-end: 48px;
}

.texthero .field button {
  position: absolute;
  right: 16px;
  top: 8px;
  padding: 0px;
  background: none;
  border: 0px;
  cursor: pointer;
}

.itemcards .cardbox {
  background: #f5f5ff;
  border-radius: 20px;
}

.itemcards .cardbox .title {
  font-size: 17px;
  font-weight: 400;
  transition: all 0.5s ease-in-out 0s;
}

.itemcards .cardbox .bottom {
  opacity: 0;
  border-color: #6568f4;
  background: #6568f4;
}

.cardbox:hover .title {
  color: #6568f4;
}

.cardbox:hover .bottom {
  opacity: 1;
  margin-top: 12px;
}

.boxtop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: 3;
  grid-row: 1;
  height: 220px;
  overflow: hidden;
}

.boxbottom:hover .photo,
.boxtop:hover .photo {
  margin-inline-end: -50%;
  transform: scale(0.9);
}

.boxbottom .photo,
.boxtop .photo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.5s ease-in-out 0s;
}

.cardbox .p-3 {
  padding-bottom: 0px !important;
}

.boxbottom .photo img,
.boxtop .photo img {
  max-width: 100%;
  max-height: 134px;
}

.boxtop:hover {
}

.boxbottom {
  grid-column: 3;
  grid-row: 2;
  height: 220px;
  margin-top: -44px;
  overflow: hidden;
}

.boxbot1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  grid-column: 2;
  grid-row: 2;
  padding: 16px;
  height: 176px;
  overflow: hidden;
}

.boxbot2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  grid-column: 1;
  grid-row: 2;
  padding: 16px;
  height: 176px;
  overflow: hidden;
}

.boxbot2 .photo,
.boxbot1 .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
}

.boxbot2 .photo img,
.boxbot1 .photo img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s ease-in-out 0s;
}

.boxbot1:hover .photo img,
.boxbot2:hover .photo img {
  transform: scale(0.8);
}

.cus-header .iconmeu {
  cursor: pointer;
  display: none;
}

.cus-header .iconmeu svg {
  width: 24px;
  height: 24px;
}

.cus-header .f-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cus-header .btnsearch {
  display: none;
  border-color: #6568f4;
  background: #6568f4;
  border-radius: 12px;
}

.cus-header .btnsearch:hover {
  background: #c5d92d;
  border-color: #c5d92d;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  right: 0;
  top: -100%;
  z-index: 1005;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
}

.mobile-menu.active {
  top: 0px;
}

/* pages */

.menu-page {
  position: absolute;
  width: 100%;
  height: calc(100% - 142px);
  top: 65px;
  right: 0;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  padding: 12px;
  padding-bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.menu-page.hide {
  right: 100%;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #f0f0fe;
}

.menu-header .bottoms {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-header .bottoms .language {
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
  border: 1px solid #e5e3ff;
  border-radius: 14px;
  background: #fff;
  width: 40px;
  height: 40px;
  font-weight: 400;
  cursor: pointer;
  margin: 0px;
}

.menu-header .bottoms .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: auto;
}

.menu-header .bottoms .dropdown .dropdown-toggle::after {
  display: none;
}

.menu-header .bottoms .dropdown .dropdown-toggle .photo {
  display: flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0px 4px 24px 0px #0000000d;
  border: 2px solid #fff;
  overflow: hidden;
}

.menu-header .bottoms .dropdown .dropdown-toggle p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 76px;
  font-weight: 400;
}

.menu-header .bottoms .dropdown .dropdown-toggle svg {
  max-width: 12px;
}

.menu-header .bottoms .dropdown .d-flex {
  align-items: center;
}

.menu-header .bottoms .dropdown .dropdown-menu.show {
  margin-top: 0px;
  right: 0px !important;
  left: auto !important;
  top: 48px !important;
  min-width: inherit;
  box-shadow: 0px 4px 24px 0px #0000000d;
  border-radius: 0px;
  width: 168px;
  padding: 12px 0px;
  transform: none !important;
  border: 0px;
  z-index: 12;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.menu-header .bottoms .dropdown .dropdown-menu.show:before {
  display: none;
}

.menu-header .bottoms .dropdown .dropdown-menu.show .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
  height: auto;
  border: 0px;
  margin: 0px;
  padding: 8px 12px !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 0px !important;
  background: none !important;
  font-size: 15px;
  text-transform: capitalize;
}

.menu-header .bottoms .dropdown .dropdown-menu.show .dropdown-item:active,
.menu-header .bottoms .dropdown .dropdown-menu.show .dropdown-item:hover {
  color: #c5d92d;
  background: #f7f8fa !important;
}

.menuitem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
}

.menuitem:last-child {
  margin: 0;
}

.menuitem .f-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}

.menuitem .f-menu .icon,
.mar-menus .item nav a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background: #f5f5ff;
  border-radius: 8px;
}

.mar-menus .item nav a .icon {
  background: #fff;
}

.mar-menus .item nav a .icon svg path {
  stroke: #6568f4;
}

.menuitem .arrow {
  rotate: 180deg;
}

.itembtns {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top: 1px solid #ebe7e8;
  padding: 12px;
  gap: 12px;
  width: 100%;
}

.itembtns .bottom {
  flex: 1;
  background: #6568f4;
  border-color: #6568f4;
}

.itembtns .bottom.no-bg {
  background: #fff;
  border-color: #e5e3ff;
  color: #000;
}

.menu-page .menu-header {
  padding: 0;
  border: 0;
  font-weight: 400;
  justify-content: flex-start;
  gap: 12px;
}

.menu-page .menu-header svg {
  rotate: 180deg;
}

.mar-menus {
  background: #f7f7fc;
  padding: 12px;
  border-radius: 16px;
  margin-top: 12px;
}

.mar-menus .item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.mar-menus .item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.mar-menus .item .title {
  color: #6568f4;
  font-size: 14px;
  margin-bottom: 12px;
}

.mar-menus .item nav a {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
  font-weight: 400;
}

.mar-menus .item nav a:last-child {
  margin: 0;
}

/* Responsive */

@media (max-width: 1600px) {
  .cus-header .menu {
    margin-left: 12px;
  }
}

@media (max-width: 1350px) {
  .cus-header .bottoms {
    zoom: 80%;
  }

  .cus-header {
    padding: 0px !important;
  }
}

@media (max-width: 1250px) {
  .cus-header .menu {
    zoom: 68%;
  }
}

.choosepath .minhead,
.howdoes .minhead,
.item-contact .minhead,
.item-guide .minhead,
.exclusively .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.choosepath .minhead .title {
  color: #6568f4;
}

.choosepath .minhead p,
.itemtext p,
.item-contact .minhead p,
.exclusively .minhead p {
  font-weight: 400;
}

.itemtext .bottoms {
  display: flex;
  gap: 8px;
}

.choosepath .nav-tabs,
.howdoes .nav-tabs {
  margin: 0px;
  justify-content: center;
  border: 0;
  background: #6568f4;
  gap: 4px;
  padding: 4px;
  border-radius: 60px;
}

.choosepath .nav-tabs li a,
.howdoes .nav-tabs li a {
  display: block;
  position: relative;
  min-width: 140px;
  padding: 0.4rem 1rem !important;
  background: none;
  text-align: center !important;
  font-weight: 500;
  border: 0px;
  border: 1px solid transparent;
  border-radius: 60px !important;
  color: #fff;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.choosepath .nav-tabs li a.active,
.choosepath .nav-tabs li a:hover,
.howdoes .nav-tabs li a.active,
.howdoes .nav-tabs li a.hover {
  background: #fff !important;
  color: #000;
}

.choosepath .rowbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 44px;
}

@media (max-width: 999px) {
  .choosepath .rowbox {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

.choosepath .rowbox .photo img {
  max-width: 100%;
  max-height: 100%;
}

.itemtext .title {
  color: #6568f4;
  font-size: 26px;
}

.itemtext .list,
.business-models .rowbox .item .list,
.item-support .itemtow .list,
.whetheryou .item .list {
  margin-top: 24px;
}

.item-support .itemtow .list,
.whetheryou .item .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.itemtext .list li,
.business-models .rowbox .item .list li,
.item-support .itemtow .list li,
.whetheryou .item .list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-weight: 400;
}

.itemtext .list li .icon,
.business-models .rowbox .item .list li .icon,
.item-support .itemtow .list li .icon,
.whetheryou .item .list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  gap: 4px;
  background: #5e597a33;
  border-radius: 50%;
}

.itemtext .bottom,
.business-models .rowbox .item .bottom,
.item-contact .minhead .bottom,
.item-support .itemtow .bottom,
.item-guide .minhead .bottom,
.exclusively .minhead .bottom,
.professionals .rowbox .item .bottom {
  padding: 12px 24px;
  height: auto;
  margin-top: 48px;
  background: #6568f4;
  border: 1px solid #6568f4;
  border-radius: 16px;
}

.item-guide .minhead .bottom svg {
  rotate: 180deg;
}

.business-models .title {
  justify-content: center;
}

.choosepath,
.business-models,
.howdoes,
.exclusively,
.item-guide,
.item-contact {
  margin-top: 184px;
}

.business-models .rowbox,
.item-contact .rowbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.business-models .rowbox {
  grid-template-columns: repeat(3, 348px);
  justify-content: center;
}

.item-contact .rowbox,
.whetheryou {
  grid-template-columns: repeat(2, 1fr);
}

.item-contact .rowbox .item {
  background: #ffffff;
  border: 1px solid #e5e3ff;
  border-radius: 24px;
  padding: 24px;
}

.item-contact .rowbox .item i.icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}

.item-contact .rowbox .item .title {
  justify-content: center;
  font-size: 26px;
  margin-top: 8px;
  text-align: center;
}

.item-contact .rowbox .item .date {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  gap: 4px;
}

.item-contact .rowbox .item .bottoms {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.item-contact .rowbox .item .bottoms a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #2e2c3a;
  background: #ffffff;
  border: 1px solid #e5e3ff;
  border-radius: 16px;
  font-weight: 500;
  font-size: 15px;
  padding: 6px 12px;
  transition: all 0.5s ease-in-out 0s;
}

.item-contact .rowbox .item .bottoms a.blue,
.item-contact .rowbox .item .bottoms a:hover {
  color: #6568f4;
  border: 1px solid #6568f4;
}

.business-models .rowbox .item {
  background: #f7f7fc;
  border: 1px solid #0000001f;
  padding: 20px;
  border-radius: 24px;
}

.business-models .rowbox .item .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 234px;
}

.business-models .rowbox .item .photo img {
  max-width: 100%;
  max-height: 100%;
}

.business-models .rowbox .item .title {
  font-size: 24px;
  margin-top: 24px;
  justify-content: flex-start;
  gap: 8px;
}

.business-models .rowbox .item .list {
  min-height: 284px;
}

.business-models .rowbox .item .bottom {
  width: 100%;
}

.howdoes .rowbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.howdoes .rowbox .item .photo {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.howdoes .rowbox .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.howdoes .rowbox .item .title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 500;
}

.howdoes .rowbox .item .title:hover {
  color: #6568f4;
}

.howdoes .rowbox .item p {
  font-weight: 400;
  margin-top: 8px;
}

.exclusively .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.exclusively .rowbox .item {
  padding: 32px 15px;
  border-radius: 10px;
  border: 1px solid #0000004d;
}

.exclusively .rowbox .item .icon,
.categories-projects .rowbox .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.exclusively .rowbox .item .title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.exclusively .rowbox .item:nth-child(1) .icon,
.exclusively .rowbox .item:nth-child(8) .icon {
  background: #6568f415;
}

.exclusively .rowbox .item:nth-child(2) .icon,
.exclusively .rowbox .item:nth-child(7) .icon {
  background: #15152815;
}

.exclusively .rowbox .item:nth-child(3) .icon,
.exclusively .rowbox .item:nth-child(6) .icon {
  background: #c5d92d15;
}

.exclusively .rowbox .item:nth-child(4) .icon,
.exclusively .rowbox .item:nth-child(5) .icon {
  background: #ffb80015;
}

.item-support {
  display: grid;
  grid-template-columns: 1fr 434px;
  gap: 56px;
  align-items: center;
  margin-top: 230px;
}

.item-support .item .logo img {
  max-width: 240px;
}

.item-support .item .title {
  margin-top: 16px;
  font-size: 30px;
}

.item-support .item p {
  font-weight: 400;
}

.item-support .platforms {
  margin-top: 32px;
}

.item-support .platforms .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.item-support .platforms .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 16px;
}

.item-support .platforms .logos a {
  display: flex;
  align-items: center;
  height: 46px;
}

.item-support .platforms .logos a img {
  max-width: 100px;
}

.item-support .itemtow .title {
  color: #6568f4;
  font-size: 24px;
  font-weight: 600;
}

.item-support .itemtow .bottom {
  width: 100%;
}

.item-features {
  margin-top: 230px;
}

.item-features .minhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.item-features .minhead p {
  color: #6568f4;
  font-weight: 400;
}

.item-features .minhead .top-bar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.item-features .minhead .top-bar .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0;
}

.item-features .minhead .top-bar .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.item-features .minhead .top-bar .switch .sliderswitch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6568f4;
  border-radius: 30px;
  transition: 0.3s;
}

.item-features .minhead .top-bar .switch .sliderswitch:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  right: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

.item-features .minhead .top-bar .switch input:checked + .sliderswitch {
  background: #f87171;
}

.item-features .minhead .top-bar .switch input:checked + .sliderswitch:before {
  transform: translateX(-26px);
}

.item-features .minhead .text1,
.item-features .minhead .text2 {
  font-weight: 400;
  color: #6568f4;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
  opacity: 1;
}

.item-features .minhead .text1 {
  margin: 0px;
}

.item-features .minhead .text2 {
  color: #b42318;
  margin-top: -28px;
  opacity: 0;
}

.item-features .minhead .text1.active-text {
  margin-bottom: -28px;
  opacity: 0;
}

.item-features .minhead .text2.active-text {
  margin: 0px;
  opacity: 1;
}

.item-features .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.item-features .featutab2 {
  display: none;
}

.item-features .rowbox .item {
  flex: 1;
  padding: 24px;
  background: #f5f5ff;
  border-radius: 10px;
}

.item-features .featutab2 .rowbox .item {
  background: #fff1ef;
}

.item-features .featutab2 .rowbox .item .title {
  color: #b42318;
}

.item-features .rowbox .item .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 204px;
}

.item-features .rowbox .item .photo img {
  max-width: 100%;
  max-height: 100%;
}

.item-features .rowbox .item .title {
  font-size: 18px;
  text-align: center !important;
  font-weight: 400;
  justify-content: center !important;
  margin-top: 12px;
  color: #5e597a;
}

.item-guide .inner,
.whetheryou {
  position: relative;
  background: #f5f5ff;
  border-radius: 32px;
  padding: 48px;
  margin-top: 24px;
  overflow: hidden;
}

.item-guide .inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, #f5f5ff 0%, rgba(245, 245, 255, 0) 100%);
  z-index: 1;
}

.item-guide .sliderguide {
  position: relative;
}

.item-guide .sliderguide .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  margin: 0px -8px;
}

.item-guide .sliderguide .slick-list .slick-track {
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  overflow: hidden;
}

.item-guide .sliderguide .slick-list .slick-track:after,
.item-guide .sliderguide .slick-list .slick-track:before {
  display: table;
  content: "";
}

.item-guide .sliderguide .slick-prev,
.item-guide .sliderguide .slick-next {
  position: absolute;
  top: 27%;
  cursor: pointer;
  border: 0px;
  padding: 0px;
  outline: none;
  font-size: 0px;
  background: #fff;
  opacity: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px #00000012;
  -moz-box-shadow: 0px 0px 20px #00000012;
  -o-box-shadow: 0px 0px 20px #00000012;
  -ms-box-shadow: 0px 0px 20px #00000012;
  box-shadow: 0px 0px 20px #00000012;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 5;
}

@media (max-width: 1199px) {
  .item-guide .sliderguide .slick-prev,
  .item-guide .sliderguide .slick-next {
    display: none !important;
  }

  .business-models .rowbox {
    grid-template-columns: repeat(3, 280px);
  }

  .item-slider .headtitle p,
  .item-slider .headtitle a {
    display: none;
  }
}

.item-guide .sliderguide .slick-prev svg,
.item-guide .sliderguide .slick-next svg {
  width: 16px;
  height: 16px;
  fill: #000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.item-guide .sliderguide .slick-prev:hover,
.item-guide .sliderguide .slick-next:hover {
  background: #6568f4;
}

.item-guide .sliderguide .slick-prev:hover svg,
.item-guide .sliderguide .slick-next:hover svg {
  fill: #fff;
}

.item-guide .sliderguide .slick-next {
  right: 0px;
}

.item-guide .sliderguide .slick-prev {
  right: 44px;
}

.item-guide .sliderguide .slick-dots {
  display: none !important;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.item-guide .sliderguide .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0px 2px;
  padding: 0px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
}

.item-guide .sliderguide .slick-dots li button {
  font-size: 0px;
  line-height: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border: 0px;
  outline: none;
  background: #15152833;
  border-radius: 50%;
  padding: 0px;
}

.item-guide .sliderguide .slick-dots li.slick-active {
  width: 40px;
  border-radius: 40px;
  background: #151528;
}

.item-guide .sliderguide .slick-dots li.slick-active button {
  background: none;
}

.item-guide .sliderguide:hover .slick-prev,
.item-guide .sliderguide:hover .slick-next {
  opacity: 1;
}

.item-guide .sliderguide .slick-prev {
  right: auto;
  left: 0px;
}

.item-guide .sliderguide .item {
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.item-guide .sliderguide .item .photo {
  display: block;
  width: 100%;
  height: 182px;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.item-guide .sliderguide .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-guide .sliderguide .item .title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  transition: all 0.5s ease-in-out 0s;
}

.item-guide .sliderguide .item .title:hover {
  color: #6568f4;
}

.item-guide .sliderguide .item .date {
  display: block;
  color: #9e9ea8;
  margin-top: 8px;
}

.slider-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 40px;
  height: 100%;
  margin: 0px auto;
  z-index: 10;
}

.slider-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #6568f4;
  border-top: 4px solid #6568f4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

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

.slick-loading {
  visibility: hidden;
}

.slick-loaded {
  visibility: visible;
  transition:
    visibility 0s 0s,
    opacity 0.3s ease;
}

.whetheryou,
.newfooter {
  margin-top: 184px;
}

.whetheryou .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.whetheryou .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whetheryou .item {
  position: relative;
  max-width: 50%;
}

.whetheryou .item .text {
  display: block;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}

.whetheryou .item .title,
.whetheryou .item .list li {
  color: #fff;
}

.whetheryou .item .list li .icon {
  background: #ffffff33;
}

.whetheryou .item .list li .icon svg path {
  stroke: #fff;
}

.whetheryou .item .des {
  font-weight: 400;
  margin-top: 70px;
  color: #fff;
}

.whetheryou .item .bottoms,
.item-project .inner .item .bottoms {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.whetheryou .item .bottoms a,
.item-project .inner .item .bottoms a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-weight: 400;
  border-radius: 10px;
  padding: 8px 12px;
  transition: all 0.5s ease-in-out 0s;
}

.whetheryou .item .bottoms a:hover,
.item-project .inner .item .bottoms a:hover {
  transform: translateY(-10px);
}

.whetheryou .item .bottoms a:nth-child(1) {
  background: #c5d92d;
}

.whetheryou .item .bottoms a:nth-child(2),
.item-project .inner .item .bottoms a:nth-child(2) {
  background: #6568f4;
}

.whetheryou .item .bottoms a:nth-child(3),
.whetheryou .item .bottoms a:hover,
.item-project .inner .item .bottoms a:nth-child(1) {
  color: #000;
  background: #fff;
}

.newfooter {
  background: #fff;
  border-top: 1px solid #0000001a;
  padding-top: 48px;
}

.newfooter .boxfot,
.newfooter .alllinks {
  margin-top: 0px;
}

.newfooter .alllinks .list a,
.newfooter .boxfot p {
  color: #151528;
}

.newfooter .alllinks .list a:hover {
  color: #6568f4;
}

.newfooter .getthings {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  width: 100%;
}

.newfooter .getthings .social {
  margin: 0;
  flex-wrap: wrap;
  gap: 8px;
  /* justify-content: space-between */
}

.cus-header .bottoms .language svg {
  margin: 0;
}

.newfooter .getthings .social a {
  background: #f5f5ff;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border-radius: 10px;
  margin: 0;
}

.newfooter .getthings .flex {
  background: #f5f5ff;
  border-radius: 16px;
  display: block;
  padding: 16px;
  margin-top: 16px;
}

.newfooter .getthings .flex .barcode {
  min-width: 82px;
  max-width: 82px;
  height: 82px;
  margin: 0;
  padding: 4px;
  overflow: hidden;
}

.newfooter .getthings .flex .title {
  color: #2e2c3a;
  font-size: 20px;
  margin-top: 12px;
}

.newfooter .getthings .flex p,
.newfooter .copyright p {
  color: #5e597a;
}

.newfooter .copyright {
  margin-top: 48px;
  border-top: 1px solid #0000001a;
}

.cus-header .pos-item .submenu .submenu-item .bottom:hover,
.itemcards .cardbox .bottom:hover,
.itemtext .bottom:hover,
.business-models .rowbox .item .bottom:hover,
.item-contact .minhead .bottom:hover,
.item-support .itemtow .bottom:hover,
.item-guide .minhead .bottom:hover,
.exclusively .minhead .bottom:hover,
.cus-header .bottoms .bottom:hover,
.scrollToTop,
.professionals .rowbox .item .bottom:hover {
  background: #4d4be2;
  border-color: #4d4be2;
  color: #fff;
}

@media (max-width: 999px) {
  .item-guide .sliderguide .slick-prev,
  .item-guide .sliderguide .slick-next,
  .item-guide .minhead .bottom,
  .item-guide .inner::before {
    display: none !important;
  }

  .item-guide .sliderguide .slick-dots {
    display: flex !important;
  }

  .cus-header {
    padding: 12px 0px !important;
  }

  .cus-header .navbar {
    background: #fff;
  }

  .cus-header .menu {
    margin-left: 0;
    padding-bottom: 24px;
  }

  .cus-header.sticky .menu-item {
    padding: 0;
  }

  .cus-header .itemlogomenu .logo img {
    max-width: 124px;
  }

  .cus-header .menu-link {
    font-size: 14px;
    padding: 4px 0px;
  }

  .cus-header .menu-item {
    position: relative;
    margin: 0 !important;
    padding: 0;
  }

  .cus-header .cusmenu {
    grid-template-columns: 1fr;
  }

  .cus-header .submenu {
    box-shadow: none;
    border-radius: 6px;
  }

  .cus-header .cusmenu .item {
    border-inline-end: 0;
  }

  .cus-header .submenu {
    width: 100%;
    border: 0;
  }

  .cus-header .cusmenu .item a {
    padding: 0px;
  }

  .cus-header .pos-item .submenu .submenu-item .bottom {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 0px 7px;
  }

  .cus-header .bottoms,
  .cus-header .menu {
    zoom: 100%;
  }

  .cus-header .menu .activelink .menu-link,
  .cus-header .menu .menu-item:hover .menu-link {
    background: #fff;
  }

  .item-slider,
  .itemcards,
  .choosepath,
  .choosepath .rowbox,
  .itemtext .bottom,
  .business-models .rowbox .item .bottom,
  .item-contact .minhead .bottom,
  .item-support .itemtow .bottom,
  .item-guide .minhead .bottom,
  .exclusively .minhead .bottom .business-models,
  .item-support,
  .item-features,
  .item-support .platforms,
  .whetheryou,
  .newfooter,
  .business-models,
  .howdoes,
  .exclusively,
  .itemtow,
  .item-guide,
  .item-contact {
    margin-top: 24px;
  }

  .itemcards {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(4, 120px);
  }

  .texthero {
    min-width: 100%;
  }

  .item-guide .inner,
  .whetheryou {
    padding: 24px;
  }

  .itemcards .hero {
    display: block;
    grid-column: 1;
    grid-row: 1 / 5;
    height: auto;
  }

  .itemtext .list li,
  .business-models .rowbox .item .list li,
  .item-support .itemtow .list li,
  .whetheryou .item .list li {
    margin-top: 12px;
  }

  .itemcards .hero .photo {
    min-width: 100%;
    height: auto;
  }

  .boxtop {
    display: flex;
    flex-direction: inherit;
    grid-column: 2;
    grid-row: 1;
    height: auto;
  }

  .boxbottom {
    display: flex;
    grid-column: 2;
    grid-row: 2;
    height: auto;
    margin: 0;
  }

  .boxbot1 {
    grid-column: 2;
    grid-row: 3;
    height: auto;
  }

  .boxbot2 {
    grid-column: 2;
    grid-row: 4;
    height: auto;
  }

  .itemcards .cardbox .bottom {
    opacity: 1;
    zoom: 80%;
    margin-top: 12px;
  }

  .texthero .title {
    min-height: 72px;
  }

  .itemcards .cardbox .title {
    font-size: 15px;
  }

  .cardbox .p-3,
  .cardbox .p-3 .title {
    text-align: center;
  }

  .whetheryou .item {
    max-width: 100%;
  }

  .item-support,
  .item-contact .rowbox {
    gap: 12px;
    margin-top: 24px;
  }

  .whetheryou {
    padding: 24px;
  }

  .choosepath .bottoms {
    zoom: 60%;
  }

  .business-models .rowbox .item .bottom,
  .itemtext .bottom,
  .item-contact .minhead .bottom,
  .item-support .itemtow .bottom {
    zoom: 80%;
  }

  .choosepath .nav-tabs {
    zoom: 75%;
  }

  .choosepath .bottoms .bottom {
    zoom: 100%;
  }

  .business-models .rowbox,
  .howdoes .rowbox,
  .item-features .rowbox {
    overflow: hidden;
    overflow-x: scroll;
    gap: 12px;
  }

  .business-models .rowbox {
    grid-template-columns: repeat(3, 280px);
    justify-content: flex-start;
  }

  .business-models .rowbox::-webkit-scrollbar,
  .howdoes .rowbox::-webkit-scrollbar,
  .item-features .rowbox::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .howdoes .rowbox .item,
  .item-features .rowbox .item {
    min-width: 280px;
    max-width: 280px;
  }

  .business-models .rowbox .item .title {
    font-size: 20px;
    gap: 8px;
  }

  .howdoes .rowbox .item .photo {
    height: 260px;
  }

  .item-contact .rowbox,
  .exclusively .rowbox {
    grid-template-columns: repeat(2, 1fr);
  }

  .item-support,
  .item-contact .rowbox,
  .whetheryou .item .list,
  .whetheryou {
    grid-template-columns: repeat(1, 1fr);
  }

  .item-support .item .title,
  .item-contact .rowbox .item .title {
    font-size: 24px;
  }

  .whetheryou,
  .newfooter .copyright,
  .whetheryou .item .des {
    margin-top: 24px;
  }

  .newfooter {
    padding-top: 24px;
  }

  .newfooter .boxfot {
    margin-bottom: 24px;
  }

  .newfooter .alllinks .inner,
  .newfooter .boxfot:last-child {
    margin: 0;
  }

  .newfooter .getthings .flex .barcode {
    margin: 0 auto;
  }

  .cus-header .itemlogomenu {
    justify-content: space-between;
  }

  .cus-header .navbar {
    display: none;
  }

  .cus-header .iconmeu,
  .mobile-menu {
    display: block;
  }

  .cus-header .btnsearch {
    display: flex;
  }

  .mobile-menu.active {
    top: 0px;
  }

  .herolanding .item .title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .itemcards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .itemcards .hero {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .boxtop {
    grid-column: 1;
    grid-row: 2;
  }

  .boxbottom {
    grid-column: 2;
    grid-row: 2;
  }

  .boxbot1 {
    grid-column: 1;
    grid-row: 3;
  }

  .boxbot2 {
    grid-column: 2;
    grid-row: 3;
  }
}

@media (max-width: 550px) {
  .itemcards,
  .item-support .itemtow .list {
    grid-template-columns: 1fr;
  }

  .itemcards .hero {
    grid-column: 1;
    grid-row: 1;
  }

  .boxtop {
    grid-column: 1;
    grid-row: 2;
    justify-content: space-between;
    align-items: center;
  }

  .boxbottom {
    grid-column: 1;
    grid-row: 3;
    justify-content: space-between;
    align-items: center;
  }

  .boxbot1 {
    grid-column: 1;
    grid-row: 4;
    justify-content: space-between;
  }

  .boxbot2 {
    grid-column: 1;
    grid-row: 5;
    justify-content: space-between;
  }

  .boxbot2 .photo,
  .boxbot1 .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 106px;
    max-width: 106px;
    height: auto;
  }

  .boxbot2 .text-center,
  .boxbot1 .text-center {
    text-align: start !important;
  }

  .cardbox .p-3,
  .cardbox .p-3 .title {
    text-align: start;
  }

  .boxbottom .photo img,
  .boxtop .photo img,
  .boxbot2 .photo img,
  .boxbot1 .photo img {
    min-height: 100px;
    max-height: 100px;
    object-fit: contain;
  }

  .itemcards .hero .photo img {
    height: auto;
  }

  .counter .it-counter span {
    font-size: 24px;
    line-height: 16px;
  }

  .counter .it-counter {
    min-width: 62px;
    padding: 24px 2px;
  }

  .itemoffers .listaction a {
    padding: 4px 8px;
  }

  .itemoffers .listaction {
    margin-top: 8px;
  }

  .itemoffers .box .box-header span {
    font-size: 16px;
  }

  .itemoffers .box .box-header {
    display: block;
    border-radius: 12px;
  }

  .header .bottoms .dropdown .dropdown-toggle .photo {
    margin: 0px;
  }

  .counter .it-counter p {
    font-size: 12px;
    line-height: 16px;
  }
}

/*///////////////////////////////////////////*/

.item-project {
  margin-top: 174px;
}

.item-project .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 24px;
  border-radius: 30px;
  padding-top: 80px;
  background: linear-gradient(107deg, #10092f 0%, #2e2559 100%);
  overflow: hidden;
}

.item-project .inner .item {
  position: relative;
}

.item-project .inner .item:first-child {
  padding: 40px;
}

.item-project .inner .item .title,
.item-project .inner .item p {
  color: #fff;
}

.item-project .inner .item .photo {
  width: 100%;
  height: 100%;
}

.item-project .inner .item .photo img {
  width: 100%;
  max-height: 100%;
}

.item-project .inner .item .textfees {
  position: absolute;

  background: #fff;
  color: #2a2c66;
  font-weight: 400;
  border-radius: 60px;
  padding: 8px 20px;
}

.item-project .inner .item .textfees:nth-child(1) {
  top: -45px;
  left: 72px;
}

.item-project .inner .item .textfees:nth-child(2) {
  top: 102px;
  left: 215px;
}

.item-project .inner .item .textfees:nth-child(3) {
  top: 204px;
  left: 0px;
}

.sophisticated,
.tech-digital,
.item-different {
  margin-top: 102px;
}

.sophisticated .title,
.tech-digital .title,
.item-different .title {
  justify-content: center;
}

.sophisticated .listsophis {
  display: grid;
  list-style: none;
  justify-content: center;
  counter-reset: item;
  padding: 0;
  margin: 0;
  grid-template-columns: repeat(3, 290px);
  gap: 10px;
  margin-top: 24px;
}

.sophisticated .listsophis li {
  position: relative;

  counter-increment: item;
  padding: 20px;
  background: #f5f5ff;

  border-radius: 20px;
}

.sophisticated .listsophis li::before {
  content: counter(item);
  width: 48px;
  height: 48px;
  background: #6568f4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.sophisticated .listsophis li .title {
  margin-top: 24px;
  color: #2e2c3a;
  font-size: 20px;
  font-weight: 600;
  justify-content: flex-start;
}

.sophisticated .listsophis li p {
  margin-top: 8px;
  font-weight: 400;
}

.sophisticated .listsophis li p.textlist {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 22px;
}

.sophisticated .listsophis li p.textlist svg {
  min-width: 12px;
  max-width: 12px;
  height: 9px;
}

.growing {
  margin-top: 80px;
}

.growing .title {
  justify-content: center;
}

.growing .rowbox .item {
  border: 1px solid #e5e7eb;
}

.growing .rowbox .item .icon {
  background: #6568f41a !important;
}

.growing .rowbox .item .title {
  font-size: 15px;
  font-weight: 400;
  justify-content: flex-start;
}

.surprises {
  margin-top: 62px;
}

.surprises .rowbox {
  grid-template-columns: repeat(2, 348px);
  margin-top: 62px;
}

.surprises .rowbox .item .list {
  min-height: 194px;
}

.surprises .rowbox .item .bottom.btnwight {
  margin-top: 12px;
  border: 1px solid #e5e3ff;
  background: #fff;
  color: #2e2c3a;
}

.surprises .rowbox .item .bottom.btnwight:hover {
  background: #e5e3ff;
}

.itemtransparent {
  margin-top: 48px;
}

.itemtransparent .rowbox {
  margin-top: 52px;
}

.itemtransparent .rowbox .item {
  background: #fff;
  border: 1px solid #e5e7eb;
}

.itemtransparent .rowbox .item p {
  text-align: center !important;
  font-size: 14px;
  font-weight: 400;
}

.itemtransparent .rowbox .item strong {
  text-align: center !important;
  color: #151528;
  font-size: 32px;
  font-weight: 800;
  display: block;
  margin: 12px 0px;
}

.itemtransparent .rowbox .item:first-child {
  background: #6568f4;
  border: 1px solid #6568f4;
}

.itemtransparent .rowbox .item:first-child p,
.itemtransparent .rowbox .item:first-child strong {
  color: #fff;
}

.categories-projects {
  margin-top: 194px;
}

.categories-projects .title {
  justify-content: center;
}

.categories-projects .rowbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.categories-projects .rowbox .item {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-top: 32px;
}

.categories-projects .rowbox .item .icon {
  background: #6568f41a;
}

.categories-projects .rowbox .item .title {
  font-size: 15px;
  font-weight: 400;
  justify-content: flex-start;
}

.professionals {
  margin-top: 220px;
}

.professionals .rowbox {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.professionals .rowbox .item {
  position: relative;
  text-align: center;
}

.professionals .rowbox .item .title,
.itemterm .title,
.num-businesses .title {
  justify-content: center;
}

.professionals .rowbox .item .bottom {
  margin-top: 24px;
}

.professionals .rowbox .item .photo {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.professionals .rowbox .item .photo img {
  max-width: 296px;
  max-height: 234px;
}

.professionals .rowbox .item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 24px;
}

.professionals .rowbox .item ul li {
  background: #f8f9fa;
  border-radius: 16px;
  text-align: center;
  padding: 20px;
  max-width: 282px;
  height: 144px;
}

.professionals .rowbox .item ul li .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #6568f4;
}

.professionals .rowbox .item ul li .title {
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}

.professionals .rowbox .item ul li:nth-child(1) {
  margin: 30px 0px 0px 30px;
}

.professionals .rowbox .item ul li:nth-child(2) {
  margin-top: -8px;
}

.professionals .rowbox .item ul li:nth-child(3) {
  bottom: 0;
  left: 0;
}

.professionals .rowbox .item ul li:nth-child(4) {
  bottom: 0;
  right: 0;
}

.itemterm,
.num-businesses {
  margin-top: 140px;
}

.itemterm .rowbox,
.num-businesses .rowbox {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 384px);
  gap: 24px;
  margin-top: 50px;
}

.itemterm .rowbox .item,
.num-businesses .rowbox .item {
  border-radius: 20px;
  background: #f5f5ff;
  padding: 24px;
  border: 1px solid #ffffff1a;
}

.num-businesses .rowbox .item {
  background: #fff;
  border: 1px solid #6568f433;
}

.num-businesses .rowbox .item .number {
  text-align: center !important;
  color: #6568f4;
  font-size: 48px;
  font-weight: 800;
}

.num-businesses .rowbox .item p {
  text-align: center !important;
  margin-top: 8px;
  font-weight: 400;
}

.itemterm .rowbox .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.itemterm .rowbox .item:nth-child(1) .icon {
  background: #ffb800;
}

.itemterm .rowbox .item:nth-child(2) .icon {
  background: #c5d92d;
}

.itemterm .rowbox .item:nth-child(3) .icon {
  background: #6568f4;
}

.itemterm .rowbox .item .title {
  font-size: 18px;
  margin-top: 20px;
}

.itemterm .rowbox .item .bottom {
  width: 100%;
  border-radius: 12px;
  margin-top: 20px;
  min-height: 45px;
  background: #fff;
  border: 0;
  color: #151528;
  gap: 8px;
  font-size: 14px;
}

.itemterm .rowbox .item .bottom:hover {
  background: #e5e3ff;
}

.itemsmarter p {
  color: #fff;
  font-weight: 400;
  margin-top: 12px;
}

.itemsmarter .item .bottoms a:nth-child(1) {
  background: #6568f4;
}

.itemsmarter .item .bottoms a:nth-child(2) {
  border: 1px solid #ffffff;
  background: #ffffff1a;
}

.itemsmarter .item .bottoms a:hover {
  color: #fff;
}

/**************************************/

.item-project .whetheryou .text,
.item-project .whetheryou .title {
  color: #151528;
}

.item-project .whetheryou p {
  color: #151528;
  font-weight: 400;
  margin-top: 8px;
}

.item-project .whetheryou .bottoms a:nth-child(1) {
  background: #6568f4;
  color: #fff !important;
}
.item-project .whetheryou .bottoms a:nth-child(2) {
  background: #fff;
  color: #000 !important;
}

.item-project .whetheryou .listitems {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.item-project .whetheryou .listitems li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}

.tech-digital .rowbox {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 295px);
  gap: 12px;
  margin-top: 24px;
}

.tech-digital .rowbox .item {
  background: #f5f5ff;
  padding: 24px;
  text-align: center;
  border-radius: 10px;
}
.tech-digital .rowbox .item .title {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}

.item-different .rowbox {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 584px);
  gap: 12px;
  margin-top: 48px;
}
.item-different .rowbox .item {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
}
.item-different .rowbox .item .flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.item-different .rowbox .item .flex .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 10px;
}
.item-different .rowbox .item .flex span {
  font-weight: 400;
}

.item-different .rowbox .item .flex .title {
  font-size: 24px;
  font-weight: 600;
}
.item-different .rowbox .item .text {
  font-weight: 400;
  margin-top: 24px;
}

.item-different .rowbox .item .focused {
  margin-top: 24px;
}

.item-different .rowbox .item .focused .title,
.item-different .rowbox .item .advantage .title,
.item-different .rowbox .item .idealfor .title {
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
}

.item-different .rowbox .item .focused .list {
  min-height: 208px;
}

.item-different .rowbox .item .focused .list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 400;
}

.item-different .rowbox .item .focused .list .icon {
  display: flex;
  align-items: center;
  background: none;
  height: 20px;
}

.item-different .rowbox .item .advantage,
.item-different .rowbox .item .idealfor {
  border-radius: 12px;
  padding: 20px;
  margin-top: 24px;
}

.item-different .rowbox .item .advantage p {
  font-weight: 400;
  margin-top: 8px;
}

.item-different .rowbox .item .idealfor {
  background: #f8f9fa;
}

.item-different .rowbox .item .idealfor ul {
  margin-top: 12px;
}

.item-different .rowbox .item .idealfor ul li {
  position: relative;
  font-weight: 400;
  margin-top: 8px;
  padding-inline-start: 12px;
}

.item-different .rowbox .item .idealfor ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: #c5d92d;
  border-radius: 50%;
}

.item-different .rowbox .item .bottom {
  width: 100%;
  min-height: 45px;
  border-radius: 12px;
  margin-top: 12px;
}

.item-different .rowbox .item .bottom.btnwight {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #000;
}

.item-different .rowbox .item .bottom.btnwight:hover {
  border-color: #c5d92d;
  color: #c5d92d;
}

.item-different .rowbox .item:nth-child(1) {
  border: 1px solid #c5d92d;
}

.item-different .rowbox .item:nth-child(1) .advantage {
  background: #c5d92d1a;
}

.item-different .rowbox .item:nth-child(2) {
  border: 1px solid #6568f4;
}

.item-different .rowbox .item:nth-child(1) .icon {
  background: #c5d92d;
}

.item-different .rowbox .item:nth-child(2) .icon {
  background: #6568f4;
}

.item-different .rowbox .item:nth-child(2) .advantage {
  background: #6568f41a;
}
.item-different .rowbox .item:nth-child(2) .bottom {
  border-color: #6568f4;
  background: #6568f4;
}
.item-different .rowbox .item:nth-child(2) .bottom:hover {
  background: #4d4be2;
  border-color: #4d4be2;
}

.categories-employment,
.item-organized {
  margin-top: 160px;
}

.item-industries {
  margin-top: 118px;
}

.categories-employment .title,
.item-organized .title,
.item-industries .title {
  justify-content: center;
}

.categories-employment .inner {
  margin: 0 auto;
  max-width: 1198px;
  border: 1px solid #6568f433;
  padding: 32px;
  border-radius: 24px;
  margin-top: 38px;
}

.categories-employment .inner .title {
  font-size: 24px;
}

.categories-employment .rowbox {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.categories-employment .rowbox .item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}

.categories-employment .rowbox .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6568f4;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 10px;
}

.categories-employment .rowbox .item .title {
  font-size: 15px;
  font-weight: 500;
}

.categories-employment .nots,
.itemenvironment .nots {
  text-align: center !important;
  margin-top: 48px;
  color: #6568f4;
  font-size: 18px;
  font-weight: 600;
}
.itemenvironment .nots {
  color: #5b5b5be5;
}

.item-organized .listsophis {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 24px auto 0 auto;
  max-width: 1198px;
  counter-reset: item;
  padding: 0;
  gap: 16px;
  overflow: hidden;
  overflow-x: scroll;
}

.item-organized .listsophis::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 98%;
  height: 4px;
  background: linear-gradient(180deg, #6568f4 0%, #c5d92d 50%, #6568f4 100%);
}

.item-organized .listsophis::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.item-organized .listsophis li {
  position: relative;
  counter-increment: item;
  min-width: 226px;
  max-width: 226px;
}
.item-organized .listsophis li .inner {
  min-height: 180px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  margin-top: 16px;
}

.item-organized .listsophis li::before {
  content: counter(item);
  width: 48px;
  height: 48px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  box-shadow: 0px 10px 15px -3px #0000001a;
}

.item-organized .listsophis li:nth-child(1):before,
.item-organized .listsophis li:nth-child(4):before {
  background: #6568f4;
}
.item-organized .listsophis li:nth-child(2):before,
.item-organized .listsophis li:nth-child(5):before {
  background: #c5d92d;
}
.item-organized .listsophis li:nth-child(3):before {
  background: #ffb800;
}

.item-organized .listsophis li .title {
  color: #2e2c3a;
  font-size: 16px;
  font-weight: 600;
  text-align: center !important;
}

.item-organized .listsophis li p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center !important;
}

.item-industries .rowbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 48px auto 0 auto;
  max-width: 1198px;
  gap: 16px;
}

.item-industries .rowbox .item {
  display: flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  background: #f8f9fa;
  padding: 24px;
  border-radius: 16px;
  gap: 8px;
}

.item-industries .rowbox .item .title {
  font-size: 15px;
  font-weight: 500;
}

.item-industries .bottom {
  display: block;
  margin: 24px auto 0 auto;
  max-width: 1198px;
  background: #6568f4;
  border: 1px solid #6568f4;
  border-radius: 12px;
  height: auto;
  padding: 24px 12px;
  text-align: center !important;
}

.item-industries .bottom:hover {
  background: #4d4be2;
  border-color: #4d4be2;
}

.itemenvironment .rowbox {
  grid-template-columns: repeat(3, 1fr);
}
.itemenvironment .rowbox .item {
  background: #f5f5ff;
  border: 1px solid #ffffff1a;
}

.itemenvironment .rowbox .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6568f4;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 10px;
}

.itemsfaqs {
  margin-top: 118px;
  padding: 0 !important;
}

.itemsfaqs .title {
  justify-content: flex-start;
}

.itemsfaqs .inner {
  margin: 48px auto 0 auto;
  max-width: 1198px;
}

.itemsfaqs .inner .accordion {
  margin-top: 24px;
}
.itemsfaqs .accordion .option {
  margin-bottom: 16px;
  border-radius: 0;
  border: 0;
  background: none;
}
.itemsfaqs .accordion .option:last-child {
  margin: 0;
}
.itemsfaqs .accordion .option .click-title a {
  padding: 0;
  padding-inline-start: 34px;
  font-size: 16px;
}

.itemsfaqs .collapsible-link::before {
  right: auto;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/faq-1.svg) no-repeat center center;
}

.itemsfaqs .accordion .option .text {
  padding: 0;
  padding-inline-start: 34px;
}

@media (max-width: 1199px) {
  .item-project,
  .sophisticated,
  .growing,
  .surprises,
  .surprises .rowbox,
  .categories-projects,
  .professionals,
  .itemterm,
  .num-businesses,
  .tech-digital,
  .item-different,
  .categories-employment,
  .item-organized,
  .item-industries,
  .itemsfaqs {
    margin-top: 48px;
  }
  .item-organized .listsophis,
  .categories-employment .inner,
  .itemsfaqs .inner {
    min-width: 100%;
  }
  .sophisticated .listsophis {
    display: grid;
    overflow: hidden;
    overflow-x: scroll;
    justify-content: flex-start;
    grid-template-columns: repeat(6, 280px);
  }

  .itemterm .rowbox,
  .num-businesses .rowbox {
    overflow: hidden;
    overflow-x: scroll;
    grid-template-columns: repeat(3, 280px);
    gap: 12px;
  }

  .surprises .rowbox {
    grid-template-columns: repeat(2, 280px);
  }
  .item-different .rowbox {
    grid-template-columns: repeat(2, 380px);
  }

  .tech-digital .rowbox {
    overflow: hidden;
    overflow-x: scroll;
    grid-template-columns: repeat(8, 280px);
  }
  .item-different .rowbox {
    overflow: hidden;
    overflow-x: scroll;
  }

  .sophisticated .listsophis::-webkit-scrollbar,
  .itemterm .rowbox::-webkit-scrollbar,
  .tech-digital .rowbox::-webkit-scrollbar,
  .item-different .rowbox::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .item-organized .listsophis::before {
    display: none;
  }
  .item-industries .rowbox {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 999px) {
  .item-project,
  .sophisticated,
  .growing,
  .surprises,
  .surprises .rowbox,
  .itemtransparent,
  .itemtransparent .rowbox,
  .categories-projects,
  .categories-projects .rowbox,
  .professionals,
  .itemterm,
  .itemterm .rowbox,
  .num-businesses,
  .num-businesses .rowbox,
  .tech-digital,
  .item-different,
  .item-different .rowbox,
  .categories-employment,
  .categories-employment .inner,
  .categories-employment .rowbox .item,
  .categories-employment .nots,
  .item-organized,
  .item-industries,
  .item-industries .rowbox,
  .itemenvironment .nots,
  .itemsfaqs {
    margin-top: 24px;
  }
  .item-industries .bottom {
    padding: 12px;
  }
  .item-project .inner {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }
  .categories-employment .inner {
    padding: 24px;
  }

  .professionals .rowbox,
  .num-businesses .rowbox,
  .categories-employment .rowbox {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .categories-employment .nots,
  .itemenvironment .nots {
    font-size: 16px;
  }

  .categories-projects .rowbox .item {
    margin-top: 0px;
  }

  .item-project .inner .item .textfees {
    display: none;
  }

  .item-project .inner .item:first-child {
    padding: 24px;
    padding-top: 0;
  }

  .item-different .rowbox,
  .num-businesses .rowbox,
  .itemterm .rowbox {
    justify-content: flex-start;
  }
  .item-industries .rowbox {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .professionals .rowbox .item .photo {
    display: none;
  }

  .professionals .rowbox .item ul {
    gap: 12px;
  }

  .professionals .rowbox .item ul li:nth-child(1),
  .professionals .rowbox .item ul li:nth-child(2) {
    margin: 0;
  }
  .item-industries .rowbox {
    grid-template-columns: repeat(1, 1fr);
  }
}
