@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@1,400;

1,700&display=swap);* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0px auto;
  font-family: "Rubik";
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.overlaydiv {
  display: none;
  width: 100%;
  height: 100vh;
  background: transparent;
  z-index: 50;
  position: fixed;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:after {
  display: none;
}

@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik-Light.ttf");
}

@font-face {
  font-family: "W14Art";
  src: local("W14Art-House.TTF"), url("/fonts/W14Art-House.TTF") format("truetype");
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
  font-weight: normal;
  font-style: normal;
}

input,
select {
  font-size: 100%;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/

/* Fix Input Zoom on devices older than iPhone 5: */

@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */

@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */

@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  h3 {
    font-size: 2em !important;
  }

  p {
    font-size: 20px !important;
  }
}

.responsive-header {
  display: none;
  position: absolute;
  width: 100vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: white;
  margin-top: 10em;
  position: fixed;
}

.responsive-header ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2.5em;
  margin-top: 2em;
}

.responsive-header ul li {
  margin-bottom: 2em;
}

.responsive-header ul li a {
  color: #707070;
  font-size: 13px;
}

.responsive-header ul li:nth-child(3) {
  display: flex;
  width: 100%;
}

.responsive-header ul li:nth-child(3) .en {
  flex: 1;
}

.responsive-header ul li:nth-child(3) .en a {
  display: flex;
  align-items: center;
  margin-top: -5px;
}

.responsive-header ul li:nth-child(3) .en a img {
  width: 2em;
}

.responsive-header ul li:nth-child(3) .en a span {
  margin-left: 10px;
  margin-top: 7px;
}

.responsive-header ul li:nth-child(3) .Mm {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 6em;
}

.responsive-header ul li:nth-child(3) .Mm img {
  width: 2em;
  height: 1.5em;
}

.responsive-header ul li:nth-child(3) .Mm span {
  margin-left: 10px;
}

.responsive-header ul li:nth-child(4) {
  padding-right: 2.5em;
}

.responsive-header ul li:nth-child(4) button {
  border-radius: 30px;
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  border: 0;
  color: white;
  font-size: 1em;
  width: 100%;
  height: 3em;
}

.responsive-header ul .demolink a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  padding: 1em 6em;
  font-size: 14px;
  font-family: "Arial";
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .responsive-header {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .responsive-header ul li:nth-child(3) .en {
    flex: 0.5;
  }

  .responsive-header ul li:last-child button {
    width: 43%;
    height: 2.5em;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik";
}

.article-detail .header-nav {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: white;
  position: relative;
  width: 100%;
  z-index: 100;
}

.article-detail .header-nav .nav {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1em 0em;
  position: fixed;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.article-detail .header-nav .nav .header-logo {
  flex: 2;
  display: flex;
  margin-left: 9em;
}

.article-detail .header-nav .nav .header-logo img {
  width: 10em;
}

.article-detail .header-nav .nav .header-logo .default,
.article-detail .header-nav .nav .header-logo .fixed-logo {
  display: none;
  width: auto;
  height: auto;
  padding-left: 1.5em;
}

.article-detail .header-nav .nav .menu-bar {
  display: none;
}

.article-detail .header-nav .nav .menu-bar .closenavBar {
  display: none;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  margin-right: -1em;
  margin-top: 0px;
  margin-left: 5px;
}

.article-detail .header-nav .nav .menu-bar .closenavBar::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: #aba1a1;
  transform: rotate(45deg);
  top: 10px;
}

.article-detail .header-nav .nav .menu-bar .closenavBar::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: #aba1a1;
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
}

.article-detail .header-nav .nav .menu-bar a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  padding: 0.8em 2em;
  font-size: 14px;
  font-family: "Arial";
}

.article-detail .header-nav .nav .menu-bar img {
  width: 2em;
  height: 2em;
  margin-left: 1em;
  margin-top: 5px;
  cursor: pointer;
}

.article-detail .header-nav .nav .menu-bar .fixed-logo {
  display: none;
}

.article-detail .header-nav .nav .middle-nav {
  flex: 0.5;
  display: flex;
}

.article-detail .header-nav .nav .middle-nav ul {
  display: flex;
}

.article-detail .header-nav .nav .middle-nav ul li {
  list-style: none;
}

.article-detail .header-nav .nav .middle-nav ul li a {
  color: #707070;
  padding: 0em 1em 0em 1em;
  font-size: 13px;
  text-decoration: none;
}

.article-detail .header-nav .nav .right-nav {
  flex: 1;
  display: flex;
  position: relative;
}

.article-detail .header-nav .nav .right-nav ul {
  display: flex;
}

.article-detail .header-nav .nav .right-nav ul li {
  padding: 0em 1.5em 0em 0em;
  display: flex;
  align-items: center;
}

.article-detail .header-nav .nav .right-nav ul li a {
  display: flex;
}

.article-detail .header-nav .nav .right-nav ul li a img {
  width: 2em;
  margin-right: 0.5em;
}

.article-detail .header-nav .nav .right-nav ul li a .myanheight {
  height: 1.5em;
}

.article-detail .header-nav .nav .right-nav ul li a span {
  cursor: pointer;
  color: #707070;
  font-size: 12px;
  margin-top: 8px;
}

.article-detail .header-nav .nav .right-nav ul li p {
  color: #707070;
  font-size: 13px;
}

