@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@font-face {
  font-family: 'Canva Sans';
   src: url('https://www.bluesf.com.au/fonts/CanvaSans-Bold.eot');
    src: url('https://www.bluesf.com.au/fonts/CanvaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.bluesf.com.au/fonts/CanvaSans-Bold.woff2') format('woff2'),
        url('https://www.bluesf.com.au/fonts/CanvaSans-Bold.woff') format('woff'),
        url('https://www.bluesf.com.au/fonts/CanvaSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canva Sans';
   src: url('https://bluesf.com.au/fonts/CanvaSans-Bold.eot');
    src: url('https://bluesf.com.au/fonts/CanvaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://bluesf.com.au/fonts/CanvaSans-Bold.woff2') format('woff2'),
        url('https://bluesf.com.au/fonts/CanvaSans-Bold.woff') format('woff'),
        url('https://bluesf.com.au/fonts/CanvaSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Canva Sans';
     src: url('https://www.bluesf.com.au/fonts/CanvaSans-Regular.eot');
    src: url('https://www.bluesf.com.au/fonts/CanvaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.bluesf.com.au/fonts/CanvaSans-Regular.woff2') format('woff2'),
        url('https://www.bluesf.com.au/fonts/CanvaSans-Regular.woff') format('woff'),
        url('https://www.bluesf.com.au/fonts/CanvaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canva Sans';
     src: url('https://bluesf.com.au/fonts/CanvaSans-Regular.eot');
    src: url('https://bluesf.com.au/fonts/CanvaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://bluesf.com.au/fonts/CanvaSans-Regular.woff2') format('woff2'),
        url('https://bluesf.com.au/fonts/CanvaSans-Regular.woff') format('woff'),
        url('https://bluesf.com.au/fonts/CanvaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans", serif; 
  font-family: 'Canva Sans' !important;
  background: #fff;
  font-size: 18px;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 500;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  /* font-family: "Instrument Sans", serif; */
  font-family: 'Canva Sans' !important;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  line-height: normal;
  min-height: 100vh;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
  color: #444;
}

p {
  line-height: normal;
  margin-bottom: 18px;
  word-break: break-word;
}

b,
strong {
  font-weight: 600;
}

u {
  text-decoration: underline;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  font-size: 16px;
}
/*select::-ms-expand { display: none; }*/
.clearfix {
  clear: both;
}

sup {
  top: -2px;
}

:root {
  --blue: #2a397a;
  --grey: #777777;
}

h1,
.h1 {
  font-size: 65px;
  font-weight: 700; line-height: 70px; margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 50px;
  font-weight: 600;
  position: relative;
}

h3,
.h3 {
  font-size: 30px;
  font-weight: 500;
}

h4,
.h4 {
  font-size: 26px;
  font-weight: 500;
}

h5,
.h5 {
  font-size: 22px;
  font-weight: 500;
}


.section-title::before {
  content: "";
  background: url(../images/site-icon.svg) center no-repeat;
  background-size: contain !important;
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 0 20px;
}

.section-title.section-titleDSF::before {
  content: "";
  background: none;
  height: 0px;
  margin: 0px;
  /* background: url(../images/site-iconDSF.svg) center no-repeat; */
}

.section-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  border-radius: 10px;
  background: #2E75ED;
  margin-top:20px ;
}
.section-title.section-titleDSF::after {
	background: linear-gradient( to right, #FFC003 0%, #FFC003 25%, #65CCF4 25%, #65CCF4 50%, #E6A3DE 50%, #E6A3DE 75%, #90D975 75%, #90D975 100% );
}

.section-title.text-center::before {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

:root {
  --grey: #747474;
  --lightgrey: #E7EAED;
  --black: #000;
  --blue: #0a74eb;
  --community: #ffc003;
  --people: #65ccf4;
  --economic: #e6a3de;
  --planet: #90d975;
  --white: #fff;
}

.text-grey {
  color: var(--grey) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.bg-lihtgrey {
  background: var(--lightgrey);
}

.text-14px{ font-size: 14px; }
.text-success{ color: #39B90A !important; }

.dropdown-toggle:after{ border: 0; background: url(../images/down-icon.svg) center no-repeat; width: 10px; height: 10px; vertical-align: middle; }


.form-label {
  font-size: 14px;
  margin-bottom: 7px;
  padding-bottom: 0;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #000;
}

.form-control {
  font-weight: 500;
  height: 50px;
  opacity: 1;
  box-shadow: none;
  outline: none;
  border: solid 1px var(--grey);
  border-radius: 4px;
  background-color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  font-weight: normal;
}

.form-control.form-select {
  padding-right: 32px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}

textarea.form-control {
  min-height: 120px;
  resize: none;
}

input[type="file"].form-control {
  padding-top: 8px;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #999999;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.form-control:-moz-placeholder {
  opacity: 1;
  color: #999999;
}

/*checkbox*/
.checkbox {
  display: inline-block;
  position: relative;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}

.checkbox label {
  min-height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: 400;
}

.checkbox label:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: absolute;
  border: solid 1px #000;
  border-radius: 4px;
  left: 0;
  top: 1px;
}

.checkbox label:hover:before {
  background: #eee;
  border-color: #444;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background: var(--blue) Url(../images/check-icon.svg) center no-repeat;
  background-size: 12px;
  border-color: var(--blue);
}

/*radio*/
.radio {
  display: inline-block;
  position: relative;
}

.radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}

.radio label {
  min-height: 20px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: 400;
}

.radio label:before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: absolute;
  border: solid 1px #000;
  border-radius: 20px;
  left: 0;
  top: 1px;
}

.radio label:hover:before {
  background: #eee;
  border-color: #444;
}

.radio input[type="radio"]:checked + label:before {
  border-color: var(--blue);
  border-width: 5px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-left: 20px;
}

.checkbox label a {
  text-decoration: underline;
}

.radius20{border-radius: 20px;}

/*==========================Page=Css=Start====================================*/
.header {
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; min-height: 100px; background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.headerDSF .logo img {
	max-height: 72px;
}

.menu .navbar {
  padding: 0;
}

.menu .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  line-height: normal;
  padding: 0 16px !important;
  text-transform: none;
}

.menu .navbar-nav .nav-link:hover,
.menu .navbar-nav .nav-link.active {
  color: var(--blue) !important;
}

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

.button1 {
  line-height: 52px;
  background: #fff;
  color: #0a74eb;
  text-decoration: none;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #0a74eb !important;
  cursor: pointer;
  padding: 0 30px;
}

.button1:hover {
  background: #0a74eb !important;
  color: #fff;
}

.button2 {
  line-height: 52px;
  background: #0a74eb;
  color: #fff;
  text-decoration: none;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid #0a74eb !important;
  cursor: pointer;
  padding: 0 30px;
}

.button2:hover {
  background: none;
  color: #0a74eb;
}

.button3 {
  line-height: 52px;
  background: var(--grey);
  color: #fff;
  text-decoration: none;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--grey) !important;
  cursor: pointer;
  padding: 0 30px;
}

.button3:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000 !important;
}

.btn-sm {
  line-height: 38px;
}

.middle_wrapper {
  position: relative;
  min-height: calc(100vh - 210px);
}
.setminheightpage {
  min-height: calc(100vh - 290px);
  display: block;
}


.banner {
  width: 100%;
  position: relative; height: 680px;
}

.banner-inn {
  width: 100%;
  position: relative; height: 570px;
  display: flex;justify-content: flex-start;
}

.banner-inn .banner-text{
  width: 600px;
  background: gray;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 69px;
  color: #fff;
  justify-content: center;
}

.banner-inn .banner-text p{
  font-size: 22px;
  margin: 0;
}

.banner-inn .banner-img{
  flex-grow: 1;
}

.banner video,
.banner-inn video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  display: block;
}
.banner_behind{ width: 100%; display: block; height: 100%; }

.banner .banner_behind img { min-height: 100%; object-fit: cover; }

.banner_content{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 0;
  display: flex;
  justify-content: center; align-items: center;
  background: rgba(0, 0, 0, 0.30); color: #fff;
}
.banner_content_inside{ display: block; max-width: 620px; }
.banner_content_inside p{ font-weight: normal; font-size: 22px; }


.intuitive_social {
  padding: 105px 0;
  display: flex;
  justify-content: center;
}

.intuitive_social_inner {
  max-width: 1000px;
  text-align: center;
}

.intuitive_social_inner p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--grey);
}

