/* import font here */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* import font here */



/* base css start */

:root {
  --dark-green: #017C11;
  --light-green: #00B417;
  --lemon-green: #E1F0E3;
  --xdark-green: #014C0A;
  --dark-gray: #595959;
  --gray-two: #ABABAB;
  --gray-three: #F2F2F2;
  --gray-four: #E0E0E0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

body {
  font-family: "Barlow", sans-serif;
}

a {
  text-decoration: none;
  display: inline-flex;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content__area ul{
  padding-left: 32px;
  list-style: disc;
}

.content__area ul{
  padding-left: 32px;
  list-style: disc;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.container {
  max-width: 1310px;
  margin: auto;
}

.theme__btn {
  border-radius: 8px;
  background: var(--dark-green);
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border: 1px solid transparent;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.theme__btn:hover {
  background: transparent;
  color: var(--dark-green);
  border-color: var(--dark-green);
}

.btn__outline {
  background: transparent;
  border-color: var(--dark-green);
  color: var(--dark-green);
}

.btn__outline:hover {
  background: var(--dark-green);
  color: #fff;
}

.btn__outline:hover svg path {
  fill: #fff !important;
}

.flex-gap {
  gap: 16px;
}

.theme__btn path {
  transition: .3s;
  margin-top: 34px;
}

.theme__btn svg {
  height: auto;
}

.theme__btn:hover svg path {
  fill: var(--dark-green);
}

.theme__btn.color-light {
  background: var(--light-green);
  padding: 10px 16px;
}

.banner__button .theme__btn.color-light:hover {
  border-color: #fff;
  color: #fff;
}
.banner__button .theme__btn.color-light:hover svg path {
	fill: #fff;
}
.theme__btn.color-light:hover {
  background: transparent;
  border-color: var(--light-green);
  color: var(--light-green);
}

.bg__color-lemon {
  background-color: var(--lemon-green);
}

/* base css end */



/* header area start here */


.header__flex {
  padding: 12px 0;
}

.header__search a {
  padding: 9px;
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.header__login a {
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
}

.header__selection .dropdown {
  padding: 10px;
}

.header__selection .dropdown button {
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.header__selection #dropdownMenu a {
  margin: 0;
  width: 100%;
  padding: 0;
}

.header__selection #dropdownMenu p {
  margin: 0;
  padding: 10px;
}

.header__selection #dropdownMenu {
  width: 150px;
  border: 1px solid var(--secondary-green);
  z-index: 2;
}

.header__nav li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px;
  transition: .3s;
}

.header__navigation {
  padding: 6px 0;
  border-top: 1px solid var(--gray-four);
  border-bottom: 1px solid var(--gray-four);
}

.market__btn {
  display: flex;
  gap: 18px;
}

.market__btn .theme__btn {
  gap: 8px;
}

/* header area end here */



/* market place css start here */

.marketplace {
  padding: 40px 0;
}

.market__right {
  width: 60%;
}

.market__left {
  width: 35%;
}

.market__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.market__text h1 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
}

.market__text p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.market__item-text a{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.market__item-text h5.project a{
  color: #017C11;
  font-size: 14px;
}

.market__item-text span {
  font-size: 14px;
  line-height: 18px;
  color: #828282;
  display: block;
  margin-top: 3px;
}
.market__slider2 .single__market-item span {
	height: 40px;
}
.market__tag h5 {
  display: inline-flex;
  color: #0A1A9C;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.market__tag {
  display: flex;
  align-items: center;
  gap: 6px;
}

.market__item {
  text-align: center;
  border-radius: 8px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.market__item-text {
  padding: 8px 14px 16px;
}

.single__market-item {
  border: 1px solid var(--gray-four);
  border-radius: 14px;
  height: 100%;
}
.single__market-item a {
	display: block;
}
.slider__acitve .owl-nav button {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray-four) !important;
  background: var(--gray-three) !important;
  border-radius: 100px;
}

.slider__acitve .owl-nav button i {
  font-size: 22px;
}

.slider__acitve .owl-nav button.owl-next {
  color: var(--dark-gray) !important;
}

.slider__acitve {
  padding: 0 50px;
}

.slider__acitve .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.slider__acitve .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider__acitve .owl-dots button {
  width: 5px;
  height: 5px;
  background: var(--gray-four) !important;
  border-radius: 100px;
}

.slider__acitve .owl-dots {
  display: flex;
  gap: 3px;
  justify-content: center;
  margin: 10px 0;
  padding-bottom: 10px;
}

.slider__acitve .owl-dot.active {
  background: #333 !important;
}

.market__slider2 .market__item-text h4 {
  min-height: 100%;
  margin-bottom: 4px;
}

.market__slider3 .market__item-text h4 {
  min-height: 100%;
  margin-bottom: 4px;
}

.slider__active .owl-dots {
  display: flex;
  gap: 3px;
  justify-content: center;
  padding-top: 8px;
  margin-bottom: 16px;
}

/* market place end here */



/* brand area start here */

.brand__area {
  background: var(--gray-three);
  padding: 24px 0;
}

.brand__item-title h5 {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 222px;
}

.single__brand {
  height: 60px;
  width: 164px;
}

/* brand area end here */



/* manufacture area start here */

.manufacture__area {
  padding: 120px 0;
}

.section__title1 h1 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.section__title1 p {
  color: var(--dark-gray);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}

/* manufacture area end here */



/* support area start here */

.guide__area {
  background: var(--lemon-green);
  padding: 120px 0;
}

.guide__single {
  width: 46%;
  height: 100%;
}

.support__area {
  padding: 50px 0;
}

.curve__line1 {
  position: absolute;
  left: 100%;
  top: 50%;
}

.guide__box-down {
  margin-top: 170px;
}

.section__title1 .extra__para-style {
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
  margin: auto;
  margin-bottom: 25px;
}

.support__flex {
  margin-top: 40px;
  margin-bottom: 20px;
}

.single__support h3 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
  transition: .3s;
}

.single__support:hover {
  background: var(--xdark-green);
}
.single__support:hover h3 {
  color: #fff;
}
.single__support:hover p {
  color: #fff;
}
.single__support:hover a {
  color: #fff;
}
.single__support:hover svg path {
  fill: #fff;
}

.justify-left{
  justify-content: left;
}

.clients__area .client__flex{
  gap: 40px;
}

.single__support p {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: auto;
  margin-bottom: 40px;
  transition: .3s;
}

.support__more a {
  display: flex;
  align-items: center;
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  gap: 8px;
}

.single__support {
  padding: 50px 40px 35px;
  border: 1px solid var(--gray-four);
  background: var(--gray-three);
  width: 34%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: .3s;
}

.support__flex .single__support:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.support__flex .single__support:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.support__area .banner__box {
  border-radius: 10px;
}

.banner__box {
  border-radius: 40px;
  background: linear-gradient(133deg, #017C11 9.55%, #014C0A 92.95%);
  padding: 60px;
  margin-top: 20px;
}

.banner__text h1 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 640px;
}

.banner__text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

/* support area end here */



/* blog area start here */

.blog__area {
  padding: 120px 0;
}

.section__title1 a {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.blog__area .section__title1 a {
  color: var(--dark-green);
}

.blog__area .section__title1 h1 {
  margin: 0;
}

.blog__notification {
  background: var(--dark-green);
  padding: 24px 40px;
  border-radius: 8px;
  margin-top: 29px;
}

.blog__notify-text h4 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

.blog__notify-text p {
  color: var(--lemon-green);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.blog__notify-left {
  gap: 40px;
  align-items: center;
}

.blog__text-heading .date__btn {
  color: var(--dark-green);
  padding: 2px 10px;
  background: var(--lemon-green);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.blog__flex {
  margin-top: 30px;
}

.blog__img img {
  width: 100%;
}

.single__blog {
  border: 1px solid var(--gray-four);
  border-radius: 14px;
  width: 23.6%;
}

.single__blog a {
  flex-direction: column;
}

.blog__text {
  padding: 8px 16px 16px;
}

.blog__text p {
  margin: 0;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.blog__text .blog__text-main a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}

.blog__text a {
  color: var(--light-green);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
  display: inline-block;
}
.blog__img a {
	display: block;
}
.blog__active .owl-nav {
	display: flex;
	gap: 20px;
}
.blog__active .owl-nav button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #F2F2F2 !important;
}
.blog__active .owl-nav button i {
  font-size: 20px;
}
/* blog area end here */



/* subscribe area start here */

.subscribe__area {
  padding-bottom: 80px;
}

.section__title h1 {
  color: var(--dark-green);
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 25px;
}

.section__title h1 svg {
  margin-top: -10px;
}

.section__title p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 85%;
  margin: auto;
  margin-bottom: 30px;
}

.subscribe__box {
  border-radius: 40px;
  background: var(--lemon-green);
  padding: 60px;
}

.input__flex input {
  height: 52px;
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid #BDBDBD;
  background: #fff;
  width: 100%;
}

.input__flex {
  gap: 30px;
  margin-bottom: 15px;
}
.input__container {
	max-width: 834px;
	margin: auto;
}
.checkbox__container label {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
}

/* subscribe area end here */



/* footer area start here */

footer {
  background: #333333;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer__title h1 {
  color: var(--gray-four);
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}

.footer__widget h4 {
  color: var(--gray-four);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.footer__widget ul li a {
  color: var(--gray-four);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  width: auto;
  transition: .3s;
}
.footer__widget ul li a:hover {
	color: var(--light-green);
}
.footer__right {
  gap: 80px;
}

.footer__right .footer__widget {
  width: 33%;
}

.footer__logo {
  margin-top: 100px;
  padding-bottom: 48px;
}

.footer__credit-text ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer__credit-text ul li:first-child::after {
  background: unset;
}

.footer__credit {
  padding: 26px 0;
  border-top: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
}

.footer__credit-text ul li a {
  padding: 0 24px;
  color: var(--gray-four);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  transition: .3s;
}
.footer__credit-text ul li a:hover {
	color: var(--light-green);
}
.footer__credit-text ul li {
  color: var(--gray-four);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.footer__credit-text ul li:first-child {
  padding-right: 24px;
}

.footer__credit-text ul li:after {
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background: #4f4f4f;
  top: 0;
  content: '';
}

.footer__social ul {
  display: flex;
  gap: 16px;
}

/* footer area end here */









/* about page start here */

/* page title area start here */

.page__map a {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 0;
}

.page__content {
  text-align: center;
  width: 60%;
  margin: auto;
}

.page__content h1 {
  text-align: center;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-block: 27px;
}

/* page title area end here */

/* about area start here */

.about__area {
  background: var(--lemon-green);
  padding: 120px 0;
}

.about__single {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 24px 37px;
  text-align: center;
  width: 31.6%;
  gap: 5px;
}

.section__title1 .para__style2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.about__single-text h3 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}

.about__single-text p {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.about__content {
  max-width: 1062px;
  margin: auto;
}

.about__single h1 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
}

.about__left {
  width: 27%;
}

.about__flex .about__single:last-child {
  gap: 60px;
}

.about__summery {
  max-width: 690px;
  margin: 60px auto;
}

.about__summery p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.about__summery-end h4 {
  color: #000;
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}

.about__summery-end h1 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
}

.about__summery-end {
  padding: 40px 0;
}

/* about area end here */



/* focus area start here */


.focus__flex {
  margin-top: 60px;
}

.focus__green {
  width: 48%;
}
.focus__digital {
  width: 48%;
}
.focus__list h1 {
  height: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  background: var(--dark-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 20px;
}

.focus__list ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--gray-two);
  border-radius: 20px;
  margin-bottom: 16px;
  height: 70px;
  padding: 0 40px;
  background: #fff;
}

.focus__list ul li p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* focus area end here */



/* story area start here */

.story__area {
  padding: 120px 0;
  background: var(--gray-three);
}
.story__img a {
	display: block;
}
.story__text a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}

