:root {
  --color-light-green: #90ee90;
  --color-light-green-600:#daf6dd;
  --color-dark-green: #123528;
  --color-white: #ffffff;
  --font-family: 'amazon_emberregular';
}

a.light-green-global-button {
    background:var(--color-light-green-600);
	color:var(--color-dark-green);
    padding: 10px 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
	font-size:16px;
	font-weight:500;
	line-height:26px;
	transition:all 0.3s ease-in-out;
}
a.light-green-global-button:hover{
	background:var(--color-dark-green);
	color:var(--color-light-green-600);
}
a.white-darktext-global-button {
    background:var(--white);
	color:var(--color-dark-green);
    padding: 10px 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
	font-size:16px;
	font-weight:500;
	line-height:26px;
	transition:all 0.3s ease-in-out;
}
a.white-darktext-global-button:hover{
	background:var(--color-dark-green);
	color:var(--white);
}

a.border-latest-global-btn {
    padding: 11px 20px;
    border: 1px solid var(--color-dark-green);
    border-radius: 60px;
	font-size:16px;
	font-weight:500;
	padding: 10px 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transition:all 0.3s ease-in-out;
}
a.border-latest-global-btn:hover{
	border: 1px solid var(--color-dark-green);
	background:var(--color-dark-green);
	color:var(--color-light-green-600);
}
a.dark-green-global-button{
	color:var(--white);
	background:var(--color-dark-green);
    padding: 10px 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
	font-size:16px;
	font-weight:500;
	line-height:26px;
	transition:all 0.3s ease-in-out;
}
a.dark-green-global-button:hover{
	color:var(--color-dark-green);
	background:var(--color-light-green-600);
}

section#bsme2e_home-new_banner_area, .breadcrumb_area {
    display: none;
}
/* topbar start */
.bsme2e_top_bar {
    background-color: var(--color-dark-green);
    padding: 6px 0px;
    position: sticky;
    top: 0;
    z-index: 9;
}
.topbar_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bsme2e_top_bar ul.topbar-menu {
    display: flex;
    justify-content: center;
    gap: 16px 30px;
}
.bsme2e_top_bar ul.topbar-menu li a:hover {
    color:var(--color-light-green-600);
}
.bsme2e_top_bar .top-search-box {
    background:var(--white);
    height: 38px;
    display: flex;
    align-items: center;
    padding: 10px 11px;
    border-radius:50px;
}
.bsme2e_top_bar .top-search-box input {
    border: none;
    background: transparent;
    color: var(--color-dark-green);
    width: 220px;
}
.bsme2e_top_bar .top-search-box .search-icon{
	border:none;
	background: transparent;
}
.bsme2e_top_bar .top-search-box input::placeholder{
	color:var(--color-dark-green);
}
.bsme2e_top_bar ul.topbar-menu li a {
    color: var(--color-white);
}
.top_search_lang_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.bsme2e_top_bar .lan_sec_in span {
    color: var(--color-white);
}
.bsme2e_top_bar .lan_sec_in .glink span + span{
	color: var(--color-white) !important;
}
.bsme2e_top_bar .lan_sec a.glink img {
    max-width: 27px;
}
.bsme2e_top_bar .top_search_lang_wrap {
    gap: 10px 15px;
}
/* topbar end */

/* top header start */
.bsme_latest_main_header .main_menu .menu-collapser {
    display: none !important;
}
.bsme_latest_main_header .top_hed_link .dropdown button {
    border-radius: 50px;
    background: var(--color-light-green-600) !important;
    border: 1px solid var(--color-light-green-600) ! IMPORTANT;
    color: var(--color-dark-green) ! IMPORTANT;
}
.bsme2e-hero-banner h1{
	font-weight: 700;
	font-size: 64px;
	line-height: 72px;
}
.bsme2e-hero-banner p{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
}
.bsme_latest_main_header .top_hed_right {
    padding-right: 0px;
    padding-top: 0px;
}
.bsme2e-hero-banner .lft-cntn-box a.light-green-global-button {
    margin-top: 15px;
}
.bsme_latest_main_header .top_hed_sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bsme_latest_main_header .top_hed_sec:after{
	display:none;
}
.bsme_latest_main_header .top_hed_row {
	padding: 15px 0px;
}
.bsme_latest_main_header .top_hed_link a.login_link {
    padding: 11px 16px;
    border-radius: 40px;
	font-weight:500;
}
.bsme_latest_main_header .top_hed_link a.login_link span{
	transition: all 0.3s ease-in-out;
}
.bsme_latest_main_header .top_hed_link a.login_link:first-child{
	background-color:var(--color-light-green-600);
	color:var(--color-dark-green);
	transition: all 0.3s ease-in-out;
}
.bsme_latest_main_header .top_hed_link a.login_link:first-child:hover {
    background: var(--color-dark-green);
    color: var(--white);
}
.bsme_latest_main_header .top_hed_link a.login_link:first-child:hover span{
	color: var(--white);
}
.bsme_latest_main_header .top_hed_link a.login_link:last-child span {
    color: #fff;
}
.bsme_latest_main_header .top_hed_link a.login_link:last-child {
    background-color: var(--color-dark-green);
    color: var(--color-white);
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
}
.bsme_latest_main_header .top_hed_link a.login_link:last-child:hover span{
	color: var(--color-dark-green);
}
.bsme_latest_main_header .top_hed_link a.login_link:last-child:hover{
	background: var(--color-light-green-600);
    color: var(--color-dark-green);
}
.bsme_latest_main_header .main_menu ul.slimmenu {
    float: none;
    position: relative !important;
    top: 0px !important;
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    transform: translateX(0px);
    width: auto !important;
    height: auto !important;
    display: flex;
}
.bsme_latest_main_header .main_menu ul.slimmenu li {
    float: none;
    padding: 0px;
	margin:0px 3px;
    text-transform: uppercase;
    background-color: transparent;
    border-left: none;
    width: auto !important;
}
.bsme_latest_main_header .main_menu ul.slimmenu {
    background-color: #ffffff !important;
    border:0px;
}