.intuitive_social_inner ul {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}

.intuitive_social_inner ul li {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 600;
  color: var(--grey);
}

.intuitive_social_inner ul li .icon {
  min-height: 71px;
  margin-bottom: 20px;
}

.middle_banner {
  position: relative;
}

.middle_banner figure {
  margin-bottom: 0;
}

.middle_banner figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(ellipse at center,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.middle_banner figcaption p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  max-width: 1072px;
  line-height: 1.5;
}

.whatwill_sec {
  text-align: center;
}

.whatwill_sec h4 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white);
}

.whatwill_sec ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 178px;
}

.whatwill_sec ul li {
  font-size: 102px;
  font-weight: 600;
  color: #ffc003;
}

.whatwill_sec ul li:nth-child(2) {
  color: #65ccf4;
}

.whatwill_sec ul li:nth-child(3) {
  color: #e6a3de;
}

.whatwill_sec ul li:nth-child(4) {
  color: #90d975;
}

.footer {
  background: var(--grey);
  color: #fff;
}

.footer-sec{
  display: flex;

  justify-content: space-between;
}

.footer-right{
  width: 100%;
  max-width: 750px;
}

.footer-right h4{
  text-align: left;
  margin-bottom: 23px;
}

.footer-right ul{
  margin-bottom: 43px;
}

.footer-right ul li{
  text-align: left;
  margin-bottom: 14px;
}

.footer-right ul li:last-child{
  margin-bottom: 0px;
}

.footer-right ul li a{
  color: #fff;
}

.copyright{
  border-top: 1px solid #E7EAED;
  text-align: left;
  padding-top: 33px;
}

.header .button1,
.header .button2 {
  line-height: 38px;
}

/*Auth pages css start*/
.login_wrap {
  background: #E7EAED;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1px;
  flex-grow: 1;
}

.login_left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #747474;
  padding: 40px;
}

.login_content {
  max-width: 670px;
  text-align: center;
}

.login_content h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 32px;
}

.login_content h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 104px;
  height: 1px;
  background: #fff;
  margin: auto;
}

.login_content ul {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 85px;
}

.login_content ul li {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.login_content ul li .icon {
  margin-bottom: 15px;
}

.login_content ul li .icon img {
  max-height: 44px;
}

.login_right {
  width: 50%;
  padding: 40px 40px 140px;
  display: flex;
  justify-content: center;
}

.lrInner {
  width: 100%;
  max-width: 520px;
}

.lrInner h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
  color: var(--grey);
}

.login_form {
  background: #fff;
  border-radius: 16px;
  padding: 45px 55px;
}

.login_title {
  padding-bottom: 32px;
}

.login_title h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.login_title p {
  margin: 0px 0 0;
}

.login_form .form-group {
  padding-bottom: 20px;
}

.login_form .form-group .label {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.login_form .form-control {
  box-shadow: none;
  font-weight: 400;
  color: #000;
  background-image: none;
}

.form-control:focus {
  border-color: #0a74eb;
}

.login_form .form-group .rememberme {
  font-size: 15px;
}

.login_form .form-group .rememberme input {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
}

.login_form .form-group .rememberme a {
  color: #000;
  text-decoration: underline;
}

.login_form .form-group .rememberme a:hover {
  color: #0a74eb;
  text-decoration: none;
}

.login_form .form-group .forgotpassword a {
  color: #000;
  text-decoration: underline;
  font-size: 15px;
}

.login_form .form-group .forgotpassword a:hover {
  color: #0a74eb;
  text-decoration: none;
}

.login_form .form-group .button2 {
  min-width: 100%;
  line-height: 48px;
  font-size: 16px;
}

.login_form .registerhere p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--grey);
}

