.small-cursor {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #f56d7a;
  background: #f63c4e;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: 0 0.1 ease-in;
  transition: 0 0.1 ease-in;
  z-index: 15;
}

.nav-hover {
  background: "#5e1212";
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
}

.container {
  width: 100%y;
}

body {
  font-family: 'Raleway', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: none;
}

.float-in {
  background: #282b29;
  padding: 10px;
  position: fixed;
  height: 70vh;
  z-index: 9;
  top: 30%;
  -webkit-box-shadow: 4px 4px 5px grey;
          box-shadow: 4px 4px 5px grey;
  left: 0%;
  width: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-bottom-right-radius: 30px;
}

.float-in nav ul li {
  list-style-type: none;
  margin: 30px 0;
  font-size: 0.9em;
  color: white;
}

.float-none {
  display: none;
}

.toggleMenu {
  margin: 30px 0px;
  width: auto;
  position: fixed;
  top: 78%;
  left: 4%;
  border-radius: 8px;
  z-index: 11;
}

.toggleMenu i {
  font-size: 1.5em;
  color: white;
  padding: 15px;
  border-radius: 100%;
  background: #4cad4c;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.toggleMenuEffect {
  -webkit-box-shadow: 0px 0px 2px 20px #ebe9e8;
          box-shadow: 0px 0px 2px 20px #ebe9e8;
}

main {
  width: 80%;
  height: 70vh;
  margin: 50px auto;
}

main .begin-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .begin-txt .intro-text {
  max-width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

main .begin-txt .intro-text .text-h1 {
  margin: 40px 0;
}

main .begin-txt .intro-text .text-h1 h1 {
  font-size: 3.5em;
  font-weight: 600;
  color: #0b2238;
}

main .begin-txt .intro-text .text-h1 h1 span {
  margin: 10px 0;
  z-index: 11;
}

main .begin-txt .intro-text .copy-write {
  margin: 30px 0px;
}

main .begin-txt .intro-text .copy-write p {
  font-size: 16px;
  color: #6e6b6b;
}

main .begin-txt .intro-text .btn1 {
  margin: 30px 0 0 0px;
}

main .begin-txt .intro-text .btn1 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 3rem;
  font-size: 0.9em;
  font-weight: 700;
  color: #444141;
  outline: none;
  border-radius: 25px;
  background: white;
  border: 1px solid #edeef1;
}

main .begin-txt .img-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
}

main .begin-txt .img-container img {
  width: 100%;
}

#latest {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80vh;
  width: 90%;
  padding: 50px 50px 0px  50px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fbfbfb));
  background: linear-gradient(top, white, #fbfbfb);
}

#latest .pre-head {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#latest .pre-head small {
  margin: 20px 0px;
  padding: 0px 0 10px 0px;
  color: orangered;
  font-size: 1.1em;
}

#latest .pre-head h3 {
  line-height: 40px;
  font-size: 2em;
  font-weight: 500;
  margin: 30px 0px;
  color: #0b2238;
}

#latest .pre-head p {
  font-size: 14px;
  color: #6d7b88;
  font-weight: 600;
}

#latest .cardNews {
  width: 100%;
  margin: 30px;
  padding: 20px 10px;
  border-radius: 10px;
  color: #0b2238;
  background: white;
}

#latest .cardNews img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}

#latest .cardNews small {
  margin: 20px 0px;
  padding: 10px 0;
  color: orangered;
}

#latest .cardNews h3 {
  font-weight: 600;
  margin: 10px 0px;
}

#latest .cardNews p {
  font-size: 13px;
  color: #6d7b88;
  font-weight: 600;
}