.top_hed_link .dropdown-menu li:hover {
    background: transparent;
}
.bsme_latest_main_header .main_menu ul.slimmenu li ul.wsmenu-submenu li:not(:nth-child(2)) {
    display: block;
}
.bsme_latest_main_header .main_menu ul.slimmenu li ul.wsmenu-submenu {
    background: #ffffff;
    position: absolute;
    box-shadow: 0px 2px 5px 0px #cbcbcb;
    border-radius: 10px;
    padding: 2px 12px;
    width: 220px;
    transform: translate(0px, 14px);
}
.bsme_latest_main_header {
    position: sticky;
	top:50px;
    z-index: 9;
}
.bsme_latest_main_header .h_cart_sec {
    margin-right: 0px;
}
.bsme_latest_main_header .main_menu ul.slimmenu li .sub-toggle>i {
    width: 16px;
    height: 12px !important;
}
.bsme_latest_main_header .main_menu ul.slimmenu li ul.wsmenu-submenu li{
	margin:0px;
}
.bsme_latest_main_header ul.slimmenu li .sub-toggle {
    right: -22px;
    width: 20px;;
}
.bsme_latest_main_header .main_menu ul.slimmenu li ul li a {
    padding: 8px 0px;
}
.bsme_latest_main_header .main_menu ul.slimmenu li a, .bsme_latest_main_header .main_menu ul.slimmenu li:last-child a {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    padding: 6px 15px;
    border-radius: 25px;
}
.bsme_latest_main_header .main_menu ul.slimmenu li a:hover, .bsme_latest_main_header .main_menu ul.slimmenu li.current_page_item a {
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    background: #123528 !important;
    color: #fff !important;
}
.bsme_latest_main_header .top_hed_link .dropdown-menu li:hover, .bsme_latest_main_header .top_hed_link .dropdown-menu li:hover a {
    background: #123528;
    color: #fff;
}
.bsme_latest_main_header .main_menu ul.slimmenu li:hover .sub-toggle>i{
	color:var(--color-light-green-600);
}

