* {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #f3f3f3;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px !important;
}

a {
  text-decoration: none !important;
}

h1 {
  letter-spacing: -5px !important;
}

@font-face {
  font-family: helvetica-neue-b;
  src: url(fonts/HelveticaNeueBold.otf);
}

@font-face {
  font-family: helvetica-neue-r;
  src: url(fonts/HelveticaNeue.ttf);
}

@font-face {
  font-family: Helvetica95Black;
  src: url(fonts/Helvetica95Black.ttf);
}

@font-face {
  font-family: HelveticaNeue_Light;
  src: url(fonts/HelveticaNeue_Light.ttf);
}

@font-face {
  font-family: Helvetica35Thin;
  src: url(fonts/Helvetica35Thin_22435.ttf);
}

.helveticaBlack {
  font-family: Helvetica95Black, sans-serif;
  font-weight: 700;
}

.helveticaNeue_Light {
  font-family: HelveticaNeue_Light, sans-serif;
}

.Helvetica35Thin {
  font-family: Helvetica35Thin, sans-serif;
}

.logo {
  width: 70px;
}

.caseStudies h1 {
  font-size: 4em;
  line-height: 0.9em;
  font-weight: 700;
  display: inline-block;
  text-align: right;
  padding-bottom: 1em;
  padding-left: 2em;
  position: relative;
  z-index: 1;
}

.caseStudies h1::before {
  content: "";
  width: 4em;
  height: 0.9em;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  top: 30%;
  left: 0%;
}

.caseStudies .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.caseStudies .overlay h5 {
  font-weight: 900;
}

.caseStudies .overlay p {
  font-weight: 700;
}

.caseStudies .overlay a {
  display: none;
  color: #000;
}

.caseStudies .overlay h5, .caseStudies .overlay p {
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 5px !important;
}

.caseStudies .overlay::before {
  content: "";
  cursor: pointer;
  position: absolute;
  z-index: -1;
  background: #fbdf5b;
  width: 20%;
  height: 90%;
  left: 10%;
  top: 10%;
}

.caseStudies .overlay:hover {
  background: #fbdf5b;
}

.caseStudies .overlay:hover h5 {
  display: none;
}

.caseStudies .overlay:hover p {
  display: none;
}

.caseStudies .overlay:hover a {
  display: block;
  font-size: 2em !important;
}

@media only screen and (max-width: 425px) {
  .caseStudies h1 {
    font-size: 3em;
    padding-left: 1em;
  }
  .caseStudies img {
    display: block;
    margin: auto;
  }
}

.startUsingPromise h1 {
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
  position: relative;
  z-index: 1;
}

.startUsingPromise h1::before {
  content: "";
  width: 4em;
  height: 0.9em;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  top: 30%;
  left: 0%;
}

.startUsingPromise .vh-7 {
  width: 100%;
  height: 45vh;
  position: relative;
  z-index: 1;
}

.startUsingPromise .bg-yellow {
  background: #fbdf5b;
}

.startUsingPromise p {
  color: #555555;
}

.startUsingPromise .gettoolkitLink, .startUsingPromise .submitLink {
  display: block;
  text-align: center;
  border: 2px solid #00948e;
  -webkit-box-shadow: 0px 0px 7px 5px rgba(134, 134, 134, 0.5);
          box-shadow: 0px 0px 7px 5px rgba(134, 134, 134, 0.5);
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  color: #555555 !important;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: -0.43px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.startUsingPromise .gettoolkitLink {
  width: 400px;
  padding: 30px;
}

.startUsingPromise .submitLink {
  width: 250px;
  padding: 15px;
}

.startUsingPromise .gettoolkitLink:hover, .startUsingPromise .submitLink:hover {
  background: #00948e;
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(134, 134, 134, 0.5);
          box-shadow: 0px 0px 2px 2px rgba(134, 134, 134, 0.5);
}

.index section .main-banner {
  width: 100%;
  height: 100vh;
  background: url("../img/Rectangle.png") center top no-repeat;
  background-size: cover;
  position: relative;
}

