/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #07171D;
}

body {
  color: #181818;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}



/* ----------------------------------------- HEADER AREA START ------------------------ */

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

.main__menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.main__menu ul li a {
  display: block;
  color: #18181B;
  font-weight: 500;
  transition: .3s all;
}

.header__btn a {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}

.header__btn a {
  font-size: 14px;
  padding: 9px 16px;
  display: inline-block;
  background-color: #18181B;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #18181B;
  transition: .3s all;
}

.header__right__blk {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__area {
  padding-top: 8px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E4E4E7;
  background: #fff;
}

.job__details__header .container {
  max-width: 1544px;
}

.common__page__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.main__menu ul li a:hover {
  color: #D3C269;
}

.header__btn a:hover {
	background-color: #383838;
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- JOB BOARD AREA START ------------------------ */

.job__board__area {
  padding-top: 50px;
  padding-bottom: 120px;
}

.job__btns {
  padding: 30px 0;
  border-top: 1px solid #0000001A;
  margin: 0;
}

.job__board__post {
  border: 1px solid #FFE347;
  border-radius: 8px;
  padding: 20px;
  background: #FFF7D1;
  margin-bottom: 28px;
}

.job__board__post h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #18181B;
}

.job__board__post p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #18181B;
  margin-bottom: 12px;
}

.job__board__inner__blk .row {
  --bs-gutter-x: 120px;
  --bs-gutter-y: 50px;
}

.job__board__title h1 {
  font-size: 47px;
  margin-bottom: 10px;
  line-height: 57px;
  color: #18181B;
  font-weight: 800;
}

.job__board__title p {
  color: #18181B;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}

.job__board__title {
  max-width: 800px;
  margin-bottom: 50px;
}

.job__board__body .job__board__title {
  max-width: 885px;
}

.job__card__content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.job__card__content p {
  font-size: 14px;
  color: #71717A;
  margin: 0;
  font-weight: 400;
}

.job__card__badges span {
  font-size: 12px;
  font-weight: 300;
  color: #FAFAFA;
  display: inline-block;
  padding: 2px 10px;
  background: #18181B;
  border-radius: 30px;
}

.job__card__content__block {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.single__job__card {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  cursor: pointer;
  background-color: #fff;
  transition: .3s all;
}

.single__job__card__block {
  background-color: transparent;
  padding: 2px;
  border-radius: 11px;
  transition: .3s all;
}

.single__job__card__block:hover {
  background-color: #FFE347;
}

.single__job__card__block:hover .single__job__card {
  border-color: transparent;
}

.job__card__wrapper .single__job__card__block:not(:nth-child(1)) {
  margin-top: 13px;
}

.filter__text h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  color: #18181B;
}

.filter__text {
  margin-bottom: 24px;
}

.job__board__form {
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #DADCE0;
  background-color: #FFFFFF;
}

.single__job__post label {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 12px;
}

.single__job__post input {
  width: 100%;
  padding: 7px 8px;
  color: #71717A;
  font-size: 15px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #E4E4E7;
}

.single__job__post {
  margin-bottom: 24px;
}

.job__post__check {
  margin-bottom: 18px;
}

.job__post__check .checkbox-dd .container-dd .check_text {
  top: -3px !important;
}

.job__check__text h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  color: #18181B;
}

.job__check__text {
  margin-bottom: 16px;
  margin-top: 24px;
}

.job__post__check__blk {
  margin-bottom: 24px;
}

.job__post__select__blk .row {
  --bs-gutter-x: 12px;
}

.job__post__select__blk .product__select {
  margin: 0;
}

.job__post__select__blk {
  padding-bottom: 30px;
  border-bottom: 1px solid #DADCE0;
  margin-bottom: 20px;
}

/* ----------------------------------------- JOB BOARD AREA END ------------------------ */


/* ----------------------------------------- CATEGORIE AREA START ------------------------ */
.category__area {
  padding-bottom: 80px;
}

.category__btns a {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #18181B;
  background: #F4F4F5;
  padding: 4px 10px;
  border-radius: 30px;
  transition: .3s all;
}

.category__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.category__btns a:hover {
  background: #181818;
  color: #fff;
}

.inspiration__btns {
  justify-content: center;
}

.category__top__blk {
  border-bottom: 1px solid #0000001A;
  padding-bottom: 28px;
  margin-top: 64px;
}

.category__top__blk .job__board__title {
  margin: 0;
  max-width: 921px;
}

.subscribe__blk form label {
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  font-weight: 500;
  margin-bottom: 12px;
}

.subscribe__blk input {
  font-size: 14px;
  line-height: 22px;
  color: #181818;
  font-weight: 400;
  margin-bottom: 12px;
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #7E7E80;
}

.common__btn {
  font-size: 15px;
  line-height: 20px;
  background: #181818;
  font-weight: 400;
  border-radius: 5px;
  transition: .3s all;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border: 1px solid #18181B;
  text-align: center;
}

.common__btn:hover {
  background: #383838;
}

.job_post_btn {
  width: 160px;
  height: 40px;
}

.subscribe__check {
  display: flex;
  align-items: center;
  gap: 12px;
}

.subscribe__btn__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.subscribe__blk {
  background: #FFF7D1;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #FFE347;
}

.category__top__blk .row {
  --bs-gutter-x: 62px;
  --bs-gutter-y: 50px;
}

.subscribe__check .checkbox-dd .container-dd {
  margin: 0;
  padding-left: 26px;
  display: flex;
  top: 5px;
}

.subscribe__check .checkbox-dd .container-dd .check_text {
  font-size: 14px;
  font-weight: 500;
  color: #18181B;
  top: -3px;
}

.subscribe__check .checkbox-dd .container-dd .checkmark::after {
  left: 5px;
  top: 1px;
  height: 10px;
  width: 5px;
}

.subscribe__check .checkbox-dd .checkmark {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  border-color: #24221A;
}

.subscribe__check .checkbox-dd .container-dd input:checked~.checkmark {
  background: #181818;
  border-color: #181818;
  border-radius: 3px;
}

.category__title__blk {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.category__title h3 {
  margin: 0;
}

.single__category__wrapper .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 26px;
}

.category__product__wrapper {
  margin-top: 45px;
}

.product__card {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  min-height: 350px !important;
}

.product__thumb img {
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__thumb {
  width: 100%;
}

.product__card__contents {
  padding: 20px;
}

.product__card__contents h4 {
  color: #18181B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}

.product__card__contents p {
  color: #18181B;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px;
}

.more__btn {
  color: #405FF2;
  text-decoration: underline;
  font-weight: 400;
  line-height: 20px;
  transition: .3s all;
}

.more__btn:hover {
  color: #18181B;
  text-decoration: underline;
}

.single__category__wrapper {
  margin-top: 44px;
}

.pagination__blk {
  margin-top: 44px;
}

.page-link {
  color: #18181B;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding: 12px 17px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.page-link span {
  font-size: 12px;
}

.page-link:hover {
  border-color: #E4E4E7;
  color: #18181B;
  background: transparent;
}

.design__card__wrapper {
  margin-top: 62px;
}

.design__card__wrapper .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}

.single__design__card {
  padding: 20px;
  border: 1px solid #00000033;
  border-radius: 8px;
}

.design__card__content h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #18181B;
}

.design__card__content p {
  color: #18181B;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin: 0;
}

.design__card__content {
  margin-bottom: 20px;
}

.design__card__btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.submit__btns {
  margin-top: 35px;
  margin-bottom: 25px;
  border-top: 1px solid #CCCABE;
  padding-top: 20px;
}

.common__btn a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background: #181818;
  padding: 10px 16px;
  border-radius: 6px;
  transition: .3s all;
}