.bsme_latest_main_header .main_menu ul.slimmenu li ul li:last-child{
	border:none;
}
.bsme_latest_main_header .login_link {
    padding: 0px 15px;
    border-right: 1px solid var(--color-dark-green);
    color:var(--color-dark-green);
	border-right:0px;
}
.bsme_latest_main_header .top_hed_link {
    margin-left: 15px;
    display: flex;
    gap: 6px;
}
.bsme_latest_main_header .top_hed_mb {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

/* top header end */
/* top hero banner start */
.bsme2e-hero-banner {
    background-size: cover;
    height: 100vh;
    padding: 80px 0px;
}
.bsme2e-hero-banner .lft-cntn-box {
    max-width: 708px;
    z-index: 2;
    color: #fff;
    position: relative;
	 height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items:start;
    gap: 13px;
}

.bsme2e-hero-banner .lft-cntn-box p{
	color:#fff;
}
.bsme2e-hero-banner-mobile{
	display:none;
}
.bsme2e-hero-banner::after {
    content: '';
    background-image:linear-gradient(90deg, #000000d6, #000000d4, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.bsme2e-hero-banner {
    position: relative;
}
/* top hero banner end */
/* our value position */
	.our-value-posiition button:focus {
		outline: 0px dotted;
		outline: 0px auto -webkit-focus-ring-color;
	}
  	.our-value-posiition {
      padding: 80px 0px;
	  overflow-x:hidden;
  	}
	.our-value-posiition h2{
		text-align:center;
	}
   .our-value-posiition .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
  }

  .our-value-posiition .tab-btn {
    padding: 8px 18px;
    background:transparent;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .our-value-posiition .tab-btn.active, .our-value-posiition .tab-btn:hover {
    background:var(--color-dark-green);
    color:var(--white);
  }
  .our-value-posiition .tab-content {
    display: none;
  }
  .our-value-posiition .tab-content.active {
    display: block;
  }
	button.slick-arrow i {
		color:var(--color-light-green-600);
		font-size: 21px;
		border: 1px solid;
		border-radius: 70px;
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index:9;
	}
	.better-build-you button.slick-prev.slick-arrow {
		position: absolute;
		left: auto;
		z-index: 2;
		right: 41%;
		top: auto;
		bottom: 50px;
	}
	.better-build-you ul.slick-dots {
		max-width: 120px;
		overflow: hidden;
		right: calc(32% - 4px);
		bottom: 48px;
	}
	.better-build-you .slick-dots li button:before {
		opacity: 1;
		color: #D7D6DE;
	}
	.better-build-you .slick-dots li.slick-active button:before{
		color:var(--color-light-green-600);
	}
	.better-build-you button.slick-next.slick-arrow {
		position: absolute;
		bottom: 50px;
		top: auto;
		right: 29%;
	}
	.better-build-you .slick-prev:before, .better-build-you .slick-next:before{
		display:none;
	}
	.better-build-you button.slick-arrow i:hover {
		color: #fff;
	}
  /* Slick custom styles */
  .our-value-posiition .slick-slide {
    padding: 0 10px;
  }

  .our-value-posiition .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    background: #fff;
	margin-bottom:20px;
  }

  .our-value-posiition .card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .our-value-posiition .card-body {
    padding: 16px;
  }

  .our-value-posiition .card-body h6 {
    color: var(--color-dark-green);
    font-size: 14px;
    margin-bottom: 5px;
  }

  .our-value-posiition .card-body p {
    font-size: 15px;
    color: #333;
    margin: 0;
  }
/* our value position end */
/* newest listing main start */
.newest-listing-main {
    padding: 80px 0px;
    background: #fbfbfb;
}
.newest-listing-main .global-header-latest {
    text-align: center;
}
.newest-listing-main .slick-prev:before, .newest-listing-main .slick-next:before{
	opacity:0 !important;
}
.news-listing-item-inner {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    max-width: calc(100% - 15px);
    margin: 0px auto 15px;
}
.news-listing-item-inner:hover {
    box-shadow: 1px 1px 5px 1px #d7d7d7;
}
.news-listing-item-inner .content-box {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    padding: 20px;
	align-items: baseline;
	transition:all 0.3s ease-in-out;
}
.news-listing-item-inner:hover .content-box {
    background:var(--color-dark-green);
	color:var(--white);
}
.news-listing-item-inner:hover .content-box a.border-latest-global-btn{
	color:var(--white);
	border-color:var(--white);
}
.news-listing-item-inner:hover .content-box a.border-latest-global-btn:hover{
	background:var(--white);
	color:var(--color-dark-green);
}
.news-listing-item-inner:hover .content-box h6{
	color:var(--color-light-green-600);
}
.news-listing-item-inner .image-box {
    width: 55%;
    position: relative;
    height: 220px;
}
.news-listing-item-inner .image-box img {
    height: 100% !important;
    object-fit: cover;
}
.news-listing-item-inner .image-box span.tag-name {
    position: absolute;
    top: 10px;
    left: 10px;
    background:var(--color-light-green-600);
    padding: 6px 12px;
    border-radius: 5px;
}
.news-listing-item-inner .content-box h3{
    font-size: 26px;
    line-height: 32px;
}
.news-listing-item-inner .content-box h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: grey;
    font-weight: 100;
}
.news-listing button.slick-prev.slick-arrow {
    left: 39%;
}
.news-listing button.slick-next.slick-arrow {
    right: 39%;
}
.news-listing .slick-dots {
    bottom: -43px;
}
.news-listing button.slick-arrow {
    position: absolute;
    bottom: -25px;
    top: auto;
	z-index:4;
}
.news-listing button.slick-arrow i {
    color: #123528;
}
/* newest listing main end */
/* trendy market sec */
.trendy-market-main-sec {
    padding: 80px 0px;
	background-color:var(--color-dark-green);
	color:var(--white);
}
.trendy-market-main-sec h2{
	text-align:center;
}
.trendy-market-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.trendy-market-outer .trendy-marketplace-item {
    width: 24%;
}
.trendy-market-main-sec-two-item .trendy-market-outer .trendy-marketplace-item {
    width: 49%;
}
.global-header-latest{
	max-width:700px;
	margin:0 auto 40px;
	font-size:48px;
	font-weight:600;
}
.trendy-market-outer .trendy-marketplace-item{
	position:relative;
	overflow:hidden;
}
.trendy-market-outer .trendy-marketplace-item a {
    background:#0d281e;
    display: inline-flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:4;
	align-items:center;
    justify-content: space-between;
    padding: 10px 15px;
	color:var(--white);
}
.trendy-market-outer .trendy-marketplace-item h5 {
    font-size: 18px;
    line-height: 24px;
    /* max-width: calc(100% - 130px); */
    width: 100%;
}
.bsme_latest_main_header .dropdown ul.dropdown-menu.show li a.login_link {
    background: transparent;
    border-radius: 0px;
}

.trendy-market-outer .trendy-marketplace-item h4 {
    font-size: 20px;
    color: var(--color-light-green-600);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.trendy-market-outer .trendy-marketplace-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}
.trendy-market-outer .trendy-marketplace-item:hover img {
    transform: scale(1.2);
}

/* trendy market sec */

/* browse category start */
.browse-category-sec {
    padding: 80px 0;
	background:var(--color-dark-green);
	color:var(--white);
}
.browse-category-sec a.browse-cat-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.browse-category-sec a.browse-cat-item:hover img {
    transform: scale(1.2);
}
.browse-category-sec .global-header-latest{
	text-align:center;
}
.browse-category-sec a.browse-cat-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
	position:relative;
	overflow:hidden;
}
a.browse-cat-item h5 span {
    display: block;
}
a.browse-cat-item h5 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    color: var(--white);
    z-index: 4;
}
.browse-category-sec a.browse-cat-item:hover h5 {
    color:var(--color-light-green-600);
}
.browse-category-sec a.browse-cat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 69%;
    width: 100%;
    background-image: linear-gradient(0deg, black, transparent);
    left: 0;
    z-index: 0;
}