.article-detail .header-nav .nav .right-nav ul li form select#languageform option[value=en] {
  background-image: url("/images/uk.png");
}

.article-detail .header-nav .nav .right-nav ul .demolink a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  padding: 0.8em 2em;
  font-size: 14px;
  font-family: "Arial";
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .article-detail .header-nav {
    z-index: 55;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .article-detail .header-nav .nav {
    padding: 0.5em 0em;
  }

  .article-detail .header-nav .nav .header-logo {
    margin-left: 0em;
  }

  .article-detail .header-nav .nav .header-logo .ft-logo {
    display: none;
  }

  .article-detail .header-nav .nav .header-logo .default {
    display: block;
  }

  .article-detail .header-nav .nav .menu-bar {
    display: flex;
    margin-right: 2em;
    margin-top: 0.5em;
  }

  .article-detail .header-nav .nav .menu-bar button {
    display: none;
  }

  .article-detail .header-nav .nav .menu-bar a {
    font-size: 12px;
  }

  .article-detail .header-nav .nav .middle-nav,
  .article-detail .header-nav .nav .right-nav {
    display: none;
  }
}

@media screen and (min-width: 375px) and (max-width: 411px) {
  .article-detail .header-nav {
    height: 9vh !important;
  }

  .article-detail .header-nav .nav {
    height: 9vh !important;
  }
}