.login_form .registerhere a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.login_form .registerhere a:hover {
  color: #0a74eb;
  text-decoration: none;
}

.register_as {
  display: flex;
  gap: 26px;
}

.register_organization {
  width: 50%;
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  position: relative;
  cursor: pointer;
}

.register_organization input {
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  border: 1px solid #0a74eb;
  appearance: none;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.register_organization input:checked {
  background-color: #0a74eb;
  background-image: url(../images/check-icon.svg);
}

.register_organization label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  cursor: pointer;
}

.register_organization .icon {
  min-height: 39px;
  margin-bottom: 8px;
}

.thankYou_bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  text-align: center;
  padding: 14% 0;
}

.thankYou_bx h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 25px 0;
}

.thankYou_bx p {
  margin-bottom: 0;
}

.thankYou_bx .button2 {
  min-width: 154px;
  line-height: 48px;
  font-size: 16px;
  margin-top: 42px;
}

.button2.btn-lg {
  font-size: 24px;
  padding: 12px 40px;
}
.section-full {
  display: block;
  width: 100%;
  padding: 150px 0;
  clear: both;
  position: relative;
}

.stats-sec{
  padding: 138px 0;
  display: flex;
  justify-content: center;
  gap: 180px;
}

.stats-sec h1{
  margin-bottom: 10px;
}

.section-full.section-gap-sm {
  padding: 30px 0;
}

.section-full .aside-img{
  width: 100%;
  height: 433px;
  clear: both;
  position: relative;
  overflow: hidden;
}

.section-full .aside-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-content h1,
.info-content h2 {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 2220px;
  }
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
  }
}

.community-border {
  border-color: var(--community) !important;
}
.people-border {
  border-color: var(--people) !important;
}
.economic-border {
  border-color: var(--economic) !important;
}
.planet-border {
  border-color: var(--planet) !important;
}

