@keyframes ani_001 {
  100% {
    transform: scale(1.6); } }

@keyframes righttoleft {
  0% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  outline: none; }

html {
  font-size: 62.5% !important;
  scroll-behavior: smooth; }
  html::-webkit-scrollbar {
    width: 8px;
    background-color: #fff; }
  html::-moz-scrollbar {
    width: 8px;
    background-color: #fff; }
  html::-ms-scrollbar {
    width: 8px;
    background-color: #fff; }
  html::-o-scrollbar {
    width: 8px;
    background-color: #fff; }
  html::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 5px; }
  html::-moz-scrollbar-thumb {
    background: #777;
    border-radius: 5px; }
  html::-ms-scrollbar-thumb {
    background: #777;
    border-radius: 5px; }
  html::-o-scrollbar-thumb {
    background: #777;
    border-radius: 5px; }

body {
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-family: Roboto_regular;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden; }

::selection {
  background-color: #0fa744;
  color: #ffffff; }

.header__icons--number {
  font-size: 2.2rem; }

.header__searchBar--input {
  font-size: 1.8rem; }
  .header__searchBar--input::placeholder {
    font-size: 1.8rem; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("google-icon/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("Woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

/* this code are add icon */
.d-block {
  width: 100% !important;
  display: block; }

.d-inline-block {
  display: inline-block; }

.remove-underline {
  text-decoration: none; }

.material-icons {
  font-size: 2.4rem;
  cursor: pointer; }

.txt-center {
  text-align: center; }

.txt-right {
  float: right; }

.display-none {
  display: none; }

.fonticon {
  font-family: Fontawesome;
  font-size: 1.6rem; }

.m-1 {
  margin: 1rem !important; }

.m-2 {
  margin: 2rem !important; }

.m-3 {
  margin: 3rem !important; }

.m-4 {
  margin: 4rem !important; }

.m-5 {
  margin: 5rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.p-1 {
  padding: 1rem !important; }

.p-2 {
  padding: 2rem !important; }

.p-3 {
  padding: 3rem !important; }

.p-4 {
  padding: 4rem !important; }

.p-5 {
  padding: 5rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.menu {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  min-height: 75rem; }
  .menu__head {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem 0.6rem;
    text-transform: capitalize;
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.05), rgba(10, 10, 10, 0.03));
    color: rgba(10, 10, 10, 0.8);
    display: flex;
    align-items: center; }
    .menu__head--text {
      font-size: 1.4rem; }
  .menu__materials__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .menu__materials__list--item {
      list-style-type: none;
      padding: 0.5rem 1rem; }
    .menu__materials__list--text {
      cursor: context-menu;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .menu__materials__list--link {
      color: rgba(10, 10, 10, 0.6);
      font-size: 1.4rem;
      letter-spacing: 0.1rem;
      text-decoration: none; }
    .menu__materials__list--icon {
      height: 100%;
      width: 1.2rem;
      display: inline-block;
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat; }
    .menu__materials__list--btn {
      background: transparent;
      border: none;
      display: inherit;
      cursor: pointer; }
      .menu__materials__list--btn:focus {
        border: none;
        outline: none; }

.materials__active {
  background-color: rgba(93, 168, 93, 0.6);
  color: white; }

.catagoryIcon {
  background-image: url("../images/catagory-icon.svg");
  opacity: 0.6; }

.plusIcon {
  background-image: url("../images/plus.svg");
  opacity: 0.8; }

.minusIcon {
  background-image: url("../images/plus.svg");
  transform: rotateZ(45deg);
  opacity: 0.8; }

@media screen and (max-width: 780px) {
  .menu {
    min-height: 35rem; } }

.heading_primary {
  color: #ffffff;
  text-transform: uppercase;
  backface-visibility: hidden;
  margin-bottom: 4rem; }
  .heading_primary--main {
    display: block;
    letter-spacing: 3.5rem;
    font-size: 6rem;
    font-weight: 700;
    animation-name: leftToRight;
    animation-timing-function: ease-out;
    animation-duration: 2s; }
  .heading_primary--sub {
    display: block;
    font-size: 2rem;
    letter-spacing: 1.74rem;
    animation-name: rightToLeft;
    animation-duration: 2s;
    animation-timing-function: ease-out; }

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(to right, #5da85d, #1b9bf0);
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.2s; }
  .heading-secondary:hover {
    transform: skewY(2deg) skewX(25deg) scale(1.1); }

.heading-thirdly {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700; }

.headingFrm {
  background: rgba(0, 0, 0, 0.05);
  margin: 0 1rem;
  border-radius: 0.8rem;
  cursor: pointer;
  clear: both; }
  .headingFrm:not(:last-child) {
    margin-bottom: 1rem; }
  .headingFrm__head-1 {
    color: rgba(2, 2, 2, 0.8);
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    font-weight: bold;
    letter-spacing: 1px; }
  .headingFrm__head-2 {
    color: rgba(2, 2, 2, 0.7);
    display: inline-block;
    text-transform: capitalize;
    padding: 1rem; }
  .headingFrm__head-3 {
    color: rgba(2, 2, 2, 0.5);
    display: inline-block;
    text-transform: capitalize;
    padding: 1rem 0.8rem; }
  .headingFrm__head-4 {
    color: rgba(2, 2, 2, 0.4);
    display: inline-block;
    text-transform: capitalize;
    padding: 1rem 0.5rem; }

.features {
  background-color: rgba(10, 10, 10, 0.05);
  font-size: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  border: 0.1rem solid rgba(10, 10, 10, 0.08);
  border-radius: 0.6rem;
  transition: transform 0.2s; }
  .features__img {
    min-height: 8rem; }
  .features:hover {
    transform: translateY(-2.5px) scale(1.05); }
  .features--heading {
    margin-top: 2rem; }

.wraper {
  margin: 2.5rem auto; }
  .wraper__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; }
    .wraper__list__item {
      list-style-type: none;
      padding: 1rem; }
      .wraper__list__item--link {
        display: block;
        text-decoration: none;
        background: #e7e7e7;
        border-radius: 0.5rem;
        position: relative;
        overflow: hidden; }
        .wraper__list__item--link:hover {
          text-decoration: none; }
      .wraper__list__item--link:hover > .wraper__list__item__backpart {
        z-index: 1;
        background-color: rgba(0, 116, 87, 0.9); }
      .wraper__list__item--link:hover > .wraper__list__item__backpart .wraper__list__item__backpart--icon, .wraper__list__item--link:hover > .wraper__list__item__backpart .wraper__list__item__backpart--txt {
        opacity: 1; }
      .wraper__list__item--imgArea {
        width: 100%;
        height: 30rem;
        overflow: hidden; }
      .wraper__list__item--img {
        width: 100%;
        min-height: 28rem; }
      .wraper__list__item--txt {
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        font-size: 2.2rem;
        font-weight: bold;
        color: rgba(34, 34, 34, 0.8); }
      .wraper__list__item__backpart {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .wraper__list__item__backpart--icon, .wraper__list__item__backpart--txt {
          color: #fff;
          line-height: 1;
          opacity: 0;
          font-size: 3.6rem; }
        .wraper__list__item__backpart--icon {
          font-size: 6.5rem; }
      @media screen and (max-width: 580px) {
        .wraper__list__item--imgArea, .wraper__list__item--link {
          display: block;
          width: 75%;
          margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        .wraper__list__item--imgArea, .wraper__list__item--link {
          width: 80%; } }
      @media screen and (max-width: 380px) {
        .wraper__list__item--imgArea, .wraper__list__item--link {
          width: 96%; } }
      @media screen and (max-width: 280px) {
        .wraper__list__item--imgArea, .wraper__list__item--link {
          max-height: 24rem; } }
    @media screen and (max-width: 480px) {
      .wraper__list__item {
        padding: 0.4rem; } }

.release {
  margin: 2rem 0; }
  .release__background {
    height: 44rem;
    width: 100%;
    background-image: url("../images/release.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-clip: inherit;
    background-size: auto 100%; }
  .release__area {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-evenly; }
  .release__txtArea {
    width: 40%;
    padding: 0 5rem;
    overflow: hidden;
    align-self: center; }
  .release__itemArea {
    width: 60rem;
    height: 31rem;
    overflow: hidden;
    align-self: flex-end;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-evenly; }
    .release__itemArea--imageArea {
      width: 100%;
      height: 30rem;
      margin: 0 1.5rem;
      position: relative; }
    .release__itemArea--img {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: absolute;
      bottom: -24%;
      left: 0;
      transition: all 0.5s; }
    .release__itemArea--imageArea:hover > .release__itemArea--img {
      bottom: 12%; }
  @media screen and (max-width: 767px) {
    .release__txtArea {
      width: 95%;
      padding: 2rem 0; }
    .release__itemArea {
      height: 20rem; } }
  @media screen and (max-width: 580px) {
    .release__txtArea {
      padding: 1rem 0; } }

.imageGallery {
  display: flex;
  flex-direction: column;
  justify-content: stretch; }
  .imageGallery__container {
    width: 100%;
    height: 45rem;
    position: relative;
    overflow: hidden; }
    .imageGallery__container--input {
      position: absolute;
      bottom: 10px;
      z-index: 1000;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.5);
      height: 14px;
      width: 14px;
      border: 2px solid #ffffff;
      border-radius: 16px;
      cursor: pointer;
      outline: none; }
      .imageGallery__container--input:nth-of-type(1) {
        left: 50%;
        margin-left: -36px; }
      .imageGallery__container--input:nth-of-type(2) {
        left: 50%;
        margin-left: -12px; }
      .imageGallery__container--input:nth-of-type(3) {
        left: 50%;
        margin-left: 12px; }
      .imageGallery__container--input:nth-of-type(4) {
        left: 50%;
        margin-left: 36px; }
      .imageGallery__container--input:hover, .imageGallery__container--input:checked {
        border-color: #80b73e;
        background-color: #0fa744; }
    .imageGallery__container--img {
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0;
      transition: all 1.2s ease-out; }
    .imageGallery__container--input:checked + .imageGallery__container--img {
      opacity: 1;
      z-index: 999; }
  .imageGallery__thumbnails {
    width: 100%;
    display: flex;
    margin-top: 1rem;
    max-width: 10rem; }
    .imageGallery__thumbnails--label {
      display: inline-block;
      width: auto;
      height: auto;
      min-width: 8rem;
      max-height: 10rem;
      overflow: hidden;
      background-size: cover;
      margin: 0;
      flex: 1 1 150px;
      cursor: pointer;
      padding: 0 0.5rem; }
      .imageGallery__thumbnails--label-img {
        width: 100%;
        height: auto;
        opacity: 0.5; }
        .imageGallery__thumbnails--label-img:hover {
          opacity: 1; }

.card {
  width: calc(25% - 2rem);
  background-color: #fff;
  margin: 1rem;
  color: #222;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  padding: 1rem;
  cursor: context-menu;
  border: none; }
  .card:nth-child(n+13) {
    display: none; }
  .card__imageArea {
    height: 21rem;
    min-height: 21rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    margin-bottom: 1rem;
    border-radius: 0.8rem; }
    .card__imageArea:hover {
      transform: scale(1.03); }
  .card__image {
    height: 100%;
    width: 100%;
    border-radius: 0.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .card__image--img {
      width: 100%;
      height: auto; }
  .card__text {
    color: #222; }
    .card__text--about {
      font-size: 1.6rem;
      font-weight: 700;
      opacity: 0.8;
      color: rgba(10, 10, 10, 0.7);
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .card__text--prizeOffer {
      margin: 1.5rem 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly; }
    .card__text--have {
      display: inline-block;
      width: 100px;
      height: 3.1rem;
      line-height: 2.8rem;
      text-align: center;
      border: 1px solid #eee;
      border-radius: 1.8rem;
      color: #5da85d;
      text-decoration: none; }
      .card__text--have:hover {
        background-color: rgba(93, 168, 93, 0.8);
        color: white;
        text-decoration: none; }

@media screen and (max-width: 991px) {
  .card {
    padding: 0.8rem;
    width: calc(33.3333% - 2rem); }
  __imageArea {
    height: 14rem;
    min-height: 14rem; } }

@media screen and (max-width: 767px) {
  .card {
    width: calc(50% - 2rem); } }

@media screen and (max-width: 380px) {
  .card {
    width: calc(100% - 2rem); } }

.mapArea {
  height: auto;
  width: 100%;
  background-image: url("../images/map-bg.jpg");
  position: relative;
  margin-top: 3rem; }
  .mapArea__obj {
    width: 100%;
    height: inherit; }
  .mapArea__slot {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: flex; }
    .mapArea__slot span {
      color: white;
      font-size: 1.4rem;
      padding: 0.6rem 1rem;
      background-color: #80b73e; }
      .mapArea__slot span:hover {
        background-color: #0fa744; }
      .mapArea__slot span:not(:last-child) {
        margin-right: 1rem; }
    @media all and (min-width: 600px) {
      .mapArea__slot {
        display: none; } }
  .mapArea__stor {
    position: absolute;
    top: 0;
    left: 0;
    display: flex; }
    .mapArea__stor-1 {
      top: 62%;
      left: 45%; }
      @media all and (max-width: 1180px) {
        .mapArea__stor-1 {
          top: 61%;
          left: 45%; } }
      @media all and (max-width: 600px) {
        .mapArea__stor-1 {
          display: none;
          left: 5px;
          top: 40px; } }
    .mapArea__stor-2 {
      top: 60%;
      left: 61%; }
      @media all and (max-width: 1180px) {
        .mapArea__stor-2 {
          top: 59%;
          left: 61%; } }
      @media all and (max-width: 600px) {
        .mapArea__stor-2 {
          display: none;
          left: 5px;
          top: 40px; } }
    .mapArea__stor-3 {
      top: 66.5%;
      left: 59%; }
      @media all and (max-width: 1180px) {
        .mapArea__stor-3 {
          top: 65%;
          left: 59%; } }
      @media all and (max-width: 600px) {
        .mapArea__stor-3 {
          display: none;
          left: 5px;
          top: 40px; } }
    .mapArea__stor-4 {
      top: 70%;
      left: 59%; }
      @media all and (max-width: 1180px) {
        .mapArea__stor-4 {
          top: 69%;
          left: 59%; } }
      @media all and (max-width: 600px) {
        .mapArea__stor-4 {
          display: none;
          left: 5px;
          top: 40px; } }
    .mapArea__stor--icon {
      color: #ffffff; }
    .mapArea__stor--storinfo {
      width: 37rem;
      height: auto;
      background-color: rgba(255, 255, 255, 0.85);
      border-radius: 0.5rem;
      padding: 1rem;
      box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4); }

.locCard {
  display: none;
  flex-direction: column;
  position: relative;
  transform: translateX(0px);
  transition: all 1s linear; }
  @media all and (max-width: 600px) {
    .locCard {
      display: none; } }
  .locCard__heading {
    margin: 0;
    border-bottom: 1px solid #80b73e;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    color: #0fa744; }
  .locCard__desc {
    display: flex;
    flex-direction: column; }
    .locCard__desc--top {
      display: flex;
      flex-direction: row;
      padding: 0.5rem 0; }
      .locCard__desc--top-left {
        width: 50%;
        padding-right: 1rem;
        border-right: 1px solid rgba(128, 183, 62, 0.6); }
        .locCard__desc--top-left h4 {
          font-weight: bold;
          margin: 0;
          font-size: 1.5rem;
          margin-bottom: 0.5rem; }
        .locCard__desc--top-left p {
          padding: 0;
          margin: 0;
          font-size: 1.4rem;
          line-height: normal;
          color: rgba(0, 0, 0, 0.6); }
      .locCard__desc--top-right {
        width: 50%;
        padding-left: 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .locCard__desc--top-right p {
          margin: 0;
          padding: 0;
          font-size: 1.5rem;
          display: flex; }
          .locCard__desc--top-right p i {
            font-size: inherit;
            padding-right: 0.5rem;
            color: #80b73e; }
          .locCard__desc--top-right p:hover i {
            color: #0fa744; }
    .locCard__desc--bottom {
      padding: 0.5rem 0; }
      .locCard__desc--bottom a {
        text-decoration: none; }
        .locCard__desc--bottom a:hover {
          text-decoration: none; }
  .locCard--clgicon {
    position: absolute;
    top: 0;
    right: 10px; }

.header {
  height: 8rem;
  width: 100%;
  position: relative;
  z-index: 1100;
  transition: all 0.5s;
  top: 0; }
  .header__section {
    height: inherit;
    width: inherit;
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap; }
  .header__menuBar {
    flex-grow: 1.8;
    flex-direction: row;
    align-items: center;
    padding-left: 2rem;
    display: none;
    justify-content: space-around; }
  .header__logo {
    text-align: center;
    align-self: center;
    order: -1;
    flex-grow: 1; }
    .header__logo--link {
      display: inline-block; }
    .header__logo--img {
      width: 78%;
      transition: all 0.25s; }
      .header__logo--img:hover {
        transform: scale(1.15); }
  .header__navBox {
    text-align: center;
    align-self: center;
    flex-grow: 5; }
  .header__icons {
    font-family: Roboto_bold;
    align-self: center;
    flex-grow: 1;
    padding-left: 2rem;
    display: flex; }
    .header__icons--link {
      color: rgba(10, 10, 10, 0.38);
      display: inline-flex;
      padding: 0 1.5rem;
      text-decoration: none; }
      .header__icons--link:not(:first-child) {
        border-left: 0.1rem solid rgba(126, 126, 126, 0.384); }
      .header__icons--link:hover {
        text-decoration: none; }
    .header__icons--number {
      padding-left: 1rem;
      color: transparent;
      background-image: linear-gradient(to right, #393bd3, #b627da);
      -webkit-background-clip: text;
      background-clip: text; }
  .header__searchBar {
    position: absolute;
    bottom: 0%;
    right: 15%;
    width: 250px;
    height: 4rem;
    z-index: -1;
    transition: all 0.5s ease 0s; }
    .header__searchBar--inputFill {
      text-transform: lowercase;
      float: left;
      padding: 0.8rem 1.2rem;
      box-shadow: none;
      border: none;
      border-bottom: 2px solid rgba(27, 155, 240, 0.8);
      background: #fff;
      color: rgba(34, 34, 34, 0.8);
      transition: all 0.2s;
      transform: rotateY(20deg); }
      .header__searchBar--inputFill::placeholder {
        text-transform: capitalize;
        color: rgba(34, 34, 34, 0.4);
        opacity: 0.8; }
  @media screen and (max-width: 980px) {
    .header__section {
      justify-content: space-between;
      position: relative; }
    .header__menuBar {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .header__menuBar--icon {
        font-size: 5.2rem !important; }
    .header__logo {
      text-align: inherit; }
    .header__navBox {
      display: none;
      position: absolute;
      top: 82%;
      right: 0;
      z-index: 999; }
    .header__icons, .header__searchBar {
      display: none; }
    .header__menuBar:hover ~ .header__navBox, .header__navBox:hover {
      display: block; } }
  @media screen and (max-width: 480px) {
    .header__menuBar--icon {
      font-size: 3.2rem !important; } }

.nav__list {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly; }
  .nav__list--item {
    list-style-type: none; }
  .nav__list--link {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.8);
    padding: 0.5rem 0.8rem; }
    .nav__list--link:hover {
      text-decoration: none;
      outline: none;
      color: #ffffff;
      border-radius: 0.4rem;
      background-color: rgba(93, 168, 93, 0.8); }

@media screen and (max-width: 980px) {
  .nav__list {
    width: 16rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    background-color: white; }
    .nav__list--item {
      border-bottom: 1px solid rgba(10, 10, 10, 0.05);
      text-align: start; }
    .nav__list--link {
      display: block; }
      .nav__list--link:hover {
        border-radius: 0; } }

.navActive {
  color: #ffffff;
  border-radius: 0.4rem;
  background-color: rgba(93, 168, 93, 0.8); }

.footer {
  height: auto;
  width: 100%;
  background: #333; }
  .footer__top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    font-family: Arial;
    padding: 5rem 5%; }
    .footer__top--contain {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      color: rgba(255, 255, 255, 0.4);
      padding: 0;
      padding-right: 5%; }
      .footer__top--contain--heading {
        color: white;
        font-size: 2.4rem;
        margin-bottom: 2rem;
        text-transform: capitalize; }
      .footer__top--contain--paragraph {
        text-transform: uppercase;
        padding-bottom: 1rem;
        font-size: 1.6rem;
        margin: 0;
        font-weight: bold; }
      .footer__top--contain--list {
        margin: 0;
        padding: 0; }
        .footer__top--contain--list--item {
          list-style-type: none;
          font-size: 1.2rem;
          line-height: 2.4rem;
          font-weight: 500; }
        .footer__top--contain--list--span {
          text-transform: uppercase; }
    @media screen and (max-width: 580px) {
      .footer__top--contain {
        padding: 0;
        padding-left: 5%; } }
    .footer__top--socialLnk {
      margin-top: 1rem; }
      .footer__top--socialLnk__list {
        display: flex;
        flex-direction: row; }
        .footer__top--socialLnk__list--item {
          background-color: rgba(10, 10, 10, 0.3);
          border-radius: 8px;
          display: inline-block;
          width: 4rem;
          height: 4rem;
          margin: 0;
          margin: 0.5rem; }
          .footer__top--socialLnk__list--item:nth-child(1):hover {
            background-color: #3B5998; }
          .footer__top--socialLnk__list--item:nth-child(2):hover {
            background-color: #71C9F8; }
          .footer__top--socialLnk__list--item:nth-child(3):hover {
            background-color: #ea4c89; }
          .footer__top--socialLnk__list--item:nth-child(4):hover {
            background-color: #fff; }
        .footer__top--socialLnk__list--link {
          color: #fff;
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          transition: all 0.2s; }
          .footer__top--socialLnk__list--link:hover {
            text-decoration: none;
            color: #fff; }
        .footer__top--socialLnk__list--item:nth-child(4):hover .footer__top--socialLnk__list--link {
          color: #ff0000 !important; }
        .footer__top--socialLnk__list--item:hover .footer__top--socialLnk__list--link {
          transform: scale(1.5); }
    .footer__top--info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      color: rgba(255, 255, 255, 0.4);
      padding: 0;
      padding-left: 5%; }
      .footer__top--info--heading {
        color: #03f5e8;
        font-size: 2rem;
        margin-bottom: 2rem;
        text-transform: capitalize; }
      .footer__top--info--paragraph {
        padding-bottom: 1rem;
        font-size: 1.4rem;
        margin: 0;
        font-weight: bold; }
      .footer__top--info__form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: center; }
        .footer__top--info__form--input {
          width: 42%;
          border: 1px solid #565656;
          height: 4.5rem;
          margin: 0 1.5rem 1.5rem 0;
          padding: 1rem;
          border-radius: 0.8rem;
          background-color: transparent;
          color: #fff; }
          .footer__top--info__form--input::placeholder {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.4);
            text-transform: uppercase; }
        .footer__top--info__form--submit {
          width: 140px;
          max-width: 100%;
          height: 40px;
          background: #007457;
          color: #fff;
          border: 0;
          outline: 0;
          border-radius: 5px; }
  .footer__bottom {
    padding: 1.3rem 0;
    background-color: #282828;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline; }
    .footer__bottom__copyright--text, .footer__bottom__copyright--link {
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 300;
      margin-bottom: 0;
      font-style: italic;
      padding: 0 1rem; }

.prdtView {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.2rem; }
  .prdtView__info {
    display: flex;
    flex-direction: column;
    margin-left: 2rem; }
  .prdtView__headingArea {
    padding: 0.5rem 0 1rem 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.7); }
    .prdtView__headingArea--head {
      margin: 0;
      padding: 0;
      font-size: 2.4rem;
      font-weight: 400;
      text-transform: capitalize;
      color: rgba(15, 167, 68, 0.8);
      cursor: context-menu; }
      .prdtView__headingArea--head:hover {
        color: rgba(15, 167, 68, 0.8); }
  .prdtView__Proprietary {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    .prdtView__Proprietary--heading {
      width: 100%;
      text-align: center; }
      .prdtView__Proprietary--heading-span {
        width: 80%;
        padding: 0.8rem 1.6rem;
        color: white;
        display: inline-block;
        text-transform: capitalize;
        font-size: 1.8rem;
        background-image: linear-gradient(145deg, #ED3070, #F94B29); }
    .prdtView__Proprietary--slot {
      display: flex;
      flex-direction: row;
      width: 100%;
      text-align: center;
      justify-content: flex-start; }
      .prdtView__Proprietary--slot:not(:last-child) {
        margin-bottom: 0.8rem; }
      .prdtView__Proprietary--slot:last-child {
        margin-bottom: 2.5rem; }
      .prdtView__Proprietary--slot-name {
        flex: 1 0 50%;
        text-align: right;
        padding-right: 3rem;
        padding-top: 0.2rem;
        font-size: 1.4rem;
        color: rgba(0, 0, 0, 0.8); }
      .prdtView__Proprietary--slot-list {
        flex: 1 0 50%;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .prdtView__Proprietary--slot-list_item {
          font-size: 1.4rem;
          color: rgba(0, 0, 0, 0.7);
          list-style-type: none;
          text-align: left;
          display: inline-block;
          padding: 0.3rem 1.6rem;
          margin: 0.5rem;
          border: 1px solid rgba(0, 0, 0, 0.1);
          cursor: context-menu; }
          .prdtView__Proprietary--slot-list_item:hover {
            border-color: #0fa744; }
  .prdtView__addcard {
    padding: 2rem 0; }
    .prdtView__addcard--btn {
      font-size: 1.8rem;
      padding: 0.5rem 1.6rem;
      background-color: #ff4a4a;
      color: #ffffff; }
  .prdtView__slot {
    background-color: #eee;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
    .prdtView__slot--link {
      color: rgba(0, 0, 0, 0.8);
      text-decoration: none;
      padding: 1.2rem 1.2rem;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .prdtView__slot--link:focus, .prdtView__slot--link:hover {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.8); }
  .prdtView__moreinfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    opacity: 0;
    display: none; }
    .prdtView__moreinfo--active {
      opacity: 1;
      display: flex; }
    .prdtView__moreinfo:target {
      opacity: 1;
      visibility: visible;
      display: flex; }
    .prdtView__moreinfo--img {
      width: auto;
      max-width: 100%;
      height: auto; }

.activeimage {
  opacity: 1; }

.activsection {
  border-color: #0fa744; }

.details {
  min-height: 35rem;
  position: relative;
  width: 100%;
  height: 100%;
  float: left; }

.drift-zoom-pane {
  background-color: #ffffff; }
  @media screen and (max-width: 768px) {
    .drift-zoom-pane {
      opacity: 0; } }

.activeslot {
  border-bottom: 1px solid transparent;
  border-top: 1px solid #0fa744; }

body {
  background-color: #f7f8fa !important; }

.section-about {
  background-color: rgba(34, 34, 34, 0.05);
  padding: 10rem 0; }
  .section-about::after {
    content: "";
    display: table;
    clear: both; }

.section-features {
  padding: 10rem 0;
  background-color: #fff; }
  .section-features::after {
    content: "";
    display: table;
    clear: both; }

#fixed_area {
  height: 12rem;
  width: 3.5rem;
  position: fixed;
  bottom: 5rem;
  left: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #707070;
  display: none; }

#fixed_area a {
  color: #fff; }

#fixed_msg_area {
  height: 3rem;
  width: 12rem;
  position: fixed;
  bottom: 2rem;
  right: -15rem;
  background: #707070;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem; }

/* bottom to top scroll bar */
#back2Top {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 8rem;
  right: -0.8rem;
  background-color: #DDD;
  color: #555;
  text-align: center;
  font-size: 3rem;
  text-decoration: none;
  border: 0;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem; }

#back2Top:hover {
  background-color: #DDF;
  color: #000; }

.animated {
  display: block !important;
  animation: right_to_left 0.5s ease-in-out; }

@keyframes right_to_left {
  to {
    right: 0; } }

.about {
  padding: 2rem 0;
  margin: 2rem 0;
  background-color: white; }
  .about__imgArea {
    height: 100%;
    width: 100%;
    padding: 2rem;
    overflow: hidden; }
    .about__imgArea--img {
      height: auto;
      width: 100%;
      transition: all 0.2s; }
      .about__imgArea--img:hover {
        transform: scale(1.04); }
  .about__textArea {
    padding: 2rem 1rem; }
    .about__textArea--heading {
      color: rgba(34, 34, 34, 0.95);
      font-size: 2.2rem;
      font-weight: bold; }
    .about__textArea--paragraph {
      color: rgba(34, 34, 34, 0.6);
      line-height: 2.6rem; }

.person {
  position: relative; }
  .person__media {
    position: relative;
    margin-bottom: 20px; }
    .person__media::before {
      content: "";
      z-index: 0;
      position: absolute;
      top: -20px;
      left: -20px;
      height: 100%;
      width: 50%;
      border: 2px solid #91b029; }
    .person__media--img {
      z-index: 2;
      position: relative; }
  .person__heading {
    font-size: 18px;
    margin: 0; }
    .person__heading--link {
      color: rgba(34, 34, 34, 0.85);
      text-decoration: none; }
      .person__heading--link:hover {
        text-decoration: none; }
  .person__aboutHis {
    font-size: 14px;
    width: 85%;
    color: rgba(34, 34, 34, 0.75); }

.product__slot {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  border-radius: 1rem;
  padding: 1rem;
  height: 14rem;
  margin-bottom: 3rem; }
  .product__slot--byimg {
    height: 100%;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center; }

.product__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start; }

.product__page {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  padding: 1rem;
  border-radius: 1rem; }
  .product__page__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .product__page__list--item {
      background-color: #e0e0e0;
      height: 3rem;
      width: 3rem;
      border-radius: 3rem;
      margin: 0.5rem 1rem;
      text-align: center;
      border: 2px solid transparent;
      color: rgba(10, 10, 10, 0.6);
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-weight: bold;
      outline: none;
      cursor: pointer; }
      .product__page__list--item:hover {
        background-color: #62c6ff !important;
        color: white !important;
        border: 2px solid #3aadff !important; }
    .product__page__list--active {
      background-color: #7cd0ff !important;
      color: white !important;
      border: 2px solid #65bfff !important; }
    .product__page__list--next {
      background-color: #e0e0e0;
      height: 3rem;
      width: 6rem;
      border-radius: 1.4rem;
      margin: 0.5rem 1rem;
      text-align: center;
      border: 2px solid #d4d4d4;
      color: rgba(10, 10, 10, 0.6);
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-weight: bold;
      outline: none;
      cursor: pointer;
      letter-spacing: 1px; }
      .product__page__list--next:hover {
        background-color: #62c6ff !important;
        color: #f0f0f0 !important;
        border: 2px solid #3aadff !important; }

body {
  background-color: #f7f8fa !important; }

.section-service {
  margin: 4rem 0; }

.service {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .service__left {
    width: 70%;
    padding: 1rem 0; }
    .service__left--icon {
      font-size: 4.5rem;
      margin-bottom: 1rem;
      color: rgba(93, 168, 93, 0.8);
      line-height: normal; }
    .service__left--heading {
      color: #565656;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 500; }
    .service__left--text {
      color: rgba(34, 34, 34, 0.4);
      font-size: 1.4rem;
      line-height: normal; }
  .service__right {
    width: 30rem;
    height: 45rem;
    padding: 2rem; }
    .service__right--imgArea {
      height: 100%;
      width: 100%;
      background-color: rgba(93, 168, 93, 0.9);
      position: relative; }
    .service__right--img {
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: absolute;
      top: 2rem;
      right: 2rem; }
  @media screen and (max-width: 980px) {
    .service__left {
      width: 100%; }
    .service__right {
      display: none; } }

.news__vbox {
  height: 3.8rem;
  width: 20rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1.8rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 470px) {
  .news__vbox {
    width: 15rem; } }

@media screen and (max-width: 369px) {
  .news__vbox {
    width: 13rem; } }

.select-hide, .select__box-select {
  display: none; }

.select__box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start; }

.select__box-selected {
  padding: 0.6rem 0 0 1rem;
  color: rgba(34, 34, 34, 0.6); }

@media screen and (max-width: 328px) {
  .news__vbox {
    border-radius: 0.8rem;
    width: 10rem;
    font-size: 1.2rem; }
  .select__box-selected {
    padding: 0.6rem 0 0 0.5rem; } }

.select__box-items {
  margin: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 0.1px solid rgba(10, 10, 10, 0.1);
  border-top: 0;
  border-bottom: 0; }

.select__box-items div {
  color: white;
  padding-left: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.3); }
  .select__box-items div:hover {
    background-color: rgba(10, 10, 10, 0.8); }

.news {
  border: 0.1rem solid rgba(10, 10, 10, 0.15);
  border-radius: 0.4rem;
  margin: 1.5rem 0;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .news__year, .news__month {
    position: relative; }
    .news__year--icon, .news__month--icon {
      color: rgba(34, 34, 34, 0.6);
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: -1; }
  .news__slot {
    border-radius: 1rem;
    padding: 1rem;
    height: 6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    border: 0.1rem solid rgba(10, 10, 10, 0.15); }
  .news:hover {
    box-shadow: 0.2rem 0.3rem 0.5rem rgba(10, 10, 10, 0.05); }
  .news__headArea {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly; }
    .news__headArea--icon {
      width: 10%;
      font-size: 4rem !important;
      border-right: 0.1rem solid rgba(10, 10, 10, 0.1); }
    .news__headArea--img {
      width: 10%;
      padding: 1rem;
      max-height: 10rem;
      overflow: hidden;
      border-right: 0.1rem solid rgba(10, 10, 10, 0.1);
      transition: all 0.2s; }
      .news__headArea--img:hover {
        transform: scale(1.05); }
    .news__headArea--head {
      width: 80%;
      margin: 0;
      margin-top: 1.5rem; }
      .news__headArea--head span {
        font-size: 1.2rem;
        color: #777; }
  .news__body {
    width: 78%;
    margin: -4.5rem 0 0.5rem 18%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between; }
    .news__body--news {
      color: #666;
      font-size: 1.3rem;
      text-align: justify;
      margin-bottom: 2rem; }
    .news__body--link {
      color: #007fe6; }
  @media screen and (max-width: 767px) {
    .news__body {
      margin-top: 0rem; } }
  .news__info {
    border-top: 1px solid rgba(10, 10, 10, 0.05); }
    .news__info__list {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0; }
      .news__info__list--item {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .news__info__list--item:hover {
          list-style-type: none; }
      .news__info__list--item:first-child:hover i {
        color: #ff0000;
        animation: ani_001 0.5s infinite ease-in-out; }
      .news__info__list--link {
        padding: 0.2rem 2rem;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center; }
        .news__info__list--link:hover {
          text-decoration: none; }
      .news__info__list--span {
        font-size: 1.3rem;
        padding-left: 0.5rem; }

body {
  background-color: #f7f8fa !important; }

.section-contact {
  margin: 4rem 0; }

.contact {
  background-color: #fff;
  padding: 3.5rem 2.5rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contact__heading {
    color: rgba(34, 34, 34, 0.8);
    text-transform: uppercase;
    font-weight: 900; }
  .contact__info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1.5rem; }
    .contact__info--icon {
      color: white;
      font-size: inherit;
      padding: 0.2rem;
      border-radius: 15%;
      background-color: #5da85d; }
    .contact__info--txt {
      text-transform: capitalize;
      color: rgba(93, 168, 93, 0.9);
      padding-left: 1rem; }
  .contact__formArea {
    padding: 5%;
    height: 42rem;
    width: 100%;
    background-image: url("../images/message.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; }
    .contact__formArea--heading {
      color: #03f5e8;
      font-size: 2rem;
      margin-bottom: 2rem;
      text-transform: capitalize; }
    .contact__formArea--paragraph {
      padding-bottom: 1rem;
      font-size: 1.4rem;
      margin: 0;
      font-weight: bold; }
    .contact__formArea--bottomTxt {
      padding-bottom: 1rem;
      font-size: 1.4rem;
      margin: 0;
      font-weight: bold;
      color: rgba(34, 34, 34, 0.5); }
    .contact__formArea--form {
      display: flex;
      flex-direction: row;
      align-content: flex-start;
      align-items: flex-start; }
      .contact__formArea--form--leftArea {
        width: 45%;
        padding-right: 0.8rem; }
      .contact__formArea--form--rightArea {
        width: 52%;
        padding-left: 0.8rem; }
      .contact__formArea--form--input {
        width: 100%;
        height: 4.2rem;
        border: 1px solid #d2d2d2;
        border-radius: 0.8rem;
        background: transparent;
        outline: none;
        line-height: 40px;
        padding: 0.8rem;
        width: 100%;
        color: rgba(34, 34, 34, 0.6); }
        .contact__formArea--form--input:not(:last-child) {
          margin-bottom: 10px; }
        .contact__formArea--form--input::placeholder {
          font-size: 1.2rem;
          color: rgba(34, 34, 34, 0.6); }
      .contact__formArea--form--textarea {
        width: 100%;
        height: 12rem;
        border: 1px solid #d2d2d2;
        border-radius: 0.8rem;
        background: transparent;
        color: rgba(34, 34, 34, 0.6);
        outline: none;
        padding: 0.8rem;
        width: 100%; }
        .contact__formArea--form--textarea::placeholder {
          font-size: 1.2rem;
          color: rgba(34, 34, 34, 0.6); }
      .contact__formArea--form--submit {
        width: 140px;
        max-width: 100%;
        height: 40px;
        background: #007457;
        color: #fff;
        border: 0;
        outline: 0;
        border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .contact__formArea {
      height: 44rem; } }
  @media screen and (max-width: 510px) {
    .contact__formArea {
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(10, 10, 10, 0.05);
      border-radius: 0.8rem; } }

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

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

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

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

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

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

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