@media screen and (min-width: 360px) and (max-width: 640px) {
  .article-detail .header-nav {
    width: 100%;
  }

  .article-detail .header-nav .nav .menu-bar {
    margin-right: 2em;
    margin-top: 0em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-detail .header-nav {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .article-detail .header-nav .nav {
    height: 4em !important;
  }

  .article-detail .header-nav .nav .header-logo {
    margin-left: 0em;
    flex: 1;
  }

  .article-detail .header-nav .nav .header-logo img {
    width: 8em;
    height: 3.5em;
    margin-left: 3em;
  }

  .article-detail .header-nav .nav .middle-nav {
    flex: 1;
    margin-right: 2em;
    justify-content: flex-end;
  }

  .article-detail .header-nav .nav .right-nav {
    flex: 1.5;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .article-detail .header-nav .nav {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 1em 0em;
  }

  .article-detail .header-nav .nav .header-logo {
    margin-left: 3em;
  }

  .article-detail .header-nav .nav .header-logo img {
    width: 8em;
    height: 3.5em;
    margin-left: 0em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .article-detail .header-nav .nav .middle-nav ul li a {
    font-size: 17px;
  }

  .article-detail .header-nav .nav .right-nav ul li p {
    font-size: 17px;
  }

  .article-detail .header-nav .nav .right-nav .myanmar .my-flag span {
    font-size: 17px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .article-detail .header-nav .nav .middle-nav ul li a {
    font-size: 19px;
  }

  .article-detail .header-nav .nav .right-nav {
    margin-left: 2em;
  }

  .article-detail .header-nav .nav .right-nav ul li {
    padding: 0em 2em 0em 0em;
  }

  .article-detail .header-nav .nav .right-nav ul li p {
    font-size: 19px;
  }

  .article-detail .header-nav .nav .right-nav .myanmar .my-flag span {
    font-size: 19px;
  }
}

@media screen and (min-width: 1900px) {
  .article-detail .header-nav .nav .right-nav {
    margin-left: 0em;
  }
}

.article-detail .first {
  display: flex;
  padding-top: 8.5em;
}

.article-detail .first .social-icons {
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-detail .first .social-icons div {
  width: 2em;
  margin: 1em 0em;
}

.article-detail .first .social-icons div img {
  width: 100%;
}

.article-detail .first .social-icons.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 20em;
  height: 12em;
}

.article-detail .first .content {
  width: 70%;
}

.article-detail .first .content .title {
  font-family: "Mulish", sans-serif;
  font-size: 1.1em;
}

.article-detail .first .content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.article-detail .first .content .info .sub-category {
  display: flex;
  width: 30%;
  justify-content: flex-start;
  font-size: 12px;
  padding: 1em 0em;
}

.article-detail .first .content .info .sub-category p.ecommerce {
  color: #9343ce;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 2em;
  border-right: 1px solid #d6d6d6;
}

.article-detail .first .content .info .sub-category p.minutes {
  color: #bcbcbc;
  padding-left: 2em;
}

.article-detail .first .content .info .icons {
  display: flex;
}

.article-detail .first .content .info .icons div {
  width: 1.3em;
  margin: 0em 1em;
}

.article-detail .first .content .info .icons div img {
  width: 100%;
}

.article-detail .first .content .image {
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.article-detail .first .content .image img {
  width: 100%;
}

.article-detail .first .content .text {
  color: #4b4949;
  margin-top: 3em;
}

.article-detail .first .content .text p span {
  font-weight: bold;
}

.article-detail .first .content .text ul {
  list-style: initial;
  padding: 0 0 0 40px;
}

.article-detail .first .content .link {
  padding: 1em 0em;
}

.article-detail .first .content .link a {
  text-decoration: underline;
  color: #009ff4;
}

.article-detail .icons-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0em;
  border-bottom: 2px solid #c3c3c3;
  width: 70%;
  margin: 0 auto;
  margin-top: 5em;
  margin-bottom: 5em;
}

.article-detail .icons-bottom div {
  width: 1.3em;
  margin: 0em 1em;
}

.article-detail .icons-bottom div img {
  width: 100%;
}

.article-detail .second {
  display: flex;
  margin: 3em 4em;
}

.article-detail .second .card {
  width: 33.33%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 16px;
  cursor: pointer;
}

.article-detail .second .card .image {
  width: 100%;
}

.article-detail .second .card .image img {
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.article-detail .second .card .text {
  font-family: "Mulish", sans-serif;
  padding: 0em 1.5em;
  padding-bottom: 1.5em;
}

.article-detail .second .card .text .heading {
  padding-top: 1em;
}

.article-detail .second .card .text .heading a {
  text-decoration: none;
  font-size: 1.1em;
  color: black;
  font-weight: bold;
}

.article-detail .second .card .text .sub-category {
  display: flex;
  width: 70%;
  font-size: 12px;
  margin: 2em 0em;
}

.article-detail .second .card .text .sub-category p.ecommerce {
  color: #9343ce;
  font-weight: bold;
}

.article-detail .second .card .text .sub-category p.knowledge {
  color: #d19b43;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 2em;
  border-right: 1px solid #d6d6d6;
}

.article-detail .second .card .text .sub-category p.minutes {
  padding-left: 2em;
  color: #bcbcbc;
}

.article-detail .second .card .text .text1 {
  color: #707070;
  font-size: 14px;
  padding-right: 2em;
}

.article-detail .second .card:nth-child(2) {
  margin: 0em 5em;
}

.article-detail .second .card:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.article-detail .sign-up {
  display: flex;
  height: 20em;
  overflow: hidden;
  background-color: #f9f0ff;
  font-family: "Mulish", sans-serif;
}

.article-detail .sign-up .left-image {
  width: 33.33%;
  position: relative;
}

.article-detail .sign-up .left-image img {
  width: 100%;
  position: absolute;
  left: -10em;
}

.article-detail .sign-up .signing-up {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 2em;
}

.article-detail .sign-up .signing-up h3 {
  color: #464646;
  padding: 1em 0em;
}

.article-detail .sign-up .signing-up p {
  background-color: white;
  color: #acacac;
  margin: 1em 0em;
  padding: 0.3em 0em;
}

.article-detail .sign-up .signing-up button {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  font-size: 1em;
  padding: 1em 0em;
}

.article-detail .sign-up .signing-up button:focus {
  outline: none;
}

.article-detail .sign-up .right-image {
  width: 33.33%;
}

.article-detail .sign-up .right-image img {
  width: 100%;
  position: relative;
  right: -10em;
  top: -3em;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .article-detail .header-nav .nav .header-logo img {
    width: 8em;
  }

  .article-detail .header-nav .nav .header-logo .ft-logo {
    width: 8em;
  }

  .article-detail .header-nav .nav .header-logo .default {
    width: 8em;
  }

  .article-detail .header-nav .nav .header-logo .fixed-logo {
    width: 8em;
  }

  .article-detail .first {
    display: block;
    padding-top: 4.5em;
  }

  .article-detail .first .social-icons {
    display: none;
  }

  .article-detail .first .content {
    width: 100%;
  }

  .article-detail .first .content .title {
    padding: 1em;
  }

  .article-detail .first .content .title h3 {
    font-size: 0.9em;
  }

  .article-detail .first .content .info {
    padding: 0em 2em;
    margin-bottom: 1em;
  }

  .article-detail .first .content .info .sub-category {
    width: 45%;
    font-size: 9px;
  }

  .article-detail .first .content .info .icons div {
    width: 1em;
    margin: 0em 0.7em;
  }

  .article-detail .first .content .text {
    font-size: 0.8em;
    line-height: 3em;
    padding: 1em 2em;
  }

  .article-detail .first .content .icons-bottom {
    width: 80%;
    margin: 0 auto;
  }

  .article-detail .second {
    margin: 2em 2em;
    display: block;
    margin-top: 3em;
  }

  .article-detail .second .card {
    width: 100%;
    margin-bottom: 2em;
  }

  .article-detail .second .card:nth-child(2) {
    margin: 0;
    margin-bottom: 2em;
  }

  .article-detail .second .card .text .heading a {
    font-size: 0.9em;
  }

  .article-detail .second .card .text span p {
    color: #955be5;
  }

  .article-detail .sign-up .left-image,
  .article-detail .sign-up .right-image {
    display: none;
  }

  .article-detail .sign-up .signing-up {
    width: 100%;
    padding: 2em;
  }

  .article-detail .sign-up .signing-up h3 {
    font-size: 1em;
  }

  .article-detail .sign-up .signing-up p {
    font-size: 14px;
  }

  .article-detail .sign-up .signing-up button {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .article-detail .header-nav .nav .header-logo img {
    width: 8em;
  }

  .article-detail .header-nav .nav .header-logo .ft-logo {
    width: 8em;
  }

  .article-detail .header-nav .nav .header-logo .default {
    width: 8em;
  }

  .article-detail .header-nav .nav .header-logo .fixed-logo {
    width: 8em;
  }

  .article-detail .first .content .title {
    font-size: 1em;
  }

  .article-detail .first .content .info .sub-category {
    width: 30%;
  }

  .article-detail .first .content .text {
    line-height: 2em;
  }

  .article-detail .second {
    display: grid;
    margin: 3em 3em;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7%;
  }

  .article-detail .second .card {
    width: 100%;
    margin-bottom: 2em;
  }

  .article-detail .second .card:nth-child(2) {
    margin: 0;
    margin-bottom: 2em;
  }

  .article-detail .second .card .text .heading a {
    font-size: 1em;
  }

  .article-detail .sign-up .signing-up h3 {
    font-size: 0.9em;
  }

  .article-detail .sign-up .signing-up p {
    font-size: 0.9em;
  }

  .article-detail .sign-up .signing-up button {
    font-size: 0.9em;
  }

  .article-detail .sign-up .left-image img {
    left: -7em;
    top: 4em;
  }

  .article-detail .sign-up .right-image img {
    right: -7em;
    top: 2em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .article-detail .first .social-icons {
    width: 15%;
  }

  .article-detail .first .content {
    width: 70%;
  }

  .article-detail .second .card .text .sub-category {
    width: 90%;
    font-size: 12px;
    margin: 1em 0em;
  }

  .article-detail .second .card .text .heading a {
    font-size: 0.9em;
  }

  .article-detail .second .card .text .text1 {
    font-size: 12px;
  }

  .article-detail .second .card:nth-child(2) {
    margin: 0em 2em;
  }

  .article-detail .sign-up .left-image img {
    left: -7em;
    top: 3em;
  }

  .article-detail .sign-up .right-image img {
    right: -7em;
    top: 0em;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Rubik";
}

.all-articles .header-nav {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: white;
  position: relative;
  width: 100%;
  z-index: 100;
}

.all-articles .header-nav .nav {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1em 0em;
  position: fixed;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.all-articles .header-nav .nav .header-logo {
  flex: 2;
  display: flex;
  margin-left: 9em;
}

.all-articles .header-nav .nav .header-logo img {
  width: 10em;
}

.all-articles .header-nav .nav .header-logo .default,
.all-articles .header-nav .nav .header-logo .fixed-logo {
  display: none;
  width: auto;
  height: auto;
  padding-left: 1.5em;
}

.all-articles .header-nav .nav .menu-bar {
  display: none;
}

.all-articles .header-nav .nav .menu-bar .closenavBar {
  display: none;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  margin-right: -1em;
  margin-top: 0px;
  margin-left: 5px;
}

.all-articles .header-nav .nav .menu-bar .closenavBar::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: #aba1a1;
  transform: rotate(45deg);
  top: 10px;
}

.all-articles .header-nav .nav .menu-bar .closenavBar::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: #aba1a1;
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
}

.all-articles .header-nav .nav .menu-bar a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  padding: 0.8em 2em;
  font-size: 14px;
  font-family: "Arial";
}

.all-articles .header-nav .nav .menu-bar img {
  width: 2em;
  height: 2em;
  margin-left: 1em;
  margin-top: 5px;
  cursor: pointer;
}

.all-articles .header-nav .nav .menu-bar .fixed-logo {
  display: none;
}

.all-articles .header-nav .nav .middle-nav {
  flex: 0.5;
  display: flex;
}

.all-articles .header-nav .nav .middle-nav ul {
  display: flex;
}

.all-articles .header-nav .nav .middle-nav ul li {
  list-style: none;
}

.all-articles .header-nav .nav .middle-nav ul li a {
  color: #707070;
  padding: 0em 1em 0em 1em;
  font-size: 13px;
  text-decoration: none;
}

.all-articles .header-nav .nav .right-nav {
  flex: 1;
  display: flex;
  position: relative;
}

.all-articles .header-nav .nav .right-nav ul {
  display: flex;
}

.all-articles .header-nav .nav .right-nav ul li {
  padding: 0em 1.5em 0em 0em;
  display: flex;
  align-items: center;
}

.all-articles .header-nav .nav .right-nav ul li a {
  display: flex;
}

.all-articles .header-nav .nav .right-nav ul li a img {
  width: 2em;
  margin-right: 0.5em;
}

.all-articles .header-nav .nav .right-nav ul li a .myanheight {
  height: 1.5em;
}

.all-articles .header-nav .nav .right-nav ul li a span {
  cursor: pointer;
  color: #707070;
  font-size: 12px;
  margin-top: 8px;
}

.all-articles .header-nav .nav .right-nav ul li p {
  color: #707070;
  font-size: 13px;
}

.all-articles .header-nav .nav .right-nav ul li form select#languageform option[value=en] {
  background-image: url("/images/uk.png");
}

.all-articles .header-nav .nav .right-nav ul .demolink a {
  border: 0;
  border-radius: 30px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #5845b1 3%, #9687da 96%);
  color: white;
  padding: 0.8em 2em;
  font-size: 14px;
  font-family: "Arial";
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .all-articles .header-nav {
    z-index: 55;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .all-articles .header-nav .nav {
    padding: 0.5em 0em;
  }

  .all-articles .header-nav .nav .header-logo {
    margin-left: 0em;
  }

  .all-articles .header-nav .nav .header-logo .ft-logo {
    display: none;
  }

  .all-articles .header-nav .nav .header-logo .default {
    display: block;
  }

  .all-articles .header-nav .nav .menu-bar {
    display: flex;
    margin-right: 2em;
    margin-top: 0.5em;
  }

  .all-articles .header-nav .nav .menu-bar button {
    display: none;
  }

  .all-articles .header-nav .nav .menu-bar a {
    font-size: 12px;
  }

  .all-articles .header-nav .nav .middle-nav,
  .all-articles .header-nav .nav .right-nav {
    display: none;
  }
}

@media screen and (min-width: 375px) and (max-width: 411px) {
  .all-articles .header-nav {
    height: 9vh !important;
  }

  .all-articles .header-nav .nav {
    height: 9vh !important;
  }
}

@media screen and (min-width: 360px) and (max-width: 640px) {
  .all-articles .header-nav {
    width: 100%;
  }

  .all-articles .header-nav .nav .menu-bar {
    margin-right: 2em;
    margin-top: 0em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .all-articles .header-nav {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .all-articles .header-nav .nav {
    height: 4em !important;
  }

  .all-articles .header-nav .nav .header-logo {
    margin-left: 0em;
    flex: 1;
  }

  .all-articles .header-nav .nav .header-logo img {
    width: 8em;
    height: 3.5em;
    margin-left: 3em;
  }

  .all-articles .header-nav .nav .middle-nav {
    flex: 1;
    margin-right: 2em;
    justify-content: flex-end;
  }

  .all-articles .header-nav .nav .right-nav {
    flex: 1.5;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .all-articles .header-nav .nav {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 1em 0em;
  }

  .all-articles .header-nav .nav .header-logo {
    margin-left: 3em;
  }

  .all-articles .header-nav .nav .header-logo img {
    width: 8em;
    height: 3.5em;
    margin-left: 0em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .all-articles .header-nav .nav .middle-nav ul li a {
    font-size: 17px;
  }

  .all-articles .header-nav .nav .right-nav ul li p {
    font-size: 17px;
  }

  .all-articles .header-nav .nav .right-nav .myanmar .my-flag span {
    font-size: 17px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .all-articles .header-nav .nav .middle-nav ul li a {
    font-size: 19px;
  }

  .all-articles .header-nav .nav .right-nav {
    margin-left: 2em;
  }

  .all-articles .header-nav .nav .right-nav ul li {
    padding: 0em 2em 0em 0em;
  }

  .all-articles .header-nav .nav .right-nav ul li p {
    font-size: 19px;
  }

  .all-articles .header-nav .nav .right-nav .myanmar .my-flag span {
    font-size: 19px;
  }
}

@media screen and (min-width: 1900px) {
  .all-articles .header-nav .nav .right-nav {
    margin-left: 0em;
  }
}

.all-articles .latest-articles {
  display: flex;
  align-items: flex-start;
  margin: 0em 6em;
  padding-top: 8em;
}

.all-articles .latest-articles .part1 {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 1em;
}

.all-articles .latest-articles .part1 .type {
  padding-left: 1em;
  line-height: 2.3em;
  height: 6em;
}

.all-articles .latest-articles .part1 .type h2 {
  color: #5946b2;
}

.all-articles .latest-articles .part1 .type p {
  color: #6b6490;
  font-size: 12px;
  font-weight: bold;
}

.all-articles .latest-articles .part1 .featured {
  width: 100%;
  margin: 0em 1em;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  cursor: pointer;
}

.all-articles .latest-articles .part1 .featured .image {
  width: 100%;
}

.all-articles .latest-articles .part1 .featured .image img {
  width: 100%;
}

.all-articles .latest-articles .part1 .featured .featured-text {
  font-family: "Mulish", sans-serif;
  padding: 1em;
}

.all-articles .latest-articles .part1 .featured .featured-text .heading {
  padding-top: 1em;
}

.all-articles .latest-articles .part1 .featured .featured-text .heading a {
  text-decoration: none;
  font-size: 1.1em;
  color: #070707;
  font-weight: bold;
}

.all-articles .latest-articles .part1 .featured .featured-text .sub-category {
  display: flex;
  width: 40%;
  justify-content: flex-start;
  font-size: 12px;
  padding: 1em 0em;
}

.all-articles .latest-articles .part1 .featured .featured-text .sub-category p.ecommerce {
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  border-right: 1px solid #d6d6d6;
}

.all-articles .latest-articles .part1 .featured .featured-text .sub-category p.knowledge {
  font-weight: bold;
}

.all-articles .latest-articles .part1 .featured .featured-text .sub-category p:nth-child(2) {
  color: #bcbcbc;
  padding-left: 2em;
}

.all-articles .latest-articles .part1 .featured .featured-text .text {
  color: #707070;
  font-size: 14px;
  padding: 1em 0em;
  padding-right: 2em;
}

.all-articles .latest-articles .part2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 1em;
}

.all-articles .latest-articles .part2 .type {
  height: 5em;
  display: flex;
  align-items: center;
}

.all-articles .latest-articles .part2 .type h2 {
  color: #5946b2;
  padding-left: 1.5em;
}

.all-articles .latest-articles .part2 .popular {
  width: 100%;
  margin: 0em 1em;
}

.all-articles .latest-articles .part2 .popular .pop-article {
  display: flex;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 3.5em 1em;
  height: 11.5em;
  cursor: pointer;
}

.all-articles .latest-articles .part2 .popular .pop-article:nth-child(1) {
  margin-top: 1em;
}

.all-articles .latest-articles .part2 .popular .pop-article:nth-child(3) {
  margin-bottom: 1em;
}

.all-articles .latest-articles .part2 .popular .pop-article .pop-image {
  width: 35%;
  height: 100%;
}

.all-articles .latest-articles .part2 .popular .pop-article .pop-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.all-articles .latest-articles .part2 .popular .pop-article .pop-text {
  font-family: "Mulish", sans-serif;
  padding: 0em 1em;
  padding-right: 2em;
  width: 65%;
}

.all-articles .latest-articles .part2 .popular .pop-article .pop-text a {
  text-decoration: none;
  font-size: 1.1em;
  color: black;
  font-weight: bold;
}

.all-articles .latest-articles .part2 .popular .pop-article .pop-text p {
  padding: 1em 0em;
  font-size: 12px;
}

.all-articles .latest-articles .part2 .popular .pop-article .pop-text .knowledge {
  font-weight: bold;
  text-transform: uppercase;
}

.all-articles .latest-articles .part2 .popular .pop-article .pop-text .ecommerce {
  font-weight: bold;
}

.all-articles .article-list {
  display: flex;
  flex-direction: column;
  margin: 2em 7em;
}

.all-articles .article-list .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 7%;
}

.all-articles .article-list .row .card {
  width: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 16px;
  margin: 1em 0em;
  cursor: pointer;
}

.all-articles .article-list .row .card .image {
  width: 100%;
}

.all-articles .article-list .row .card .image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.all-articles .article-list .row .card .text {
  font-family: "Mulish", sans-serif;
  padding: 0em 1.5em;
  padding-bottom: 1.5em;
}

.all-articles .article-list .row .card .text .heading {
  padding-top: 1em;
}

.all-articles .article-list .row .card .text .heading a {
  text-decoration: none;
  font-size: 1.1em;
  color: black;
  font-weight: bold;
}

.all-articles .article-list .row .card .text .sub-category {
  display: flex;
  width: 70%;
  justify-content: flex-start;
  font-size: 12px;
  margin: 2em 0em;
}

.all-articles .article-list .row .card .text .sub-category .read-time {
  padding-left: 1em;
}

.all-articles .article-list .row .card .text .sub-category p.ecommerce {
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  border-right: 1px solid #d6d6d6;
}

.all-articles .article-list .row .card .text .sub-category p:nth-child(2) {
  color: #bcbcbc;
}

.all-articles .article-list .row .card .text .text1 {
  color: #707070;
  font-size: 14px;
}

.all-articles .article-list .row .card:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

@media screen and (min-width: 320px) and (max-width: 520px) {
  .all-articles .header-nav .nav .header-logo img {
    width: 8em;
  }

  .all-articles .header-nav .nav .header-logo .ft-logo {
    width: 8em;
  }

  .all-articles .header-nav .nav .header-logo .default {
    width: 8em;
  }

  .all-articles .header-nav .nav .header-logo .fixed-logo {
    width: 8em;
  }

  .all-articles .latest-articles {
    flex-direction: column;
    margin: 0em 2em;
    padding-top: 4em;
  }

  .all-articles .latest-articles .part1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .all-articles .latest-articles .part1 .type {
    padding-left: 0;
  }

  .all-articles .latest-articles .part1 .type h2 {
    font-size: 1.3em;
  }

  .all-articles .latest-articles .part1 .featured {
    width: 100%;
    margin: 0;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .heading a {
    font-size: 0.7em;
    line-height: 1.5em;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .sub-category {
    font-size: 7px;
    width: 50%;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .text {
    font-size: 9px;
  }

  .all-articles .latest-articles .part2 {
    width: 100%;
    margin-left: 0;
  }

  .all-articles .latest-articles .part2 .type h2 {
    padding-left: 0em;
    font-size: 1.3em;
  }

  .all-articles .latest-articles .part2 .popular {
    width: 100%;
    margin: 0em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 6em;
    margin: 3em 0em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text {
    padding-right: 0.5em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text a {
    font-size: 0.6em;
    line-height: 0;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text p {
    font-size: 7px;
  }

  .all-articles .latest-articles .all-btn a {
    font-size: 14px;
  }

  .all-articles .article-list {
    margin: 2em 2em;
  }

  .all-articles .article-list .row {
    grid-template-columns: 1fr;
  }

  .all-articles .article-list .row .card .text .heading a {
    font-size: 0.7em;
  }

  .all-articles .article-list .row .card .text .sub-category {
    font-size: 7px;
    width: 40%;
  }

  .all-articles .article-list .row .card .text .sub-category .read-time {
    padding-left: 1em;
  }

  .all-articles .article-list .row .card .text .text1 {
    font-size: 9px;
  }
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .all-articles .latest-articles {
    flex-direction: column;
    margin: 0em 2em;
    padding-top: 6em;
  }

  .all-articles .latest-articles .part1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .all-articles .latest-articles .part1 .type {
    padding-left: 0;
  }

  .all-articles .latest-articles .part1 .type h2 {
    font-size: 1.3em;
  }

  .all-articles .latest-articles .part1 .featured {
    width: 100%;
    margin: 0;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .heading a {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .sub-category {
    font-size: 9px;
    width: 50%;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .text {
    font-size: 11px;
  }

  .all-articles .latest-articles .part2 {
    width: 100%;
    margin-left: 0;
  }

  .all-articles .latest-articles .part2 .type h2 {
    padding-left: 0em;
    font-size: 1.3em;
  }

  .all-articles .latest-articles .part2 .popular {
    width: 100%;
    margin: 0em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 7em;
    margin: 3em 0em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text {
    padding-right: 0.5em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text a {
    font-size: 0.9em;
    line-height: 0;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text p {
    font-size: 9px;
  }

  .all-articles .latest-articles .all-btn a {
    font-size: 14px;
  }

  .all-articles .article-list {
    margin: 2em 2em;
  }

  .all-articles .article-list .row {
    grid-template-columns: 1fr;
  }

  .all-articles .article-list .row .card .text .heading a {
    font-size: 0.9em;
  }

  .all-articles .article-list .row .card .text .sub-category {
    font-size: 10px;
    width: 40%;
  }

  .all-articles .article-list .row .card .text .sub-category .read-time {
    padding-left: 1em;
  }

  .all-articles .article-list .row .card .text .text1 {
    font-size: 12px;
  }
}

@media screen and (min-width: 580px) and (max-width: 660px) {
  .all-articles .latest-articles .popular .pop-article {
    height: 9em !important;
  }
}

@media screen and (min-width: 661px) and (max-width: 767px) {
  .all-articles .latest-articles {
    flex-direction: column;
    margin: 0em 2em;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .heading a {
    font-size: 1em;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .sub-category {
    font-size: 12px;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .text {
    font-size: 14px;
  }

  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 10em !important;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text a {
    font-size: 1em;
    line-height: 2em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text p {
    font-size: 10px;
  }

  .all-articles .article-list {
    margin: 2em 2em;
  }

  .all-articles .article-list .row {
    grid-template-columns: 1fr;
  }

  .all-articles .article-list .row .card .text .heading a {
    font-size: 1em;
    line-height: 2em;
  }

  .all-articles .article-list .row .card .text .sub-category {
    font-size: 12px;
    padding: 2em 0em;
  }

  .all-articles .article-list .row .card .text .sub-category .read-time {
    padding-left: 1em;
  }

  .all-articles .article-list .row .card .text .text1 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .all-articles .header-nav .nav .header-logo img {
    width: 8em;
  }

  .all-articles .header-nav .nav .header-logo .ft-logo {
    width: 8em;
  }

  .all-articles .header-nav .nav .header-logo .default {
    width: 8em;
  }

  .all-articles .header-nav .nav .header-logo .fixed-logo {
    width: 8em;
  }

  .all-articles .latest-articles {
    flex-direction: column;
    margin: 0em 3em;
    padding-top: 6em;
  }

  .all-articles .latest-articles .part1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .all-articles .latest-articles .part1 .type {
    padding-left: 0;
  }

  .all-articles .latest-articles .part1 .type h2 {
    font-size: 1.3em;
  }

  .all-articles .latest-articles .part1 .featured {
    width: 100%;
    margin: 0;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .heading a {
    font-size: 1em;
    line-height: 2em;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .sub-category {
    font-size: 12px;
    width: 40%;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .text {
    font-size: 14px;
  }

  .all-articles .latest-articles .part2 {
    width: 100%;
    margin-left: 0;
  }

  .all-articles .latest-articles .part2 .type h2 {
    padding-left: 0em;
    font-size: 1.3em;
  }

  .all-articles .latest-articles .part2 .popular {
    width: 100%;
    margin: 0em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 11em;
    margin: 3em 0em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text {
    padding-right: 0.5em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text a {
    font-size: 1em;
    line-height: 2em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text p {
    font-size: 12px;
  }

  .all-articles .latest-articles .all-btn a {
    font-size: 14px;
  }

  .all-articles .article-list {
    margin: 2em 3em;
  }

  .all-articles .article-list .row {
    grid-template-columns: 1fr 1fr;
  }

  .all-articles .article-list .row .card .text .heading a {
    font-size: 1em;
  }

  .all-articles .article-list .row .card .text .sub-category {
    font-size: 12px;
  }

  .all-articles .article-list .row .card .text .sub-category .read-time {
    padding-left: 1em;
  }

  .all-articles .article-list .row .card .text .text1 {
    font-size: 14px;
  }
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 13em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .all-articles .latest-articles .part1 .featured .featured-text .heading a {
    font-size: 0.9em;
  }

  .all-articles .latest-articles .part1 .featured .featured-text .sub-category {
    width: 50%;
  }

  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 9em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-image {
    width: 35%;
    height: 100%;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text {
    width: 65%;
    height: 100%;
    padding-right: 1em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text a {
    font-size: 0.9em;
    line-height: 1.7em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text p {
    font-size: 10px;
  }

  .all-articles .article-list .row .card .text .sub-category {
    width: 100%;
    font-size: 12px;
    margin: 1em 0em;
  }

  .all-articles .article-list .row .card .text .sub-category .read-time {
    padding-left: 1em;
  }

  .all-articles .article-list .row .card .text .heading a {
    font-size: 0.8em;
  }

  .all-articles .article-list .row .card .text .text1 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .all-articles .latest-articles .featured .featured-text .sub-category {
    width: 50%;
  }

  .all-articles .latest-articles .part2 .popular .pop-article {
    height: 11em;
    margin: 3em 1em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-image {
    width: 35%;
    height: 100%;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text {
    width: 65%;
    padding-right: 1em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text a {
    font-size: 1em;
    line-height: 2em;
  }

  .all-articles .latest-articles .part2 .popular .pop-article .pop-text p {
    font-size: 12px;
  }

  .all-articles .article-list .row .card .text .sub-category {
    width: 70%;
    font-size: 12px;
    margin: 1em 0em;
  }

  .all-articles .article-list .row .card .text .sub-category .read-time {
    padding-left: 1em;
  }

  .all-articles .article-list .row .card .text .heading a {
    font-size: 0.9em;
  }

  .all-articles .article-list .row .card .text .text1 {
    font-size: 12px;
  }
}

.footer {
  background: #5845b1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 2em;
  color: #fff;
  font-family: "Poppins";
}

.footer .ft-navbar {
  display: flex;
  flex-direction: row;
  padding: 4em 8em 2em 9em;
  font-weight: bolder;
}

.footer .ft-navbar .digi,
.footer .ft-navbar .process,
.footer .ft-navbar .support {
  flex: auto;
}

.footer .ft-navbar .digi p,
.footer .ft-navbar .process p,
.footer .ft-navbar .support p {
  font-weight: bold;
  font-size: 1.3em;
}

.footer .ft-navbar .digi ul,
.footer .ft-navbar .process ul,
.footer .ft-navbar .support ul {
  margin-top: 3em;
  width: 100%;
}

.footer .ft-navbar .digi ul li,
.footer .ft-navbar .process ul li,
.footer .ft-navbar .support ul li {
  font-size: 13.5px;
  margin-bottom: 2em;
}

.footer .ft-navbar .digi a,
.footer .ft-navbar .process a,
.footer .ft-navbar .support a {
  color: #fff;
  font-size: 14px;
}

.footer .ft-navbar .social-icon {
  flex: 4;
}

.footer .ft-navbar .social-icon .image {
  margin-top: -1em;
  padding-left: 1em;
}

.footer .ft-navbar .social-icon .image img {
  width: 13em;
}

.footer .ft-navbar .social-icon .social {
  margin-top: 1.5em;
  padding-left: 5em;
}

.footer .ft-navbar .social-icon .social a img {
  width: 1.5em;
}

.footer .ft-navbar .social-icon .social a:nth-child(2) img {
  margin: 0em 2em;
}

.footer .copy-right {
  text-align: center;
}

.footer .copy-right p {
  font-size: 12px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
  }

  .footer .ft-navbar {
    padding: 4em 0em 0em 0em;
    display: grid;
    grid-template-areas: "digi process" "support support" "social social";
  }

  .footer .ft-navbar .digi {
    grid-area: digi;
    padding-left: 3em;
  }

  .footer .ft-navbar .digi p {
    float: left;
    font-size: 1em;
  }

  .footer .ft-navbar .digi ul {
    margin-top: 4em;
    text-align: left;
  }

  .footer .ft-navbar .digi ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .process {
    grid-area: process;
  }

  .footer .ft-navbar .process p {
    display: block;
    padding-left: 0em;
    font-size: 1em;
  }

  .footer .ft-navbar .process ul {
    margin-top: 2.8em;
    padding-left: 0em;
  }

  .footer .ft-navbar .process ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .support {
    grid-area: support;
    padding-left: 3em;
    padding-top: 2em;
  }

  .footer .ft-navbar .support p {
    font-size: 1em;
  }

  .footer .ft-navbar .support ul {
    margin-top: 2.8em;
  }

  .footer .ft-navbar .support ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .social-icon {
    grid-area: social;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
  }

  .footer .ft-navbar .social-icon .social,
  .footer .ft-navbar .social-icon .image {
    padding-left: 0em;
  }

  .footer .ft-navbar .social-icon .image {
    margin: 3em 0em;
  }

  .footer .ft-navbar .social-icon .image img {
    width: 7em;
  }

  .footer .copy-right {
    padding: 0em 3em 0em 3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .ft-navbar {
    padding: 2em 4em 1em 4em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 1em;
    float: left;
    padding-left: 0em;
  }

  .footer .ft-navbar .digi ul,
  .footer .ft-navbar .process ul,
  .footer .ft-navbar .support ul {
    margin-top: 3em;
    text-align: unset;
    padding-left: 0em;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 12px;
  }

  .footer .ft-navbar .social-icon {
    flex: 2;
  }

  .footer .ft-navbar .social-icon .image {
    margin-top: 0em;
    padding-left: 4em;
  }

  .footer .ft-navbar .social-icon .image img {
    width: 8em;
  }

  .footer .ft-navbar .social-icon .social {
    padding-left: 4em;
  }

  .footer .ft-navbar .social-icon .social a:nth-child(2) img {
    margin: 0em 1em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .footer {
    margin-top: 0em;
    padding: 0em 5em 2em 9em;
  }

  .footer .ft-navbar {
    padding: 4em 0em 4em 0em;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .footer {
    margin-top: 0em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 1em;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
  .footer {
    margin-top: 0em;
  }

  .footer .ft-navbar {
    padding: 4em 6em 4em 10em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 18px !important;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1900px) {
  .footer .ft-navbar {
    padding: 4em 6em 4em 15em;
  }

  .footer .ft-navbar .digi p,
  .footer .ft-navbar .process p,
  .footer .ft-navbar .support p {
    font-size: 1.5em !important;
  }

  .footer .ft-navbar .digi ul li a,
  .footer .ft-navbar .process ul li a,
  .footer .ft-navbar .support ul li a {
    font-size: 20px !important;
  }
}