/* browse category end */
/* talent marketlace start */
.talent-marketplace-sec {
    padding: 80px 0px;
	position:relative;
}
.talent-marketplace-sec h2 {
    font-size: 42px;
    margin-bottom: 22px;
}
.talent-marketplace-sec .cntn-box p {
    font-size: 18px;
    line-height: 28px;
}
.talent-marketplace-sec img.talent-marke-right-thumb {
    position: absolute;
    right: 0;
    max-width: 45%;
    top: 50%;
    max-height: 86%;
    transform: translate(0px, -50%);
	transition:all 0.3s ease-in-out;
}

.talent-marketplace-sec .cntn-box {
    /* height: 500px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zigzag_bg {
    background-color: var(--color-dark-green);
}
.zigzag_bg .cntn-box, .zigzag_bg .cntn-box p {
    color: var(--color-white);
}
.zigzag_bg .flex-row-reverse .cntn-box {
    padding-left: 20px;
}
.talent-marketplace-sec img {
    border-radius: 10px;
}
.talent-marketplace-sec .bsme2eBtnWrap{
    gap: 10px;
}
.talent-marketplace-sec .home_comn_btn {
    background-color: var(--color-dark-green);
    color: var(--color-white);
}
.talent-marketplace-sec .home_comn_btn:hover {
    background-color: var(--color-white);
    color: var(--color-dark-green);
    border: 1px solid var(--color-dark-green);
}
.zigzag_bg .home_comn_btn {
    background-color: var(--color-white);
    color: var(--color-dark-green);
    border: 1px solid var(--color-dark-green);
}
.zigzag_bg .home_comn_btn:hover {
    background-color: var(--color-dark-green);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

/* talent marketlace end */
/* better build you start */
.better-you-build h2.global-header-latest {
    text-align: center;
}
.better-you-build {
    padding: 80px 0px;
}
.better-you-build a {
    color: var(--color-white);
}
.better-you-build a:hover {
    color: var(--color-light-green);
}
.better-build-item .video-thumbnail iframe {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.better-build-item .video-thumbnail {
    width: 55%;
}
.better-build-item {
    background: var(--color-dark-green);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}
.better-build-item .cntn-box {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    max-width: 420px;
}
.better-build-item .cntn-box h3 {
    font-size: 42px;
    line-height: 56px;
	margin-bottom:20px;
}
.better-build-item .cntn-box h5 {
    font-size: 18px;
    font-weight: 400;
}
.feature-seller-main .content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.logo-boxes .logo-box-item {
    padding: 20px;
	width:28%;
    border-radius: 6px;
    position: relative;
    background-image: linear-gradient(114deg, #FCA238, #CD0E00);
	transition:all 0.3s ease-in-out;
}
.logo-boxes .logo-box-item:hover {
    transform: scale(1.04);
}
.logo-boxes .logo-box-item::after {
    content: '';
    position: absolute;
    height: calc(100% - 2px);
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    z-index: 1;
    border-radius: 6px;
    background: #fff;
    transform: translate(-50%, -50%);
}
.logo-boxes .logo-box-item img {
    position: relative;
    z-index: 4;
}
.feature-seller-main .logo-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
}
.feature-seller-main .global-header-latest {
    margin: 0px 0px 15px 0px;
}
.feature-seller-main {
    padding:60px 0px 80px 0px;
}
.feature-seller-main .content-box p {
    margin-bottom: 10px;
}

/* better build you end */
/* footer start */
.lbsme2-latest-footer {
    padding: 70px 0px;
    background: var(--white);
    box-shadow: 1px 1px 9px 0px #dfdfdf;
}
.lbsme2-latest-footer .ftr-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 50px;
}
.lbsme2-latest-footer .footer-logo img {
    max-width: 264px;
    margin: auto;
}
.lbsme2-latest-footer .footer-logo {
    margin-bottom: 30px;
    text-align: center;
}
.lbsme2-latest-footer .right-reserve-sec {
    text-align: center;
    border-top: 1px solid oklch(87.2% 0.01 258.338);
    margin-top: 30px;
    padding-top: 30px;
}
.lbsme2-latest-footer .right-reserve-sec h3 {
    max-width: 565px;
    margin: 30px auto 25px;
	color:var(--color-dark-green);
}
.lbsme2-latest-footer .ftr-navbar-main-sec {
    padding: 0px 80px;
}
.lbsme2-latest-footer .ftr-navbar li {
    margin-bottom: 10px;
}
.lbsme2-latest-footer .ftr-navbar li a, .lbsme2-latest-footer .ftr-navbar p {
    color: #7c7c7c;
    font-size: 16px;
}
.lbsme2-latest-footer .ftr-navbar li a{
	border-bottom:1px solid transparent;
}
.lbsme2-latest-footer .ftr-navbar li a:hover {
    border-color:var(--color-dark-green);
}
.lbsme2-latest-footer ul.ftr-social {
    display: flex;
    gap: 10px 17px;
    margin-top: 20px;
}
.lbsme2-latest-footer ul.ftr-social li a{
	color:var(--color-dark-green);
	font-size:18px;
}
.lbsme2-latest-footer ul.ftr-social a:hover i{
	transition:all 0.3s ease-in-out;
}

.lbsme2-latest-footer ul.ftr-social a:hover i {
    color:var(--color-light-green-600);
}
.lbsme2-latest-footer .ftr-navbar h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
	color:var(--color-dark-green);
}
.lbsme2-latest-footer .ftr-navbar li a:hover {
    color:var(--color-dark-green);
}
.lbsme2-latest-footer .right-reserve-sec p {
    font-size: 12px;
    color:var(--color-dark-green);
}
.lbsme2-latest-footer .ftr-navbar {
    height: 100%;
    margin-bottom: 20px;
}
.ftr-dual-cntn h4 {
    font-size: 20px;
    margin-bottom: 15px;
	color:var(--color-dark-green);
}
.lbsme2-latest-footer .right-reserve-sec a {
    font-weight: 800;
    color: #123528;
}
.ftr-dual-cntn p{
	font-size:14px;
	line-height:20px;
	color:var(--color-dark-green);
}
.ftr-dual-cntn h3{
	color:var(--color-dark-green);
}
.ftr-dual-cntn .cntn-box {
    padding-right:20px;
}
/* footer end */

