.welcomesec1 {
  padding-bottom: 150px;
  background-color: #fff;
  background-image: url('../images/backimgnew.png');
  background-position: 50% 0px;
  background-size: cover;
}

.heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: rgba(0, 0, 0, .87);
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #eceff1;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .75);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.welcome {
  padding-top: 80px;
  padding-bottom: 80px;
}

.welcometext {
  width: 40%;
}

.row {
  width: 50%;
  margin-left: 120px;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
}

.text-block {
  margin-left: 4px;
  color: #00838f;
  text-decoration: underline;
}

.text-block-2 {
  margin-left: 4px;
  color: #00838f;
  text-decoration: underline;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 36px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projectssec {
  margin-top: -100px;
}

.addprojectdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-8 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #005662;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .4);
}

.image {
  margin-right: 8px;
}

.text-block-3 {
  color: #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #00838f;
  box-shadow: 1px 1px 4px 0 #ddd;
  color: #fff;
}

.text-block-4 {
  color: #fff;
  font-weight: 500;
}

.image-2 {
  margin-bottom: 12px;
}

.projectsdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projectdiv {
  width: 100%;
  height: 220px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #ddd;
}

.projectname {
  margin-top: 24px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  word-wrap: break-word;
  height: auto;
  max-height: 160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 500;
  overflow: auto;
}

.text-block-6 {
  padding-left: 16px;
}

.lastupdated {
  color: rgba(0, 0, 0, .54);
  font-size: 14px;
}

.projectlink {
  width: 300px;
  margin-top: 24px;
  margin-right: 2%;
  color: rgba(0, 0, 0, .87);
  text-decoration: none;
}

.addprojectlink {
  text-decoration: none;
}

.powereddiv {
  padding-top: 48px;
  padding-bottom: 24px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/backimgnew.png');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  margin-top: 36px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #005662;
  box-shadow: 0 4px 16px 0 #023552;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-8 {
  font-family: Roboto, sans-serif;
}

.text-block-9 {
  margin-right: 4px;
}

.poweredlink {
  color: #a70404;
  text-decoration: none;
}

.text-block-10 {
  font-weight: 500;
}

.addprojectwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: rgba(0, 0, 0, .2);
}

.addprojectinputform {
  position: fixed;
  left: 0%;
  top: 8%;
  right: 0%;
  bottom: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, .2);
}

.addprojectformtitle {
  width: 90%;
  margin-top: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  color: rgba(0, 0, 0, .87);
  font-size: 24px;
  font-weight: 500;
}

.div-block-17 {
  width: 90%;
  margin-top: 24px;
  margin-bottom: 72px;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
}

.text-block-11 {
  font-size: 14px;
  margin-top: 12px;
}

.text-block-client {
  font-size: 14px;
  margin-top: 36px;
}

.div-block-18 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 48px;
  min-height: 36px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  color: #fff;
}

.text-block-12 {
  font-size: 16px;
  font-weight: 500;
}

.div-block-21 {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-22 {
  display: block;
  width: 66%;
  height: 24px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-13 {
  color: rgba(0, 0, 0, .54);
  line-height: 24px;
}

.lastupdatediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 24px;
}

.datetext {
  margin-left: 4px;
  color: rgba(0, 0, 0, .54);
}

.wholewrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fafafa;
  color: rgba(0, 0, 0, .87);
}

.leftnav {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #262f3d;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 68px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #585656;
  background-color: #404854;
}

.image-3 {
  margin-right: 12px;
}

.brandlink {
  position: absolute;
  color: #fff;
  text-decoration: none;
}

.text-block-14 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.functionlinks {
  overflow: auto;
  width: 256px;
  height: 60vh;
  margin-top: 68px;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000; */
  background-color: #404854;
  color: hsla(0, 0%, 100%, .7);
  text-decoration: none;
}

.link-block-4.original {
  background-color: transparent;
}

.link-block-4.drawing {
  padding-top: 20px; 
  box-sizing: border-box;
  background-color: transparent;
  /* border-bottom: 1px solid hsla(0, 0%, 100%, .7); */
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  margin-right: 12px;
}

.image-4.drawing {
  color: #4fc3f7;
}

.navtxt {
  margin-right: 16px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, .7);
}

.navtxt.drawing {
  color: #4fb3be;
}

.navtxt.drawing.statistics {
  color: hsla(0, 0%, 100%, .7);
}

.navtxt.drawing.track {
  color: #fff;
}

.navtxt.drawing.overview {
  color: hsla(0, 0%, 100%, .7);
}

.navtxt.statistics {
  color: hsla(0, 0%, 100%, .7);
}

.navtxt.statistics.choose {
  color: #4fb3be;
}

.navtxt.statistics.track {
  color: #4fb3be;
}

.navtxt.overview.choose {
  color: #4fb3be;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 68px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown {
  height: 48px;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, .9);
}

.icon {
  color: hsla(0, 0%, 100%, .9);
}

.signinbutton {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 48px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 8px;
  text-decoration: none;
}

