@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
* {
  margin: 0;
  color: #000;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  outline: 0 !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex.col-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jCon_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aling-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.row .col {
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
}

.menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.menu .toggle {
  display: none;
  border: 0;
  background: transparent;
  height: 60px;
  margin-left: 15px;
  cursor: pointer;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.menu ul li {
  list-style: none;
}

.menu ul li a {
  text-decoration: none;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 0 2rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.menu ul li a .icon img {
  width: 20px;
  margin-left: 5px;
}

.menu ul li a:hover {
  background: #ebf3f1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.menu ul.showMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.header .headerImg {
  background: url("../img/header_bg.jpg");
  background-size: 100%;
  height: 65px;
  width: 100%;
}

.header .headBox {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 2rem 0;
  margin-top: -1.5rem;
  background: #fff;
}

.servicesIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.servicesIcons .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
  padding: 1rem;
  height: 7rem;
  width: 7rem;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 15px;
}

.servicesIcons .icon:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.servicesIcons .icon .text {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

.cardsView {
  max-width: 1600px;
  margin: 0 auto;
}

.cardsView .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cardsView .card {
  margin-top: 2rem;
  padding: 1rem;
  max-width: 421px;
}

.cardsView .card h3 {
  font-size: 26px;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.cardsView .card h3 span {
  background: #42c8b7;
  color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  margin-right: 30px;
}

.cardsView .card p {
  font-size: 20px;
  color: #666;
}

/* responsive SCSS
--------------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .toggle {
    display: block;
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .toggle {
    display: block;
  }
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .menu .toggle {
    display: none;
  }
  .menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1024px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*# sourceMappingURL=main.css.map */