html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  font-size: 16px;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
    height: 100vh;
 }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.container {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  clear: both;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  transition: color 100ms linear;
  cursor: pointer;
}
a:hover {
  color: #d00b12 !important;
}
header .top-bar {
  padding: 10px 0;
}
header .top-bar .logo {
  float: left;
}
header .top-bar .logo img {
  max-width: 130px;
}
header .top-bar .menu {
  float: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.375s;
    background: rgba(255, 255, 255, 0.7);
 }
}
header .top-bar .menu a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 47px;
}
header .top-bar .menu a.active {
  color: #d00b12;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu a {
    opacity: 0;
    transform: translateY(-10px);
 }
}
header .top-bar .menu.responsive {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
header .top-bar .menu.responsive a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  position: relative;
  padding: 0 0 0 20px;
  opacity: 1;
  transform: translateY(0);
}
header .top-bar .menu.responsive a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
header .top-bar .menu.responsive a:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu.responsive a:nth-child(1) {
    transition: all 275ms 175ms;
 }
  header .top-bar .menu.responsive a:nth-child(2) {
    transition: all 275ms 275ms;
 }
  header .top-bar .menu.responsive a:nth-child(3) {
    transition: all 275ms 375ms;
 }
  header .top-bar .menu.responsive a:nth-child(4) {
    transition: all 275ms 475ms;
 }
}
@media screen and (max-width: 768px) {
  header .top-bar .menu.responsive::before {
    transform: skew(-14deg) translateX(0);
 }
}
@media screen and (max-width: 768px) {
  header .top-bar .menu::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #106973;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all 0.275s 0.1s;
 }
}
header .top-bar .menu-icon {
  display: none;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: 0;
  z-index: 101;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu-icon {
    display: block;
 }
}
header .top-bar .menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .top-bar .menu-icon span:nth-child(1) {
  top: 0px;
}
header .top-bar .menu-icon span:nth-child(2), header .top-bar .menu-icon span:nth-child(3) {
  top: 8px;
}
header .top-bar .menu-icon span:nth-child(4) {
  top: 16px;
}
header .top-bar .menu-icon.open span {
  background: #fff;
}
header .top-bar .menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .top-bar .menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .top-bar .menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .top-bar .menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .main-heading {
  clear: both;
  text-align: center;
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  header .main-heading {
    padding: 60px 0 20px;
 }
}
header .main-heading h1 {
  font-size: 48px;
  line-height: 60px;
  max-width: 700px;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  header .main-heading h1 {
    font-size: 28px;
    text-align: left;
    line-height: 34px;
    min-height: 150px;
    height: auto;
 }
}
header .main-heading p.desc {
  font-size: 18px;
  line-height: 25px;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .main-heading p.desc {
    font-size: 14px;
    text-align: left;
    line-height: 19px;
 }
}
header .main-heading img.peoples {
  vertical-align: bottom;
  max-width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  header .main-heading img.peoples {
    display: none;
 }
}
header img.peoples-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  header img.peoples-mobile {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 32px;
 }
}
header .langugages {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 768px) {
  header .langugages {
    border: 0;
 }
}
header .langugages .container {
  max-width: 1000px;
}
header .langugages a {
  background: #f2f2f2;
  border-radius: 19px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #173945;
  width: 44%;
  max-width: 150px;
  display: inline-block;
  padding: 0;
  margin: 10px 20px;
}
@media screen and (max-width: 768px) {
  header .langugages a {
    margin: 6px 8px;
 }
}
@media screen and (max-width: 340px) {
  header .langugages a {
    width: 60%;
 }
}
header .langugages a span {
  vertical-align: middle;
  display: block;
  float: left;
  padding: 0 10px;
}
header .langugages a span.letter {
  display: block;
  float: left;
  text-align: center;
  width: 50px;
  padding: 0;
  background: #106973;
  color: #fbfbfd;
  font-size: 18px;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
section.features {
  background: #f2f2f2;
  padding: 80px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.features {
    padding: 25px 0 0;
 }
}
section.features .feature-item {
  width: 30%;
  max-width: 350px;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.features .feature-item {
    width: 100%;
    margin-bottom: 25px;
    max-width: none;
 }
}
section.features .feature-item:last-child {
  margin-right: 0;
}
section.features .feature-item .feature-item-text {
  padding: 11px 41px 31px;
}
@media screen and (max-width: 768px) {
  section.features .feature-item .feature-item-text {
    padding: 15px 11px 12px;
 }
}
section.features .feature-item img {
  width: 120px;
}
section.features .feature-item .title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
section.features .feature-item p {
  font-size: 15px;
  line-height: 24px;
  padding-top: 30px;
  min-height: 170px;
}
section.features .feature-item img.feature-read {
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  section.features .feature-item img.feature-read {
    margin-top: 0px;
 }
}
section.features .feature-item img.feature-involve {
  margin-top: -15px;
  width: 144px;
}
@media screen and (max-width: 768px) {
  section.features .feature-item img.feature-involve {
    margin-top: 0px;
 }
}
section.features .feature-item img.feature-write {
  position: relative;
  right: 68px;
  width: 201px;
  margin-top: -44px;
}
@media screen and (max-width: 768px) {
  section.features .feature-item img.feature-write {
    margin-top: 0px;
 }
}
section.about-pratilipi {
  padding: 50px 0 0;
  clear: both;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
section.about-pratilipi .slider {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .slider {
    padding: 0;
 }
}
section.about-pratilipi .slider .image {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .slider .image {
    width: 100%;
    text-align: center;
 }
}
section.about-pratilipi .slider .image img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .slider .image img {
    max-width: 200px;
 }
}
section.about-pratilipi .slider .details {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .slider .details {
    width: 100%;
    text-align: center;
 }
}
section.about-pratilipi .slider .details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .slider .details h2 {
    font-size: 18px;
 }
}
section.about-pratilipi .slider .details p {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .slider .details p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 80px;
 }
}
.slide-dots {
  position: absolute;
  top: 40%;
  list-style: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slide-dots {
    display: none;
 }
}
.slide-dots a {
  border: none;
  padding: 0;
  width: 9px;
  height: 9px;
  outline: none;
  border-radius: 50%;
  background: rgba(16, 105, 115, 0.5);
  display: block;
  margin: 10px;
}
.slide-dots a.active {
  background-color: #106973;
}
section.download-app {
  text-align: center;
  clear: both;
  margin-bottom: 25px;
}
section.download-app h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
section.download-app img {
  max-width: 200px;
}
section.download-app img.feature-download-app {
  max-width: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  section.download-app img.feature-download-app {
    display: none;
 }
}
section.download-app img.feature-download-app-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  section.download-app img.feature-download-app-mobile {
    display: block;
    margin: 0 auto;
    margin-top: 14px;
    width: 80%;
    max-width: none;
 }
}
footer {
  padding: 60px 0;
  background: #fbfbfd;
  clear: both;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
 }
}