.no1 {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.no3 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.no4 {
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}

.message {
  margin: 6% 0px;
  width: 100%;
  text-align: center;
}

.message div {
  padding: 40px;
  width: 50%;
  margin: 0 auto;
}

.message div small {
  font-size: 0.9em;
}

.message div h2 {
  margin: 15px 0px;
  font-size: 2rem;
  color: #0b2238;
}

.message div p {
  font-size: 16px;
  line-height: 23px;
  color: #6d7b88;
  font-weight: 600;
}

.color-txt {
  color: #3af03a;
}

.columns {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.columns .row {
  margin: 20px;
  border-radius: 20px;
  padding: 30px 0px;
  border: 1px solid #edeef1;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.columns .row .img .doings {
  width: 40px;
  margin: 0 auto;
  -webkit-animation: rotate 4s forwards infinite;
          animation: rotate 4s forwards infinite;
}

.columns .row .text {
  margin: 20px 0px;
  padding: 20px;
}

.columns .row .text h3 {
  font-weight: 500;
  margin: 20px 0;
  font-size: 1.6em;
}

.columns .row .text p {
  font-size: 15px;
  color: #6d7b88;
  font-weight: 600;
}

.columns .row .click button {
  background-color: #7bd88a;
  color: white;
  font-weight: 650;
  border: none;
  border-radius: 28px;
  padding: 10px;
  font-size: 0.8em;
  width: 7.8rem;
  height: 2.7rem;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  75% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    trasforn: rotateX(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  75% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    trasforn: rotateX(0deg);
  }
}

.section-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin: 7% auto;
}

.section-3 div {
  width: 60%;
}

.section-3 div img {
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.section-3 .grid {
  width: 40%;
  margin-left: 90px;
}

.section-3 .grid small {
  font-size: 15px;
}

.section-3 .grid h3 {
  font-size: 1.9em;
  font-weight: 600;
  margin: 10px 0px;
}

.section-3 .grid .txt4 {
  margin: 30px 0;
  font-size: 15px;
  color: #353d44;
  font-weight: 600;
}

.section-3 .grid .table {
  margin: 40px 0px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (100px)[2];
      grid-template-rows: repeat(2, 100px);
  grid-gap: 30px;
  -ms-grid-columns: (50%)[2];
      grid-template-columns: repeat(2, 50%);
}

.section-3 .grid .table .box {
  margin: 20px 0;
  translate: transformY(0);
}

.section-3 .grid .table .box i {
  font-size: 1.3em;
  padding: 10px;
  margin: 8px 0px;
  border: 1px solid lightgray;
  border-radius: 8px;
}

.section-3 .grid .table .box p {
  padding: 10px;
  width: 150%;
  color: #353d44;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
}

.swiper {
  width: 80%;
  margin: 0 auto;
  height: auto;
  padding: 10px 0;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.swiper .elnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: auto 0;
}

.swiper .elnt .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper .elnt .topic .icon {
  margin-right: 10px;
  height: auto;
}

.swiper .elnt .topic .icon i {
  padding: 15px;
  font-size: 1.5em;
  color: white;
  height: 40px;
  border-radius: 10px;
}

.featured-stories {
  width: 80%;
  margin: 0px auto;
}

.featured-stories h2 {
  font-weight: 550;
  margin: 25px 0px;
  color: #353d44;
}

.featured-stories .carousel {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-stories .carousel .image {
  padding: 20px;
  margin: 20px;
  height: 60vh;
  width: 50%;
  border-radius: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-stories .carousel .image .text {
  -webkit-transform: translateY(12em);
          transform: translateY(12em);
}

.featured-stories .carousel .image .text small {
  color: orangered;
}

.featured-stories .carousel .image .text h3 {
  margin: 10px 0px;
  color: white;
}

.featured-stories .carousel .image .text p {
  color: white;
}

.featured-stories .carousel .image:nth-child(1) {
  background-image: url("../Assets/100.jpg");
}

.featured-stories .carousel .image:nth-child(2) {
  background-image: url("../Assets/101.jpg");
}

.featured-stories .carousel .image:nth-child(3) {
  background-image: url("../Assets/103.jpg");
}

.featured-stories .carousel .image:nth-child(4) {
  background-image: url("../Assets/102.jpg");
}

.featured-stories .carousel .image:nth-child(5) {
  background-image: url("../Assets/103.jpg");
}

.featured-stories .carousel .image:nth-child(6) {
  background-image: url("../Assets/102.jpg");
}

.howto {
  text-align: center;
  margin: 10% auto 5% auto;
  height: 75vh;
  width: 80%;
  background-size: 500px,200px;
  background-repeat: no-repeat;
  background-position: left, 80%;
  background-image: url("../Assets/part-1.svg"), url("../Assets/part-2.svg");
}

.howto .text {
  margin: auto auto;
  max-width: 54%;
}

.howto .text h1 {
  margin: 20px 0px;
  font-size: 2rem;
  color: #0b2238;
}

.howto .text p {
  font-size: 15px;
  line-height: 23px;
  color: #6d7b88;
  font-weight: 600;
}

.howto .btn {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.howto .btn button:nth-child(1) {
  background-color: #7bd88a;
  color: white;
  border: none;
  border-radius: 28px;
  padding: 10px;
  font-size: 0.8em;
  width: 7.8rem;
  height: 2.7rem;
  font-weight: 650;
  outline: none;
}

.howto .btn button:nth-child(2) {
  width: 7.8rem;
  height: 2.7rem;
  font-size: 0.9em;
  font-weight: 700;
  color: #444141;
  outline: none;
  border-radius: 25px;
  background: white;
  border: 1px solid #edeef1;
}

.message2 {
  margin-top: 5% !important;
}

.knowledge {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  width: 80%;
  grid-gap: 50px;
  -ms-grid-columns: 300px 300px 300px;
      grid-template-columns: 300px 300px 300px;
}

.knowledge .class i {
  padding: 10px;
  font-size: 1.5em;
  color: white;
  border-radius: 8px;
}

.knowledge .class h3 {
  margin: 20px 0px;
  font-weight: 500;
  font-size: 1.3em;
  color: #0b2238;
}

.knowledge .class p {
  font-size: 0.9em;
  line-height: 25px;
}

.location {
  width: 80%;
  margin: 10% auto;
}

.location h2 {
  color: #0b2238;
  font-weight: 500;
}

.location .img {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  width: 100%;
}

.location .img .dot {
  height: 15px;
  border-radius: 100%;
  width: 15px;
  background: lightgreen;
  position: relative;
}

.location .img .dot:nth-child(1) {
  top: 17em;
  left: 10em;
}

.location .img .dot:nth-child(2) {
  top: 19em;
  left: 30em;
}

.location .img .dot:nth-child(3) {
  top: 9em;
  left: 39em;
}

.location .img img {
  width: 100%;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 50;
  background: white;
}

footer {
  width: 80%;
  margin: 8% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer div {
  margin: 0 30px 30px 0px;
}

footer .salute {
  max-width: 30%;
}

footer .salute select {
  width: 150px;
  margin: 10px 0px;
  height: 40px;
  padding: 4px;
  outline: none;
  border-radius: 10px;
  border: 1px  solid #edeef1;
}

footer .salute select option {
  width: inherit;
  outline: none;
  background: #eeeeee;
}

footer h3 {
  margin: 10px 0px;
  color: #0b2238;
}

footer li {
  list-style: none;
  font-size: 0.9em;
  margin: 10px 0;
}

footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer form input {
  margin: 20px 0;
  outline: none;
  height: 50px;
  width: 250px;
  border-radius: 10px;
  border: 1px  solid #edeef1;
  padding: 10px;
}

footer form i {
  background: #75d885;
  padding: 10px;
  font-size: 1.5em;
  color: white;
  height: 40px;
  right: 2.2em;
  border-radius: 8px;
  position: relative;
}

.copyright {
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 1068px) {
  main {
    width: 90%;
    height: 80vh;
  }
  #latest {
    width: 95%;
    padding: 35px 35px 0px 35px;
  }
  #latest .pre-head small {
    margin: 19px 0px;
  }
  #latest .pre-head h3 {
    font-size: 1.7em;
    margin: 25px 0px;
    line-height: 35px;
  }
  #latest .cardNews {
    margin: 25px;
  }
  .message div {
    padding: 37px;
  }
  .columns {
    width: 90%;
  }
  .section-3 {
    width: 90%;
  }
  .section-3 div {
    width: 60%;
  }
  .section-3 .grid {
    width: 40%;
    margin-left: 10px;
  }
  .section-3 .grid h3 {
    font-size: 1.74em;
    margin: 10px 0px;
  }
  .section-3 .grid .txt4 {
    margin: 20px 0px;
    font-weight: 550;
  }
  .section-3 .grid .table {
    margin: 30px 0px;
    grid-gap: 20px;
    -ms-grid-columns: (40%)[2];
        grid-template-columns: repeat(2, 40%);
    -ms-grid-rows: (100px)[2];
        grid-template-rows: repeat(2, 100px);
  }
  .section-3 .grid .table .box p {
    font-size: 1em;
  }
  .featured-stories {
    width: 90%;
  }
  .featured-stories .carousel .image {
    padding: 15px;
    height: 50vh;
    margin: 15px;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(8em);
            transform: translateY(8em);
  }
  .howto {
    width: 90%;
    background-size: 400px,160px;
    background-position: left, 90%;
  }
  .knowledge {
    width: 90%;
  }
  .location {
    width: 90%;
  }
  footer {
    width: 90%;
  }
}

@media (max-width: 1018px) {
  .howto {
    height: 70vh;
  }
  .knowledge {
    width: 90%;
    grid-gap: 40px;
    -ms-grid-columns: 250px 250px 250px;
        grid-template-columns: 250px 250px 250px;
  }
  .featured-stories {
    width: 90%;
  }
  .featured-stories .carousel .image {
    padding: 15px;
    height: 55vh;
    margin: 15px;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(7em);
            transform: translateY(7em);
  }
}

@media (max-width: 940px) {
  main .begin-txt .intro-text .text-h1 {
    margin: 30px 0px;
  }
  main .begin-txt .intro-text .text-h1 h1 {
    font-size: 2.5em;
  }
  main .begin-txt .intro-text .text-h1 h1 span {
    margin: 5px 0px;
  }
  main .begin-txt .intro-text .copy-write {
    margin: 20px 0px;
  }
  main .begin-txt .img-container {
    width: 60%;
  }
  #latest .cardNews {
    margin: 20px;
  }
  #latest .cardNews img {
    height: 18vh;
  }
  .columns {
    width: 90%;
  }
  .columns .row {
    margin: 15px;
    padding: 25px 0px;
  }
  .columns .row .img .doings {
    width: 35px;
  }
  .columns .row .text {
    margin: 15px 0px;
    padding: 15px;
  }
  .columns .row .text h3 {
    font-size: 1.4em;
  }
  .columns .row .click button {
    width: 7rem;
    border-radius: 24px;
  }
  .knowledge {
    width: 90%;
    grid-gap: 30px;
    -ms-grid-columns: 220px 220px 220px;
        grid-template-columns: 220px 220px 220px;
  }
  .featured-stories {
    width: 90%;
  }
  .featured-stories .carousel .image {
    padding: 15px;
    height: 48vh;
    margin: 12px;
  }
  .section-3 .grid {
    margin-left: 10px;
  }
  .section-3 .grid .table {
    grid-auto-rows: repeat(2, 20%);
    grid-gap: 15px;
    -ms-grid-columns: (60%)[2];
        grid-template-columns: repeat(2, 60%);
  }
}