.common__btn a:hover {
  background: #F4F4F5;
  color: #18181B;
}


.secondary__btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: #F4F4F5;
  color: #18181B;
  padding: 10px 10px;
  border-radius: 6px;
  transition: .3s all;
}

.secondary__btn:hover {
  background: #181818;
  color: #FFFFFF;
}

/* ----------------------------------------- CATEGORIE AREA END ------------------------ */


/* ----------------------------------------- INSPIRATION AREA START ------------------------ */

.inspiration__top__blk {
  display: flex;
  align-items: center;
  gap: 25px;
}

.inspiration__wrapper .row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 25px;
}

.inspiration__texts h3 {
  font-size: 24px;
  line-height: 32px;
  color: #181818;
  font-weight: 600;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.inspiration__texts h3 span {
  font-size: 14px;
  color: #fff;
  background: #181818;
  border-radius: 30px;
  display: flex;
  width: 90px;
  height: 20px;
  justify-content: center;
  align-items: center;
}

.inspiration__texts p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration-skip-ink: none;
  color: #181818;
  margin: 0;
}

.inspiration__pp {
  width: 54px;
  height: 54px;
}

.inspiration__pp img {
  border-radius: 12px;
}

.single__inspiration__wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #00000033;
  margin-bottom: 45px;
}