.signinbutton.dashboard {
  position: static;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.contenttop {
  position: absolute;
  width: 100%;
  background-color: #00838f;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 62px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-16 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 62px;
}

.filtersdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-2 {
  display: block;
}

.dropdown-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-toggle-3 {
  height: 48px;
}

.dropdown-4 {
  height: 48px;
}

.text-block-17 {
  color: #fff;
}

.icon-2 {
  color: #fff;
}

.form-block {
  display: block;
  height: 68px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field {
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.projectselector {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  max-width: 40vw;
  height: 68px;
  min-height: 48px;
  padding-top: 40px;
  box-sizing: border-box;
  /* -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end; */
  cursor: pointer;
}

.filter1 {
  height: 48px;
  margin-right: 20px;
}

.filter2 {
  height: 48px;
  margin-right: 20px;
}

.filter3 {
  height: 48px;
  margin-right: 20px;
}

.contentdown {
  display: block;
  overflow: auto;
  width: 100%;
  margin-top: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.downcontentdrawings {
  padding:48px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 4px 0 #ddd;
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.body-2 {
  overflow: hidden;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #ddd;
}

.text-block-18 {
  font-family: Roboto, sans-serif;
  color: #00838f;
  font-weight: 500;
}

.image-5 {
  margin-bottom: 12px;
}

.div-block-36 {
  display: block;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-37 {
  width: 300px;
  height: 220px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #ddd;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .87);
}

.drawinglink {
  margin-top: 24px;
  margin-right: 24px;
  text-decoration: none;
}

.text-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 48px;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 500;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 24px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drawingupdatetime {
  margin-left: 4px;
  color: rgba(0, 0, 0, .7);
}

.text-block-21 {
  color: rgba(0, 0, 0, .7);
}

.adddrawinglink {
  color: #00838f;
  text-decoration: none;
}

.adddrawingwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 16;
  background-color: rgba(0, 0, 0, .3);
}

.drawinginputs {
  position: absolute;
  left: 10%;
  top: 10%;
  bottom: 10%;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, .2);
}

.link-block-5 {
  color: #fff;
  text-decoration: none;
}

.div-block-39 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 90px;
  overflow: hidden;
  width: 90%;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  box-shadow: 0px 0px 10px #eee;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-22 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
}

.adddrawinginputs {
  position: absolute;
  left: 0px;
  top: 42px;
  right: 0px;
  bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: Roboto, sans-serif;
}

.adddrawingbuttons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  width: 90%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  /* -webkit-box-pack: end; */
  /* -webkit-justify-content: space-between; */
  /* -ms-flex-pack: end; */
  /* justify-content: space-between; */
  /* -webkit-box-align: center; */
  /* -webkit-align-items: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  background-color: white;
  box-sizing: border-box;
  padding-top: 20px;
}

.addnewdrawing {
  width: 120px;
  color: #00838f;
  text-decoration: none;
}

.doneinput {
  width: 120px;
  margin-left: 16px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #005662;
  border-radius: 24px;
  background-color: transparent;
}

.text-block-23 {
  font-family: Roboto, sans-serif;
  color: #005662;
  font-size: 16px;
  font-weight: 500;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #005662;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
}

.editdrawingwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 16;
  display: none;
  background-color: rgba(0, 0, 0, .3);
}

.div-block-44 {
  position: fixed;
  left: 20%;
  top: 10%;
  bottom: 10%;
  width: 60%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, .2);
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  color: #005662;
}

.div-block-46 {
  position: absolute;
  left: 5%;
  top: 0px;
  bottom: 96px;
  overflow: hidden;
  width: 90%;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-24 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.editdrawinginputs {
  position: absolute;
  left: 0px;
  top: 56px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  font-family: Roboto, sans-serif;
}

.div-block-49 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 96px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  width: 120px;
  height: 48px;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #005662;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
  color: #fff;
  text-decoration: none;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 48px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b71c1c;
  border-radius: 24px;
  font-family: Roboto, sans-serif;
  color: #b71c1c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filterresults {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #ddd;
  font-family: Roboto, sans-serif;
}

.result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultlink {
  width: 100%;
}

.casetrackeachdate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  margin-bottom: 24px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #ddd;
}

.pertrack {
  width: 100%;
}

.casetrackoverall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
}

.div-block-52 {
  width: 100%;
  min-height: 48px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #ddd;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-25 {
  width: 80%;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .7);
}

.text-block-26 {
  width: 90%;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.teamsettingtitle {
  font-size: 24px;
  font-weight: 400;
}

.teamsettingdiv1 {
  height: 36px;
}

.teamsettingitemtitle {
  height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, .54);
}

.teamsettingmember {
  min-height: 48px;
  padding: 16px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #ccc;
}

.teamsettingitemdiv {
  margin-bottom: 56px;
}

.teamsettingdiv {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .welcomesec1 {
    padding-bottom: 80px;
    background-position: 75% 50%;
    background-size: cover;
  }
  .welcometext {
    width: 50%;
  }
  .links {
    width: 50%;
  }
  .addprojectdiv {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-11 {
    width: 260px;
  }
  .projectsdiv {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .projectlink {
    width: 260px;
    margin-right: 24px;
  }
  .div-block-21 {
    width: 86%;
  }
  .div-block-22 {
    width: 88%;
  }
  .div-block-30 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-32 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-16 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .filtersdiv {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .downcontentdrawings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-35 {
    width: 260px;
  }
  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-37 {
    width: 260px;
  }
  .adddrawinglink {
    padding-right: 24px;
  }
  .drawinginputs {
    left: 3%;
    width: 94%;
  }
  .editdrawingwrapper {
    display: none;
  }
  .div-block-44 {
    left: 5%;
    width: 90%;
  }
  .filterresults {
    width: 100%;
  }
  .teamsettingdiv {
    width: 86%;
  }
}

@media (max-width: 767px) {
  .welcomesec1 {
    background-position: 76% 50%;
  }
  .addprojectdiv {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-11 {
    width: 300px;
  }
  .projectsdiv {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .projectlink {
    width: 300px;
    margin-right: 24px;
  }
  .addprojectlink {
    margin-right: 24px;
  }
  .addprojectinputform {
    width: 80%;
  }
  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-right: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-14 {
    color: #fff;
  }
  .div-block-30 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contenttop {
    top: 60px;
  }
  .div-block-32 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-16 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .filtersdiv {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contentdown {
    margin-top: 190px;
  }
  .downcontentdrawings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .div-block-35 {
    width: 100%;
  }
  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-37 {
    width: 100%;
  }
  .drawinglink {
    width: 260px;
  }
  .adddrawinglink {
    width: 260px;
    margin-right: 24px;
    padding-right: 0px;
  }
  .text-block-22 {
    font-size: 20px;
  }
  .editdrawingwrapper {
    display: none;
  }
  .div-block-44 {
    left: 5%;
    width: 90%;
  }
  .text-block-24 {
    font-size: 20px;
  }
  .container-2 {
    display: block;
    width: 100%;
    background-color: #000;
  }
  .nav-link {
    width: 100%;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    color: #000;
    text-decoration: none;
  }
  .nav-link.w--current {
    background-color: #005662;
    color: #fff;
  }
  .menu-button {
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #005662;
  }
  .icon-3 {
    color: #fff;
  }
  .nav-link-2 {
    width: 100%;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    color: #000;
  }
  .nav-link-2.w--current {
    background-color: #005662;
    color: #fff;
    text-decoration: none;
  }
  .nav-link-2.statistic {
    background-color: #fff;
    color: #000;
  }
  .nav-link-3 {
    width: 100%;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    color: #000;
    text-decoration: none;
  }
  .nav-link-3.w--current {
    background-color: #005662;
    color: #fff;
  }
  .nav-link-3.statistics {
    background-color: #005662;
    color: #fff;
  }
  .nav-link-4 {
    width: 100%;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    color: #000;
    text-decoration: none;
  }
  .nav-link-4.w--current {
    background-color: #005662;
    color: #fff;
  }
  .brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
  }
  .nav-menu {
    border-style: none none solid;
    border-color: #ddd;
    border-bottom-width: 1px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .adddrawingwrapper {
    display: none;
  }
}

@media (max-width: 479px) {
  .welcomesec1 {
    background-position: 53% 50%;
  }
  .welcometext {
    width: 80%;
  }
  .links {
    width: 90%;
  }
  .addprojectdiv {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-11 {
    width: 100%;
  }
  .projectsdiv {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .projectlink {
    width: 100%;
    margin-right: 0px;
  }
  .addprojectlink {
    width: 100%;
    margin-right: 0px;
  }
  .div-block-21 {
    width: 80%;
  }
  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-13 {
    width: auto;
  }
  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .drawinglink {
    margin-right: 0px;
  }
  .adddrawinglink {
    margin-right: 0px;
    padding-right: 0px;
  }
  .adddrawingwrapper {
    display: none;
  }
  .text-block-22 {
    font-size: 18px;
  }
  .editdrawingwrapper {
    display: none;
  }
  .div-block-44 {
    left: 5%;
    width: 90%;
  }
  .text-block-24 {
    font-size: 20px;
  }
  .div-block-51 {
    height: 60px;
  }
  .container-2 {
    background-color: #000;
  }
  .nav-link {
    width: 100%;
    background-color: #fff;
  }
  .menu-button {
    background-color: #000;
  }
  .icon-3 {
    color: #fff;
  }
  .nav-link-2 {
    width: 100%;
    background-color: #fff;
    font-family: Roboto, sans-serif;
    color: #000;
  }
  .nav-link-3 {
    width: 100%;
    background-color: #fff;
    font-family: Roboto, sans-serif;
  }
  .nav-link-4 {
    width: 100%;
    background-color: #fff;
  }
  .div-block-55 {
    width: 38%;
  }
  .div-block-56 {
    width: 62%;
  }
  .text-block-25 {
    width: 88%;
  }
  .teamsettingdiv {
    width: 80%;
  }
}