footer .map {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .map {
    width: 100%;
 }
}
footer .map img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

footer .info {
  box-sizing: border-box;
  vertical-align: top;
  display: flex;
  gap: 10rem;
}

@media screen and (max-width: 768px) {
  footer .info {
    width: 100%;
    padding: 0;
 }
}
footer .info .name {
  font-size: 24px;
  margin: 15px 0;
}

footer .info .address {
  line-height: 1.4;
  margin-top: 16px;
}

footer .info .follow img {
  max-width: 30px;
  margin: 10px 10px 0 0;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  padding: 20px 0 0;
}

.contact-phone {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.whatsapp-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #48c631;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 8px;
  margin-right: 4px;
}

.contact-phone a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.phone-number {
  font-size: 14px;
}

.whatsapp-icon svg {
  fill: white;
}

.policy {
  background: #191919;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 20px;
  color: #fefefe;
}

.policy p a{
  text-decoration: none;
  color: #fefefe;
}
.policy p a:hover{
  text-decoration: underline;
}

.info .logo img {
  width: 120px;
}

.accredition img {
  width: 70px;
}

.accredition {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
 }
}

footer .container {
  display: grid;
  grid-template-columns: 60% 1fr;
}

footer .follow {
  margin-top: auto;
}

.socials-container {
  display: flex;
}

.socials-container img {
  width: 100%;
}

.socials-container a {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.contact-us h3 {
  font-size: 18px;
}

footer .contact-us .address,
footer .contact-us .contact {
  font-size: 16px;
}

footer .info .info-wrapper {
  display: flex;
  flex-direction: column;
}

footer .contact-us .contact {
  margin-top: 20px;
}

footer .follow > p {
  margin-bottom: 0.5rem;
  opacity: 0.7;
}

footer .contact .contact-identifier {
  font-weight: 600;
}

footer .map img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  footer .container {
    grid-template-columns: 70% 1fr;
  }

  footer .info {
    gap: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  footer .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  footer .info {
    flex-direction: column;
    order: 2;
    gap: 2rem;
  }

  footer .map {
    order: 1;
  }

  footer .contact-us h3 {
    font-size: 16px;
  }

  footer .contact-us .address,
  footer .contact-us .contact {
    font-size: 14px;
  }

  footer .follow {
    margin-top: 4rem;
  }
}