.inspiration__wrapper {
  margin-top: 45px;
}

.view__btn a {
  color: #181818;
}

.view__btn a:hover {
  color: #405FF2;
}

.view__btn {
  padding-top: 25px;
}

/* ----------------------------------------- INSPIRATION AREA END ------------------------ */


/* ----------------------------------------- PRODUCT DETAILS AREA START ------------------------ */
.product__details__wrapper {
  margin-bottom: 100px;
}

.product__details__wrapper>.row {
  --bs-gutter-x: 85px;
  --bs-gutter-y: 35px;
}

.product__details__name ul li a {
  line-height: 28px;
  text-decoration-skip-ink: none;
  font-family: Inter;
  color: #181818;
  font-weight: 400;
  text-decoration: underline;
}

.product__details__name ul {
  display: flex;
  align-items: center;
  gap: 11px;
}

.product__details__name ul li a:hover {
  text-decoration: underline;
  font-weight: 600;
}

.product__details__name {
  margin-bottom: 30px;
}

.product__details__area {
  padding-top: 32px;
  padding-bottom: 72px;
}

.single__product__list {
  display: flex;
  gap: 10px;
}

.product__details__contents p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  /*margin: 0;*/
  color: #181818;
}

.product__details__contents h4 {
  font-weight: 600;
  color: #181818;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 25px;
}

.product__modal>button {
  font-size: 14px;
  display: flex;
  background: #18181B;
  border-radius: 6px;
  color: #fff;
  transition: .3s all;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  width: 230px;
  height: 40px;
}

.product__modal>button:hover {
  background: #737373;
}

.product__modal button span {
  width: 24px;
  height: 24px;
}

.product__modal {
  margin-top: 32px;
}

.product__modal .modal-body {
  padding: 70px 100px;
}

.product__modal .modal-dialog {
  max-width: 1500px;
}

.product__modal .modal-content {
  border-radius: 0;
}

.product__modal .modal-header {
  border: 0;
  padding: 30px 50px;
  padding-bottom: 0;
}

.product__modal .btn-close {
  border: 1px solid #181818;
  border-radius: 50px;
}

.product__details__list {
  margin-top: 25px;
}

.single__product__list p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  color: #181818;
}

.product__details__content__blk {
  margin-bottom: 100px;
}

.product__details__products .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 30px;
}

.product__details__texts h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 38.4px;
  text-align: left;
  color: #18181B;
  margin-bottom: 8px;
}

.product__details__texts p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  margin: 0;
  color: #181818;
}

.product__name__blk {
  display: flex;
  align-items: center;
  gap: 24px;
}

.product__details__img {
  width: 64px;
  height: 64px;
}

.product__details__img img {
  border-radius: 8px;
}

