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: 80%;
  max-width: 1500px;
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 768px) {
  .container {
    width: 90%;
 }
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  transition: color 100ms linear;
  cursor: pointer;
}
a:hover {
  color: #d00b12 !important;
}
@media screen and (max-width: 768px) {
  header {
    padding-bottom: 60px;
 }
}
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: 120px 0;
}
@media screen and (max-width: 768px) {
  header .main-heading {
    padding: 120px 0 20px;
 }
}
header .main-heading h1 {
  font-size: 48px;
  line-height: 60px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 10px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  header .main-heading h1 {
    font-size: 28px;
    text-align: left;
    line-height: 34px;
    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;
 }
}
section.pratilipi-stats {
  background: #fbfbfd;
  padding: 60px 0;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  section.pratilipi-stats {
    padding: 30px 0;
 }
}
section.pratilipi-stats .stat {
  text-align: center;
  display: inline-block;
  width: 24%;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  section.pratilipi-stats .stat {
    width: 48%;
    margin: 15px 0;
    line-height: 44px;
 }
  section.pratilipi-stats .stat:first-child, section.pratilipi-stats .stat:nth-child(3) {
    border-right: 1px solid #979797;
 }
}
section.pratilipi-stats .number {
  font-size: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.pratilipi-stats .number {
    font-size: 36px;
 }
}
section.pratilipi-stats .item {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.pratilipi-stats .item {
    font-size: 18px;
 }
}
section.about-pratilipi {
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi {
    padding-bottom: 0;
 }
}
section.about-pratilipi .about-item {
  margin-bottom: 100px;
  clear: both;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .about-item {
    margin-bottom: 50px;
    display: block;
 }
}
section.about-pratilipi .about-item img {
  float: left;
  width: 48%;
  max-width: 575px;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .about-item img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
 }
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .about-item img.about1 {
    max-width: 400px;
 }
}
section.about-pratilipi .about-item img.about2 {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .about-item img.about2 {
    max-width: 400px;
 }
}
section.about-pratilipi .about-item .description {
  float: right;
  width: 48%;
  max-width: 575px;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .about-item .description {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
 }
}
section.about-pratilipi .about-item .description p {
  margin-bottom: 20px;
}
section.about-pratilipi .about-item.reverse {
  flex-direction: row-reverse;
}
section.about-pratilipi .about-item.reverse img {
  float: right;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .about-item.reverse img {
    float: none;
    width: 100%;
 }
}
section.about-pratilipi .about-item.reverse .description {
  float: left;
}
@media screen and (max-width: 768px) {
  section.about-pratilipi .about-item.reverse .description {
    float: none;
    width: 100%;
 }
}

.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;
}

footer {
  padding: 50px 0;
  background: #fbfbfd;
  clear: both;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
 }
}
footer .map {
  width: 49%;
  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%;
}
footer .info {
  width: 49%;
  display: inline-block;
  padding-left: 100px;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  footer .info {
    width: 100%;
    padding: 0;
 }
}
footer .info .name {
  font-size: 24px;
  margin: 15px 0;
}
footer .info .address, footer .info .cin, footer .info .contact, footer .info .follow {
  font-size: 14px;
  line-height: 19px;
  margin: 20px 0;
}
footer .info .follow img {
  max-width: 30px;
  margin: 10px 10px 0 0;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
 }
}