.index section .main-banner h1 {
  text-transform: uppercase;
  line-height: 60px;
  color: #000;
  z-index: 10;
  font-size: 5em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: relative;
  padding-top: 70px;
}

.index section .main-banner h1 span {
  font-weight: 100;
  font-size: 60px;
  color: #000;
  text-transform: initial;
}

.index section .main-banner h1::before {
  content: "";
  width: 110px;
  height: 310px;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -15%;
}

.index section .main-banner h3 {
  font-weight: 500;
  font-size: 2.1em;
}

.index section .main-banner p {
  font-size: 1.3em;
}

.index .main_about h1 {
  line-height: 60px;
  color: #000;
  z-index: 10;
  font-size: 4.74em;
  position: relative;
  padding-top: 70vh;
  padding-bottom: 1em;
}

.index .main_about h1::before {
  content: "";
  width: 110px;
  height: 100%;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 10%;
}

.index .main_about h1::after {
  content: "";
  width: 126px;
  height: 130px;
  background: #fff;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 70vh;
}

.index .main_about .main_circles {
  width: 320px;
  height: 320px;
  border: 16px solid #00948e;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.index .main_about .sub_circles_1,
.index .main_about .sub_circles_2,
.index .main_about .sub_circles_3,
.index .main_about .sub_circles_4,
.index .main_about .sub_circles_5,
.index .main_about .sub_circles_6 {
  border: 5px solid #00948e;
  background-color: #ffffff;
  position: absolute;
  border-radius: 50%;
  font-size: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index .main_about .sub_circles_1 p,
.index .main_about .sub_circles_2 p,
.index .main_about .sub_circles_3 p,
.index .main_about .sub_circles_4 p,
.index .main_about .sub_circles_5 p,
.index .main_about .sub_circles_6 p {
  font-size: 12px !important;
  font-weight: 700 !important;
}

.index .main_about .sub_circles_1 {
  width: 158px;
  height: 158px;
  right: 0px;
  top: -25%;
}

.index .main_about .sub_circles_2 {
  width: 107px;
  height: 107px;
  right: -25%;
  top: 30%;
}

.index .main_about .sub_circles_3 {
  width: 118px;
  height: 118px;
  right: -5%;
  bottom: -20%;
}

.index .main_about .sub_circles_4 {
  width: 82px;
  height: 82px;
  left: 20%;
  bottom: -15%;
}

.index .main_about .sub_circles_5 {
  width: 118px;
  height: 118px;
  left: -15%;
  bottom: 10%;
}

.index .main_about .sub_circles_6 {
  width: 118px;
  height: 118px;
  left: -10%;
  top: -5%;
}

.index .main_about h4 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.index .goals_circles {
  width: 331px;
  height: 331px;
  background-color: rgba(251, 223, 91, 0.63);
  border-radius: 50%;
  position: relative;
}

.index .goals_circles::after {
  content: "";
  width: 331px;
  height: 331px;
  background-color: rgba(251, 223, 91, 0.63);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: -1;
}

.index .goals_sub_circles_1,
.index .goals_sub_circles_2,
.index .goals_sub_circles_3,
.index .goals_sub_circles_4,
.index .goals_sub_circles_5,
.index .goals_sub_circles_6,
.index .goals_sub_circles_7 {
  width: 52px;
  height: 53px;
  background-color: rgba(0, 148, 142, 0.8);
  border-radius: 50%;
  position: absolute;
  overflow: visible;
}

.index .goals_sub_circles_contnt_1,
.index .goals_sub_circles_contnt_2,
.index .goals_sub_circles_contnt_3,
.index .goals_sub_circles_contnt_4,
.index .goals_sub_circles_contnt_5,
.index .goals_sub_circles_contnt_6,
.index .goals_sub_circles_contnt_7 {
  position: absolute;
}

.index .goals_sub_circles_contnt_1 h3,
.index .goals_sub_circles_contnt_2 h3,
.index .goals_sub_circles_contnt_3 h3,
.index .goals_sub_circles_contnt_4 h3,
.index .goals_sub_circles_contnt_5 h3,
.index .goals_sub_circles_contnt_6 h3,
.index .goals_sub_circles_contnt_7 h3 {
  color: #020202;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.index .goals_sub_circles_contnt_1 p,
.index .goals_sub_circles_contnt_2 p,
.index .goals_sub_circles_contnt_3 p,
.index .goals_sub_circles_contnt_4 p,
.index .goals_sub_circles_contnt_5 p,
.index .goals_sub_circles_contnt_6 p,
.index .goals_sub_circles_contnt_7 p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

.index .goals_sub_circles_1 {
  right: 18%;
  top: -2%;
}

.index .goals_sub_circles_contnt_1 {
  bottom: 60%;
  left: 125%;
  width: 159px;
}

.index .goals_sub_circles_2 {
  right: -10%;
  top: 34%;
}

.index .goals_sub_circles_contnt_2 {
  top: -60%;
  left: 125%;
  width: 159px;
}

.index .goals_sub_circles_3 {
  right: 2%;
  top: 73%;
}

.index .goals_sub_circles_contnt_3 {
  top: 60%;
  left: 125%;
  width: 159px;
}

.index .goals_sub_circles_4 {
  right: 39%;
  bottom: -8%;
}

.index .goals_sub_circles_contnt_4 {
  top: 125%;
  left: 50%;
  width: 159px;
}

.index .goals_sub_circles_5 {
  left: 3%;
  bottom: 10%;
}

.index .goals_sub_circles_contnt_5 {
  top: 60%;
  right: 110%;
  width: 159px;
}

.index .goals_sub_circles_6 {
  left: -7%;
  bottom: 47%;
}

.index .goals_sub_circles_contnt_6 {
  top: -20%;
  right: 110%;
  width: 159px;
}

.index .goals_sub_circles_7 {
  left: 16%;
  top: 1%;
}

.index .goals_sub_circles_contnt_7 {
  bottom: 50%;
  right: 125%;
  width: 159px;
}

.index .Project_Objective {
  background: #fbdf5b;
}

.index .Project_Objective .Project_Objective ul li {
  text-indent: 30px;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}

.index .home_toolkit {
  background-color: #d8d8d8;
}

.index .home_toolkit h1 {
  line-height: 65px;
  color: #000;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: relative;
  padding-top: 70px;
  font-weight: 700;
  font-size: 7em;
}

.index .home_toolkit h1::before {
  content: "";
  width: 149px;
  height: 316px;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  top: -11%;
  right: 38%;
}

.index .home_toolkit h1 span {
  font-size: 50px;
  text-transform: uppercase;
}

.index .home_toolkit h3 {
  font-size: 27px;
  font-weight: 500;
  padding-left: 100px;
}

.index .home_toolkit a {
  text-decoration: none;
  color: #2E2E2E;
}

.index .home_toolkit .home_toolkit_link {
  display: inline-block;
  width: 460px;
  height: 123px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 62px;
  border: 2px solid #00948e;
  background-color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: -0.43px;
  text-align: center;
  line-height: 123px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.index .home_toolkit .home_toolkit_link:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: #00948e;
  color: #fff;
}

.index .partners h3 {
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.index .partners h3::before {
  content: "";
  width: 100px;
  height: 40px;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
}

@media only screen and (max-width: 425px) {
  .index section .main-banner h1 {
    line-height: 30px;
    color: #000;
    z-index: 10;
    font-size: 2.3em;
    letter-spacing: 0px !important;
  }
  .index section .main-banner h1 span {
    font-weight: 100;
    font-size: 1em;
    color: #000;
    text-transform: initial;
  }
  .index section .main-banner h1::before {
    content: "";
    width: 50px;
    height: 246px;
    right: 0%;
  }
  .index .main_about h1 {
    font-size: 2.3em;
    line-height: 31px;
    padding-top: 20vh;
  }
  .index .main_about h1::before {
    content: "";
    width: 50px;
    left: 0%;
  }
  .index .main_about h1::after {
    content: "";
    height: 67px;
    right: -16%;
    top: 20vh;
  }
  .index .main_about .about-p {
    font-size: 0.8em;
    padding-left: 1em;
    padding-top: 1em;
  }
  .index .main_about .main_circles {
    width: 220px;
    height: 220px;
  }
  .index .main_about .main_circles h4 {
    font-size: 1em;
  }
  .index .main_about .sub_circles_1 p,
  .index .main_about .sub_circles_2 p,
  .index .main_about .sub_circles_3 p,
  .index .main_about .sub_circles_4 p,
  .index .main_about .sub_circles_5 p,
  .index .main_about .sub_circles_6 p {
    font-size: 9px !important;
    font-weight: 600 !important;
  }
  .index .main_about .sub_circles_1 {
    width: 100px;
    height: 100px;
    right: 0px;
    top: -25%;
  }
  .index .main_about .sub_circles_2 {
    width: 80px;
    height: 80px;
    right: -25%;
    top: 30%;
  }
  .index .main_about .sub_circles_3 {
    width: 85px;
    height: 85px;
    right: -5%;
    bottom: -20%;
  }
  .index .main_about .sub_circles_4 {
    width: 60px;
    height: 60px;
    left: 20%;
    bottom: -15%;
  }
  .index .main_about .sub_circles_5 {
    width: 80px;
    height: 80px;
    left: -15%;
    bottom: 10%;
  }
  .index .main_about .sub_circles_6 {
    width: 70px;
    height: 70px;
    left: -10%;
    top: -5%;
  }
  .index .min-vh {
    height: 50vh !important;
  }
  .index .goals_circles {
    width: 70px;
    height: 70px;
  }
  .index .goals_circles h2 {
    font-size: 0.6em;
    padding-left: 15px;
  }
  .index .goals_circles::after {
    content: "";
    width: 70px;
    height: 70px;
  }
  .index .goals_sub_circles_1,
  .index .goals_sub_circles_2,
  .index .goals_sub_circles_3,
  .index .goals_sub_circles_4,
  .index .goals_sub_circles_5,
  .index .goals_sub_circles_6,
  .index .goals_sub_circles_7 {
    width: 15px;
    height: 15px;
  }
  .index .goals_sub_circles_contnt_1 h3,
  .index .goals_sub_circles_contnt_2 h3,
  .index .goals_sub_circles_contnt_3 h3,
  .index .goals_sub_circles_contnt_4 h3,
  .index .goals_sub_circles_contnt_5 h3,
  .index .goals_sub_circles_contnt_6 h3,
  .index .goals_sub_circles_contnt_7 h3 {
    color: #020202;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 0.8px;
  }
  .index .goals_sub_circles_contnt_1 p,
  .index .goals_sub_circles_contnt_2 p,
  .index .goals_sub_circles_contnt_3 p,
  .index .goals_sub_circles_contnt_4 p,
  .index .goals_sub_circles_contnt_5 p,
  .index .goals_sub_circles_contnt_6 p,
  .index .goals_sub_circles_contnt_7 p {
    font-size: 9px;
    line-height: 12px;
    font-weight: 100;
  }
  .index .goals_sub_circles_1 {
    right: 18%;
    top: -2%;
  }
  .index .goals_sub_circles_contnt_1 {
    bottom: 300%;
    left: 10%;
    width: 80px;
  }
  .index .goals_sub_circles_2 {
    right: -10%;
    top: 34%;
  }
  .index .goals_sub_circles_contnt_2 {
    top: -326%;
    left: 125%;
    width: 110px;
  }
  .index .goals_sub_circles_3 {
    right: 2%;
    top: 73%;
  }
  .index .goals_sub_circles_contnt_3 {
    top: -77%;
    left: 179%;
    width: 120px;
  }
  .index .goals_sub_circles_4 {
    right: 39%;
    bottom: -8%;
  }
  .index .goals_sub_circles_contnt_4 {
    top: 243%;
    left: 50%;
    width: 158px;
  }
  .index .goals_sub_circles_5 {
    left: 3%;
    bottom: 10%;
  }
  .index .goals_sub_circles_contnt_5 {
    top: 319%;
    right: 14%;
    width: 123px;
    text-align: right;
  }
  .index .goals_sub_circles_6 {
    left: -7%;
    bottom: 47%;
  }
  .index .goals_sub_circles_contnt_6 {
    top: -232%;
    right: 110%;
    width: 117px;
    text-align: right;
  }
  .index .goals_sub_circles_7 {
    left: 16%;
    top: 1%;
  }
  .index .goals_sub_circles_contnt_7 {
    bottom: 231%;
    right: -21%;
    width: 137px;
    text-align: right;
  }
  .index .home_toolkit .home_toolkit_link {
    display: block;
    width: 270px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    margin: 0px auto;
    font-size: 1.4em;
  }
  .index .home_toolkit h1 {
    font-size: 3em;
    line-height: 37px;
    letter-spacing: 0px !important;
  }
  .index .home_toolkit h1 span {
    font-size: 0.6em;
  }
  .index .home_toolkit h1::before {
    content: "";
    width: 70px;
    height: 209px;
    top: -11%;
    right: 0%;
  }
  .index .home_toolkit h3 {
    padding-left: 18px;
  }
}

.toolkit .main-banner {
  width: 100%;
  height: 100vh;
  background: #d8d8d8;
  background-size: cover;
  position: relative;
}

.toolkit .main-banner h1 {
  line-height: 65px;
  color: #000;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: relative;
  padding-top: 70px;
  font-weight: 700;
  font-size: 7em;
}

.toolkit .main-banner h1 span {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 50px;
  color: #000;
  text-transform: initial;
}

.toolkit .main-banner h1::before {
  content: "";
  width: 110px;
  height: 267px;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -22%;
}

.toolkit .main-banner h3 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1em;
}

.toolkit .whyPromiseToolKit .yellow-strap {
  width: 110px;
  height: 100%;
  background: #fbdf5b;
  position: absolute;
  z-index: 1;
  left: 35px;
}

.toolkit .whyPromiseToolKit h1 {
  line-height: 40px;
  color: #000;
  z-index: 10;
  font-size: 3em;
  position: absolute;
  bottom: 2em;
  left: -1em;
}

.toolkit .whyPromiseToolKit h1 span {
  font-size: 1.8em;
}

.toolkit .whyPromiseToolKit h1::before {
  content: "";
  width: 110px;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0%;
  right: -5%;
}

.toolkit .whyPromiseToolKit p {
  padding-left: 150px;
}

.toolkit .whyPromiseToolKit .roundcircle {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 80px;
  margin-right: 2em;
  padding: 5px;
  border: 2px solid #fbdf5b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.toolkit .toolkitObjectives {
  padding: 5em 0;
}

.toolkit .toolkitObjectives h1 {
  font-size: 4em;
  line-height: 52px;
  display: inline-block;
  text-align: right;
  letter-spacing: -5px;
  padding-bottom: 1em;
  padding-left: 2em;
  position: relative;
  z-index: 1;
}

.toolkit .toolkitObjectives h1::before {
  content: "";
  width: 5em;
  height: 0.9em;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  top: 30%;
  left: 0%;
}

.toolkit .toolkitObjectives h3 {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1em;
}

.toolkit .toolkitObjectives .round {
  margin: 2em auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.toolkit .gettingStarted .phase {
  color: #cccccc;
  font-size: 1.4em;
  font-weight: 100;
}

.toolkit .gettingStarted .v-bdr {
  border-left: 2px solid #fbdf5b;
}

.toolkit .gettingStarted .h-bdr {
  border-top: 2px solid #fbdf5b;
}

.toolkit .gettingStarted .squer-box {
  position: relative;
  z-index: 1;
}

.toolkit .gettingStarted .squer-box::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.toolkit .gettingStarted h1 {
  font-size: 4em;
  line-height: 1em;
  display: inline-block;
  text-align: right;
  padding-bottom: 1em;
  padding-left: 2em;
  position: relative;
  z-index: 1;
}

.toolkit .gettingStarted h1::before {
  content: "";
  width: 4em;
  height: 0.9em;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  top: 30%;
  left: 0%;
}

.toolkit .gettingStarted .row-bdr {
  border-left: solid 3em #fbdf5b;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(61, 61, 61, 0.4);
          box-shadow: 0px 0px 5px 5px rgba(61, 61, 61, 0.4);
}

.toolkit .gettingStarted .row-bdr h3 {
  line-height: 1.4em;
  font-size: 3em;
}

.toolkit .gettingStarted .row-bdr h4 {
  font-weight: 700;
  line-height: 1em;
}

.toolkit .gettingStarted .row-bdr p strong {
  font-size: 1.4em;
  letter-spacing: 2px;
  font-weight: 300;
}

.toolkit .toolCreated h1 {
  font-size: 4em;
  line-height: 0.9em;
  font-weight: 700;
  display: inline-block;
  text-align: right;
  padding-bottom: 1em;
  padding-left: 2em;
  position: relative;
  z-index: 1;
}

.toolkit .toolCreated h1::before {
  content: "";
  width: 4em;
  height: 0.9em;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  top: 30%;
  left: 0%;
}

.toolkit .toolCreated .vh-7 {
  width: 100%;
  height: 45vh;
  position: relative;
  z-index: 1;
}

.toolkit .toolCreated .vh-7::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fbdf5b;
  z-index: -1;
  position: absolute;
  top: 50%;
}

.toolkit .toolCreated .yellow-circle {
  width: 25px;
  height: 25px;
  background: #fbdf5b;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.toolkit .toolCreated .yellow-circle p {
  position: absolute;
  width: 140px;
  bottom: 120%;
  left: 50%;
  font-size: 0.9em;
}

.toolkit .toolCreated .yellow-circle:nth-of-type(even) p {
  top: 120%;
}

.toolkit .toolCreated .yellow-circle:nth-of-type(1) {
  margin-left: -4.6em;
}

.toolkit .expectedOutcome h3 {
  line-height: 0.9em;
  padding-top: 2em !important;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}

.toolkit .expectedOutcome h3::before {
  content: "";
  width: 5em;
  height: 0.9em;
  background: #fbdf5b;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  bottom: 0%;
  left: 0%;
}

.toolkit .expectedOutcome ol li {
  text-indent: 30px;
  margin-bottom: 0.6em;
}

@media only screen and (max-width: 425px) {
  .toolkit .main-banner h1 {
    font-size: 3em;
    line-height: 32px;
    letter-spacing: 0px !important;
  }
  .toolkit .main-banner h1 span {
    font-size: 27px;
  }
  .toolkit .main-banner h1::before {
    content: "";
    width: 70px;
    z-index: -1;
    top: 0%;
    left: 0%;
  }
  .toolkit .main-banner h3 {
    font-weight: 500;
    font-size: 1.7em;
    line-height: 1.2em;
    padding-left: 10px;
  }
  .toolkit .whyPromiseToolKit .yellow-strap {
    width: 70px;
    height: 100%;
    background: #fbdf5b;
    position: absolute;
    z-index: 1;
    left: 0px;
  }
  .toolkit .whyPromiseToolKit p {
    padding-left: 77px;
    padding-top: 20px;
  }
  .toolkit .whyPromiseToolKit h1 {
    line-height: 25px;
    color: #000;
    z-index: 10;
    font-size: 1.5em;
    position: absolute;
    bottom: 70%;
    left: 0em;
    letter-spacing: 0px !important;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    text-align: left !important;
  }
  .toolkit .whyPromiseToolKit h1::before {
    content: "";
    width: 74px;
    top: 0%;
    right: 0%;
  }
  .toolkit .toolkitObjectives h1 {
    font-size: 2.5em;
    line-height: 25px;
    display: inline-block;
    text-align: right;
    letter-spacing: -5px;
    padding-bottom: 1em;
    padding-left: 10px;
    position: relative;
    z-index: 1;
  }
  .toolkit .gettingStarted .w-50 {
    width: 100% !important;
  }
  .toolkit .gettingStarted h1 {
    font-size: 2.5em;
    line-height: 30px;
    display: inline-block;
    text-align: right;
    letter-spacing: -2px !important;
    padding-bottom: 1em;
    padding-left: 10px;
    position: relative;
    z-index: 1;
  }
  .toolkit .gettingStarted .row-bdr h3 {
    line-height: 1em;
    font-size: 2.1em;
  }
  .toolkit .toolCreated h1 {
    font-size: 2em;
    line-height: 0.8em;
    padding-bottom: 1em;
    padding-left: 1em;
  }
  .toolkit .toolCreated .vh-7 {
    height: auto;
  }
  .toolkit .toolCreated .vh-7::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fbdf5b;
    z-index: -1;
    position: absolute;
    top: 0%;
  }
  .toolkit .toolCreated .yellow-circle:nth-of-type(even) p {
    top: 0%;
  }
  .toolkit .toolCreated .yellow-circle:nth-of-type(1) {
    margin-left: 10px;
  }
  .toolkit .toolCreated .yellow-circle {
    margin: 50px 10px;
  }
  .toolkit .toolCreated .yellow-circle p {
    position: absolute;
    width: 300px;
    top: 0%;
    left: 110%;
    font-size: 0.9em;
  }
}

.table td, .table th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #161616 !important;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #161616 !important;
}

.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  color: #00948e;
  font-size: 1.3em;
  font-weight: lighter;
  cursor: pointer;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.yellow-bg {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
}

.yellow-bg::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #fbdf5b;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.existing ul li {
  font-size: 1em;
  padding: 5px 3px;
}