.product__details__top {
  padding-bottom: 48px;
  border-bottom: 1px solid #00000033;
  margin-bottom: 42px;
}

.product__details__top .row {
  --bs-gutter-x: 85px;
  --bs-gutter-y: 30px;
}

.product__name__link h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 19.2px;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
  color: #18181B;
}

.product__name__link {
  background: #fff;
  padding: 30px;
  border: 1px solid #0000004D;
  border-radius: 5px;
}

.tags__btn__blk h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 16px;
  color: #18181B;
}

.tags__btn__blk {
  padding: 20px;
  border: 1px solid #9999994D;
  border-radius: 8px;
  margin-bottom: 24px;
}

.product__search input {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #18181B;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #E4E4E7;
  border-radius: 5px;
  margin-bottom: 16px;
}

.product__select .nice-select {
  color: #18181B;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  border: 1px solid #E4E4E7;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.product__select .nice-select::after {
  width: 8px;
  height: 8px;
  border-color: #71717A;
}

.product__search__blk {
  padding: 20px;
  border: 1px solid #FFE347;
  background: #FFE34733;
  border-radius: 8px;
}

.product__select {
  height: 40px;
  margin-bottom: 17px;
}

/* ----------------------------------------- PRODUCT DETAILS AREA END ------------------------ */


/* ----------------------------------------- BLOG AREA START ------------------------ */
.blog__category__wrapper .row {
  --bs-gutter-y: 42px;
}

/* ----------------------------------------- BLOG AREA END ------------------------ */



/* ----------------------------------------- JOB DETAILS AREA START ------------------------ */
.job__details__area {
  padding-top: 50px;
  padding-bottom: 100px;
}

.job__details__area .container {
  max-width: 1544px;
}

.job__details__inner__blk .row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 30px;
}

.job__location {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.job__location .category__btns {
  margin: 0;
}

.job__location .category__btns a {
  background: #18181B;
  color: #fff;
}

.job__location .category__btns a:hover {
  background: #FFE347;
  color: #18181B;
}

.job_list_menu ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #18181B;
  transition: .3s all;
  text-decoration: underline;
}

.job_list_menu ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.job__listing__menu__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.job_list_menu ul li a:hover {
	color: #0000D9;
}

.job__list__texts h3 {
  font-weight: 600;
  line-height: 20px;
  color: #181818;
  font-size: 16px;
  margin-bottom: 16px;
}

.job_list_btns a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #181818;
  transition: .3s all;
  display: flex;
  align-items: center;
  gap: 14px;
}

.job_list_btns {
  display: flex;
  align-items: center;
  gap: 35px;
}

.job_list_btns a span img {
  height: 20px;
  margin-top: -6px;
}

.job__list__top {
  padding: 20px;
  border: 1px solid #9999994D;
  border-radius: 8px;
  margin-bottom: 25px;
}

.job_list_btns small {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #181818;
  display: flex;
  align-items: center;
  gap: 14px;
}

.job_list_btns small a {
  text-decoration: underline;
}

.job_list_btns small a:hover {
	color: #0000D9;
}

.overview__list__blk {
  padding: 30px 0;
}

.overview__content__blk {
  padding: 0 40px;
}

.company__overview {
  border: 1px solid #9999994D;
  border-radius: 8px;
  padding-top: 30px;
}

.overview__text h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  color: #000;
}

.overview__text {
  padding: 20px;
  padding-top: 0;
}

.overview__border {
  border-bottom: 1px solid #9999997D;
  margin: 30px 0;
}

.single__key__details p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #181818;
  margin: 0;
  width: 345px;
  flex: 0 0 auto;
}

.single__key__details h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  color: #181818;
}

.single__key__details {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-top: 1px solid #00000033;
 /* border-bottom: 1px solid #00000033;*/
}

.key__details__item {
  padding: 0 22px;
}

.key__details__blk {
  margin-bottom: 35px;
}

.job__details__btns {
  margin: 0;
  margin-top: 28px;
}

.job__details__btns .category__btns {
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin-top: 16px;
}