@media (max-width: 850px) {
  .float-in {
    width: 18%;
  }
  main .begin-txt .intro-text .copy-write {
    margin: 20px 0px;
  }
  main .begin-txt .intro-text .copy-write p {
    font-size: 0.8em;
  }
  .columns .row .text h3 {
    font-size: 1.2em;
  }
  .columns .row .click button {
    width: 7rem;
    border-radius: 24px;
  }
  .featured-stories {
    width: 90%;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(6.5em);
            transform: translateY(6.5em);
  }
  .section-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-3 .grid {
    margin-left: 10px;
  }
  .section-3 .grid .table {
    grid-auto-rows: repeat(2, 20%);
    grid-gap: 15px;
    -ms-grid-columns: (40%)[2];
        grid-template-columns: repeat(2, 40%);
  }
  .featured-stories .carousel .image {
    padding: 15px;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(4em);
            transform: translateY(4em);
  }
  .featured-stories .carousel .image .text h3 {
    margin: 8.5px;
    font-size: 1em;
  }
}

@media (max-width: 800px) {
  main {
    width: 97%;
    height: 60vh;
  }
  #latest {
    width: 99%;
  }
  #latest .cardNews {
    margin: 15px;
  }
  #latest .cardNews img {
    height: 16vh;
  }
  .columns {
    width: 97%;
  }
  .swiper {
    width: 95%;
  }
  .swiper .elnt {
    width: auto;
  }
  .swiper .elnt .topic {
    margin-right: 5%;
  }
  footer {
    width: 95%;
  }
}