.city-hero-banner {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.city-hero-banner .container {
  padding: 100px 0px !important;
}

.city-hero-banner .container .pd-l {
  padding-left: 200px !important;
}

.city-hero-banner h1 {
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0 !important;
  text-align: right;
  z-index: 10;
  position: absolute;
  bottom: 2em;
  z-index: 1;
}

.city-hero-banner h1::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #f3f3f3;
  position: absolute;
  z-index: -1;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  top: 50%;
}

.city-hero-banner .jabalpurCity h1 {
  left: 3%;
  font-size: 2.6em;
}

.city-hero-banner .karnalCity h1 {
  left: 4%;
  font-size: 2.6em;
}

.city-hero-banner .yellow-strap {
  width: 70px;
  height: 100%;
  background: #fbdf5b;
  position: absolute;
  z-index: 0;
  left: 10em;
  top: 0;
}

.green-circle {
  width: 100px;
  height: 100px;
  margin: 1em auto;
  border: 2px solid #00948e;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.green-circle span, .green-circle h5 {
  color: #00948e !important;
}

.green-circle img {
  width: 58% !important;
}

.cityGallery {
  padding: 100px 0px;
}

.happeningInCity .phase {
  position: absolute;
  z-index: 20;
  color: #686868;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  top: 50%;
}