.job__reference {
  padding: 16px;
  border: 1px solid #05611780;
  background: #F0FFF3;
  border-radius: 8px;
  width: 100%;
  display: flex;
  gap: 10px;
}

.job__reference span {
  width: 18px;
}

.job__reference__text h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #18181B;
  margin: 0;
  margin-bottom: 4px;
}

.job__reference__text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #18181B;
  margin: 0;
}

/* ----------------------------------------- JOB DETAILS AREA END ------------------------ */


/* ----------------------------------------- BLOG DETAILS AREA START ------------------------ */

.blog__details__menu ul li a {
  color: #18181B;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  transition: .3s all;
}

.blog__details__menu ul {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}

.blog__details__menu ul li a:hover {
  color: #FFE347;
}

.blog__details__area {
  padding-top: 50px;
  padding-bottom: 80px;
}

.blog__details__menu {
  padding-bottom: 32px;
}

.blog__details__title h1 {
  text-align: center;
  font-weight: 800;
  margin: 0;
}

.blog__details__wrapper {
  max-width: 1330px;
  margin: 0 auto;
}

.blog__details__title {
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.blog__image {
  margin-bottom: 36px;
}

.blog__image img {
  border-radius: 6px;
}

.blog-editor p, .blog-editor li {
  line-height: 28px;
  color: #8896AB;
}
.blog-editor p {
   margin-bottom: 24px;
}
.blog-editor h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #333F51;
  margin-bottom: 20px;
}
.blog-editor h2 {
   font-size: 20px;
   font-weight: 600;
   color: #333F51;
   margin-bottom: 20px;
}
.blog-editor p a {
  color: #8896AB;
  text-decoration: underline;
  transition: .3s all;
}
.blog-editor p a:hover {
  color: #FFE347;
}
.blog-editor ol, .blog-editor ul {
   padding-left: 20px;
   margin-bottom: 24px;
} 
.blog-editor ol li{
   list-style-type: decimal;
}
.blog-editor ul li{
   list-style-type: disc;
}
.blog-editor-block:not(:last-child) {
   margin-bottom: 58px;
}

/* info table start */
.info-table tr th, .info-table tr td {
   border: 1px solid #E4E4E7;
   color: #18181B;
}
.info-table tbody tr:nth-child(2n + 1) {
   background-color: #F4F4F5;
}
.info-table tr td a {
   color: inherit;
}
.info-table table {
   min-width: 650px;
}
/* info table end */
.cli {
   margin: 40px 0;
   border: 1px solid #E4E4E7;
}
.terminal-icon img {
   width: 16px;
}

.senior-team-title {
   color: #333F51;
   margin-bottom: 40px;
}
.profile-card {
   width: 190px;
}
.profile-name {
   margin-top: 13px;
}
.profile-designation {
   font-size: 14px;
}

.hire-someone {
   margin-top: 65px;
   padding-top: 60px;
   border-top: 1px solid #0000004D;
}
.hire-someone-wrapper {
   max-width: 1058px;
}


.blog_btn {
  color: #0077B6 !important;
}

.blog_btn:hover {
  color: #FFE347 !important;
}

.blog__details__btns {
  margin-bottom: 30px;
}

.blog__details__bottom {
  margin-top: 80px;
}

.user__profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.user__profile__texts a {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #333F51;
}

.user__profile__texts p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: #556987;
}

.user__profile__texts a:hover {
  text-decoration: underline;
}

.user__pp {
  max-width: 48px;
}

/* ----------------------------------------- BLOG DETAILS AREA END ------------------------ */


/* ----------------------------------------- SERVICE AREA START ------------------------ */
.service__area {
  padding: 100px 0;
}

.service__area .container {
  max-width: 1050px;
}