@media (max-width: 768px) {
  main {
    height: auto;
  }
  main .begin-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .begin-txt .intro-text {
    max-width: 80%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  main .begin-txt .intro-text .text-h1 .copy-write {
    margin: 20px 0px;
    font-size: 18px;
  }
  main .begin-txt .btn1 {
    text-align: center;
    margin: 0px auto;
  }
  main .begin-txt .btn1 button {
    margin: 0 auto;
  }
  main .begin-txt .img-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    margin: 0 auto;
  }
  #latest {
    display: -ms-grid;
    display: grid;
    width: 90%;
    margin: 0px auto;
    grid-gap: 5px;
    -ms-grid-columns: (48%)[2];
        grid-template-columns: repeat(2, 48%);
    height: auto;
    padding: 10px 5px;
  }
  #latest .pre-head small {
    font-size: 1.3em;
    margin: 15px 0px;
  }
  #latest .pre-head p {
    font-size: 16px;
  }
  #latest .cardNews {
    width: 70%;
    margin: 15px;
  }
  #latest .cardNews small {
    font-size: 1em;
  }
  .no1 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .no3 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .no4 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .message {
    margin: 5% 0px;
  }
  .message div {
    padding: 20px;
    width: 70%;
  }
  .section-3 {
    margin: 3% auto;
    width: 92%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-3 div {
    width: 40%;
  }
  .section-3 .grid {
    margin-left: 0px;
    width: 55%;
  }
  .section-3 .grid .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-3 .grid .table .box p {
    font-size: 0.8em;
    width: 100%;
    margin: 4px 0px;
  }
  .swiper {
    width: 95%;
  }
  .swiper .elnt .topic .txt {
    width: auto;
  }
  .swiper .elnt .topic .icon {
    margin-right: 7%;
  }
  .swiper .elnt .topic .icon i {
    padding: 15px;
    font-size: 1.2em;
  }
  .featured-stories {
    width: 95%;
  }
  .featured-stories h2 {
    font-size: 1.2em;
    margin: 10px 0px;
  }
  .featured-stories .carousel {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (45%)[2];
        grid-template-columns: repeat(2, 45%);
  }
  .featured-stories .carousel .image {
    width: 100%;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(5em);
            transform: translateY(5em);
  }
  .featured-stories .carousel .image .text h3 {
    margin: 4px 0px;
    font-size: 0.9em;
  }
  .howto {
    width: 95%;
    height: 90vh;
    margin: 10% auto 3% auto;
    background-size: 400px, 150px;
    background-position: -10%, 90%;
  }
  .howto .text {
    max-width: 60%;
  }
  .howto .text h1 {
    font-size: 1.6rem;
  }
  .howto .btn {
    margin: 20px auto;
  }
  .howto .btn button:nth-child(1) {
    width: 15rem;
    height: 2rem;
    margin: 10px;
    font-size: 0.9em;
    border-radius: 10px;
  }
  .howto .btn button:nth-child(2) {
    width: 15rem;
    margin: 10px;
    height: 2rem;
    font-size: 0.9em;
    border-radius: 10px;
  }
  .knowledge {
    width: 97%;
    grid-gap: 30px;
    -ms-grid-columns: 30% 30% 30%;
        grid-template-columns: 30% 30% 30%;
  }
  .knowledge .class i {
    font-size: 1.2em;
  }
  .knowledge .class h3 {
    font-size: 1.2em;
    margin: 14px 0px;
  }
  .knowledge .class p {
    font-size: 0.8em;
    line-height: 21px;
  }
  .location {
    width: 95%;
  }
  .location h2 {
    font-size: 1.2em;
  }
  .location .img {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .location .img .dot {
    height: 10px;
    width: 10px;
  }
  .location .img .dot:nth-child(3) {
    display: none;
  }
  footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
    width: 95%;
  }
  footer div {
    margin: 0 20 20 0px;
  }
  footer .salute {
    max-width: 100%;
  }
  footer .salute p {
    font-size: 1em;
  }
  footer h3 {
    font-size: 1.1em;
  }
  footer .subscribe {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .float-in {
    width: 18%;
  }
}

@media (max-width: 600px) {
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .columns .row {
    margin: 30px;
  }
  .section-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-3 div {
    width: 100%;
  }
  .section-3 .grid {
    width: 98%;
  }
  .section-3 .grid h3 {
    font-size: 1.4em;
  }
  .section-3 .grid .table {
    margin: 30px 0px;
  }
  .section-3 .grid .table .box p {
    width: 70%;
  }
  .featured-stories .carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .howto {
    height: 80vh;
    background-size: 250px, 100px;
    background-position: left, 95%;
  }
  .message div {
    width: 80%;
  }
  .message div h2 {
    font-size: 1.4rem;
  }
  .knowledge {
    width: 95%;
  }
  .knowledge .class h3 {
    font-size: 1em;
  }
  .location {
    width: 95%;
  }
  .location .img img {
    height: 50vh;
  }
  .float-in {
    width: 20%;
  }
}

@media (max-width: 490px) {
  main .begin-txt .intro-text {
    max-width: 90%;
  }
  main .begin-txt .intro-text .text-h1 h1 {
    font-size: 2.5em;
  }
  main .begin-txt .img-container {
    width: 90%;
  }
  #latest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15% auto;
  }
  #latest .pre-head h3 {
    margin: 10px 0px;
    font-size: 1.5em;
  }
  #latest .cardNews {
    width: 70%;
  }
  #latest .cardNews img {
    height: 30vh;
  }
  #latest .cardNews p {
    font-size: 16px;
  }
  .message div {
    width: 90%;
  }
  .section-3 .grid .table {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (49%)[2];
        grid-template-columns: repeat(2, 49%);
  }
  .section-3 .grid .table .box p {
    font-size: 0.9em;
  }
  .featured-stories .carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
  }
  .featured-stories .carousel .image {
    width: 90%;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    text-align: center;
  }
  .featured-stories .carousel .image .text small {
    font-size: 0.9em;
  }
  .featured-stories .carousel .image .text h3 {
    font-size: 1.2em;
  }
  .message2 {
    margin: 20% auto;
  }
  .howto {
    margin: 20% auto 15% auto;
    width: 95%;
    height: 80vh;
  }
  .howto .text {
    max-width: 90%;
  }
  .howto .btn button:nth-child(1) {
    border-radius: 28px;
    padding: 15px;
    font-size: 0.9em;
    width: 80%;
    height: 2.7rem;
  }
  .howto .btn button:nth-child(2) {
    border-radius: 28px;
    padding: 15px;
    font-size: 0.9em;
    width: 80%;
    height: 2.7rem;
  }
  .knowledge {
    width: 90%;
    -ms-grid-columns: (45%)[2];
        grid-template-columns: repeat(2, 45%);
  }
  .location {
    margin: 15% auto;
    width: 90%;
  }
  .location .img {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .location .img .dot {
    display: none;
  }
  .location .img img {
    height: auto;
  }
  footer {
    margin: 15% auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .float-in {
    width: 22%;
  }
}

@media (max-width: 430px) {
  .location {
    display: none;
  }
  #latest .cardNews {
    width: 100%;
  }
  .howto {
    background: none;
    height: 60vh;
  }
  main {
    margin: 30px auto;
  }
  .message {
    width: 100%;
  }
  .message div {
    width: 100%;
  }
  .featured-stories {
    text-align: center;
  }
  .featured-stories h2 {
    font-weight: 600;
  }
  .featured-stories .carousel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featured-stories .carousel .image {
    height: 40vh;
    width: 80%;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(7em);
            transform: translateY(7em);
    text-align: center;
  }
  .float-in {
    width: 28%;
  }
  .swiper {
    margin: 9% auto;
  }
  .swiper .elnt .topic {
    margin-right: 9%;
  }
}

@media (max-width: 390px) {
  main .begin-txt .intro-text .text-h1 h1 {
    font-size: 2.4em;
  }
  .location {
    display: none;
  }
  .howto .btn {
    max-width: 80%;
  }
  .howto .btn button:nth-child(1) {
    border-radius: 28px;
    padding: 15px;
    font-size: 0.9em;
    width: 80%;
    height: 2.7rem;
  }
  .howto .btn button:nth-child(2) {
    border-radius: 28px;
    padding: 15px;
    font-size: 0.9em;
    width: 80%;
    height: 2.7rem;
  }
  .featured-stories .carousel .image .text {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
  .knowledge {
    margin: 10% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .float-in {
    width: 30%;
  }
}
/*# sourceMappingURL=styles.css.map */