.happeningInCity .yellow-strap {
  width: 90px;
  height: 100px;
  background: #fbdf5b;
  position: absolute;
  z-index: 0;
  left: 3em;
  top: 0;
}

.happeningInCity h2 {
  font-size: 3em;
  line-height: 1em;
}

.happeningInCity .sml-hdg {
  color: #686868 !important;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 1px;
}

.sectoralAnalysis .yellow-strap {
  width: 50px;
  height: 100px;
  background: #fbdf5b;
  position: absolute;
  z-index: 0;
  left: 2em;
  top: 0;
}

.sectoralAnalysis .c-width {
  width: 50%;
}

.downloadReport {
  display: block;
  margin: 0px auto;
  width: 350px;
  padding: 20px;
  text-align: center;
  border: 2px solid #00948e;
  -webkit-border: 2px solid #00948e;
  -moz-border: 2px solid #00948e;
  -ms-border: 2px solid #00948e;
  -o-border: 2px solid #00948e;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(114, 114, 114, 0.4);
          box-shadow: 0px 0px 5px 3px rgba(114, 114, 114, 0.4);
  color: #686868;
  font-weight: 500;
  font-size: 1.1em;
  margin: 40px auto;
}

.downloadReport:hover {
  background: #00948e;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(114, 114, 114, 0.4);
          box-shadow: 0px 0px 2px 1px rgba(114, 114, 114, 0.4);
  color: #fff;
}