.story__text p {
  color: var(--lemon-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 12px;
}

.story__img img {
  width: 100%;
}

.story__text {
  padding: 8px 16px 16px;
  background: var(--dark-green);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.single__story {
  width: 31%;
}

.single__story {
  width: 31%;
}

.story__flex {
  width: 80%;
  margin: auto;
  margin-top: 80px;
}

.story__text .theme__btn {
  border: 1px solid #fff;
}

.story__text .theme__btn:hover {
  color: #fff;
}

.story__text .theme__btn:hover svg path {
  fill: #fff;
}

/* story area end here */



/* team area start here */

.team__area {
  padding-top: 120px;
}

.team__img img {
  width: 100%;
}

.single__team {
  width: 23.4%;
}

.team__flex {
  margin-top: 65px;
}

.team__img img {
  width: 100%;
}
.team__img a {
  display: block;
  text-align: center;
}
.single__team {
  width: 23.4%;
  border: 1px solid var(--gray-four);
  border-radius: 14px;
}

.team__flex {
  margin-top: 65px;
  row-gap: 26px;
}

.team__text {
  padding: 16px;
}

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

.team__text a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  display: block;
}

.team__buttons a {
  font-size: 16px;
  margin: 0;
  color: var(--dark-green);
}

.team__text span {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 6px;
  background: var(--lemon-green);
  padding: 4px 8px;
  margin: 8px 0;
  display: inline-block;
}

.team__text p {
  color: #828282;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}

.main__team-text p {
  color: #333;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.team__all {
  margin-top: 67px;
}

/* team area end here */



/* org area start here */

.org {
  padding: 80px 0;
  background: var(--gray-three);
}

.org__flex {
  gap: 14px;
}

.single__org a {
  height: 100%;
}

.org__text p {
  margin-bottom: 40px;
  color: #443e3e;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

/* org area end here */



/* project area start here */

.project__area {
  background: var(--gray-three);
  padding: 40px 0 80px;
}

.single__project {
  width: 14.9%;
}

.single__project a {
  height: 100%;
}

.project__flex {
  margin-top: 30px;
  flex-wrap: wrap;
}

/* project area end here*/

/* about page end here */





/* service provider page start here */

/* expert area start here */

.expert__text p {
  color: var(--dark-gray);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.expert__left {
  width: 47%;
}

/* expert area end here */



/* require area start here */

.require__flex {
  row-gap: 80px;
}

.single__require h4 {
  color: var(--dark-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  margin-top: 24px;
}

.single__require p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.single__require {
  width: 30%;
}

/* require area end here */



/* step area start here */

.step__content {
  max-width: 580px;
  margin: auto;
  margin-top: 77px;
}

.step__container {
  padding-bottom: 72px;
  position: relative;
}

.step__box span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding: 8px 16px;
  background: var(--dark-green);
  border-radius: 8px;
  margin-bottom: 10px;
}

.step__text p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
}

.step__text a {
  display: flex;
  align-items: center;
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  gap: 10px;
}

.step__box {
  background: #fff;
  padding: 40px 60px;
  border-radius: 40px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

.curve__line2 {
  position: absolute;
  top: -30%;
  left: 50%;
}

.step__logo {
  background: var(--dark-green);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  filter: drop-shadow(0px 4px 10px rgba(1, 124, 17, 0.25));
  position: absolute;
  top: -37px;
  right: -51px;
}

.step__connect {
  position: absolute;
  bottom: 0;
  left: 50%;
}

/* step area end here */

/* service provider page end here */







/* news and event page start here */

.single__select select {
  height: 52px;
  width: 252px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  background: #FFF;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.single__filter {
  width: 23.4%;
  border-radius: 8px;
  border: 1px solid var(--gray-four);
  background: #fff;
}
.filter__img a {
	display: block;
}
.filter__text a {
  color: var(--light-green);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.filter__text h1 a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 6px 0;
  justify-content: start;
}

.filter__text p {
  margin: 0;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.filter__text {
  padding: 8px 16px 16px;
}

.filter__flex {
  row-gap: 26px;
}

.filter__pagination button {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 4px;
  background: #fff;
}

.filter__pagination button i {
  color: var(--light-green);
  font-size: 25px;
}

.filter__pagination button.active {
  background: var(--dark-green);
  color: #fff;
}

/* custom checkbox */

.filter__checkbox {
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.form-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-group label::before {
  background: #fff !important;;
  border-color: #828282 !important;;
}
.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--dark-green);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 6px;
  left: -7px;
}

.form-group input:checked+label::before {
  background: var(--dark-green) !important;
  border-color: var(--dark-green) !important;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* custom checkbox */

/* news and event page end here */







/* our clients page start here */

.client__flex {
  row-gap: 25px;
}
.client__flex.flex__extra {
	justify-content: start !important;
	column-gap: 42px;
}
.single__client {
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single__client h1 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-right: 10px;
}

.single__client a {
  position: absolute;
  left: 40px;
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  gap: 8px;
  display: flex;
  align-items: center;
}

.client__img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 70%;
  background: var(--xdark-green);
  filter: blur(80px);
  transition: .5s;
  opacity: 0;
}

.single__client:hover .client__img::after {
  opacity: 1;
}

.client__img {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.lead__brand .single__brand {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead__brand {
  row-gap: 60px;
  margin-top: 60px;
}

.brand__end a {
	color: var(--dark-gray);
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin-top: 60px;
}


.single__testimonial {
  display: flex;
  gap: 60px;
}

.test__box {
  background: #fff;
  padding: 40px;
}

.test__box p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 38px;
  margin-top: 8px;
}

.test__box-profile h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.test__box-profile span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.testimonial__active .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid var(--dark-green) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial__active .owl-nav button i {
  font-size: 22px;
  color: var(--dark-green);
}

.testimonial__active .owl-nav {
  display: flex;
  gap: 15px;
  justify-content: end;
  margin-top: 48px;
}



/* our clients page end here */



/* solution1 page start here */

.filter__heading h1 {
  height: 116px;
}

.filter__heading a {
  display: flex;
  justify-content: center;
  height: 39px;
  color: #fff;
}

.filter__top h6 {
  color: var(--gray-two);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

/* solution1 page end here */



/* solution2 page start here */

.page__project {
  display: flex;
  justify-content: center;
  color: var(--gray-two);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 10px;
  align-items: center;
}

.page__project span {
  background: var(--lemon-green);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  color: var(--dark-green);
}

.page__project p {
  margin: 0;
}

.single__reuse-project span {
  color: var(--dark-gray);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 2px;
  display: block;
}

.single__reuse-project p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.single__reuse-project {
  border-radius: 10px;
  border: 1px solid var(--dark-green);
  background: #fff;
  width: 23%;
  padding: 16px 20px;
  gap: 18px;
}

.main__project-content {
  max-width: 1000px;
  margin: auto;
  padding: 60px 0;
}


.main__project-facing h1 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.project__problem h1 {
  background: var(--dark-gray);
}

.project__outcome h1 {
  background: var(--dark-green);
}

.project__problem {
  width: 49%;
}

.project__outcome {
  width: 49%;
}

.project__face-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}

.project__problem .project__face-box {
  background: var(--gray-three);
}

.main__project-facing p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
}

.project__outcome .project__face-box {
  background: var(--lemon-green);
}
.outcome__btn {
	margin-top: 30px;
	gap: 20px;
}
.project__outcome p {
  color: var(--dark-green);
  font-weight: 600;
}

.project__img img {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
}

.project__list h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
}

.project__list ul li {
  color: #000;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.project__list ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 40px;
}

.project__item-text p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
}

/* solution2 page end here */












.filter__img img {
	width: 100%;
}

.client__img img {
	width: 100%;
}

.guide__button .theme__btn {
	padding: 10px 63px;
}

.client__brand a {
  position: unset;
}
.client__brand {
  position: absolute;
  top: 0;
  left: 0;
}
.nice-select .option:hover {
	background: var(--lemon-green);
}
.project__item-flex {
	gap: 20px;
}






/* modal box css start here */

.modal-content {
	border-radius: unset;
  border: none;
}
.modal-dialog {
	max-width: 1054px;
  background: #fff;
  border-radius: 20px;
}
.modal__img {
	width: 47%;
}
.modal__img img {
	width: 100%;
}
.modal__close {
	position: absolute;
	right: 20px;
	background: transparent;
	padding: 0;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	top: 20px;
	font-size: 25px;
}
.modal__button a:last-child {
	color: #fff;
}
.modal-content {
	padding: 60px 80px 60px 60px;
	border-radius: 20px;
}

.modal__text h1 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.modal__text h5 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.modal__text p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.modal__button {
  margin-top: 24px;
}
.modal__text {
	width: 47%;
}
.modal__button a:last-child:hover {
	color: var(--dark-green);
}

/* modal css end here */




/* megamenu-start */

header {
  position: relative;
}
.mega__sol--right-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 65px;
  /*! max-width: 900px; */
}
.mega__single--sol h3 {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.mega__single--sol p {
  color: #828282;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}
.mega__single--sol a {
  padding: 10px 0px !important;
  gap: 10px !important;
  color: #017C11 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.megamenu {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  z-index: 9;
  top: 100%;
  box-shadow: 13px 9px 10px #0000000d;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  overflow: hidden;
}
.res__mega--container {
  max-width: 980px;
  margin: auto;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single__res--mega h3 {
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 16px;
}
.single__res--mega li a {
  padding: 0;
  color: black;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  background: transparent !important;
  border: 0 !important;
}
.header__nav li:hover a {
  border-radius: 8px;
  background: var(--green-hover-color, #E1F0E3);
}
.single__res--mega li {
  margin-bottom: 20px;
}
.single__res--mega li:last-child {
  margin: 0;
}
.single__res--mega p {
  color: #828282;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  max-width: 131px;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #E0E0E0;
  margin-top: 20px;
}

.mega__sol--flex {
  display: flex;
  flex-wrap: wrap;
}
.mega__sol--left {
  padding: 50px 70px;
  width: 26.1%;
  background: #F2F2F2;
}
.mega__sol--right {
  width: 73.9%;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
  padding: 50px 80px;
}
.mega__sol--left h3 {
  color: black;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.mega__sol--left p {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.mega__single--sol {
  width: 24.5%;
}
.mega__clients {
  padding: 50px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega__clients .mega__single--sol {
  width: auto;
}
.header__navigation .header__nav li:hover .megamenu {
  opacity: 1;
  visibility: visible;
}

/* megamenu-end */






/* offcanvas-area-start */

.offcanvas.show {
	transform: none;
	transition: .3s;
    overflow-y: scroll;
}
.offcanvas__trigger {
	font-size: 25px;
	color: #1C1B1F;
}
.offcanva {
  width: 393px;
  background: #fff;
  position: absolute;
  z-index: 99;
  padding-bottom: 50px;
  top: 0;
  left: -100%;
}
.offcanva__header {
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.offacnva__close a {
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.offcanva__menu {
  padding-top: 10px;
}
.offacnva__single--collaps a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: .3s;
}
.offacnva__single--collaps a i {
  width: 20px;
  display: flex;
  justify-content: center;
  transition: .3s;
}
.offcanva__search {
  position: relative;
}
.offcanva__search input {
  width: 100%;
  padding: 14px 20px;
  border: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.offcanva__search a {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.offcanva__aply a:hover {
  background: #017C11;
  color: #fff;
}
.offcanva__aply a:hover img {
  filter: brightness(9999999);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(300deg) brightness(103%) contrast(106%);
}
.offcanva__aply a {
  padding: 14px 20px;
  color: var(--dark-green, #017C11);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}
.offacnva__single--collaps a[aria-expanded="true"] {
  background: #E1F0E3;
  color: #017C11;
}
.offacnva__single--collaps a[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.card.card-body {
  padding: 0;
  background: #F2F2F2;
  border: 0;
}
.offcanva__single--res h3 {
  color: var(--Black, #000);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 20px;
}
.offcanva__single--res ul li a {
  color: var(--Black, #000);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 20px;
  display: block;
}
.offcanva__single--res ul li a span {
  display: block;
}
.offcanva__single--res ul li a span {
  color: var(--Gray-3, #828282);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.offcanva__single--res {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0;
}
.offcanva__single--res:last-child {
  border: 0;
}

.offcanva__single--sol {
  padding: 24px 20px;
  border-top: 1px solid var(--Gray-5, #E0E0E0);
}
.offcanva__single--sol h3 {
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.offcanva__single--sol p {
  color: #828282;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.offcanva__single--sol a {
  color: var(--dark-green, #017C11);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.offcanva__clients--btn a {
  padding: 14px 20px;
  color: var(--dark-green, #017C11);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* offcanvas-area-end */

div.empty-spacer{
  height: 50px;
}

.justify-content-left{
  justify-content: left;
  gap: 20px;
}

#pagination .btnBack.disable{
  pointer-events: none;
  color: gray;
}

#pagination .btnBack.disable i{
  color: gray;
}

#pagination .btnNext.disable{
  pointer-events: none;
  color: gray;
}

#pagination .btnNext.disable i{
  color: gray;
}

.error-content{
  padding: 30px 0;
}

.error-404{
  padding: 150px 0;
}

.error-404 .error-icon{
  max-width: 110px;
  margin-bottom: 30px;
}

.error-404 p.extra__para-style{
  color: #000;
}

.error-404 a.theme__btn{
  margin-top: 20px;
}

/* expert forum page start here */

.export__forum {
  background-color: var(--lemon-green);
  padding: 60px 0;
}
.sector__separate {
	display: flex;
	justify-content: space-between;
	width: 18%;
}
.export__forum-left h3 {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.export__forum-right h5 {
  color: #595959;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
}

.export__forum-right p {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.export__forum-left {
  width: 50%;
}

.export__forum-right {
  width: 47%;
}


.forum__navigation {
  gap: 10px;
}

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

.forum__navigation ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 16px 10px;
  position: relative;
}

.forum__navigation ul li a.active {
  color: var(--light-green);
}

.forum__navigation ul li a.active::after {
  position: absolute;
  content: '';
  background: var(--light-green);
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.forum__nav-search input {
  border: none;
  padding: 14px 16px;
  width: 400px;
  padding-right: 38px;
}

.forum__nav-search::after {
  position: absolute;
  width: 100%;
  content: '';
  left: 0;
  bottom: -1px;
  height: 1px;
  background: var(--dark-gray);
}

.forum__nav-search label {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.forum__nav-container {
  border-bottom: 1px solid var(--gray-four);
}







.forum__nav-content {
  padding: 60px 0;
}

.forum__post-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.forum__post-left p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

.forum__post-left span {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  display: block;
}

.forum__post-btn a {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 2px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--lemon-green);
  border-radius: 4px;
}

.forum__post-profile span {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.profile__user h4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.forum__post-right .theme__btn {
  gap: 10px;
  display: inline-flex;
  justify-content: end;
  align-items: center;
  /*! width: 96px; */
  margin-left: auto;
  padding: 10px 16px 10px 11px;
}

.forum__post-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.profile__user {
  gap: 8px;
}
.profile__user img {
	min-width: 30px;
}
.forum__post-left {
  width: 70%;
}

.forum__post-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22%;
}

.single__forum {
  border-bottom: 1px solid var(--gray-four);
  padding-block: 20px;
}






.post__sector {
  padding: 60px 0;
}

.post__sector-nav ul {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-four);
}

.post__sector-nav ul li {
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 5px;
}

.single__post-sector {
  border-bottom: 1px solid var(--gray-four);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.market__icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #388F43;
}

.post__sector-nav ul li:nth-child(1) {
  width: 20%;
}

.post__sector-nav ul li:nth-child(2) {
  width: 8%;
  text-align: center;
}

.post__sector-nav ul li:nth-child(3) {
  width: 6.3%;
  text-align: center;
}

.post__sector-nav ul li:nth-child(4) {
  width: 45%;
}

.market__sector-icon {
  width: 20%;
  padding: 10px 5px;
  gap: 16px;
}

.sector__catagory {
  padding: 10px 5px;
  text-align: center;
}

.sector__post-number {
  padding: 10px 5px;
  text-align: center;
}

.sector__post-profile {
  width: 45%;
  padding: 10px 5px;
}
.post__sector .sector__post-profile {
	padding-top: 0;
	padding-bottom: 0;
}
.single__post-sector .sector__post-profile p {
  font-family: Barlow;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-skip-ink: none;
}
.single__post-sector .sector__post-profile h4 {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.single__post-sector .sector__post-profile span {
  text-decoration-skip-ink: none;
  color: var(--gray-two);
}
.market__sector-icon span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.sector__catagory span {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 4px;
  background: var(--lemon-green);
  padding: 6px 10px;
}

.sector__post-number span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.profile__user p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.sector__post p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 4px 0;
}

.sector__post span {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}


/* expert forum page end here */







/* all post page start here */


.all__post .export__forum-left {
  width: 40%;
}

.all__post .export__forum-right {
  width: 39%;
}

.all__post .export__forum-left h3 {
  margin: 0;
}

.create__post {
  width: 15%;
  justify-content: end;
  display: flex;
}

.all__post-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.all__post .forum__post-container {
  margin-top: 40px;
}

.all__post-pagination ul li .page-link {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  border: none;
  color: #000;
}

.all__post-pagination ul li span {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all__post-pagination ul li .page-link i {
  color: var(--light-green);
  font-size: 22px;
}

.all__post-pagination ul li.active .page-link {
  background: var(--dark-green);
}

.all__post-pagination .pagination {
  gap: 10px;
}

.pagination{
  justify-content: space-between !important;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagination .previous-step,
.pagination .next-step{
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #017C11;
  border: 0;
  color: #fff;
}

.pagination .next-step{
}

/* all post page end here */







/* market sector page start here */

.market__service {
  padding: 60px 0;
}

.single__market-service {
  border-radius: 8px;
  border: 1px solid var(--gray-four);
  background: var(--gray-three);
  padding: 20px;
  width: 24%;
  display: flex;
  align-items: center;
}
.single__market-service h3 {
	font-family: Barlow;
	font-size: 22px;
	font-weight: 600;
	line-height: 26.4px;
	text-decoration-skip-ink: none;
}
.single__market-service a {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 20px;
}

.market__service-flex {
  row-gap: 20px;
}

.single__market-service svg {
  min-width: 51px;
}

/* market sector page end here */






/* focus area page start here */

.focus__area-flex {
  row-gap: 20px;
  padding-bottom: 120px;
}

.filter__search-bar input {
  height: 52px;
  width: 300px;
  padding: 14px 16px;
  padding-right: 40px;
  border-radius: 6px;
  border: 1px solid #BDBDBD;
}

.filter__search-bar label {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.single__focus {
  border-radius: 4px;
  border: 1px solid var(--gray-four);
  background: #fff;
  padding: 20px;
  width: 32.3%;
}

.single__focus span {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  text-align: center;
  padding: 2px 10px;
  background: var(--lemon-green);
  border-radius: 4px;
}

.single__focus a {
  flex-direction: column;
}

.single__focus p {
  color: var(--dark-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  margin-top: 10px;
}

.focus__area h3 {
  margin-bottom: 20px;
}

.focus__area .forum__title-detail {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
}

/* focus area page end here */






/* experts page start here */

.forum__nav.expart__page {
  padding-bottom: 120px;
}

.forum__nav.expart__page .forum__nav-content {
  padding-bottom: 25px;
}

.expert__list ul {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  flex-wrap: wrap;
}

.expert__list ul li.list__full {
  color: var(--dark-green, #017C11);
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.expert__list .list__fill {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 4px;
  background: var(--lemon-green);
  padding: 2px 10px;
}

.expert__list ul .dot__fill {
  width: 5px;
  height: 5px;
  background: #828282;
  border-radius: 10px;
}

.expert__list ul li {
  color: var(--dark-gray);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.expert__text h5 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.single__expert a {
  align-items: center;
  gap: 12px;
}

.single__expert {
  display: flex;
  padding: 16px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--gray-four);
  background: #fff;
  cursor: pointer;
}

.expert__flex {
  row-gap: 20px;
}

.single__expert {
  width: 32.3%;
}
.expert__img img {
	min-width: 80px;
}
/* experts page end here */




/* create post page start here */

.custom-file {
  display: inline-block;
  position: relative;
  border: 1px solid var(--dark-green);
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.custom-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.custom-file span {
  color: green;
  font-weight: bold;
  font-family: Arial, sans-serif;
  display: inline-block;
}

.single__input-container input {
  width: 70%;
  border-radius: 6px;
  border: 1px solid #BDBDBD;
  background: #fff;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  padding: 14px 16px;
  margin-bottom: 24px;
}
.single__input-container {
  gap: 24px;
}
.single__input-container span {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.single__input-container textarea {
  width: 70%;
  resize: none;
  border-radius: 6px;
  border: 1px solid #BDBDBD;
  background: #FFF;
  height: 200px;
  padding: 14px 16px;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.single__attachment-holder {
  border-radius: 8px;
  background: #f2f2f2;
  padding: 24px 40px;
  margin-top: 24px;
  width: 70%;
}
.file__range h5 {
  color: var(--dark-gray);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
.file__range span {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.form-group {
}
.form__check-box label {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 40px 0;
}
.form__confirmation a{
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 10px 16px;
  border: 1px solid var(--dark-green);
  border-radius: 8px;
}
.form__confirmation {
  gap: 20px;
}
.form__confirmation a:last-child {
  background: var(--dark-green);
  color: #fff;
}

/* create post page end here */




/* individual thread page start here */

.post__container {
	padding-bottom: 60px;
}
.related__post-container {
  width: 26.5%;
  background: #F7F7F7;
  padding: 20px;
  position: sticky;
  top: 0;
}
.main__post {
  width: 70%;
}
.post__stat {
	margin-left: 40px;
}
.commented__reply .normal__post {
	padding-left: 60px;
}

.forum__all-post span {
  margin-bottom: 40px;
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.normal__post .post__title h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
}
.post__comment-profile img {
  width: 40px;
}
.normal__post-text p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.normal__post-text {
  padding: 24px 0;
}
.normal__post-text p:last-child {
  margin: 0;
}
.normal__post-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.post__setting-left a {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.post__setting-right span {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.post__setting-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.post__like-btn {
  color: var(--dark-green);
  border: 1px solid var(--dark-green);
}
.post__setting-right a {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  transition: .3s;
  border: 1px solid transparent;
}
.post__setting-right a:hover{
  background: transparent;
  color: #017C11;
  border-color: #017C11;
}
.post__reply-btn {
  background: var(--dark-green);
  color: #fff;
}

.normal__post-user {
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-four);
}
.normal__post {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-four);
}
.post__solution .normal__post-user {
  border: none;
  padding: 0;
}

.post__solution .post__highlighted {
  margin: 12px 0;
  border-radius: 8px;
  background: var(--lemon-green);
  padding: 16px;
}
.post__solution .post__highlighted p {
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.post__solution {
  margin: 60px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-four);
}
.post__solution .normal__post-setting {
	padding: 0;
}
.post__reply .normal__post {
	margin: 40px 0;
}
.post__stat span {
	color: var(--light-green);
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.single__reply .normal__post-user {
	padding: 0;
	border: none;
}

.single__reply .normal__post-text {
  padding: 12px 0;
}
.single__reply .normal__post-setting {
  padding: 0;
}
.normal__post.solution__post {
	border: none;
	padding: 0;
}

.normal__post.least__space .normal__post-text {
  padding: 12px 0;
}
.normal__post.least__space .normal__post-setting {
  padding: 0;
}


.related__post-title {
  display: flex;
}
.related__post-user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.related__post-user img {
  width: 30px;
  border-radius: 8px;
}
.related__post-user h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.related__post-detail p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}
.related__post-detail span {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.single__related-post {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-four);
}
.related__post-title h2 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 24px;
}

.answer__btn {
  border: 1px solid var(--dark-gray) !important;
  color: var(--dark-gray);
}
.post__solution-btn {
  padding: 10px 16px;
  background: var(--light-green);
  border-radius: 8px;
  color: #fff !important;
}
.report__dot3 {
  display: none;
}
.reply__step-box textarea {
  width: 100% !important;
}
.reply__step-box .single__attachment-holder {
  width: 100%;
}

.reply__step-box {
  margin-top: 40px;
}
.reply__step-box .single__input-container {
  gap: 4px;
}
.reply__step-box .form__check-box label {
	margin: 24px 0;
}
/* individual thread page end here */







/* search page start here */

.search__result h3 {
  color: #000;
  font-weight: 700;
  line-height: normal;
}

.forum__post-left .search__highlight {
  color: var(--light-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  margin: 0;
  line-height: normal;
}

/* search page end here */







/* bookmark page start here */

.forum__nav-content.bookmark__post {
  padding-bottom: 0 !important;
}

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


.post__profile-detail h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.post__profile-detail .fill__dot {
  background: #b2b2b2;
  height: 4px;
  width: 4px;
  border-radius: 10px;
}

.post__profile-detail span {
  color: var(--gray-four);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.post__bookmark i {
  color: var(--dark-green);
  font-size: 22px;
}

.comment__date {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.comment__date {
  color: var(--gray-two);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 32px;
}

.post__comment-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.post__comment-profile img {
	min-width: 40px;
}
.forum__post-comment {
  padding-left: 60px;
  padding-top: 20px;
}

.post__profile-detail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post__comment-text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
}

/* bookmark page end here */




/* fix css start here */

#dropdown {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.single__select {
	position: relative;
}
.single__select::after {
	position: absolute;
	content: '\f107';
	right: 15px;
	font-family: 'Font Awesome 5 pro';
	top: 22px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	height: 10px;
	z-index: 1;
}
option {
	background: #fff;
}

.answer__btn:hover {
  background: #595959 !important;
  color: #fff !important;
}
.answer__btn:hover svg path {
  fill: #fff;
}
.post__setting-left a i {
	margin-top: 5px;
}

/* fix css end here */



/* creating post attachment page */

.file__attach-container{
  margin-top: 14px;
}
.attach__cancel {
	position: absolute;
	right: 12px;
}
.file__range {
	width: 80%;
}
.single__attach-file {
  padding: 8px 12px;
  background: #fff;
  border-radius: 10px;
  gap: 6px;
  width: 32.77%;
  margin-bottom: 6px;
  position: relative;
}
.single__attach-file a {
  display: block;
  color: var(--dark-green);
  font-weight: 400;
  line-height: 22px;
}
.single__attach-file span {
  color: var(--gray-two);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/* creating post attachment page */

section.get-inspired{
  background: #F2F2F2;
}

section.get-inspired .team__text{
  background: #fff;
}

section.get-inspired .above-title-type-country{
  display: flex;
  justify-content: space-between;
}

section.get-inspired .above-title-type-country p{
  display: inline-block;
}

section.get-inspired .team__buttons a{
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}

section.get-inspired .theme__btn:hover{
  color: #017C11;
}

section.get-inspired .team__flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

section.get-inspired .single__team {
  display: flex;
  flex-direction: column;
}

section.get-inspired .team__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

section.get-inspired .team__buttons {
  margin-top: auto;
}

section.get-inspired .single__select select{
  appearance: none; /* Standard for modern browsers */
  -webkit-appearance: none; /* For Safari & Chrome */
  -moz-appearance: none; /* For Firefox */
  background-image: none; /* Remove default dropdown icon */
}

.single__checkbox__group{
  display: flex;
  gap: 15px;
}

.single__checkbox__group input{
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  accent-color: #017C11;
}

section.get-inspired .team__flex{
  margin-top: 25px
}

section.get-inspired .filter__top{
  margin-top: 50px;
}

section.project-data-section{
  text-align: center;
}

section.project-data-section .vertical-devider{
  padding: 0 5px;
}

section.project-data-section .first-row{
  margin-bottom: 20px;
}

section.project-data-section .second-row{
  margin-bottom: 50px;
}

section.project-data-section .first-row a{
  text-decoration: underline;
  color: #017C11;
}

section.project-data-section .second-row .dimm-text{
  color: #ABABAB;
  margin-right: 10px;
  font-size: 18px;
}

section.project-data-section .second-row .project-title{
  color: #017C11;
  background: #E1F0E3;
  padding: 5px 10px;
  border-radius: 6px;
}

.custom-dropdown-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

/*.custom-dropdown-container:after{
  border-bottom: 2px solid #1C1B1F;
  border-right: 2px solid #1C1B1F;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.custom-dropdown-container .nice-select:after{
  display: none;
}*/

.single__select::after{
  display: none;
}

.top-author-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.dateTime-section{
  display: grid;
  grid-template-columns: 90px auto;
  gap: 10px;
  margin-bottom: 40px;
}

.dateTime-section .left-side-date{
  background: #017C11;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

.dateTime-section .right-side-details{
  background: #E1F0E3;
  border: 1px solid #017C11;
  border-radius: 20px;
  padding: 20px 24px;
  color: #017C11;
}

.right-side-details p {
  margin-bottom: 0;
}

.event-description img{
  margin: 20px 0;
}

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

.double-image img{
  width: 100%;
}

.content__area #data-form .form-radio-group.mb-3 input{
  accent-color: #017C11;
  width: 16px;
  height: 16px;
}

#data-form .form-radio-group.mb-3,
#data-form .form-textarea-group.mb-3{
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 40px !important;
}

#data-form .form-textarea-group.mb-3{
  width: 100%;
}

#data-form .form-radio-group.mb-3 label,
#data-form .form-textarea-group.mb-3 label{
  font-size: 20px;
  padding-top: 5px;
}

#data-form .form-textarea-group.mb-3 label{
  display: block;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #017C11;
}

#data-form .form-textarea-group.mb-3 textarea{
  width: 100%;
  min-height: 100px;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 10px;
}

#data-form .form-holder p{
  text-align: center;
  font-size: 20px;
}

#data-form .form-input-group label{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #017C11;
}

#data-form .form-button-group button{
  border-radius: 8px;
  background: var(--dark-green);
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border: 1px solid transparent;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

#data-form .form-button-group .spinner{
  display: none;
}

#data-form .form-alert-message {
  margin-top: 20px;
  margin-bottom: 20px;
}

#data-form .validationMessages{
  color: #c40016;
}

#data-form .form-textarea-group{
  margin-bottom: 0 !important;
}

.group-separator.mb-3{
  margin-bottom: 0 !important;
}

#data-form .image_upload_container{
  margin-bottom: 40px !important;
}

#data-form .image_upload_container .single__info--input label{
  display: block;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #017C11;
}

#uploadTrigger {
  padding: 10px 20px;
  border: none;
  background-color: #017C11;;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

#uploadTrigger:hover {
  background-color: #00590d;
}

#uploadedImagesList{
  margin-top: 10px;
}

#data-form .uploaded-images p{
  text-align: left;
  margin-top: 10px;
  color: #017C11;
  font-size: 16px;
}

.content-list .single__client{
  width: 100%;
}

.filter__area.content-list .filter__flex{
  padding-top: 0;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 40px !important;
}

.content-list .single__client img{
  border-radius: 8px;
}

.cards-full-width .expert__img{
  display: grid;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
}

.cards-full-width .expert__img a{
  margin: 16px;
  text-align: center;
  display: block;
}

.cards-full-width .single-full-card{
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  padding: 20px;
  margin: 20px;
}

.cards-full-width .expert__left{
  padding-left: 20px;
  margin-top: 20px;
}

.cards-full-width .expert__left h5{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.cards-full-width .single-full-card:nth-child(even){
  background: #F5F5F5;
}

.main_project .color-1{
  background: #1FB3A4;
}

.main_project .title-section-project-inside{
  display: flex;
  padding: 20px 80px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.main_project .title-section-project-inside h2{
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

section.main_project .main__project-content{
  max-width: 100%;
}

section.main_project .project-section{
  padding: 60px 80px;
}

section.main_project .project-section-inside{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

section.main_project .project-section-inside .value{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 24px;
}

section.main_project .project-section-inside .title{
  margin-bottom: 0;
}

section.main_project .color-gray{
  background: #F2F2F2;
}

section.main_project .single-partner{
  display: block;
  padding: 10px 0;
}

section.main_project .single-partner-inside{
  background: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 24px;
  align-items: center;
  border-radius: 20px;
  gap: 24px;
}

section.main_project .single-partner-inside p.partner-title {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px
}

section.main_project .project-section-summary{
  padding: 60px 80px;
}

section.main_project .project-section-summary-inside{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

section.main_project .project-section-summary-inside .column{
  background: #fff;
  padding: 60px;
  border-radius: 40px;
}

section.main_project .project-section-summary-inside .column .title{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}

section.main_project .project-section-about{
  padding: 60px 80px;
}

section.main_project .project-section-about-inside{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

section.main_project .project-section-about-inside h3{
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

section.main_project .project-section-about-inside a{
  color: #017C11;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  text-decoration-line: underline;
}

section.main_project .project-section-about-inside .website-column h3{
  padding-right: 10px;
  margin-bottom: 20px;
}

section.main_project .project-section-about-inside .website-column img{
  padding-right: 10px;
}

section.main_project .project-section-about-inside .inline-icons{
  margin-top: 20px;
}

section.main_project .project-section-about-inside .inline-icons a{
  padding-right: 20px;
}

section.main_project .container{
  max-width: 1920px;
  padding: 0;
}

section.main_project .color-2{
  background: #E1514B;
}

.forum__nav-content .nice-select .list{
  overflow: auto;
  width: auto;
  max-height: 400px;
}

.forum__nav-content .nice-select .current{
  overflow: hidden;
}

.reply__step-box{
  display: none;
}

.usr-background{
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.single__reply.offset-left{
  padding-left: 60px;
}

.forum__nav-content .forum__post-right .forum__post-profile{
  height: 100%;
  align-items: flex-end;
  width: auto;
  gap: 25px;
}

.forum__nav-content .single__forum .forum__post-profile .usr-background,
.related__post-content .usr-background{
  width: 30px;
  height: 30px;
}

.forum__nav-content .single__forum .forum__post-right{
  width: auto;
}

.forum__nav-content .single__forum .forum__post-right .date{
  padding-bottom: 5px;
}

.forum__nav-content .single__forum{
  cursor: pointer;
  padding: 15px;
}

.forum__nav-content .single__forum:hover{
  background: #F2F2F2;
}

.forum__nav-content .filter__top{
  margin-bottom: 15px;
}

.post__title h3{
  padding-top: 15px;
}

.single__related-post:hover{
  background: #F2F2F2;
  cursor: pointer;
}

.single__market-service img{
  width: 52px;
  height: 52px;
}

.no-decoration{
  text-decoration: none;
  color: unset;
  display: block;
}

.no-decoration:hover{
  color: unset;
}

.post__sector-content .single__post-sector:hover{
  background: #F2F2F2;
}

.post__sector-content .usr-background{
  width: 30px;
  height: 30px;
}

.no-search-result p{
  font-size: 42px;
  padding-bottom: 25px;
  text-align: center;
}

.no-search-result p .searchString-no-result{
  font-weight: bold;
  padding-left: 5px;
  text-decoration: underline;
}

.no-search-result{
  margin-top: 25px;
}

.highlight {
  background-color: yellow;
  font-weight: bold !important;
  display: inline !important;
}

.forum__nav-content .nice-select.open .list{
  max-height: 400px;
}

.single__expert .expert__img img{
  max-width: 80px;
  max-height: 80px;
  min-width: unset;
}

.single__expert .expert__text{
  padding-left: 15px;
}

.single__expert .expert__img .usr-background{
  width: 80px;
  height: 80px;
}

.single__expert:hover{
  background: #F2F2F2;
}

.file__preview ul.selected-file-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.file__preview li {
  font-size: 14px;
  color: #333;
}

span.page-number-single {
  padding: 0 10px;
  margin: 10px;
  cursor: pointer;
  color: #000;
}

a.current-page span.page-number-single{
  color: #fff !important;
}

.page-numbers a.current-page {
  font-weight: bold;
  background: #017C11;
  color: #fff !important;
}

.selected-file-list {
  list-style: none;
  padding: 0;
}
.selected-file-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
}
.remove-btn {
  color: white;
  border: none;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
}


/* toolbox page start here */

.tool__module {
  padding-block: 60px;
}

.tool__module__text {
  width: 46.7%;
}

.tool__module__image {
  width: 46.7%;
}

.tool__module__text p {
  color: var(--dark-gray);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.tool__module__text a {
  margin-top: 20px;
}

.tool__about {
  padding-block: 100px;
}

.single__tool__about p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.single__tool__about h4 {
  color: var(--dark-green);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
}

.single__tool__about {
  width: 30.1%;
}

.step__content .step__container:last-child {
  padding: 0;
}

.single__support p a {
  color: var(--dark-gray);
  text-decoration: underline;
  transition: .3s;
}

.table__area {
  padding-block: 20px;
}

.table__content .theme__btn {
  margin-top: 60px;
}

.para__summery {
  padding-block: 80px;
}

.para__summery__content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.toolbox__wrapper .support__flex {
  margin: 0;
}

/* toolbox page end here */



/* tool module pages start here */

.hero__area {
  height: 300px;
  display: block;
}

.hero__area::after {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
  inset: 0;
}

.hero__text {
  position: relative;
  z-index: 9;
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.module__diagram {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding: 6px 12px;
  border-radius: 10px;
  display: inline-block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #017C11;
  margin-bottom: 10px;
}

.hero__text h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}

.module__circle {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  max-width: 235px;
  aspect-ratio: 1;
  background: #01630E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 11px;
}

.step__service {
  padding-block: 80px;
}

.module__bottom__nav {
  padding-block: 40px;
}

.module__step1 {
  margin-top: -260px;
}

.module__step1 .tool__module__text {
  padding-top: 260px;
}

.space {
  width: 124px;
}

.module__flex .filter__pagination {
  padding: 0;
}

.module__card__flex {
  border: 1px solid var(--gray-four);
  background: var(--gray-three);
  border-radius: 0px 10px 10px 0px;
}

.single__module__card h1 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.module__card__list ul li {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.single__module__card {
  padding: 50px 40px 35px 40px;
  width: 50%;
}

.module__card__flex .single__module__card:first-child {
  border-right: 1px solid #E0E0E0;
}

.module__card__flex .single__module__card:last-child {
  border-left: 1px solid #E0E0E0;
}

.module__card__list ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 40px;
}

.previous__module {
  background: transparent;
  border: 1px solid var(--dark-green);
  color: var(--dark-green);
}

.module__step2 .tool__module__image {
  transform: translateY(-260px);
}

.img-step-hero{
  position: absolute;
  width: 100%;
  height: 300px;
}

img.background_step_image {
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 300px;
}

/* tool module pages end here */

.paginationBtn{
  visibility: hidden;
}

.paginationBtn.show{
  visibility: visible;
}

/* Custom dropdown with selectboxes */
.custom-dropdown {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fff;
}

.dropdown-list {
  position: absolute;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  border-radius: 6px;
  border: 1px solid #BDBDBD;
  background: #FFF;
  margin-top: 5px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.dropdown-item input[type="checkbox"] {
  margin-right: 8px;
}

.custom-dropdown .dropdown-header{
  color: #828282;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  display: flex;
  align-items: center;
  width: 252px;
  height: 52px;
}

.dropdown-item .chk-content{
  background: #E1F0E3;
  padding: 2px 10px;
  border-radius: 3px;
  color: #017C11;
}

.custom-dropdown input{
  width: 18px;
  height: 18px;
  accent-color: #017C11;
}

.connect-home{
  margin-top: 50px;
}

.connect-home .focus-area-inside h2,
.agents .agents-title h2{
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #017C11;
}

.connect-home .cards-template {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  justify-content: space-between;
}

.connect-home .cards-template .single-card{
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  width: 240px;
}

.cards-template .single-card .card-img img{
  border-radius: 8px 8px 0px 0px;
  width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.single-card .text-section {
  padding: 16px;
}

.digital-section,
.green-section{
  padding-top: 40px;
}

.green-section{
  padding-bottom: 40px;
}

.cards-template .text-section a{
  color: #000;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.agents .agents-title h2{
  display: inline-block;
}

.agents .agents-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.agents{
  margin-bottom: 30px;
}

.agent-card{
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  width: 300px;
  display: grid;
  grid-template-rows: 200px auto 80px;
}

.agent-cards-template{
  gap: 16px;
  display: flex;
  justify-content: start;
}

.agents-container{
  background: #F2F2F2;
  padding: 60px 80px;
}

.agent-cards-template .card-img img{
  border-radius: 8px 8px 0px 0px;
  height: 200px;
  object-fit: scale-down;
}

.agent-cards-template .card-img{
  text-align: center;
  height: 200px;
}

.agents-container .content-section{
  padding: 16px;
}

.agents-container .buttons{
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.agents-container .content-section .name{
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.agents-container .content-section .name a{
  color: #000;
}

.agents-container .content-section .tags{
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 5px;
}

.agents-container .content-section .description{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #333;
  overflow-wrap: anywhere;
}

.agents-container .buttons a{
  color: #017C11;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.agents-container .buttons .work-with{
  border-radius: 8px;
  border: 1px solid #017C11;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
}

.agents-container .buttons img{
  padding-top: 3px;
  padding-left: 5px;
  width: 25px;
}

.agents-container .agents-title a{
  color: #017C11;
}

.connect-home.providers{
  margin-bottom: 40px;
}

.events .agent-card{
  grid-template-rows: auto;
}

.events .event-date{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2px;
}

.events .content-section {
  padding-top: 0;
}

.events .agents-container .content-section .description{
  color: #828282;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.events .event-date .event-text{
  display: flex;
  width: 36px;
  padding: 2px 0px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #832E9E;
  font-weight: 600;
}

.events .event-date .date{
  color: #017C11;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  background: #E1F0E3;
  padding: 0 10px;
  border-radius: 4px;
}

#map{
  width: 100%;
  height: 500px;
  z-index: 0;
}

.leaflet-tile-pane {
  filter: grayscale(100%);
}

.leaflet-control-attribution{
  display: none;
}

.profile-data-container{
  margin-top: 50px;
}

.profile-data-container .profile-data-inside{
  display: grid;
  grid-template-columns: 500px auto;
  gap: 80px;
}

.profile-data-container img.profile-img{
  width: 100% !important;
  max-width: 300px;
}

.btn-refrences {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.profile-data-container .tittle {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 24px;
}

.profile-data-container .profile-specs .key{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #ABABAB;
}

.profile-data-container .profile-specs .value{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding-left: 10px;
}

.profile-data-container .profile-specs span.icon {
  margin-right: 10px;
}

.profile-specs .row{
  display: inline-block;
  margin: 0;
  padding-bottom: 10px;
}

.profile-specs .row span{
  padding: 0;
}

.gray-background{
  background: #F2F2F2;
  margin-top: 50px;
}

.profile .about-user{
  margin-top: 50px;
}

.usr.profile .profile-specs .row span{
  font-size: 18px;
}

.usr.profile .member span{
  font-size: 18px;
  font-weight: bold;
}

.success-area {
  display: grid;
  grid-template-columns: 500px auto;
  gap: 80px;
  margin-top: 50px;
}

.company-profile-data{
  margin-top: 15px;
}

.company-profile-data .market-areas-experts{
  display: inline-block;
  margin-right: 10px;
}

.company-profile-data .market-areas-experts span{
  border: 1px solid #E1F0E3;
  border-radius: 6px;
  padding: 4px 8px;
  margin-bottom: 5px;
  display: inline-block;
  color: #017C11;
  font-size: 16px;
  background: #E1F0E3;
}

.focus-area-container .greenSection,
.focus-area-container .digitalSection{
  padding-bottom: 25px;
  padding-top: 15px;
}

.team__anchor__group{
  color: #828282;
}

.team__anchor__group span{
  color: #828282;
  font-size: 14px;
  border: none;
  background: transparent;
  display: unset;
  padding: 0;
  margin: 0;
}

.main__team-text{
  padding-top: 10px;
}

.team__img img{
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  height: 240px;
  width: auto;
  object-fit: scale-down;
}

.team__area .team__flex{
  justify-content: flex-start !important;
  gap: 25px;
}

.company-profile-data.company-profile.focus-area p {
  margin-bottom: 5px;
}

.profile-data-inside .about{
  margin: 15px 0;
}

.profile-data-inside .btn-refrences a button{
  border-radius: 8px;
}

.profile-data-inside .btn-refrences a .offerings{
  background: #017C11;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
}

.profile-data-inside .btn-refrences a .references{
  color: #017C11;
  background: #fff;
  border: 2px solid #017C11;
  padding: 10px 16px;
  font-weight: bold;
}

.expertise.provider{
  margin-top: 50px;
}

.provider .about{
  margin-top: 50px;
}

.map-users .leaflet-popup-content .main-img{
  width: 200px !important;
}

.map-users .leaflet-popup-content{
  margin: 0 !important;
}

.map-users .leaflet-popup-content{
  width: 200px;
}

.map-users .pop-up-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
  text-align: start;
}

.text-type-map-pop-up{
  color: #828282;
}

.connect-home .forum__nav-content{
  padding: 0;
}

.profile .gray-background{
  padding: 50px 0;
}

.profile .highlight-inside h2{
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 50px;
}

.profile .highlight-inside h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.profile .expert-forum-container{
  margin-top: 50px;
}

.profile .area-f{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: fit-content;
}

.single-card-expert-forum .gray-background{
  padding: 0;
}

.profile .flex-cards{
  display: flex;
  justify-content: space-between;
  padding: 40px;
  gap: 20px;
}

.profile .area-f.areaBadge {
  background: unset;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}

.profile .area-f.areaBadge .focus-area,
.profile .area-f.areaBadge .badges-area{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.profile .area-f .related__post-container{
  width: 100%;
  background: unset;
  padding: 0;
  padding-top: 20px;
}

.profile .area-f .market__service-flex{
  margin-top: 20px;
}

.profile .area-f .single__market-service{
  width: 100%;
  max-width: 305px;
}

.profile .area-f .single__market-service h3{
  margin-bottom: 0;
  font-weight: 500;
  font-size: 26px;
}

.profile .area-f span.focusArea {
  background: #E1F0E3;
  color: #017C11;
  padding: 6px 15px;
  border-radius: 4px;
  display: flex;
}

.profile .area-f .focus-container{
  padding-top: 20px;
  display: flex;
  gap: 20px;
}

.profile_list .forum__nav-content{
  padding: 0;
}

.profile_list .team__flex{
  margin-top: 25px;
}

.childrenCategories .single-category{
  width: 240px;
}

.childrenCategories .childrenCategories-inside{
  display: inline-flex;
  gap: 25px;
  flex-wrap: wrap;
}

.childrenCategories .title-section{
  display: flex;
  justify-content: space-between;
}

.funded-two-column {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 50px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.funded-two-column .page-navigation .category-link{
  color: #000;
  font-size: 15px;
  margin-bottom: 15px;
}

.funded-two-column .page-navigation-title{
  color: #017C11;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
}

.funded-two-column .category-link.active{
  font-weight: bold;
}

.childrenCategories {
  margin-bottom: 25px;
}

.funded-two-column .page-navigation .category-link.layer2{
  padding-left: 15px;
  color: #828282;
  font-weight: bold;
}

.funded-two-column .page-navigation .category-link.layer3{
  padding-left: 30px;
  color: #828282;
}

.funded-two-column .page-navigation .category-link.layer1{
  font-weight: bold;
}

.funded-two-column .page-navigation .category-link.layer1.active,
.funded-two-column .page-navigation .category-link.layer2.active,
.funded-two-column .page-navigation .category-link.layer3.active{
  background: #E1F0E3;
  color: #017C11;
  padding: 3px 10px;
  border-radius: 4px;
}

.data-funded .btn-next{
  width: 100%;
  text-align: end;
}

.data-funded .btn-next a{
  background: #017C11;
  color: #fff;
  border-radius: 8px;
  padding: 8px 15px;
  gap: 10px;
  font-size: 16px;
}

.agents-container .content-section .project{
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 6px;
  background: var(--lemon-green);
  padding: 4px 8px;
  margin: 3px 0px 8px 0px;
  display: inline-block;
}

.agents-container .content-section .project a{
  color: var(--dark-green);
}

.profile-data-container .tittle .normal{
  font-weight: normal;
}

.profile-data-inside .type-and-project{
  display: inline-block;
}

.profile-data-inside .type-and-project div{
  display: inline;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
  vertical-align: super;
}

.profile-data-inside .type-and-project div.type{
  color: #595959;
  padding: 4px 8px;
  border-radius: 6px;
  background: #F2F2F2;
  margin-left: 20px;
}

.profile-data-inside .type-and-project div.project{
  color: #017C11;
  padding: 4px 8px;
  border-radius: 6px;
  background: #E1F0E3;
}

.profile-specs .login-to-view{
  text-decoration: underline;
  color: #017C11;
}

.about.infrastructure h4{
  margin-bottom: 10px;
}

.about_facilitator_equipment.infrastructure{
  margin-top: 50px;
}

.about_facilitator_equipment.infrastructure h4{
  margin-bottom: 15px;
}

.profile-data-container .profile-specs{
  margin-bottom: 50px;
}

.single__expert h5 a{
  color: #000;
}

.highlights-offers-container h3{
  text-align: center;
  margin-bottom: 40px;
}

.marketplace .gray-background{
  margin-top: 0;
}

.marketplace .marketplace-categories-inside{
  display: inline-flex;
  gap: 20px;
}

.marketplace .marketplace-categories{
  text-align: center;
}

.marketplace .marketplace-categories-inside .single-category a{
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.marketplace .marketplace-categories-inside .single-category a.active{
  color: #00B417;
  border-bottom: 2px solid #00B417;
}

.agents-container.allOffers{
  background: unset;
}

.allOffers .agent-cards-template{
  flex-wrap: wrap;
}

.marketplace .agents-container{
  padding: 60px 0;
}

.marketplace .btn-showAll{
  margin-top: 40px;
  text-align: center;
}

.marketplace .btn-showAll button{
  border-radius: 8px;
  background: #017C11;
  color: #fff;
  padding: 10px 16px;
  border: 0;
}

.marketplace .h-line{
  color: #E0E0E0;
  margin: 0;
}

.marketplace-w-filter{
  margin-top: 40px;
}

.agent-cards-template.services{
  flex-wrap: wrap;
}

.service .agents-container{
  background: unset;
  padding: 0;
}

.marketplace-w-filter.service{
  display: grid;
  grid-template-columns: 300px auto;
  gap: 40px;
}

.marketplace-w-filter.service .filter-tittle{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.marketplace-w-filter.service .filter-tittle span{
  color: #017C11;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}

.marketplace-w-filter.service .filter-top-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.marketplace-w-filter.service .type-selection {
  display: flex;
  gap: 25px;
}

.marketplace-w-filter.service span.selection {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.marketplace-w-filter.service span.selection.active {
  border-radius: 40px;
  background: #017C11;
  color: #fff;
}

.marketplace-w-filter.service .selection-filter{
  border-radius: 40px;
  background: #F2F2F2;
}

.marketplace-w-filter.service .selection-filter-inside{
  display: flex;
}

.marketplace-w-filter.service span.num-of-items{
  display: flex;
  align-items: center;
  color: #828282;
}

.marketplace-w-filter.service .selection-filter-inside .selection a{
  color: #000;
}

.marketplace-w-filter.service .selection-filter-inside .selection.active a{
  color: #fff;
}

.filter-top-area .nice-select{
  max-width: 200px;
}

.filter-top-area .single__select select{
  max-width: 200px;
}

.filter-area .filters-container{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.filter-area .single-filter{
  border-radius: 6px;
  border: 1px solid #BDBDBD;
  padding: 14px 16px;
}

.filter-area .single-filter .filter-title{
  display: flex;
  color: #828282;
  justify-content: space-between;
  font-size: 16px;
  cursor: pointer;
}

.filter-area .single-filter .filter-options label{
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.filter-area .single-filter .filter-options input{
  width: 20px;
  height: 20px;
  accent-color: #017C11;
  margin-right: 12px;
  cursor: pointer;
}

.filter-area .filter-options{
  margin-top: 15px;
  display: none;
}

.marketplace .profile-data-container .about h4{
margin-bottom: 15px;
  font-weight: 600;
}

.inquiry-section {
  margin-top: 50px;
  border-radius: 20px;
  background: #F2F2F2;
  padding: 10px 20px;
  margin-bottom: 80px;
}

.inquiry-inside {
  display: grid;
  gap: 40px;
  grid-template-columns: auto 200px;
}

.inquiry-section .btn-send button{
  border-radius: 8px;
  background: #017C11;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 0;
}

.marketplace .provider-info-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
}

.marketplace .provider-info-container .content {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.marketplace .content .user-content-info h4{
  margin-bottom: 24px;
  font-weight: 600;
}

.marketplace .content img.usr-img{
  width: 120px;
  height: auto;
  border-radius:20px;
  object-fit: cover;
}

.marketplace .user-content-info .row{
  display: inline-block;
}

.marketplace .user-content-info .row.one{
  margin-bottom: 15px;
}

.marketplace .user-content-info span.key{
  color: #ABABAB;
  padding: 0;
}

.marketplace .user-content-info span.icon {
  padding-left: 0;
  padding-right: 5px;
}

.marketplace .user-content-info span.value {
  padding-left: 5px;
}

.marketplace .provider-info-container .more .more-btn{
  color: #017C11;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #017C11;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.marketplace .provider-info-container .info h3{
  font-weight: 600;
}

.profile-data-container .gray-background-img {
  padding: 20px;
  border-radius: 40px;
  background: #F2F2F2;
}

.profile-data-container .gray-background-img .profile-img{
  border-radius: 20px;
}

.profile-data-container .gray-background-img .btn-refrences a{
  color: #017C11;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
}

/* menu learn page start here */

.page__content p {
  color: var(--dark-gray);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.funding__help {
  padding-block: 60px;
}

.single__funding {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%), #C4C4C4;
  border-radius: 8px;
  width: 47.5%;
  height: 400px;
  display: flex;
  align-items: end;
  padding: 35px;
}

.funding__flex {
  max-width: 840px;
  margin-inline: auto;
}

.single__funding a {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single__funding a:hover {
  color: var(--dark-green);
}

.single__funding svg path,
.single__funding svg {
  transition: var(--transition);
}

.single__funding a:hover svg path {
  fill: var(--dark-green);
}

.single__funding a:hover svg {
  transform: translateX(5px);
}

/* menu learn page end here */



/* menu learn page1 start here */

.menu__learn__wrapper1 .page__content {
  width: 100%;
}

.investment__article {
  padding-block: 40px 80px;
}

.para__container p:last-child {
  margin: 0;
}

.readiness__title h3 {
  color: var(--dark-green);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 80px;
}

.investment__content {
  max-width: 1000px;
  margin-inline: auto;
}

.investment__text h1 {
  color: var(--dark-green);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.investment__text p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.investment__text p span {
  font-weight: 700;
  color: var(--dark-green);
}

.readiness__playbook {
  padding-block: 100px;
  background-color: var(--lemon-green);
}

.readiness__flex {
  gap: 60px;
}

.readiness__list ul {
  list-style: disc;
  padding-left: 25px;
}

.single__readiness {
  width: calc(33% - 37px);
}

.single__readiness h4 {
  color: var(--dark-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-block: 16px;
}

.readiness__list ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.playbook__title h4 {
  color: var(--dark-green);
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.single__playbook {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--gray-three);
  background: var(--gray-three);
  width: 37.8%;
}

.playbook__area {
  padding-block: 80px;
}

.single__playbook h4 {
  color: var(--dark-green);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.playbook__list ul li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.playbook__list {
  margin-block: 20px;
}

.playbook__flex {
  gap: 40px;
}

.toolkit__diagram {
  padding-block: 40px;
}

.toolkit__title h1 {
  color: var(--dark-green);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.playback__banner {
  padding-block: 20px 80px;
}

.playback__banner .banner__text {
  width: 75%;
}

.playback__button .theme__btn {
  padding: 20px 50px;
  font-size: 22px;
  margin-block: 60px;
  font-weight: 600;
}

.single__view__bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  background-color: var(--gray-three);
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
}

.view__horizental__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.view__text h5 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
}

.view__text p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* menu learn pages1 end here */



/* menu learn pages2 start here */

.public__funding {
  padding-bottom: 80px;
}

.funding__content {
  padding-block: 40px 60px;
  max-width: 920px;
  margin-inline: auto;
}

.funding__content p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.public__flex {
  max-width: 1024px;
  margin-inline: auto;
  gap: 20px;
}

.single__public {
  border-radius: 8px;
  border: 1px solid var(--gray-four);
  background: #FFF;
  width: calc(25% - 15px);
}

.public__text {
  padding: 10px 16px;
  gap: 10px;
}

.public__text h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  height: 66px;
  display: flex;
  align-items: center;
}

.public__image img {
  width: 100%;
}

/* menu learn pages2 end here */



/* menu learn page3 start here */

.grants__summery__container .template__plate {
  margin-bottom: 16px;
}
.overview__preview article:nth-child(3) {
  margin-top: 40px;
}
.preview__text p span,
.national__grants p span,
.grants__list li span {
  font-weight: 700;
}

.national__grants h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.national__grants {
  margin-bottom: 40px;
}

.national__grants p,
.grants__list li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.grants__list {
  list-style: disc;
  padding-left: 20px;
}

.grants__summery p {
  color: var(--dark-gray);
  font-weight: 400;
  line-height: 24px;
}

.funding__nav li a.funding__lead {
  font-weight: 700;
}

.funding__nav li a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}

.grant__list__number {
  list-style: number;
}
.grants__flex {
  gap: 40px;
  margin-bottom: 40px;
}
.grants__card {
  border-radius: 20px;
  border: 1px solid var(--gray-three);
  background-color: var(--gray-three);
  padding: 40px;
  width: 47.7%;
}
.grants__card h2 {
  color: var(--dark-green);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.grants__card ul{
  padding-left: 30px;
}
.grants__flex {
  gap: 40px;
}
/* menu learn pages3 end here */



/* playbook page start here */

.overview__area {
  padding-block: 40px 80px;
}

aside {
  width: 22.97%;
}

.preview__title h4 {
  color: var(--dark-green);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.preview__title {
  gap: 24px;
  margin-bottom: 24px;
}

.preview__text p,
.preview__list ul li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.aside__title h5 {
  color: var(--dark-green);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.navigation__group a {
  color: #828282;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding-inline: 10px;
}

.navigation__group .group__lead {
  color: #000;
}

.navigation__group ul li {
  padding-left: 24px;
}

.navigation__group ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.navigation__group {
  margin-bottom: 12px;
}

.sub__navigation__item li a {
  font-weight: 400;
}

.navigation__group .item__active {
  background-color: var(--lemon-green);
  border-radius: 4px;
  color: var(--dark-green);
}

.continue__button {
  margin-top: 80px;
}

.template__plate h5 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.template__plate {
  gap: 40px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: var(--gray-three);
  padding: 16px 20px;
  margin-block: 30px;
}

.preview__list ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.preview__text p strong {
  color: var(--dark-green);
}

/* playbook page end here */

.data-funded .btn-next{
  margin-top: 50px;
}

.profile-data-inside .benefits{
  margin-bottom: 50px;
}

.profile-data-inside .benefits h4{
  margin-bottom: 15px;
}

.profile-data-inside .benefits div{
  margin-bottom: 10px;
}

.profile-data-inside .benefits div img{
  margin-right: 10px;
}

.profile-data-inside .solutionData {
  margin-top: 20px;
  margin-bottom: 50px;
}
.profile-data-inside .solutionData h4{
  margin-bottom: 20px;
}

h1.solutionTittle{
  font-size: 28px;
  font-weight: 700;
}

.solutionData h4{
  font-size: 22px;
  font-weight: 600;
}

a.video {
  display: block;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #017C11;
  color: #fff !important;
}

.signIn-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.popup-inside {
  max-width: 400px;
  text-align: center;
  padding: 15px;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  background-size: contain;
  color: #E0E0E0;
  font-size: 32px;
}

.signIn-popup h3{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.signIn-popup .btn-section{
  display: flex;
  justify-content: center;
}

.signIn-popup button{
  border-radius: 8px;
  background: #017C11;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border: none;
  text-align: center;
}

.signIn-popup button a{
  color: #fff;
}

.signIn-popup .middle-section{
  padding: 10px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4); /* semi-transparent gray */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}

body.no-scroll {
  overflow: hidden;
}

.btn-refrences.market-infrastructure{
  flex-direction: column;
  align-items: center;
}

.inquiry .tittle h3{
  text-align: center;
  color: #017C11;
  font-size: 28px;
  font-weight: 700;
}

.inquiry input{
  width: 100%;
  border-radius: 6px;
  border: 1px solid #BDBDBD;
  padding: 14px 16px;
}

.inquiry label{
  font-size: 18px !important;
  color: #000 !important;
  font-weight: normal !important;
}

.inquiry #data-form .form-textarea-group.mb-3{
  padding-right: 0;
}

.category-link.disabled{
  pointer-events: none;
  cursor: default;
}

.filter-area .filter-options label span{
  max-width: calc(100% - 50px);
}

.market__tag .project{
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 6px;
  background: var(--lemon-green);
  padding: 4px 8px;
  margin: 3px 0px 8px 0px;
  display: inline-block;
}

.market__item-text .tags-area .type-marketplace{
  color: #017C11;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.market__item-text .tags-area{
  display: flex;
  justify-content: space-between;
}

.marketplace .market__flex .slider__acitve{
  margin-bottom: 25px;
}

.agents-container.profile{
  padding: 0;
}

.more-offers{
  border-radius: 8px;
  border: 1px solid #017C11;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  color: #017C11;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.more-offers a{
}

.owl-carousel .owl-stage{
  display: flex;
  align-items: stretch;
  left: 1px;
}

.owl-carousel .owl-item{
  display: flex;
  height: auto !important;
}

.related-section{
  margin-top: 50px;
}

.related-section h2{
  text-align: center;
  font-size: 42px;
  color: #000;
  font-weight: 700;
}

.section__title1.cs h1{
  font-size: 42px;
}

.section__title1.cs .extra__para-style{
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

a.no-bg {
  background: #fff !important;
  padding: 0 !important;
  gap: 0 !important;
}

.project-link{
  display: inline-block !important;
}

.highlight-container .single-card-highlight{
  background: #fff;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 20px;
  padding-right: 60px;
}

.solution-inside-columns {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 60px;
}

.solution-card .single__team{
  width: 100%;
}

.user-solutions-container .problem-section .title{
  color: #595959;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.user-solutions-container .outcome-section .title{
  color: #017C11;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.user-solutions-container .outcome-section .outcome-green{
  margin-top: 20px;
  align-self: stretch;
  color: #017C11;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.user-solutions-container .problem-section .problem-gray{
  margin-top: 20px;
  align-self: stretch;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.user-solutions-container .above-title-type-country{
  display: flex;
  justify-content: space-between;
}

.user-solutions-container .solution-card .single__team{
  height: 100%;
}

.user-solutions-container .team__buttons a{
  color: #fff;
  width: 100%;
  text-align: center;
}

.single-card-highlight .content-inside{
  height: 100%;
  display: grid;
  align-content: stretch;
}

.single-card-highlight .team__text{
  height: 50%;
}

.single-card-highlight .team__text a{
  font-size: 18px;
}

.single-card-highlight .team__img img{
  width: 100%;
  object-fit: none;
}

.highlight-container .user-solutions-container{
  margin-bottom: 60px;
}

.single-card-highlight .theme__btn:hover{
  color: #017c11;
}

.connect-home.partner-networks{
  margin-bottom: 40px;
}

.connect-home.partner-networks .cards-template{
  justify-content: flex-start;
}

.agents-title .showAll-btn{
  color: #017c11;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.agents-title .showAll-btn svg{
  margin-left: 5px;
}

.replaced .agents-container{
  background: transparent;
  padding: 60px 0;
}

.replaced .agents-container .agents-title h2{
  color: #000;
}

.filter__top .filter__select .single__select ul.list{
  max-height: 400px;
  overflow: auto;
  width: auto;
}

.filter__top .filter__select .single__select .custom-dropdown-container .nice-select{
  width: auto;
  min-width: 250px;
  max-width: 400px;
}

.expert__area div span b a,
.page__title div div span b a{
  color: #017C11;
  background: #E1F0E3;
  padding: 5px 10px;
  border-radius: 6px;
}

#offers-carousel .item { height: 100%; }
#offers-carousel .agent-card { height: 100%; display: flex; flex-direction: column; }

/* Make the carousel a positioning context */
#offers-carousel {
  position: relative;
}

/* Nav container spans the carousel, centered vertically */
#offers-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  transform: translateY(-50%);
  pointer-events: none;          /* container doesn't block clicks */
}

/* Buttons clickable and above slides */
#offers-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;           /* re-enable click on buttons */
  background: none;
  border: 0;
  z-index: 5;
}

/* Keep arrows INSIDE edges */
#offers-carousel .owl-prev { left: 12px; }
#offers-carousel .owl-next { right: 12px; }

/* Optional: visible hit area & style */
#offers-carousel .owl-nav button span,
#offers-carousel .owl-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;     /* bigger touch target */
  border-radius: 50%;
  background: rgba(0,0,0,.4);
  color: #fff;
}

/* Ensure slides don't overflow the arrows visually */
#offers-carousel .owl-stage-outer { overflow: hidden; }

/* Tighter on mobile */
@media (max-width: 768px) {
  #offers-carousel .owl-prev { left: 6px; }
  #offers-carousel .owl-next { right: 6px; }
}

.reportedPost{
  color: var(--dark-green) !important;
}

.content__area iframe{
  width: 100%;
  height: 1000px;
  border: 0;
}

.f_project a{
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.highlights-offers-inside .agent-cards-template{
  justify-content: center;
}

.highlights-offers-inside .agent-card{
  min-width: 290px;
}

.profile-data-inside > div:first-child {
  text-align: center !important;
}

@media (max-width: 824px) {
  .content__area iframe{
    height: 2700px;
  }
}

@media (max-width: 510px) {
  .content__area iframe{
    height: 2800px;
  }
}

@media (max-width: 400px) {
  .content__area iframe{
    height: 3000px;
  }
}

.main__project-content .project-img{
  max-width: 400px !important;
  height: auto !important;
  width: auto !important;
}

.content__area table td{
  border-width: 1px;
  padding: 5px;
}