.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.body {
  max-width: 100%;
  min-width: 100%;
  background-color: #e2e2e2;
  font-family: Lato, sans-serif;
  color: #4b5151;
  cursor: auto;
}

.hero-section {
  position: relative;
  margin-top: auto;
  padding-top: 140px;
}

.name-block {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  clear: both;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text {
  min-height: 80px;
  background-color: #0a7b9e;
  box-shadow: 2px 11px 6px -9px rgba(0, 0, 0, 0.52);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block {
  width: 320px;
  height: 29px;
  max-height: 30px;
  max-width: 350px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 70%;
  font-style: italic;
  font-weight: 300;
}

.navbarr {
  position: fixed;
  min-height: 110px;
  min-width: 100vw;
  -webkit-transform: translate3d(0px, 0px, 15px);
  transform: translate3d(0px, 0px, 15px);
  text-align: center;
  cursor: auto;
  /* -webkit-transform-style: preserve-3d; */
  /* transform-style: preserve-3d; */
}

.container {
  display: block;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.nav-menu:hover {
  color: #0c7b9e;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: font-size 500ms ease, color 700ms ease;
  transition: font-size 500ms ease, color 700ms ease;
  color: #4b5151;
  font-size: 19px;
  cursor: pointer;
}

.nav-link:hover {
  color: #0c7b9e;
  font-size: 22px;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:focus {
  color: #0c7b9e;
}

.nav-link:visited {
  color: #4b5151;
}

.nav-link.w--current {
  padding-right: 10px;
  padding-left: 10px;
  color: #0c7b9e;
}

.nav-link.w--current:hover {
  color: #0c7b9e;
}

.nav-link.w--current:active {
  color: #0c7b9e;
}

.shape {
  display: none;
  width: 45%;
  max-width: none;
  min-height: 70px;
  min-width: 10vw;
  clear: left;
  border-top-right-radius: 60px;
  background-color: #e2e2e2;
}

.shape.right {
  position: static;
  max-width: 45%;
  min-width: auto;
  margin-left: 95px;
  clear: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 60px;
  border-top-right-radius: 0px;
  text-align: left;
  text-decoration: none;
}

.shape.right-sharp {
  position: static;
  max-width: 45%;
  min-width: auto;
  margin-left: 95px;
  clear: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 60px;
  border-top-right-radius: 0px;
  text-align: left;
  text-decoration: none;
}

.shapes {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #0c7b9e;
}

.hero {
  max-width: 100%;
  min-height: 532px;
  min-width: 98%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/Hero-bg-22x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 9px 14px -9px rgba(0, 0, 0, 0.59);
  -webkit-transform: translate3d(0px, 0px, 10px);
  transform: translate3d(0px, 0px, 10px);
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 197px;
  padding-bottom: 197px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-head {
  min-width: 79vw;
  direction: ltr;
  font-size: 2.6em;
  line-height: 100%;
  font-weight: 300;
}

.hero-text-head.title {
  margin-top: 44px;
  font-size: 1.9em;
  font-weight: 700;
}

.shapes-sharp {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #0c7b9e;
  text-align: center;
}

.shape-sharp {
  width: 45%;
  max-width: 885vw;
  min-height: 70px;
  min-width: 10vw;
  clear: left;
  border-top-right-radius: 60px;
  background-color: #e2e2e2;
}

.shape-sharp.right {
  position: static;
  max-width: 45%;
  min-width: auto;
  margin-left: 95px;
  clear: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 60px;
  border-top-right-radius: 0px;
  text-align: left;
  text-decoration: none;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-width: 10px;
  clear: left;
  background-color: #e2e2e2;
}

.shape-straight {
  width: 45%;
  max-width: none;
  min-height: 6vh;
  min-width: 10vw;
  clear: left;
  border-radius: 0px;
  background-color: #e2e2e2;
}

.shape-straight.right {
  position: static;
  max-width: 45%;
  min-width: auto;
  margin-left: 95px;
  clear: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  text-align: left;
  text-decoration: none;
}

.shape-straight.right.curved {
  max-width: 30%;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 0px;
}

.shape-straight.right.final {
  border-bottom-left-radius: 80px;
}

.shape-straight.right.curve {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
}

.shape-straight.right-sharp {
  position: static;
  max-width: 45%;
  min-width: auto;
  margin-left: 95px;
  clear: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-left-radius: 60px;
  border-top-right-radius: 0px;
  text-align: left;
  text-decoration: none;
}

.shape-straight.curved {
  width: auto;
  max-width: 35%;
  min-height: 37px;
  min-width: auto;
  margin-left: auto;
  border-bottom-right-radius: 80px;
}

.shape-straight.curve {
  border-bottom-right-radius: 20px;
}

.about-me {
  max-width: 98%;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 12px -6px rgba(0, 0, 0, 0.59);
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-2 {
  min-height: 70vh;
  padding: 75px 45px;
  border-radius: 12px;
  background-color: #fff;
  font-size: 1.2em;
}

.about-question {
  color: #0c7b9e;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

.about-answers {
  min-height: 13vh;
  margin-top: 23px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 30%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  margin: 6px 15px 10px 5px;
  background-color: #0c7b9e;
}

.list-item {
  font-size: 16px;
  font-weight: 400;
}

.container-2 {
  max-width: 98%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 13px -8px #000;
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-3 {
  min-height: 25vh;
  border-top-left-radius: 20px;
  background-color: #0c7b9e;
  color: #fff;
}

.image-holder {
  background-color: #e2e2e2;
}

.profile-picture {
  margin-top: -86px;
}

.about {
  padding-top: 39px;
  padding-bottom: 39px;
  font-size: 2.2em;
  line-height: 15px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.about-me-section {
  margin-right: auto;
  margin-left: auto;
}

.about-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  padding-bottom: 34px;
  clear: both;
}

.about-text {
  max-width: 69%;
  font-size: 16px;
  line-height: 208%;
  font-weight: 400;
  text-align: justify;
}

.about-text.big {
  max-width: 95%;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 200%;
  text-align: justify;
}

.design-element {
  display: block;
  max-height: 80%;
  max-width: 80%;
  min-height: 25%;
  min-width: 25%;
  margin-right: auto;
  margin-left: auto;
}

.about-bottom {
  margin-bottom: auto;
}

.column {
  margin-bottom: auto;
}

.my-skills-section {
  max-height: 50%;
  min-height: 50%;
  min-width: 100%;
  line-height: 15px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.my-skills-container {
  max-width: 98%;
  min-height: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 20px;
  background-color: #fff;
  font-size: 1.2em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.line {
  height: 1px;
  max-height: 1px;
  max-width: 94%;
  margin-left: 30px;
  background-color: #0c7b9e;
}

.line._2 {
  max-width: 100%;
  background-color: #e2e2e2;
}

.my-skills-left-text {
  margin: auto;
  padding-top: 0px;
  padding-left: 20px;
  line-height: 20px;
}

.my-skills-title {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
  padding-top: 0px;
  padding-bottom: 10px;
  color: #0c7b9e;
  font-size: 35px;
  line-height: 100%;
  font-weight: 300;
}

.right-points-1 {
  height: auto;
  max-height: 100%;
  min-height: auto;
  padding-bottom: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #afafaf;
}

.my-skills-right-text {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 116%;
  font-weight: 300;
}

.div-block-4 {
  max-height: 50%;
  min-height: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 20px;
  border-top-right-radius: 20px;
  background-color: #0c7b9e;
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.my-skills-icon {
  height: auto;
  max-height: none;
  max-width: 3%;
  min-height: auto;
  min-width: 2%;
  padding-top: 0px;
  background-image: url('../images/icon-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.my-skills-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 20%;
}

.list-text {
  max-width: 100%;
  min-width: 100%;
  margin-left: 20px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 17px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 103%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 60px;
  clear: none;
  box-shadow: -1px 6px 13px -12px #000;
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.right-list {
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 0px;
}

.right-icons {
  max-width: 12%;
}

.right-text {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-size: 1em;
  line-height: 30px;
}

.div-block-5 {
  max-height: 50vh;
  min-height: 50vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
}

.all-round-knowledge {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #0c7b9e;
  box-shadow: 0 9px 8px -7px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.knowledge-title {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #e2e2e2;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

.knowledge-texts {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #e2e2e2;
  font-size: 1.2em;
}

.slider {
  max-height: 10px;
  max-width: 80%;
  min-height: 10px;
  min-width: 80%;
  background-color: #e2e2e2;
}

.highlight {
  max-height: 10px;
  max-width: 90%;
  min-height: 10px;
  min-width: 90%;
  background-color: #47e4f4;
}

.highlight.re {
  max-width: 95%;
  min-width: 95%;
}

.highlight.efm {
  max-width: 85%;
  min-width: 85%;
}

.highlight.plm {
  max-width: 87%;
  min-width: 87%;
}

.highlight.dm {
  max-width: 96%;
  min-width: 96%;
}

.highlight.r-d {
  max-width: 95%;
  min-width: 95%;
}

.highlight.r-d-products {
  max-width: 70%;
  min-width: 70%;
}

.highlight.kld {
  max-width: 80%;
  min-width: 80%;
}

.highlight.hrp {
  max-width: 85%;
  min-width: 85%;
}

.points-div {
  margin-top: 8px;
  margin-bottom: 8px;
}

.div-block-6 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.methodology-section {
  max-width: 98%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16em;
}

.container-3 {
  max-width: 100%;
  padding-bottom: 35px;
  border-radius: 20px;
  background-color: #b2b1b1;
  box-shadow: 0 20px 12px -7px rgba(0, 0, 0, 0.36);
  -webkit-transform: translate3d(0px, 0px, 5px);
  transform: translate3d(0px, 0px, 5px);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.methdology-title {
  margin-top: 20px;
  margin-bottom: auto;
  font-size: 40px;
  line-height: 51px;
  font-weight: 300;
  text-align: center;
}

.div-block-7 {
  max-height: 85px;
  max-width: 90%;
  min-height: 63px;
  min-width: 80%;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  background-color: #808285;
  box-shadow: 0 2px 6px -2px #000;
}

.metholdoogy-text {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.metholdoogy-text._1line {
  padding-top: 20px;
  font-size: 18px;
}

.method-image {
  margin-top: 19px;
  text-align: center;
}

.contact {
  margin-top: auto;
  margin-bottom: auto;
}

.container-4 {
  margin: auto;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #b2b1b1;
  color: #4b5151;
}

.contact-label-text {
  margin: 27px auto;
  color: #fff;
  font-weight: 300;
}

.text-block-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 2em;
  line-height: 46px;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 80%;
  margin: auto;
  padding-left: 0px;
}

.call-number {
  max-width: 200px;
  min-width: 200px;
  margin-left: 10px;
  padding-top: 8px;
  padding-left: 0px;
  font-size: 1.2em;
}

.footer {
  max-height: 150px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  background-color: #0c7b9e;
  color: #0c7b9e;
}

.image {
  padding-top: 6px;
}

.mobile-title {
  display: none;
}

.skills-iconn {
  max-width: 85%;
}

.column-4 {
  margin-top: auto;
  margin-bottom: auto;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 25px;
  padding-left: 0px;
  line-height: 12px;
}

.column-6 {
  max-height: 152%;
  min-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 26px;
  padding-left: 70px;
  line-height: 12px;
}

.text-block-3 {
  padding-top: 10px;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  text-decoration: none;
}

.div-block-12 {
  max-height: 1px;
  max-width: 40%;
  min-height: 1px;
  min-width: 40%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #e2e2e2;
}

.clock-and-copy-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 9%;
  min-width: 90%;
  margin: 40px auto auto;
}

.text-block-4 {
  max-width: 350px;
  min-width: 350px;
  margin-left: 0px;
  padding-left: 26px;
  color: #e2e2e2;
}

.text-block-5 {
  margin-right: 0px;
  margin-left: auto;
  padding-right: 23px;
  color: #e2e2e2;
}

.columns-3 {
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 2px 11px 10px -5px rgba(0, 0, 0, 0.49);
}

.div-block-13 {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
}

.div-block-14 {
  background-image: url('../images/client-service.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.client-hero {
  width: 100%;
  height: 530px;
  padding-top: 47px;
  background-image: url('../images/liason-servvices-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cs-hero-title {
  width: 85%;
  height: 15%;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #07495d;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.grid {
  margin-top: 40px;
  margin-right: 100px;
  margin-left: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  text-align: center;
}

.h2 {
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  font-family: Lato, sans-serif;
  color: #0c7b9e;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.h4 {
  margin-top: 0px;
  clear: both;
  font-family: Lato, sans-serif;
  color: #0c7b9e;
  font-size: 26px;
  text-align: center;
}

.paragraph {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #4d4d4f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.cs-content-conntainer {
  margin-top: auto;
  padding-top: 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 11px 15px -8px rgba(0, 0, 0, 0.65);
  -webkit-transform: translate3d(0px, 0px, 2px);
  transform: translate3d(0px, 0px, 2px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.content-div {
  padding-top: 30px;
}

.body-2 {
  background-color: #e2e2e2;
}

.cs-animaation {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.services-offered {
  margin-top: 60px;
  margin-bottom: 60px;
}

.icons-cs {
  font-family: Lato, sans-serif;
  color: #4b5151;
  text-align: center;
}

.div-block-15 {
  margin-top: 40px;
}

.logo-image {
  position: absolute;
  display: block;
  width: 65px;
  height: 72%;
  max-width: 65px;
  margin-right: auto;
  margin-left: -47px;
  text-align: left;
}

.text-block-6 {
  width: 350px;
  height: 33px;
  max-height: 33px;
  max-width: 350px;
  min-height: 33px;
  min-width: 0px;
  margin-left: auto;
  line-height: 33px;
  text-decoration: none;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  display: inline-block;
  margin-left: 55px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .text {
    margin-top: auto;
  }

  .text-block {
    margin-right: auto;
  }

  .shape-straight.right.final {
    border-bottom-left-radius: 80px;
  }

  .about-me {
    max-width: 75%;
  }

  .container-2 {
    max-width: 75%;
  }

  .my-skills-section {
    -webkit-transform: translate3d(0px, 0px, 2px);
    transform: translate3d(0px, 0px, 2px);
  }

  .my-skills-container {
    max-height: 37%;
    max-width: 75%;
    box-shadow: 2px 10px 13px -10px rgba(0, 0, 0, 0.57);
    -webkit-transform: translate3d(0px, 0px, 5px);
    transform: translate3d(0px, 0px, 5px);
  }

  .my-skills-left-text {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 40px;
  }

  .right-points-1 {
    max-height: 100%;
    padding-bottom: 20px;
  }

  .columns {
    max-width: 104%;
    padding-left: 18px;
    box-shadow: none;
  }

  .div-block-5 {
    max-height: 50%;
    min-height: 45%;
  }

  .container-3 {
    max-width: 75%;
  }

  .method-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lottie {
    display: none;
  }

  .logo-image {
    margin-left: -60px;
  }

  .text-block-6 {
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-top: 142px;
  }

  .name-block {
    -webkit-transform: translate3d(0px, 0px, 100px);
    transform: translate3d(0px, 0px, 100px);
  }

  .text {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    max-width: 100vw;
    min-width: 100vw;
    margin-top: auto;
    box-shadow: 2px 13px 8px -9px rgba(0, 0, 0, 0.51);
    -webkit-transform: translate3d(0px, 0px, 100px);
    transform: translate3d(0px, 0px, 100px);
  }

  .text-block {
    margin-right: auto;
  }

  .navbarr {
    min-height: 160px;
  }

  .container {
    margin-top: 112px;
  }

  .shape-straight.right.final {
    border-bottom-left-radius: 80px;
  }

  .about-me {
    max-width: 68%;
  }

  .container-2 {
    max-width: 65%;
  }

  .my-skills-container {
    max-width: 65%;
  }

  .list-text {
    padding-bottom: 15px;
  }

  .div-block-5 {
    min-height: 40vh;
  }

  .container-3 {
    max-width: 65%;
  }

  .container-4 {
    max-width: 65%;
  }

  .logo-image {
    margin-left: -63px;
  }

  .text-block-6 {
    margin-right: auto;
    font-size: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .name-block {
    padding-bottom: 20px;
  }

  .text-block {
    width: 450px;
    max-width: 450px;
    margin-right: auto;
  }

  .container {
    margin-top: 95px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link.w--current {
    color: #0c7b9e;
    font-size: 22px;
    font-weight: 700;
  }

  .shape-straight {
    min-height: 5vh;
  }

  .shape-straight.right.final {
    border-bottom-left-radius: 80px;
  }

  .business-explanation {
    min-height: 59vh;
  }

  .about-me {
    max-width: 50%;
  }

  .div-block-2 {
    min-height: 50vh;
    padding-bottom: 10px;
  }

  .about-answers {
    min-height: 9vh;
  }

  .container-2 {
    max-width: 60%;
  }

  .div-block-3 {
    min-height: 10vh;
  }

  .my-skills-container {
    max-width: 60%;
  }

  .right-points-1 {
    max-height: 100vh;
    padding-bottom: 10px;
    border-bottom-right-radius: 20px;
  }

  .my-skills-icon {
    max-height: 100%;
  }

  .list-text {
    max-height: 55px;
    line-height: 25px;
  }

  .div-block-5 {
    max-height: 32vw;
    min-height: 30vh;
  }

  .container-3 {
    max-width: 60%;
  }

  .container-4 {
    max-width: 60%;
  }

  .skills-iconn {
    max-width: 80%;
  }

  .logo-image {
    margin-left: -27px;
  }

  .text-block-6 {
    width: 500px;
    max-width: 500px;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .body {
    -webkit-transition: font-size 200ms ease;
    transition: font-size 200ms ease;
    background-clip: border-box;
  }

  .body:hover {
    color: #0a7b9e;
  }

  .hero-section {
    padding-top: 60px;
  }

  .text {
    display: none;
  }

  .navbarr {
    min-height: 60px;
    background-color: #0c7b9e;
    box-shadow: 0 4px 12px -8px #000;
    color: #0c7b9e;
  }

  .container {
    height: 75px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .nav-link {
    min-height: 20px;
    min-width: 100vw;
    background-color: #0c7b9e;
    color: #fff;
    text-align: center;
    cursor: auto;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link:active {
    color: #fff;
  }

  .nav-link:focus {
    color: #fff;
  }

  .nav-link:visited {
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .shape {
    max-width: 42%;
    min-width: auto;
  }

  .shape.right {
    max-width: 45%;
  }

  .shape.right-sharp {
    border-radius: 0px;
  }

  .shapes {
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    padding-bottom: 25px;
  }

  .menu-button {
    margin-top: auto;
    padding: 14px 0px 0px;
    background-color: #0c7b9e;
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0c7b9e;
  }

  .shape-sharp {
    border: 1px none #000;
    border-top-right-radius: 0px;
  }

  .shape-straight {
    width: 46%;
  }

  .shape-straight.right {
    max-width: none;
    min-width: 10vw;
  }

  .shape-straight.right.final {
    border-bottom-left-radius: 80px;
  }

  .shape-straight.right-sharp {
    border-radius: 0px;
  }

  .div-block-2 {
    padding-bottom: 0px;
  }

  .about-question {
    margin-top: 20px;
  }

  .about-answers {
    margin-top: 10px;
  }

  .list {
    margin-bottom: 0px;
  }

  .list-item {
    color: #4b5151;
  }

  .my-skills-section:hover {
    color: #4b5151;
  }

  .my-skills-left-text {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0px;
    padding-left: 0px;
  }

  .right-points-1 {
    max-height: 98%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0px;
  }

  .my-skills-right-text {
    font-size: 1.8em;
  }

  .div-block-4 {
    padding-top: 20px;
    font-size: 1em;
  }

  .my-skills-list {
    margin-bottom: auto;
  }

  .list-text {
    margin-bottom: auto;
    padding-bottom: 10px;
    line-height: 15px;
    letter-spacing: 0px;
    text-indent: 0px;
    -webkit-column-count: 0;
    column-count: 0;
    white-space: normal;
  }

  .columns {
    max-height: 100%;
  }

  .div-block-5 {
    max-height: 100%;
    min-height: 100%;
    margin-bottom: auto;
    padding-bottom: 20px;
  }

  .mobile-title {
    display: block;
    max-height: 78px;
    max-width: 392px;
    min-height: 31px;
    min-width: 273px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 47px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    line-height: 13px;
  }

  .mob-title-text {
    display: block;
    max-height: 25px;
    max-width: 220px;
    min-height: 25px;
    min-width: 200px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
  }

  .mob-title-text.designation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    max-height: 50%;
    max-width: 55%;
    min-height: 50%;
    min-width: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    clear: both;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-weight: 300;
  }

  .image-2 {
    display: none;
    padding-top: 0px;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 65px;
    max-width: none;
    min-height: 50px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .column-4 {
    max-height: 100%;
  }

  .column-5 {
    padding-left: 57px;
  }

  .column-6 {
    padding-top: 26px;
  }

  .div-block-13 {
    padding-top: 40px;
  }

  .cs-hero-title {
    width: 55%;
    height: 14%;
    font-size: 29px;
    line-height: 32px;
  }

  .logo-image {
    width: 5%;
    height: auto;
    max-width: 8%;
    margin-left: -45px;
  }

  .div-block-16 {
    margin-left: 20px;
    padding-right: 20px;
  }

  .link-block-2 {
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-right: auto;
    margin-left: auto;
  }

  .text {
    display: none;
  }

  .navbarr {
    min-height: 54px;
  }

  .container {
    margin-top: auto;
  }

  .nav-link {
    background-color: #0c7b9e;
    color: #fff;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link:focus {
    color: #fff;
  }

  .nav-link:visited {
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .shape {
    max-width: 42%;
    min-height: 47px;
  }

  .shape.right {
    max-width: none;
    min-width: 10vw;
  }

  .shapes {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .shapes.last {
    display: block;
    clear: both;
    -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-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;
  }

  .menu-button {
    padding-top: 10px;
    padding-right: 15px;
  }

  .menu-button.w--open {
    background-color: #0c7b9e;
    color: #fff;
  }

  .shape-straight {
    width: 41%;
    min-height: 3vh;
  }

  .shape-straight.right.curved {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    max-width: 52%;
    margin-top: -25px;
    margin-left: 328px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .shape-straight.right.final {
    border-bottom-left-radius: 20px;
  }

  .shape-straight.curved {
    position: relative;
    width: 41%;
    margin-top: auto;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .business-explanation {
    margin-right: auto;
    margin-left: auto;
  }

  .about-me {
    max-width: 546px;
  }

  .div-block-2 {
    padding-top: 11px;
  }

  .div-block-2:hover {
    color: #4b5151;
  }

  .about-question {
    font-size: 1.2em;
  }

  .about-answers {
    color: #4b5151;
    font-size: 1em;
  }

  .about-answers:hover {
    color: #4b5151;
  }

  .list-item {
    font-size: 1em;
  }

  .container-2 {
    max-width: 546px;
    clear: both;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .profile-pic {
    max-width: 546px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: transparent;
    text-align: left;
    background-clip: border-box;
  }

  .div-block-3 {
    min-height: 15vh;
    border-top-right-radius: 20px;
  }

  .image-holder {
    background-color: #d6d0d0;
  }

  .profile-picture {
    max-width: 100%;
    text-align: left;
  }

  .about-text {
    padding-left: 10px;
  }

  .about-text:hover {
    color: #4b5151;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
  }

  .column:hover {
    color: #4b5151;
  }

  .my-skills-section {
    margin-top: auto;
    margin-bottom: auto;
  }

  .my-skills-container {
    max-width: 546px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .my-skills-left-text {
    padding-top: 20px;
    padding-left: 20px;
  }

  .my-skills-title {
    font-size: 30px;
  }

  .right-points-1 {
    padding-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: transparent;
  }

  .my-skills-right-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 100%;
  }

  .div-block-4 {
    border-top-left-radius: 20px;
  }

  .list-text {
    font-size: 0.9em;
  }

  .list-text:hover {
    color: #4b5151;
  }

  .columns {
    margin-top: auto;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .columns:hover {
    color: #4b5151;
  }

  .right-icons {
    max-width: 5%;
  }

  .right-text {
    font-size: 1.3em;
  }

  .div-block-5 {
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: #afafaf;
    color: #4b5151;
  }

  .all-round-knowledge {
    padding-right: 24px;
    padding-left: 24px;
  }

  .knowledge-title {
    font-size: 30px;
  }

  .methodology-section {
    margin-right: auto;
    margin-left: auto;
  }

  .container-3 {
    max-width: 546px;
  }

  .methdology-title {
    font-size: 30px;
  }

  .container-4 {
    max-height: 182px;
    max-width: 545px;
  }

  .contact-label {
    max-height: 98%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .contact-label-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-8 {
    max-width: 232px;
    min-width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .call-number {
    padding-top: 8px;
  }

  .footer {
    max-height: 120px;
    min-height: 85px;
  }

  .div-block-10 {
    max-width: 568px;
    min-width: 568px;
    background-color: #fff;
  }

  .columns-2 {
    max-width: 100%;
  }

  .mobile-title {
    max-width: 390px;
    min-width: 271px;
    padding-left: 46px;
  }

  .mob-title-text {
    max-height: 24px;
    min-height: 19px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 10px;
    line-height: 21px;
  }

  .mob-title-text.designation {
    margin-left: auto;
    padding-bottom: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-5 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-top: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .logo-image {
    width: auto;
    height: 104%;
    max-height: 63%;
    max-width: 12%;
    margin-left: -31px;
  }

  .image-3 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .name-block {
    font-size: 160%;
  }

  .navbarr {
    min-height: 25px;
  }

  .shape {
    width: 37%;
    min-height: 40px;
  }

  .shapes {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .hero {
    min-height: 413px;
  }

  .hero-text {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .hero-text-head {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.8em;
    line-height: 112%;
  }

  .shape-straight {
    width: auto;
    min-height: 3vh;
    min-width: 35%;
    margin-right: auto;
    margin-left: 0px;
  }

  .shape-straight.right {
    max-width: 35%;
    min-width: auto;
    margin-right: 0px;
    margin-left: auto;
  }

  .shape-straight.right.curved {
    display: block;
    width: auto;
    max-width: none;
    min-height: 3vh;
    min-width: 35%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
  }

  .shape-straight.curved {
    width: auto;
    min-width: 35%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .about-me {
    max-width: 95%;
  }

  .div-block-2 {
    max-width: 100%;
    min-height: 50vh;
    padding: 20px;
  }

  .about-question {
    line-height: 24px;
  }

  .about-answers {
    font-size: 0.8em;
  }

  .list-item {
    font-size: 0.8em;
  }

  .container-2 {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .div-block-3 {
    min-height: 12vh;
  }

  .about {
    margin-left: 135px;
    font-size: 1.8em;
  }

  .about-top-content {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-text {
    max-width: 100%;
    padding-right: 10px;
    font-size: 0.8em;
    text-align: justify;
  }

  .about-text.big {
    max-width: 100%;
    font-size: 0.8em;
  }

  .design-element {
    padding-left: 10px;
  }

  .column {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .my-skills-section {
    max-width: none;
  }

  .my-skills-container {
    max-height: 80%;
    max-width: 95%;
    min-height: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .my-skills-left-text {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
  }

  .my-skills-title {
    font-size: 1.8em;
  }

  .right-points-1 {
    max-height: 90%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .my-skills-right-text {
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.7em;
    line-height: 96%;
  }

  .div-block-4 {
    border-top-left-radius: 20px;
  }

  .list-text {
    font-size: 0.8em;
  }

  .columns {
    max-width: 101%;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
  }

  .right-icons {
    max-width: 8%;
  }

  .right-text {
    width: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.9em;
  }

  .div-block-5 {
    max-height: 90%;
    min-height: 90%;
    margin-bottom: auto;
  }

  .knowledge-title {
    font-size: 1.8em;
    line-height: 28px;
  }

  .all-round {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .methdology-title {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .metholdoogy-text {
    font-size: 16px;
  }

  .metholdoogy-text._1line {
    padding-top: 18px;
    font-size: 16px;
  }

  .contact {
    max-width: 100%;
  }

  .container-4 {
    max-width: 98%;
  }

  .contact-label {
    max-height: 87%;
  }

  .contact-label-text {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.8em;
    line-height: 38px;
  }

  .div-block-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .call-number {
    font-size: 1.2em;
    text-align: left;
  }

  .column-2 {
    clear: none;
    text-align: center;
  }

  .mobile-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 240px;
    min-width: 240px;
    padding-left: 21px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mob-title-text {
    max-height: 25px;
    max-width: 190px;
    min-height: 24px;
    min-width: 144px;
    margin-top: auto;
    margin-left: 52px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 27px;
  }

  .mob-title-text.designation {
    max-height: 18px;
    max-width: 59%;
    min-width: 38%;
    margin-left: 60px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-11 {
    min-width: 260px;
  }

  .column-4 {
    padding-top: 0px;
  }

  .column-5 {
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .column-6 {
    max-height: 109%;
  }

  .text-block-3 {
    max-width: 90%;
    min-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
  }

  .clock-and-copy-right {
    display: block;
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
  }

  .text-block-4 {
    max-height: 22px;
    max-width: 291px;
    min-height: 0px;
    min-width: 290px;
    padding-left: 0px;
    line-height: 12px;
  }

  .text-block-5 {
    max-width: 100%;
    min-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .cs-hero-title {
    height: 26%;
    font-size: 22px;
    line-height: 29px;
  }

  .grid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .h2 {
    font-size: 23px;
    line-height: 28px;
  }

  .h4 {
    font-size: 16px;
  }

  .paragraph {
    font-size: 0.8em;
  }

  .logo-image {
    margin-left: 10px;
  }

  .text-block-7 {
    font-size: 0.8em;
  }

  .icon {
    font-size: 30px;
  }
}


.clock {
  height: 15px;
  color: white;
  font-size: 17px;
  font-family: sans-serif;
  line-height: 15.4px;
  display: flex;
  position: relative;
  /*background: green;*/
  overflow: hidden;
}

.clock::before, .clock::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 2;
}


.clock > div {
  display: flex;
}

.tick {
  line-height: 12px;
}

.tick-hidden {
  opacity: 0;
}

.move {
  animation: move linear 1s infinite;
}

@keyframes move {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-6px);
  }
}