.objective p {
  color: #747474;
  font-size: 11px;
}

.stakeholderAnalysis .yellow-strap {
  width: 50px;
  height: 100px;
  background: #fbdf5b;
  position: absolute;
  z-index: 0;
  left: 0em;
  top: 0;
}

.stakeholderAnalysis p {
  width: 40%;
}

.bdr_l_darkRed {
  border-left: 8px solid #ce0101;
}

.bdr_l_darkGreen {
  border-left: 8px solid #00948e;
}

.nav_tab_main img {
  height: 50px;
}

.nav_tab_main a {
  width: 200px;
}

.nav_tab_main a p {
  font-size: 12px;
  padding-top: 8px;
}

.nav_tab_main .nav_tab h4 {
  line-height: 20px;
}

.nav_tab_main .nav_tab ul {
  padding-left: 30px;
}

.nav_tab_main .nav_tab ul li {
  padding: 2px 35px;
  text-indent: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fade5b;
  border-color: transparent;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

@media only screen and (max-width: 991px) {
  .city-hero-banner .container .pd-l {
    padding-left: 100px !important;
  }
  .city-hero-banner h1 {
    left: 3.9% !important;
    font-size: 2em !important;
  }
  .city-hero-banner .yellow-strap {
    left: 4.5em;
  }
  .happeningInCity h2 {
    font-size: 2em;
    line-height: 1em;
  }
  .happeningInCity .yellow-strap {
    left: 1em;
    width: 80px;
  }
  .happeningInCity .phase {
    left: -5%;
  }
  .sectoralAnalysis .c-width {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .city-hero-banner .container {
    padding: 100px 0px 0px !important;
  }
  .city-hero-banner .karnalCity-map {
    width: 280px !important;
    margin: auto;
    text-align: right;
  }
  .city-hero-banner .yellow-strap {
    left: 0em;
    width: 60px;
  }
  .city-hero-banner h1 {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    left: 0.9% !important;
    font-size: 1.5em !important;
    line-height: 18px;
  }
  .city-hero-banner .container .pd-l {
    padding-left: 55px !important;
  }
  .city-hero-banner .container h2 {
    font-size: 1.6em;
  }
  .city-hero-banner .container ul {
    padding-left: 10px !important;
    margin-top: 10px;
  }
  .city-hero-banner .container ul li {
    font-size: 11px;
  }
  .downloadReport {
    width: 290px;
  }
  .startUsingPromise .gettoolkitLink {
    width: 250px;
    padding: 30px;
  }
  .startUsingPromise h1 {
    font-size: 3em;
    letter-spacing: 0.5px !important;
  }
  .happeningInCity .yellow-strap {
    width: 60px;
    height: 118px;
    left: 0em;
  }
  .happeningInCity h2 {
    margin-top: 50px !important;
  }
  .happeningInCity .phase {
    left: 20%;
    top: 2%;
  }
  .happeningInCity .sml-hdg {
    font-size: 1.2em;
  }
  .sectoralAnalysis .yellow-strap {
    width: 60px;
    height: 67px;
    left: 0em;
  }
  .stakeholderAnalysis p {
    width: 100%;
  }
  .stakeholderAnalysis .yellow-strap {
    height: 77px;
  }
  .nav_tab_main img {
    height: 30px;
  }
  .nav_tab_main .nav-link {
    display: block;
    padding: .5rem 0rem;
  }
}

@media only screen and (max-width: 375px) {
  .nav_tab_main .nav img {
    height: 40px;
  }
  .city-hero-banner .karnalCity-map {
    width: 213px !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .nav_tab_main .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .nav_tab_main .nav img {
    height: 30px;
  }
  .nav_tab_main .nav .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .nav_tab_main .nav a {
    width: 75px;
    padding: 0px 0px;
  }
  .nav_tab_main .nav a p {
    font-size: 9px;
    padding-top: 8px;
  }
  .chart-hint img {
    height: 60px;
  }
  .chart-hint p {
    font-size: 10px !important;
  }
}

footer section p strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
}

footer section .add {
  font-weight: 300;
  line-height: 5px !important;
}

footer section address {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: -0.8px;
  line-height: 20px;
}

footer section .social_link a {
  display: inline-block;
  width: 59px;
  height: 59px;
  border: 3px solid #00948e;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer section .social_link a:hover {
  background-color: rgba(0, 148, 142, 0.8);
  border-color: #fbdf5b;
}
/*# sourceMappingURL=style.css.map */