.request__text h4 {
  color: #18181B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}

.request__text {
  margin-bottom: 24px;
}

.service__request__blk {
  padding: 25px;
  border: 1px solid #FFE347;
  background: #FFFCED;
  border-radius: 8px;
}

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

.hire__tarent__items span {
  width: 24px;
  height: 24px;
  display: flex;
  cursor: pointer;
}

.hire__tarent__items h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  color: #18181B;
}

.hire__talent__blk {
  padding: 28px 0;
  border-bottom: 1px solid #00000033;
}

.service__title {
  max-width: 1060px;
}

.service__title>p {
  margin-bottom: 30px;
}

.service__title p a {
  text-decoration: underline;
  color: #18181B;
  transition: .3s all;
}

.service__title p a:hover {
  color: #FFD700;
}

.service__input__step input {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 10px 10px;
  color: #18181B;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  background: #fff;
}

.service__input__step label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 12px;
  color: #18181B;
}

.service__input__blk .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 20px;
}

.service__input__step .nice-select {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 9px 10px;
  color: #18181B;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  height: 40px;
}

.service__input__step .nice-select::after {
  border-color: #71717A;
  width: 8px;
  height: 8px;
}

.service__input__step textarea {
  width: 100%;
  height: 170px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 12px;
  color: #18181B;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  background: #fff;
  resize: none;
}

.submit__text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 12px;
  color: #18181B;
}

.submit__text p a {
  color: #18181B;
  text-decoration: underline;
  transition: .3s all;
}

.submit__text p a:hover {
  color: #FFD700;
}

.service__check {
  flex-direction: column;
  align-items: flex-start;
}

.service__check__blk .job__check__text {
  margin-top: 0;
}

.service__check__title h4 {
  color: #71717A;
  font-weight: 400;
}

.service__request__texts h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #18181B;
  margin: 0;
  display: flex;
  gap: 10px;
}

.service__request__texts {
  padding: 16px;
  border: 1px solid #05611780;
  background: #F0FFF3;
  border-radius: 8px;
  width: 100%;
}

.submit__request {
  display: flex;
  align-items: center;
  gap: 22px;
  /*margin-bottom: 22px;*/
}

.message__ico {
  width: 24px;
  height: 24px;
  display: flex;
}

.creative__content .job__board__title {
  margin-bottom: 35px;
}

.creative__content .job__board__title {
  max-width: 930px;
}

.creative__content {
  padding: 60px 0;
  padding-top: 35px;
}

.creative__area {
  border-bottom: 2px solid #ECECEC;
  overflow: hidden;
  padding-top: 20px;
}

.creative__thumb {
  margin-right: -270px;
}

.secondary_white_v {
  background-color: #fff;
  border: 1px solid #E4E4E7;
}

.creative__content .job__board__title p {
  font-size: 20px;
}

.agency__content h3 {
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 57px;
  color: #18181B;
  font-weight: 800;
}

.agency__content {
  max-width: 998px;
  margin-bottom: 20px;
}

.agency__list {
  margin-bottom: 30px;
}