.bsme2eDesktopView{display: block;}
.bsme2eResponsiveView{display: none !important;}
.bsme2eDesktopTopMenu{display: flex !important;}
.bsme2eMobileView{display: none !important;}
.bsme2eNewVgrid .comn_grid_content {
    border: 1px solid var(--color-dark-green);
    padding: 20px;
}

/* responsive start */
@media (max-width: 1799px){
	.better-build-you ul.slick-dots {
		right: calc(26% - 4px);
		bottom: 48px;
	}
	.better-build-you button.slick-next.slick-arrow {
		right: 23%;
	}
	.better-build-you button.slick-prev.slick-arrow {
		right: 39%;
	}
	.bsme2e_top_bar ul.topbar-menu {
		gap: 16px 15px;
	}
	.bsme2e_top_bar .top_search_lang_wrap {
		gap: 10px 10px;
	}
	.search_sec {
		margin-right: 3px;
	}
	.search_sec a img {
		width: 40px;
		max-height:34px;
		object-fit: contain;
	}
}
@media (max-width: 1499px){
	.talent-marketplace-sec h2 {
		font-size: 37px;
		margin-bottom: 22px;
	}
	.global-header-latest {
		margin: 0 auto 35px;
		font-size: 40px;
	}
	.bsme2e-hero-banner h1 {
		font-size: 54px;
		line-height: 62px;
	}
	.our-value-posiition, .trendy-market-main-sec, .browse-category-sec, .better-you-build {
		padding: 70px 0px;
	}
	.newest-listing-main{
		padding: 70px 0px 80px;
	}
	button.slick-arrow i {
		font-size: 15px;
		height: 36px;
		width: 36px;
	}
	.feature-seller-main {
		padding: 60px 0px 60px 0px;
	}
	.lbsme2-latest-footer {
		padding: 60px 0px;
	}
	.lbsme2-latest-footer .footer-logo img {
		max-width: 215px;
		margin: auto;
	}
	.lbsme2-latest-footer .right-reserve-sec {
		margin-top: 25px;
		padding-top: 25px;
	}
	.lbsme2-latest-footer .right-reserve-sec h3 {
		margin: 25px auto 25px;
	}
	.lbsme2-latest-footer .ftr-navbar li {
		margin-bottom: 8px;
	}
	.lbsme2-latest-footer .ftr-navbar li a, .lbsme2-latest-footer .ftr-navbar p {
		/*color: #7c7c7c; */
		/* 	color:var(--color-dark-green); */
		font-size: 15px;
	}
	.bsme_latest_main_header .top_hed_link a.login_link {
		padding: 8px 13px;
		border-radius: 40px;
		font-weight: 500;
		font-size: 15px;
	}
	.lbsme2-latest-footer ul.ftr-social {
		gap: 8px 14px;
		margin-top: 12px;
	}
	.news-listing-item-inner .content-box h3 {
		font-size: 22px;
		line-height: 27px;
	}
	.news-listing-item-inner .content-box {
		width: 65%;
		gap: 10px;
		padding: 16px;
	}
	a.border-latest-global-btn {
		padding: 11px 20px;
		font-size: 15px;
		font-weight: 500;
		padding: 8px 16px;
		height: 36px;
	}
	.news-listing-item-inner .image-box span.tag-name {
		top: 10px;
		left: 10px;
		padding: 3px 8px;
		font-size: 13px;
	}
	.better-build-item .cntn-box h3 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
	}
	.better-build-item .video-thumbnail iframe {
		width: 100%;
		height: 360px;
		object-fit: cover;
	}
	.talent-marketplace-sec .cntn-box p {
		font-size: 16px;
		line-height: 26px;
	}
	.trendy-market-outer .trendy-marketplace-item h5 {
		font-size: 16px;
		line-height: 21px;
		/* max-width: calc(100% - 106px); */
	}
	.trendy-market-outer .trendy-marketplace-item h4 {
		font-size: 14px;
	}
	.trendy-market-outer .trendy-marketplace-item a {
		padding: 7px 8px;
	}
}
@media (max-width: 1367px){
	.our-value-posiition, .trendy-market-main-sec, .browse-category-sec, .better-you-build {
		padding: 60px 0px;
	}
	.newest-listing-main{
		padding: 60px 0px 70px;
	}
	.global-header-latest {
        margin: 0 auto 30px;
        font-size: 35px;
    }
	.news-listing-item-inner .content-box h3 {
        font-size: 21px;
        line-height: 24px;
    }
	.news-listing-item-inner .content-box h6 {
		font-size: 13px;
	}
	.news-listing-item-inner .content-box {
        width: 65%;
        gap: 10px;
        padding: 12px;
    }
	.talent-marketplace-sec {
		padding: 70px 0px;
	}
	/* .talent-marketplace-sec .cntn-box {
		height: 360px;
	} */
	.talent-marketplace-sec img.talent-marke-right-thumb {
		max-width: 45%;
		top: 55%;
		max-height: 86%;
	}
	.talent-marketplace-sec h2 {
        font-size: 35px;
        margin-bottom: 14px;
    }
	.global-header-latest {
        margin: 0 auto 28px;
        font-size: 35px;
    }
	.lbsme2-latest-footer {
        padding: 50px 0px;
    }
	.lbsme2-latest-footer .footer-logo img {
        max-width: 190px;
        margin: auto;
    }
	button.slick-arrow i {
        font-size: 15px;
        height: 32px;
        width: 32px;
    }
	.bsme2e-hero-banner h1 {
        font-size: 45px;
        line-height: 56px;
    }
	.bsme2e-hero-banner .lft-cntn-box {
    	max-width: 630px;
	}
	.bsme2e-hero-banner .lft-cntn-box a.light-green-global-button {
   	 margin-top: 10px;
	}
	a.light-green-global-button {
		padding: 10px 20px;
		height: 38px;
		font-size: 15px;
		font-weight: 500;
		line-height: 26px;
	}
	.bsme2e-hero-banner p {
		font-size: 16px;
		line-height: 26px;
	}
	.trendy-market-outer .trendy-marketplace-item h5 {
        font-size: 16px;
        line-height: 21px;
        /* max-width: calc(100% - 80px); */
    }
	.lbsme2-latest-footer .ftr-navbar-main-sec {
		padding: 0px 60px;
	 }
}
@media (max-width: 1200px){
    .bsme2eDesktopView{display: none !important;}
    .bsme2eResponsiveView{display: block !important;}
	.topbar_wrap {
    	display: flex;
		gap: 7px;
		
	}
	.bsme_latest_main_header {
		top: 46px;
	}
	.feature-seller-main {
        padding: 0px 0px 50px 0px;
    }
	.bsme2e_top_bar ul.topbar-menu {
		gap: 16px 30px;
		padding-top: 8px;
		padding-bottom: 10px;
		justify-content: start;
	}
	.bsme_latest_main_header .main_menu ul.slimmenu {
		float: none;
		position: fixed !important;
		top: 75px;
		right: 0;
		visibility: hidden;
		opacity: 0 ;
		-webkit-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		transition: all .4s ease-out;
		transform: translateX(300px) !important;
		width: 300px !important;
		height: auto !important;
	}
	.bsme_latest_main_header .main_menu .menu-collapser {
        display: block !important;
        top: 50%;
        transform: translate(0px, -50%);
    }
	.bsme_latest_main_header .top_hed_right {
		padding-right: 60px;
		padding-top: 0px;
	}
	.bsme_latest_main_header .main_menu .collapse-button {
		border: 0px !important;
		top: 25px;
		padding:0px;
	}
	.trendy-market-outer .trendy-marketplace-item {
    	width: 49%;
	}
	.trendy-market-outer .trendy-marketplace-item:nth-child(2) img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.trendy-market-outer {
    	justify-content: center;
	}
	.bsme2e-hero-banner {
		position: relative;
		display: flex;
		align-items: center;
		height:auto;
		padding:140px 0px;
	}
	.bsme2e-hero-banner .lft-cntn-box {
		max-width:500px;
		z-index: 2;
		height: auto;
		gap: 13px;
	}
	.logo_sec .logo_block img {
		height: 55px;
	}
	.bsme_latest_main_header .top_hed_row {
		padding: 12px 0px;
	}
	.our-value-posiition, .trendy-market-main-sec, .browse-category-sec, .better-you-build {
        padding: 50px 0px;
    }
	.bsme2e-hero-banner {
        padding: 100px 0px;
    }
	.better-build-item .cntn-box h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 18px;
    }
	.better-build-item .cntn-box h5 {
		font-size: 16px;
		font-weight: 400;
	}
	.better-build-item .cntn-box {
		padding: 25px;
		max-width: 300px;
	}
	.better-build-item .video-thumbnail iframe {
        width: 100%;
        height: 300px;
    }
	.better-build-item .cntn-box {
		flex-direction: column;
		justify-content: start;
		padding: 25px;
		max-width: 410px;
	}
	.lbsme2-latest-footer .ftr-navbar-main-sec {
        padding: 0px 30px;
    }
	.lbsme2-latest-footer .footer-logo img {
        max-width: 150px;
        margin: auto;
    }
	.bsme_latest_main_header .main_menu ul.slimmenu.collapsed.menu_show {
        visibility: visible;
        opacity: 1;
		padding-top:50px;
        display: block !important;
        transform: translateX(00px) !important;
        position: fixed !important;
        width: 100% !important;
        right: auto;
        left: 0;
        max-width: calc(100% - 0px) !important;
        top: 0px !important;
        bottom: 0px;
        height: 100% !important;
        overflow-y: auto;
		z-index:99;
    }
	
	.bsme_latest_main_header .main_menu ul.slimmenu li {
		display: block;
		margin:12px 20px;
	}
	.bsme_latest_main_header ul.slimmenu li .sub-toggle {
		right: 0;
		width: 20px;
	}
	body:has(.bsme_latest_main_header .main_menu ul.slimmenu.collapsed.menu_show){
		overflow:hidden;
	}
	.bsme_latest_main_header .main_menu ul.slimmenu li ul.wsmenu-submenu {
		background: #ffffff;
		position: relative;
		box-shadow: none;
		border-radius: 0px;
		padding: 0px 0px;
		width: 100%;
		transform: translate(0px, 0px);
	}
	.main_menu ul.slimmenu li ul li{
		border-bottom:0px;
	}
	.bsme_latest_main_header .top_hed_row:has(.menu_show) .menu-collapser {
        position: fixed;
        z-index: 999;
        right: 0;
        top: 10px;
        transform: translate(-15px, 0px);
        width: 35px;
        background-color: #ffeded;
        height: 35px;
		border-radius:9px;
    }
	.bsme_latest_main_header .top_hed_row:has(.menu_show) .collapse-button {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 10px;
        width: 18px;
    }
	.bsme_latest_main_header .top_hed_row:has(.menu_show) .menu-collapser .collapse-button span:nth-child(2) {
		opacity: 0;
	}
	.bsme_latest_main_header .top_hed_row:has(.menu_show) .menu-collapser .collapse-button span:nth-child(1) {
        transform: rotate(45deg);
        top: 0px;
        position: absolute;
        background-color: red;
        right: -3px;
    }
	.bsme_latest_main_header .top_hed_row:has(.menu_show) .menu-collapser .collapse-button span:nth-child(3) {
        position: absolute;
        background-color: red;
        top: 0px;
        left: -4px;
        transform: rotate(134deg);
    }
	.main_menu .collapse-button .icon-bar {
		height: 1px !important;
		width: 24px !important;
	}
}
@media (max-width:991px){
	.trendy-market-outer .trendy-marketplace-item:not(:nth-child(2)) {
        width: 48%;
    }
	.global-header-latest {
        margin: 0 auto 25px;
        font-size: 30px;
    }
	.talent-marketplace-sec h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }
	.our-value-posiition .tabs {
		gap: 8px;
		margin-bottom: 25px;
	}
	.newest-listing-main {
        padding: 50px 0px 50px;
    }
	.news-listing-item-inner .content-box h3 {
        font-size: 16px;
        line-height: 24px;
    }
	a.border-latest-global-btn {
        padding: 11px 20px;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 10px;
        height: 34px;
    }
	.bsme2e-hero-banner h1 {
        font-size: 40px;
        line-height: 50px;
    }
	.talent-marketplace-sec {
        padding: 50px 0px;
    }
	.talent-marketplace-sec img.talent-marke-right-thumb {
        top: 0;
        max-height: max-content;
        position: relative;
        transform: translate(0px, 0px);
        max-width: 100%;
        margin: 20px auto 0;
        right: auto;
        left: auto;
        float: right;
    }
	.talent-marketplace-sec .cntn-box {
        height: auto;
    }
	.bsme_latest_main_header .top_hed_row {
        padding:10px 0px;
    }
	.better-build-item .cntn-box h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
    }
	.better-build-item .cntn-box h5 {
        font-size: 14px;
        font-weight: 400;
    }
	.feature-seller-main .logo-boxes {
		gap: 15px;
		margin-top: 0px;
	}
	.bsme2e-hero-banner .lft-cntn-box {
        max-width: 445px;
        z-index: 2;
        height: auto;
        gap: 13px;
    }
	.bsme2e-hero-banner {
        padding: 80px 0px;
    }
	.bsme2e_top_bar ul.topbar-menu {
        gap: 16px 15px;
    }
	.feature-seller-main {
        padding: 0px 0px 50px 0px;
    }
	.better-build-item .cntn-box {
        padding: 20px;
        max-width: 300px;
    }
	.logo_sec .logo_block img {
        height: auto;
    }
	.lbsme2-latest-footer .footer-logo img {
        max-width: 130px;
    }
	.bsme_latest_main_header .main_menu .collapse-button {
        top: 50%;
        transform: translate(0px, -50%);
    }
}
@media (max-width:767px){
    .bsme2eMobileView{display: flex !important;}
    .bsme2eDesktopTopMenu{display: none !important;}
	.our-value-posiition, .trendy-market-main-sec, .browse-category-sec, .better-you-build {
        padding: 40px 0px;
    }
	.global-header-latest {
        margin: 0 auto 18px;
        font-size: 26px;
        max-width: 450px;
    }
	.talent-marketplace-sec h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }
	.feature-seller-main .logo-boxes {
    	justify-content: center;
		margin-top:30px;
	}
	.feature-seller-main .content-box {
		justify-content: center;
		align-items: center;
	}
	.feature-seller-main {
        padding: 0px 0px 40px 0px;
    }
	.bsme2e-hero-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
	.lbsme2-latest-footer .ftr-navbar-main-sec {
        padding: 0px 0px;
    }
	.lbsme2-latest-footer .ftr-container {
    	padding: 0px 20px;
	}
	.lbsme2-latest-footer {
        padding: 30px 0px 10px;
    }
	.ftr-dual-cntn .cntn-box {
		padding-right: 0px;
		margin-bottom:20px;
	}
	.ftr-dual-cntn h4 {
		font-size: 18px;
		margin-bottom: 6px;
		color: var(--color-dark-green);
	}
	.bsme2e-hero-banner .lft-cntn-box {
        max-width:calc(100% - 30px);
		margin:auto;
        gap: 13px;
        justify-content: center;
        align-items: center;
		color:#123528;
		text-align:center;
    }
	.bsme2e-hero-banner h1.wp-block-heading{
		margin-bottom:0px;
	}
	.bsme2e-hero-banner .lft-cntn-box p{
		color:#123528;
	}
	.bsme2e-hero-banner .lft-cntn-box a.white-darktext-global-button{
		background-color:#123528;
		color:#fff;
	}
	.lbsme2-latest-footer .right-reserve-sec h3 {
    	font-size: 22px;
	}
	.lbsme2-latest-footer .footer-logo img {
        max-width: 100px;
    }
	.lbsme2-latest-footer .footer-logo {
		margin-bottom: 10px;
	}
	.feature-seller-main .content-box p {
		text-align: center;
	}
	.bsme_latest_main_header .main_menu ul.slimmenu li {
        margin: 8px 8px;
    }
	a.white-darktext-global-button {
		padding: 6px 16px;
		height: 34px;
		font-size: 15px;
	}
	.bsme2e-hero-banner-mobile{
		display:block;
		margin-top:20px;
	}
	.bsme2e-hero-banner {
        padding: 60px 0px;
		background-image:none !important;
    }
	.bsme2e-hero-banner::after{
		display:none;
	}
	.news-listing-item-inner .image-box {
		height: 150px;
	}
	.our-value-posiition .tabs {
        gap: 8px;
        margin-bottom: 21px;
		/* overflow-x: auto; */
        white-space: wrap;
		justify-content: center;
		flex-wrap:wrap;
    }
	
}
@media (max-width:575px){
	.trendy-market-outer {
    	gap: 9px;
	}
	.ftr-dual-cntn .cntn-box {
        padding-right: 0px;
        margin-bottom: 8px;
    }
	.trendy-market-outer .trendy-marketplace-item:not(:nth-child(2)), .trendy-market-outer .trendy-marketplace-item:nth-child(2) {
        width: 95%;
    }
	.global-header-latest {
        margin: 0 auto 18px;
        font-size: 24px;
        max-width: 360px;
    }
	.bsme2e-hero-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
	.lbsme2-latest-footer .right-reserve-sec h3 {
        font-size: 18px;
        margin-top: 5px;
    }
	.lbsme2-latest-footer .right-reserve-sec {
        margin-top: 8px;
        padding-top: 15px;
    }
	.logo_sec .logo_block img {
        max-width: 115px;
		height:auto !important;
		object-fit:content;
    }
	.bsme_latest_main_header .top_hed_right {
        padding-right: 50px;
        padding-top: 0px;
        padding-left: 15px;
        text-align: right;
    }
	.main_menu .menu-collapser {
        top: -6px;
    }
	.bsme_latest_main_header .top_hed_link a.login_link {
        padding: 4px 10px;
        font-size: 14px;
    }
	.our-value-posiition .tab-btn {
		padding: 7px 6px;
		font-size: 14px;
	}
	
	.better-build-item {
		overflow: hidden;
		flex-direction: column;
	}
	.better-build-item .video-thumbnail {
    	width: 100%;
	}
	.better-build-item .cntn-box {
        padding: 20px;
        max-width: 100%;
        width: 100%;
    }
	.better-build-you ul.slick-dots {
        right: auto;
        bottom: -34px;
        left: 50%;
        margin: auto;
        transform: translate(-50%, 0px);
    }
	.better-build-you button.slick-prev.slick-arrow {
        right: auto;
        left: 23%;
        bottom: -40px;
    }
	.better-build-you button.slick-next.slick-arrow {
        right: 23%;
    }
	.better-build-item .video-thumbnail iframe {
        width: 100%;
        height: 230px;
    }
	.news-listing button.slick-next.slick-arrow {
    	right: 20%;
		bottom: -40px;
	}
	.news-listing button.slick-prev.slick-arrow {
    	left: 20%;
	}
	.lbsme2-latest-footer .ftr-navbar li {
        margin-bottom: 5px;
    }
	.lbsme2-latest-footer .ftr-navbar {
		height: 100%;
		margin-bottom: 12px;
	}
	.lbsme2-latest-footer .ftr-navbar h5 {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 2px;
	}
	.logo-boxes .logo-box-item {
		padding: 15px;
	}
	.bsme_latest_main_header .logo_sec {
        padding-left: 0px;
    }
	.bsme_latest_main_header .search_sec a img {
        width: auto !important;
        max-height: 27px;
        object-fit: contain;
    }
	.bsme_latest_main_header .main_menu ul.slimmenu.collapsed.menu_show {
        max-width: calc(100% - 0px) !important;
    }
	.bsme2e_top_bar ul.topbar-menu {
        gap: 10px 10px;
    }
	.search_sec a img {
        width:auto !important;
		max-height:28px;
    }
	.bsme2e_top_bar .lan_sec a.glink img {
		max-width: 20px;
	}
	.bsme2e-hero-banner {
        padding: 50px 0px 0px 0px;
    }
}
@media (max-width:480px){
	.logo_sec .logo_block img {
        max-width: 90px;
        object-fit: contain;
    }
}

/* responsive end */