/* main caregory icons */
.community-icon {
  background: url(../images/community.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.community-icon.tab-icon {
  width: 76.18px;
  height: 70.03px;
}
.people-icon {
  background: url(../images/people.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.people-icon.tab-icon {
  width: 85.51px;
  height: 53.93px;
}
.economic-icon {
  background: url(../images/economic-icon.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.economic-icon.tab-icon {
  width: 81.17px;
  height: 69.91px;
}
.planet-icon {
  background: url(../images/planet-icon.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.planet-icon.tab-icon {
  width: 92.9px;
  height: 70.04px;
}

/* Community sub category icons */
.fundraising-icon {
  background: url(../images/fundraising.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.giving-time-icon {
  background: url(../images/giving-time.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.wellbeing-icon {
  background: url(../images/wellbeing.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

/* people sub category icons */
.diversity-equaliy-icon {
  background: url(../images/diversity-equality.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.indigenous-icon {
  background: url(../images/Indigenous.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.workforce-location-icon {
  background: url(../images/workforce-location.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

/* economic sub category icons */
.supplier-location-icon {
  background: url(../images/suppiler-location.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.suppiler-spend-icon {
  background: url(../images/suppiler-spend.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.local-community-icon {
  background: url(../images/local-community.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

/* planet sub category icons */
.sustainability-icon {
  background: url(../images/sustainability.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.recycling-icon {
  background: url(../images/recycling.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.carbon-footpring-icon {
  background: url(../images/carbon-footprint.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.bg-community {
  background: var(--community) !important;
}
.bg-people {
  background: var(--people) !important;
}
.bg-economic {
  background: var(--economic) !important;
}
.bg-planet {
  background: var(--planet) !important;
}

.infobox {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: solid 1px #c4c4c4;
  padding: 20px;
  min-height: 100%;
}
.infobox_cover {
  display: block;
  width: 100%;
}
.infobox_cover img {
  height: 170px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  display: block;
}
.infomain-icon {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  margin-left: 10px;
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px;
}
.infomain-icon span {
  width: 50%;
  height: 50%;
}
.infoBottomContent {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.font-20-size {
  font-size: 20px;
  font-weight: 500;
}
.info-subicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 60px;
}
.info-subicons span {
  width: 55%;
  height: 55%;
}

.infobox .info-subicons span {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.pageTitlebox {
  width: 100%;
  display: flex;
  align-items: center;
  clear: both;
  background: #fff;
  padding: 15px 0;
  min-height: 80px;
}
.white-box {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
}
.project-card {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}
.project-card:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.progress-text {
  background: var(--grey);
  border-radius: 60px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 14px;
  color: #fff;
  min-width: 100px;
  text-align: right;
  white-space: nowrap;
}
.progress-text span {
  font-size: 15px;
  font-weight: 400;
}
.project-logo {
  display: inline-flex;
  align-items: center;
  min-width: 78px;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 10px;
  background: #fff;
  border: solid 1px var(--grey);
}
.project-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.overlay-anchor {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.userprofile-img {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.userprofile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.userDetails strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.email-deail {
  display: block;
  font-size: 14px;
  color: var(--grey);
  background: url(../images/email.svg) 0 center no-repeat;
  line-height: 18px;
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profiledtailinfo {
  max-width: calc(100% - 80px);
}
.profiledtailinfoBox {
  max-width: calc(100% - 150px);
}

.error-msg {
  font-size: 12px;
  color: red;
  margin-top: 4px;
}

.otpinputs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.otpinputs input {
  width: 44px;
  padding: 0 5px !important;
  text-align: center !important;
  font-weight: 600 !important;
}

.userinfotop a {
  display: inline-flex;
  align-items: center;
}
.userinfotop img {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  display: inline-block;
}

.bottom_banner img,
.middle_banner img {
  display: block;
}

.login_form .checkbox label {
  color: var(--grey);
}

.userinfotop .btn {
  background: transparent !important;
  border: 0 !important;
  color: #000 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
}

.backtopage {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url(../images/back-btn.svg) left center no-repeat;
}
.singlepages h1,
.singlepages h2,
.singlepages h3,
.singlepages h4,
.singlepages h5 {
  margin-bottom: 10px;
  margin-top: 30px;
}

.singlepages p {
  margin-bottom: 10px;
}
.singlepages ul,
.singlepages ol {
  margin-bottom: 20px;
}

.singlepages ul li,
.singlepages ol li {
  margin-bottom: 10px;
}

.singlepages ul {
  list-style-type: disc;
  margin-left: 20px;
}
.singlepages ul li {
  list-style-type: disc;
}

.singlepages ol {
  list-style-type: auto;
  margin-left: 20px;
}
.singlepages ol li {
  list-style-type: auto;
}

.project-card p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.projects_list_box .project-title {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}
.scoretext {
  font-size: 16px !important;
  font-weight: 500;
  padding-right: 2px;
}
.progress-text.withscoretext {
  min-width: 190px;
  padding: 8px 25px;
  font-size: 24px;
}
.progress-text.withscoretext span {
  font-size: 18px;
}
.project-card-details {
  max-width: 80%;
}
.filters-box .form-control {
  min-width: 130px;
  height: 44px;
  background-color: #fff;
}
.searchfilter {
  background: url(../images/search-icon.svg) 8px center no-repeat;
  padding-left: 38px;
  width: 350px;
}

.file-choose-custom {
  display: block;
  width: 100%;
  position: relative;
}
.file-choose-custom input[type="file"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.file-choose-custom label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: 100%;
  position: relative;
  font-size: 12px;
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  padding: 10px;
  min-height: 84px;
  justify-content: center;
  background-color: #fff;
}
.file-choose-custom label span {
  display: block;
  padding-top: 28px;
  background: url(../images/upload-plus-icon.svg) center top no-repeat;
}
.file-choose-custom label small {
  font-size: 10px;
  color: var(--grey);
}
.file-choose-custom label:hover {
  background: #eee;
}

.project-logo-upload {
  width: 150px;
  min-width: 150px;
}
.project-logo-upload .file-choose-custom label {
  height: 150px;
}

.uploaded-project-logo {
  display: inline-block;
  position: relative;
  width: 100%;
}
.closethisimg {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../images/close-bg.svg) center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 60px;
  z-index: 2;
  display: inline-block;
}
.uploaded-img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.uploaded-img img {
  display: block;
  object-fit: contain;
  border-radius: 10px;
  max-width: 80%;
  max-height: 80%;
}

.address-input {
  background: url(../images/location.svg) right 2% center no-repeat;
  padding-right: 30px;
}
.project-otherdeails {
  display: inline-block;
}

.proejcttopdetails {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.proejcttopdetails-left {
  padding-right: 60px;
  flex-grow: 1;
  display: inline-flex;
}
.project-detail-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--grey);
  width: 186px;
  height: 186px;
  border-radius: 10px;
  min-width: 186px;
}
.project-detail-logo img {
  max-width: 80%;
  max-height: 80%;
  display: inline-block;
}
.projectinfoDetails {
  flex-grow: 1;
  padding-left: 30px;
  padding-top: 10px;
}
.proejcttopdetails-right {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.button2.nextarrow:after {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../images/next-arrow.svg) center no-repeat;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.button2.nextarrow:hover:after {
  filter: none;
  -webkit-filter: none;
}

.morebtn {
  background: #e6e6e6 url(../images/more-icon.svg) center no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  min-width: 50px;
  border: 0 !important;
}
.morebtn:after {
  display: none;
}
.morebtn:hover {
  background-color: #ddd;
}
.morebtn:active {
  background-color: #777 !important;
}
.dropdown-item {
  color: #000 !important;
  display: flex;
  align-items: center; border-bottom: solid 1px #D9D9D9; padding: 15px 20px; line-height: normal;
}
.dropdown-item:hover {
  background-color: #eee;
}
.dropdown-item i,
.dropdown-item svg {
  width: 24px;
  margin-right: 6px;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2); border-radius: 0;
}

.header .dropdown-menu{ top: 100%; padding: 0px; margin-top: 65px; border-top: solid 2px var(--blue);   }

.users_list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
.usersLeft {
  display: inline-flex;
  align-items: center;
}
.usersLeft img {
  width: 46px;
  height: 46px;
  border-radius: 60px;
  object-fit: cover;
  margin-right: 10px;
}
.removeuserlink {
  text-decoration: underline;
  color: var(--grey);
  cursor: pointer;
}
.removeuserlink:hover {
  color: #000;
}

.users_list_box {
  width: 100%;
  display: block;
}

.nav-tabs .nav-item {
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.nav-tabs .nav-item .nav-link {
  padding: 14px 25px;
  background: var(--grey);
  border-color: var(--grey);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tab-icon {
  width: 30px;
  height: 30px;
}
.nav-tabs.verticalIcons .nav-item .nav-link {
  flex-direction: column;
}
.nav-tabs {
  border-bottom: 0px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
  border: 0;
  position: relative;
}

.tab-content {
  position: relative;
}
.tab-content:before {
  content: "";
  height: 1px;
  background: var(--grey);
  position: absolute;
  top: 0px;
  left: -25px;
  right: -25px;
}

.tab-content.parentTab:before {
  display: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #fff;
  color: var(--grey);
  border-bottom-color: #fff;
  cursor: default;
}
.tab-content {
  display: block;
  width: 100%;
  padding: 25px 0 0 0;
}

.overviewdetailbox {
  display: flex;
  width: 100%;
  align-items: center;
}
.overviewlefticon {
  width: 180px;
  height: 180px;
  min-width: 180px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.overviewlefticon span {
  filter: brightness(0) invert(1);
  max-width: 70%;
  max-height: 70%;
}

.overview-subpillers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.overview-subpillers .info-subicons {
  border: solid 1px;
  width: 44px;
  height: 44px;
}
.overview-subpillers .mb-2 {
  margin-right: 20px;
}

.overview-subpillers .font-20-size {
  font-size: 18px !important;
}

.graphbox {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  min-height: 100%;
  padding: 20px;
  border-radius: 10px;
}
.navtab-box {
  display: block;
  border-bottom: solid 1px var(--grey);
  margin-left: -25px;
  margin-right: -25px;
  padding: 0 25px;
}

.invitebox {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: end;
}

.cornerstones_detail {
  display: block;
  width: 100%;
  padding: 10px 30px;
  min-height: calc(100vh - 200px);
}
.pointIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: var(--grey);
  border: solid 5px;
  margin-right: 6px;
  margin-bottom: 0 !important;
}

.points_box {
  display: inline-flex;
  background: var(--lightgrey);
  padding: 10px 18px;
  border-radius: 10px;
  gap: 60px;
}
.pointsCols label {
  font-size: 14px;
  color: var(--grey);
  padding-bottom: 8px;
}
.pointsCols div {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: end;
}
.pointsCols div span {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 1px;
}
.questions_table {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.questions_row {
  display: flex;
  width: 100%;
  align-items: start;
  padding: 10px 20px;
  border-radius: 10px;
  background: var(--lightgrey);
  min-height: 70px;
  position: relative;
  gap: 25px;
  flex-wrap: nowrap;
}
.questions_row:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  z-index: 0 !important;
  pointer-events: none;
}
.questions_row.completed:before {
  opacity: 0.2;
}
.questions_row.completed {
  background: #fff;
}
.questions_row * {
  z-index: 2;
}
.questiondonemark {
  width: 40px;
  height: 40px;
  border-radius: 60px;
  min-width: 40px;
  display: inline-block;
  position: relative;
}
.questiondonemark:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  z-index: 2;
  background: url(../images/question-icon.svg) center no-repeat;
}
.questiondonemark:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

.questions_row.completed .questiondonemark:after {
  background: url(../images/done-icon.svg) center no-repeat;
}
.questions_row.completed .questiondonemark:before {
  opacity: 1;
}

.question-title {
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  display: inline-block;
  line-height: normal;
}
.question-answer-details {
  flex-grow: 1;
  display: inline-block;
}
.question-points {
  font-size: 13px;
  color: var(--grey);
  display: inline-flex;
  align-items: center;
  min-width: 80px;
  white-space: nowrap;
  margin-left: 30px;
}

.custom-checkboxes-list {
  display: inline-block;
  position: relative;
  margin: 4px 10px 4px 0;
}
.custom-checkboxes-list input[type="radio"],
.custom-checkboxes-list input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}
.custom-checkboxes-list label {
  display: inline-flex;
  gap: 5px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #444444;
  border: solid 1px var(--grey);
  border-radius: 60px;
  padding: 6px 20px;
  min-height: 44px;
  align-items: center;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.custom-checkboxes-list label:hover {
  border-color: var(--blue);
}
.custom-checkboxes-list input[type="radio"]:checked + label,
.custom-checkboxes-list input[type="checkbox"]:checked + label,
.custom-checkboxes-list label.checked {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px var(--blue);
  color: var(--blue);
  cursor: default;
}

.custom-checkboxes-list input[type="radio"]:checked + label:before,
.custom-checkboxes-list input[type="checkbox"]:checked + label:before,
.custom-checkboxes-list label.checked:before {
  content: "";
  background: url(../images/donemark.svg) center no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
  background-size: 100%;
}

.question-title,
.question-points {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
}

.questiondonemark {
  margin-top: 5px;
}

.community-cornerstones .pointIcon {
  border-color: var(--community) !important;
}
.community-cornerstones .questiondonemark:before {
  background: var(--community);
}
.community-cornerstones .questions_row.completed:before {
  background: var(--community);
}

.people-cornerstones .pointIcon {
  border-color: var(--people) !important;
}
.people-cornerstones .questiondonemark:before {
  background: var(--people);
}
.people-cornerstones .questions_row.completed:before {
  background: var(--people);
}

.economic-cornerstones .pointIcon {
  border-color: var(--economic) !important;
}
.economic-cornerstones .questiondonemark:before {
  background: var(--economic);
}
.economic-cornerstones .questions_row.completed:before {
  background: var(--economic);
}

.planet-cornerstones .pointIcon {
  border-color: var(--planet) !important;
}
.planet-cornerstones .questiondonemark:before {
  background: var(--planet);
}
.planet-cornerstones .questions_row.completed:before {
  background: var(--planet);
}

.closethisfile {
  background: url(../images/close-bg.svg) center no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 60px;
  z-index: 2;
  display: inline-block;
  margin-left: 20px;
}
.uploadedFileCol {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 4px 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.upfileicon {
  display: inline-block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 6px;
  background-color: var(--grey) !important;
}
.uploadedFileCol label {
  display: inline-block;
  padding-left: 8px;
  font-size: 12px;
}

.pdf-file {
  background: url(../images/pdf-icon.svg) center no-repeat;
}
.img-file {
  background: url(../images/img-icon.svg) center no-repeat;
}
.cornerstones_box {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 200px);
  border-bottom: solid 1px #fff;
}
.cornerstones_box .tab-content {
  flex-grow: 1;
}

.main-cornerstones-tabs {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
  background: var(--grey);
}
.parentTab {
  padding: 0 !important;
}

.main-cornerstones-tabs.nav-tabs:before {
  content: "Cornerstones";
  border-bottom: solid 1px #fff;
  display: flex;
  min-height: 96px;
  align-items: center;
  width: 100%;
  padding: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.main-cornerstones-tabs.nav-tabs .nav-item {
  margin-right: 0;
  width: 100%;
  border-bottom: solid 1px #fff;
  position: initial;
  z-index: initial;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link {
  position: relative;
  width: 100%;
  margin: 0;
  justify-content: start;
  gap: 20px;
  text-align: left;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  min-height: 100px;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link .tab-icon {
  width: 50px;
  height: 50px;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active {
  background-color: var(--lightgrey);
  z-index: 3;
}
.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active label {
  cursor: default;
}

.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: solid 8px var(--lightgrey);
  border-top: solid 8px transparent;
  border-bottom: solid 0px transparent;
  top: 0;
  right: 0;
  margin-top: -8px;
  z-index: 10;
}

.main-cornerstones-tabs.nav-tabs .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: solid 8px var(--lightgrey);
  border-bottom: solid 8px transparent;
  border-top: solid 0px transparent;
  bottom: 0;
  right: 0;
  margin-bottom: -8px;
  z-index: 10;
}

.scoredetail {
  padding-top: 6px;
  font-size: 24px;
}
.scoredetail span {
  font-size: 18px;
}
.btntexts label {
  font-weight: normal;
  cursor: pointer;
}

/* new */

.notfound {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 80px;
}
.notfound:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  background: url(../images/notfound.png) center top no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.nomorelist {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: var(--grey);
}

.innerpagesbanner {
  display: block;
  width: 100%;
  position: relative;
  height: 600px;
}
.banner-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innerpagesbanner .banner_content {
}
.section-full.section-gap-xl {
  /*padding: 90px 0;*/
}
.section-full.grey-bg {
  background: var(--lightgrey);
}
.aside-img {
  display: block;
  width: 100%;
}
.aside-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
.infocol {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--grey);
  border-radius: 18px;
  padding: 25px 22px;
  text-align: center;
  align-items: center;
  gap: 25px;
  color: #fff;
  min-height: calc(100% - 1.5rem);
}
.infocol img {
  display: block;
  width: 100%;
  height: 66px;
  object-fit: contain;
}
.infocol2 {
  background: #E7EAED;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  align-items: center;
  gap: 20px;
  color: grey;
  min-height: calc(100% - 1.5rem);
  height: 210px;
  justify-content: center;
}
.infocol2 img {
  display: block;
  width: auto;
  height: 70px;
  object-fit: contain;
}
.infocol2 p {
  margin: 0;
}
.infocol3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  gap: 20px;
  min-height: calc(100% - 50px);
  border-bottom: 1px solid grey;
  padding-bottom: 51px;
  margin-bottom: 50px;
}
.infocol3 img {
  display: block;
  width: auto;
  height: 90px;
  object-fit: contain;
}

.no-bdr .col-lg-6:nth-last-child(-n+2) .infocol3 {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}


.bannerwithContent {
  display: block;
  width: 100%;
  position: relative;
  height: 524px;
}
.bannerwc_img {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerwc_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerwc_content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 5vw;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.bannerwc_content p {
  font-size: 36px;
  max-width: 800px;
  font-weight: 500;
}

.nav-tabs.main-cornerstones-tabs {
  margin: 0;
  padding: 0;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

/* Loader  */
.full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.loader-center {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.loader-center svg {
  width: 50px;
}

.text-bold {
  font-weight: 700 !important;
}

.aside-widget-img {
  display: block;
  width: 100%;
}
.cornerstones_infoaside {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--grey);
  width: 100%;
  height: 200px;
  gap: 120px;
  border-bottom: solid 1px #fff;
}
.cornerstones_infoaside div {
  display: inline-block;
  width: 90px;
  height: 90px;
}
.accordion {
  border: 0;
  border-top: solid 1px #c4c4c4;
}
.accordion-item {
  border: 0;
  border-radius: 0 !important;
  border-bottom: solid 1px #c4c4c4;
}
.accordion-button {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 500;
  border: 0;
  border-radius: 0 !important;
  line-height: normal;
}
.accordion-body {
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 20px;
  color: var(--grey);
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

.nav-tabs.main-cornerstones-tabs + .tab-content {
  padding: 0 !important;
  flex-grow: 1;
}
.nav-tabs.main-cornerstones-tabs + .tab-content:before {
  display: none;
}
.grey-boxbg {
  background: var(--grey) !important;
}
.contact-details {
  color: #fff;
  min-height: 100%;
  word-break: break-all;
}
.contact-details strong {
  font-weight: 700;
}
.contact-details a {
  color: inherit;
}
.contact-details svg {
  width: 28px;
  height: 28px;
  object-fit: contain;
  min-width: 28px;
}

.contact-map {
  width: 100%;
  display: block;
  position: relative;
}
.contact-map iframe {
  height: 500px !important;
  width: 100%;
  border: 0 !important;
}
.questions_row.hide {
  display: none;
}





/*28-01-2025 NEW */

.devide-with-title{ display:flex; align-items: center; width: 100%; margin: 30px 0; }
.devide-with-title span{ display: inline-block; font-size: 22px; font-weight: 600; color: var(--grey); border: solid 1px var(--grey); border-radius: 50px; padding: 6px 20px; }
.devide-with-title:after{ content: ""; flex-grow: 1; height: 1px; display: inline-block; background: var(--grey); }
.eventTitleNamelf{ min-width: calc(30% + 65px); width: calc(30% + 65px); max-width: calc(30% + 65px);}

.event_questions_row{ flex-direction: column; gap:10px; }
.questions_row_header{ gap: 25px; flex-wrap: nowrap;display: flex; width: 100%; align-items: start; }
.questions_row .button1{ white-space: nowrap; background-color: transparent; }
.questions_row_body{ display: flex; width: 100%; flex-direction: column; gap:10px; }
.eventsQuestions_row{ display: flex; align-items: flex-start; width: 100%; gap:25px; background: #fff; border-radius: 12px; padding: 15px 20px; }
.eqr_question{ min-width: 34%; max-width: 34%; width: 34%; font-weight: 500; min-height: 44px; display: inline-flex; align-items: center; }
.eqr_question_actions{ flex-grow: 1; }
.status_label{ display: inline-block; padding: 4px 10px; border-radius: 60px; font-size: 14px; font-weight: 500; line-height: normal;}
.status_label.completed{ background: #3DC30B; color: #fff; }
.leftsome-text{ position: relative; }
.leftsome-text span{ position: absolute; left: 10px; top: 18px; pointer-events: none;}
.leftsome-text .form-control{ padding-left: 22px; }
.indicate-text{ display: inline-flex; align-items: center; color: var(--grey); font-size: 14px; flex-wrap: wrap; line-height: normal; }
.indicate-text span{ font-style: italic; }
.indicate-text .pointIcon { margin-left: 5px; }

button[disabled]{ opacity: 0.5; background-color: #bdc5cf !important; border-color: #bdc5cf !important; pointer-events: none; color: #fff !important; }

.custom-checkboxes-list input[disabled] + label, .custom-checkboxes-list input[disabled]{ pointer-events: none; }


/* 21-02-2025 */

.asidedetails{ display: flex;  width: 100%; flex-direction: column; gap: 20px; }

/** 22-02-2025 **/
.topBannerImage img { height: 100%; object-fit: cover; min-width: 100%; }
.newImgTextBox { border: none; border-radius: 20px; }
.newImgTextBox img { border-radius: 20px 20px 0 0; min-height: 240px;  }
.newImgTextBox .infoBottomContent { padding: 20px 20px 30px; }
.newImgTextBox .infoBottomContent h3 { font-size: 26px; }

.newCornerstonesBox { border: none; }
.newCornerstonesBox h3 { font-size: 30px; }
.newCornerstonesBox .infomain-icon { margin: 0px; }
.newCornerstonesBox .infoBottomContent { padding: 0; }
.newCornerstonesBox .infomain-icon { background: #747474; border-radius: 0px; border: none; border-radius: 0 20px 0 20px; min-width: 92px; height: 96px; }


.newCornerstonesBox.infobox {
  display: inline-block;
  width: auto;
}
.footer-right ul li a:hover {
  text-decoration: underline;
}


.infobox.cornerStonesNewBoxesAbout { padding: 5px; border: none; }

.cornerStonesNewBoxesAbout .infomain-icon {
	position: absolute;
	z-index: 1;
	bottom: 1px;
	margin-left: 1px;
	width: 82px;
	height: 86px;
	border-radius: 0px 20px 0px 20px;
	border: none;
}
.cornerStonesNewBoxesAbout .infobox_cover {
	position: relative;
}
.cornerStonesNewBoxesAbout .infobox_cover img {
	height: 220px;
	border-radius: 20px;
}
.cornerStonesNewBoxesAbout .infoBottomContent {
	padding: 0px;
}
.cornerStonesNewBoxesAbout .infoBottomContent .crnrStnInfo { 
  font-size: 16px;
  font-weight: 400;
}
.cornerStonesNewBoxesAbout .infoBottomContent h3 { font-size: 26px; }

.sectorsInfoBox { display: flex; }
.sectorsInfoBox li { background:var(--grey); display: flex; align-items: center; color: #fff; gap: 10px; padding: 10px 20px; border-radius: 20px; }



.sectorsInfoBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding:0px 0px;
}

.membershipBoxes .infocol3 { border: none; margin: 0 0 40px 0; padding: 0; }
.membershipBoxes .infocol3 h3 { border-bottom: none; border-bottom: 1px solid grey; padding-bottom: 15px; margin-bottom: 0px; width: 100%; }

.easyToJoinTopics li { display: flex; align-items: center; gap: 15px; margin-bottom: 5px; }

.membershiplevelBoxes .greyArea { background: var(--grey); padding: 30px; color: #fff; }
.greyArea label { background: #fff; padding: 5px 15px; color: var(--black); border-radius: 30px; }
.membershiplevelBoxes { border: 1px solid #E7EAED; background: #fff; border-radius: 20px; overflow: hidden; }
.membershiplevelBoxes .memWhiteBoxContent { color: var(--grey); font-weight: 500; }
.membershiplevelBoxes small { font-size: 14px; }
.membershiplevelBoxes h4 { font-size: 24px; }

.membershipBoxesOuter { display: grid;
  grid-template-columns: repeat(6, 1fr); 
  gap: 20px;
} 
.projectPricingBox { grid-template-columns: repeat(5, 1fr); justify-content: center; }  

/* Responsive Design */

@media screen and (min-width: 1766px) {
.fullContainer { max-width: 1714px; }
}
@media screen and (max-width: 1399px) {
  .membershipBoxesOuter { display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
  } 
  
}

@media screen and (max-width: 1199px) {
  .sectorsInfoBox {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
  }
  .whatwill_sec h4 {
    font-size: 30px;
  }
}


@media screen and (max-width: 600px) {
  .sectorsInfoBox {
    grid-template-columns: 1fr; /* 1 column on small screens */
  }
}



@media only screen and (max-width: 767px) {

  .section-title br{
    display: none;
  }

  .stats-sec {
    padding: 138px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.footer-sec{
  display: flex;
    flex-direction: column;
  column-gap: 80px;
  justify-content: space-between;
}


.newImgTextBox img { border-radius: 20px 20px 0 0; min-height: 170px;  }

.membershipBoxesOuter { display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
} 

}

  

  

.footer.afterLogin{ padding: 50px 0;}

.header.fixed {
  position: sticky; top: 0;
  z-index: 99;
  width: 100%; min-height: 100px;
}
.header.fixed .dropdown-menu{ margin-top: 38px;}
.header .userinfotop .dropdown-menu{ margin-top:15px !important; position: absolute !important}

.servicesBoxList li { position: relative; margin-bottom: 10px; padding-left: 20px;  }
.servicesBoxList li::before { position: absolute; content: ""; top: 6px; left: 2px; width: 8px; height: 8px; border-radius: 8px; background: var(--blue); }
 

.contentPageOuter ul.abOrderListItems li { list-style: lower-alpha; }
.contentPageOuter ul.numberOrderListItems li { list-style:decimal ; }
.contentPageOuter p, .contentPageOuter ul li { font-size: 16px; line-height: 1.5; font-weight: 400; }
.contentPageOuter ul { padding-left: 20px; }
.contentPageOuter h2 { font-size: 32px; }
.contentPageOuter h3 { font-size: 24px; }

.footer-left img { max-width: 220px; }



/* home v3 */
.btn-typ1 {background: #90D975; color: #fff; text-decoration: none; border-radius: 80px; font-size: 14px; font-weight: 500; text-align: center; display: inline-block;
  border: 1px solid #90D975; cursor: pointer; padding: 10px 20px;}
 .btn-typ2 {background: transparent; color: #fff; text-decoration: none; border-radius: 80px; font-size: 14px; font-weight: 500; text-align: center; display: inline-block;
  border: 1px solid #fff; cursor: pointer; padding: 10px 20px;}
 .btn-typ1:hover{background: #65CCF4; color: #fff;  border: 1px solid #65CCF4;}
 .btn-typ2:hover{background: #90D975;  color: #fff;  border: 1px solid #90D975;}
 .btn-typ3 {color: #90D975;  text-decoration: none;  border-radius: 80px;  font-size: 14px;  font-weight: 500;  text-align: center;  display: inline-block;  border: 1px solid #90D975 !important;
   cursor: pointer;  padding: 10px 20px;}
 .btn-typ3:hover {background: #90D975;  color: #fff;}
 
 /* banner section */
 .banner-section {position: relative;   background:url(../images/banner-img.jpg) right no-repeat; background-size: cover; padding: 160px 0;}
 .banner-section:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #74747480, #74747400);}
 .banner-in {max-width: 690px;  position: relative;}
 .heading-typ1 {font-size: 65px; color: #fff; margin-bottom: 20px; font-weight: 700;}
 .banner-section p {font-size: 22px; font-weight: 400; color: #fff; line-height: 1.4; margin-bottom: 20px;}
 .banner-section img {margin-bottom: 20px;}
 
 .heading-typ2, .heading-typ2-green {font-size: 44px; color: #65CCF4; font-weight: 700; margin-bottom: 50px;}
 .heading-typ2-green{color: #90D975;}
 .sec-typ1-itm {text-align: center; padding: 0 45px;  margin-top: 10px;}
 .sec-typ1-itm img{margin-bottom: 15px;}
 .heading-typ3 {font-size: 30px; font-weight: 700; margin-bottom: 20px;}
 .sec-typ1 {padding: 90px 0;}
 
 .gray-bg{background: #E7EAED;}
 .sec-typ2 {padding: 90px 0;}
 .sec-typ2-itm-con {padding: 80px 40px; background: #fff; text-align: center; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;}
 
 .sec-typ2-itm .row {margin: 0;}
 
 .sec-typ2-itm .row > div {padding: 0;}
 
 .sec-typ2-itm-img, .sec-typ2-itm-img img {width: 100%; height: 100%;}
 .sec-typ2-itm-img img {object-fit: cover; filter: grayscale(1) brightness(1.2);  opacity: 0.8; transition: 0.5s;}
 .sec-typ2-itm-img img:hover {filter: unset; opacity: 1;}
 .sec-typ2-itm:nth-child(even) .row {flex-direction: row-reverse;}
 
 /*  */
 .sec-typ3{background: url(../images/bg-img-1.jpg) top right no-repeat; /*background-size: cover;*/ padding: 104px 0;}
 .sec-typ3-in{position: relative;}
 .sec-typ3-con {max-width: 855px; color: #fff;}
 .sec-typ3-con p{font-size: 22px;}
 .bg-overlay{position: relative;}
 .bg-overlay:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, #747474 50%, #74747400);}
 .heading-typ4 {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
 
 .gradient-bg {background: linear-gradient(90deg, #90D975, #90D97500); padding: 20px 28px; border-radius: 20px; margin-top: 65px;}
 .gradient-bg p {margin-bottom:  0; font-weight: 600; font-size: 26px; color: #fff; max-width: 1000px;}
 
 /*  */
 .sec-typ4 {padding: 50px 0;}
 .sec-typ4-itm {padding: 0 20px; text-align: center; margin: 40px 0;}
 .sec-typ4-itm img {margin-bottom: 20px;}
 p:last-child {margin-bottom: 0;}
 
 /*  */
 .imp-numbers {padding: 90px 0;}
 .imp-numbers-itm {background: #fff; border-radius: 20px; padding: 38px 30px 44px; text-align: center;}
 .imp-numbers-itm h3 {font-size: 60px; font-weight: 700; margin-bottom: 10px;}
 .imp-numbers-itm p {font-size: 26px;}
 
 
 /*  */
 .sec-typ5{color: #fff; background: #747474; text-align: center; padding: 90px 0;}
 .sec-typ5-itm img {margin-bottom: 20px;}
 .sec-typ5-itm p {color: #E7EAED;}
 .sec-typ5-itm {margin: 30px 0 10px; padding: 0 10px; position: relative;}
 .btn-wrapper {margin-top: 50px;}
 .sec-typ5-itm:after {content: ""; position: absolute; top: 33px; right: 0; transform: translateX(50%); width: 100px; height: 50px; background: url(../images/stepArrow1.svg) center no-repeat;}
 .sec-typ5-items .row > div:nth-child(even) .sec-typ5-itm:after {transform: translateX(50%) scaleY(-1);}
 .sec-typ5-items .row > div:last-child .sec-typ5-itm:after {display: none;}
 /*  */
 
 .sec-typ4-v2 p {font-size: 16px;}
 .sec-typ4-v2 .heading-typ4 {color: #65ccf4;}
 .sec-typ4-v2 .sec-typ4-itm {padding: 0 35px;}
 
 /*  */
 .sec-typ6 .row {margin: 0;}
 .sec-typ6 .heading-typ3 {color: #65CCF4; max-width: 540px;}
 .sec-typ6-in {border-radius: 20px; overflow: hidden;}
 .sec-typ6 .row > div {padding: 0;}
 .sec-typ6-img, .sec-typ6-img img, .sec-typ6-img, .sec-typ6-con{width: 100%; height: 100%;}
 .sec-typ6-con {display: flex; flex-direction: column; justify-content: center; padding: 40px;}
 .sec-typ6-img img {object-fit: cover; object-position: right; transition: 0.5s; }
 /* .sec-typ6:nth-child(even) .row {flex-direction: row-reverse;} */
 
 
 .list-typ1 li {margin-bottom: 20px; position: relative; padding-left: 30px;}
 .list-typ1 li:last-child {margin-bottom: 0;}
 .list-typ1 li:before {content: ""; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url(../images/tick-circle.svg) center no-repeat;
  background-size: 22px;}
 .sec-typ6 {padding: 90px 0;}
 /*  */
 