.agency__thumb {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.agency__thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.agency__content p {
  font-size: 20px;
  font-weight: 500;
}

.agency__list ul li {
  font-size: 20px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

.agency__content__wrap {
  padding-left: 40px;
}

.agenry__area {
  padding-top: 105px;
  padding-bottom: 130px;
}

.agency__content__wrap {
  padding-left: 40px;
}

.agenry__area {
  padding-top: 105px;
  padding-bottom: 130px;
}

.agency__list ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  content: '';
  background-color: #18181B;
}

.content__writing__wrap {
  padding-top: 70px;
  padding-bottom: 120px;
}

.roles__tabs__buttons button {
  font-size: 18px;
  font-weight: 500;
  color: #18181B !important;
  padding: 18px 33px;
  border: 1px solid #CCCCCC !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  transition: .3s all;
}

.roles__tabs__buttons button:first-child {
  border-left: 1px solid #ccc !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.roles__tabs__buttons .nav-tabs {
  flex-wrap: nowrap;
  border: 0 !important;
}

.roles__tabs__buttons button:hover {
  background-color: #FFDC00 !important;
  border-color: #FFDC00 !important;
}

.roles__tabs__buttons button:last-child {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.roles__tabs__buttons button.nav-link.active {
  background-color: #FFDC00 !important;
  border-color: #FFDC00 !important;
}

.hire__area {
  padding-top: 100px;
  border-top: 2px solid #ECECEC;
  border-bottom: 2px solid #ECECEC;
}

.single__requirement h4 {
  font-size: 32px;
  color: #18181B;
  font-weight: 800;
}

.single__requirement p {
  font-size: 20px;
  color: #18181B;
  font-weight: 500;
}

.single__requirement {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ECECEC;
}

.hire__area .row {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 40px;
}

.faq__area .container {
  max-width: 1332px;
}

.faq__area {
  padding: 70px 0;
  border-bottom: 2px solid #ECECEC;
}

.faq__inner__blk .accordion-item button {
  font-size: 22px;
  font-weight: 800;
  color: #18181B;
  border-radius: 8px;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

.faq__inner__blk .accordion-item {
  border-radius: 8px;
  border: 1px solid #DEE2E6;
  margin-top: 18px;
}

.accordion-button::after {
  content: '\f055';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #231F20;
  background-image: none !important;
  font-size: 22px;
  height: 24px;
  width: 24px;
  transform: unset !important;
}

.accordion-button:not(.collapsed)::after {
  content: '\f056';
}

.faq__inner__blk .accordion-item .accordion-body p {
  font-size: 20px;
  font-weight: 500;
  color: #18181B;
  margin: 0;
}

.faq__inner__blk .accordion-item .accordion-body a {
  color: #18181B;
  text-decoration: underline;
  transition: .3s all;
}

.faq__inner__blk .accordion-item .accordion-body a:hover {
  color: #595959;
}

.resource__area {
  padding-bottom: 200px;
  padding-top: 60px;
}

.resource__title h3 {
  font-size: 32px;
  font-weight: 800;
  color: #18181B;
}

.resource__title p {
  font-size: 20px;
  color: #18181B;
  margin-bottom: 48px;
}

/* ----------------------------------------- SERVICE AREA END ------------------------ */



/* ----------------------------------------- SERVICE AREA END ------------------------ */
/* ----------------------------------------- SERVICE AREA END ------------------------ */


/* ----------------------------------------- SECFI AREA START ------------------------ */
.secfi__area {
  padding: 90px 0;
}

/* ----------------------------------------- SECFI AREA END ------------------------ */











/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__copyright p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.footer__area {
  padding: 10px 0;
  border-top: 1px solid #D9DBDF;
}

.footer__inner__blk {
  display: flex;
}

.footer__left__block {
  width: 50%;
  flex: 0 0 auto;
}

.footer__right__block {
  width: 50%;
  flex: 0 0 auto;
}

.footer__menu ul li a {
  font-size: 14px;
  transition: .3s all;
  color: #5C5F66;
}

.footer__menu ul li {
  margin-right: 35px;
  display: inline-block;
}


.footer__menu ul li:hover a {
  color: #FFE347;
}

.footer__menu {
  padding: 32px 0;
}

.footer__icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__icons a {
  font-size: 24px;
  color: #5C5F66;
  transition: .3s all;
}

.footer__icons a:hover {
  color: #181818;
}

.footer__form__content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #101113;
  margin-bottom: 5px;
}

.footer__form__content p {
  margin-bottom: 25px;
  color: #5C5F66;
  font-weight: 500;
}

.footer__right__block form input {
  padding: 10px 12px;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  color: #A6A7AB;
}

.footer__right__block form .footer__widget {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer__bottom__area {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #F5F5F5;
  padding-bottom: 20px;
}

.footer__bottom__left__links a {
  font-size: 12px;
  color: #5C5F66;
  transition: .3s all;
  display: inline-block;
  margin-right: 30px;
}

.footer__bottom__left__links a:hover {
  color: #FFE347;
}

.footer__bottom__right__copyright p {
  font-size: 12px;
  margin: 0;
  color: #A6A7AB;
}

.faq__inner__blk .accordion-body {
  padding-top: 0;
}

.aboutus__area {
  padding-top: 50px;
  padding-bottom: 250px;
}

.aboutus__contents h3 {
  font-size: 48px;
  font-weight: 800;
  color: #18181B;
  margin-bottom: 40px;
}

.job__card__badges {
  flex: 0 0 auto;
}

.pt_50 {
  padding-top: 50px;
}

.aboutus__contents p {
  color: #000000;
}

.main__area {
  overflow: hidden;
}

.inspiration__area {
  padding-bottom: 50px;
}
.inspiration__area.two .inspiration__top__blk {
	padding-bottom: 20px;
	border-bottom: 1px solid #00000033;
	margin-bottom: 20px;
}

.resource__card__blk .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.select2-container .selection {
  font-size: 14px;
  font-weight: 400;
  color: #18181B;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #18181B;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #E4E4E7;
}

.select2-selection__arrow b:before {
  content: '\f107';
  border: none;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 20px;
  color: #AAAAAA;
  line-height: 1;
  position: absolute;
  top: -9px;
  right: -3px;
  transition: .3s all;
}

.select2-selection__arrow b {
  border: none !important;
}

.select2-selection[aria-expanded="true"] .select2-selection__arrow b::before {
  transform: rotate(-180deg);
}

#select2-state-hc-container {
  padding: 0;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */





::placeholder {
  opacity: 1;
  color: #18181B;
}



.location-dropdown {
   width: 290px;
   box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
   border: 1px solid #E4E4E7;
   padding-bottom: 12px;
   top: calc(100% + 30px);
   right: -172px;
   opacity: 0;
   visibility: hidden;
   transition: all .3s;
}
.location-dropdown h6 {
   font-size: 14px;
   color: #09090B;
   padding: 12px;
   border-bottom: 1px solid #F4F4F5;
}
.location-dropdown ul li a {
   font-size: 14px;
   line-height: 20px;
   color: #09090B;
   padding: 6px 12px;
}
.location-dropdown ul li a:hover {
   color: #0000D9;
}
.location-dropdown-container:hover .location-dropdown {
   top: 100%;
   opacity: 1;
   visibility: visible;
}
.location-dropdown-container:hover .location-dropdown-toggle {
   color: #0000D9;
}


.modal-header-action {
   gap: 30px;
}
.modal-close img {
   width: 24px;
}
.navigation-btns {
   gap: 4px;
   color: #18181B;
}
.slider-btn {
   z-index: 1;
   border: 1px solid rgba(0, 0, 0, 0.50);
   background-color: #FFF;
   box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
   width: 54px;
   height: 54px;
}
.slider-btn svg {
   width: 40px;
   height: 40px;
}
.product-modal .modal-body {
   padding: 55px 16px;
}
.product-modal .modal-dialog {
   max-width: 1300px;
}
.product-modal .modal-header {
   padding: 18px 60px;
   border-bottom-color: rgba(0, 0, 0, 0.20);
}
.product-slider-container {
   max-width: 1100px;
   position: relative;
}
.slider-btn-next {
   right: -27px;
}
.slider-btn-prev {
   left: -27px;
}


.inspiration-tabs {
   width: max-content;
   background-color: #EFEFF0;
   border-radius: 8px;
   padding: 4px;
}
.inspiration-tabs .nav-link {
   color: #000;
   font-weight: 500;
   line-height: 1;
   padding: 8px 32px;
   border-radius: 8px;
}


.single__inspiration__card img {
	border: 1px solid #E4E2E3;
	border-radius: 3px;
}


.service__request__texts_error {
    padding: 16px;
    border: 1px solid #f00;
    background: #f00;
    border-radius: 8px;
    color:#fff;
    width: 100%;
}

.service__request__texts_error h4 {
   font-size:18px;
    color:#fff;
   
}