h1,
h2,
h3,
h4,
h5,
h6,
a,
b,
input,
textarea,
button,
span,
p,
small,
b,
u,
i {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

.it_section__header {
  width: 50%;
  margin: 0 auto;
  font-family: 'Poppins', san-serif;
  text-align: center;
}

.it_section__header p:first-child {
  color: #00df62;
  font-weight: 300;
}

.it_section__header p:last-child {
  color: #c1c9cc;
  font-weight: 200;
}

@media (min-width: 320px) {
  h1 {
    font-size: 1.1rem !important;
  }
  h2 {
    font-size: 1.05rem !important;
  }
  h3 {
    font-size: 1rem !important;
  }
  h4 {
    font-size: .95rem !important;
  }
  h5 {
    font-size: .9rem !important;
  }
  h6 {
    font-size: .85rem !important;
  }
  p {
    font-size: .8rem !important;
  }
  button {
    font-size: .8rem !important;
  }
  .display_grid_3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .display_grid_4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (min-width: 360px) {
  h1 {
    font-size: 1.15rem !important;
  }
  h2 {
    font-size: 1.1rem !important;
  }
  h3 {
    font-size: 1.05rem !important;
  }
  h4 {
    font-size: 1rem !important;
  }
  h5 {
    font-size: .95rem !important;
  }
  h6 {
    font-size: .9rem !important;
  }
  p {
    font-size: .85rem !important;
  }
}

@media (min-width: 412px) {
  h1 {
    font-size: 1.2rem !important;
  }
  h2 {
    font-size: 1.15rem !important;
  }
  h3 {
    font-size: 1.1rem !important;
  }
  h4 {
    font-size: 1.05rem !important;
  }
  h5 {
    font-size: 1.1rem !important;
  }
  h6 {
    font-size: 1rem !important;
  }
  p {
    font-size: .9rem !important;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 1.3rem !important;
  }
  h2 {
    font-size: 1.25rem !important;
  }
  h3 {
    font-size: 1.2rem !important;
  }
  h4 {
    font-size: 1.15rem !important;
  }
  h5 {
    font-size: 1.1rem !important;
  }
  h6 {
    font-size: 1rem !important;
  }
  p {
    font-size: .95rem !important;
  }
  .display_grid_3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 834px) {
  h1 {
    font-size: 1.4rem !important;
  }
  h2 {
    font-size: 1.35rem !important;
  }
  h3 {
    font-size: 1.3rem !important;
  }
  h4 {
    font-size: 1.25rem !important;
  }
  h5 {
    font-size: 1.2rem !important;
  }
  h6 {
    font-size: 1.15rem !important;
  }
  p {
    font-size: .95rem !important;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.45rem !important;
  }
  h3 {
    font-size: 1.4rem !important;
  }
  h4 {
    font-size: 1.35rem !important;
  }
  h5 {
    font-size: 1.3rem !important;
  }
  h6 {
    font-size: 1.25rem !important;
  }
  p {
    font-size: 1rem !important;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 1.6rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.45rem !important;
  }
  h4 {
    font-size: 1.4rem !important;
  }
  h5 {
    font-size: 1.35rem !important;
  }
  h6 {
    font-size: 1.3rem !important;
  }
  p {
    font-size: 1rem !important;
  }
  .display_grid_3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 1.75rem !important;
  }
  h2 {
    font-size: 1.7rem !important;
  }
  h3 {
    font-size: 1.65rem !important;
  }
  h4 {
    font-size: 1.6rem !important;
  }
  h5 {
    font-size: 1.55rem !important;
  }
  h6 {
    font-size: 1.5rem !important;
  }
  p {
    font-size: 1.05rem !important;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 1.9rem !important;
  }
  h2 {
    font-size: 1.85rem !important;
  }
  h3 {
    font-size: 1.8rem !important;
  }
  h4 {
    font-size: 1.75rem !important;
  }
  h5 {
    font-size: 1.7rem !important;
  }
  h6 {
    font-size: 1.65rem !important;
  }
  p {
    font-size: 1.1rem !important;
  }
}

header {
  position: relative;
  z-index: 9;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 #87ceeb42;
          box-shadow: 0 0 10px 0 #87ceeb42;
}

header .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
}

header .container .it__header__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .15fr 1fr;
      grid-template-columns: .15fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container .it__header__left a {
  color: rgba(0, 0, 0, 0.842);
  font-weight: 400;
  font-size: .95rem;
  letter-spacing: .1px;
}

header .container .it__header__left .active {
  color: black;
  border-bottom: 2px solid dodgerblue;
  padding-bottom: 5px;
}

header .container .it__header__right {
  -ms-grid-column-align: end;
      justify-self: end;
}

header .container .it__header__right button {
  font-size: .9rem;
  padding: .2rem 1rem;
  border-radius: 5px;
}

header .container .it__header__right .hamburger {
  display: none;
  cursor: pointer;
  height: 20px;
  width: 30px;
}

.mobilemenu {
  position: absolute;
  top: -400px;
  left: 0;
  right: 0;
  background: white;
  z-index: 4;
  height: 310px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mobilemenu ul {
  padding-top: 1.5rem;
}

.mobilemenu ul li {
  margin-bottom: 2rem;
}

.mobilemenu button {
  border-radius: 5px;
}

.showMobileMenu {
  top: 40px;
}

@media (min-width: 320px) {
  header .container .it__header__left img {
    width: 50px !important;
  }
}

@media (max-width: 767px) {
  header .container ul {
    display: none;
  }
  header .container button {
    display: none;
  }
  header .container .hamburger {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  header .container .it__header__left img {
    width: 70px !important;
  }
}

.it_headerbottom {
  background: #f9fcfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fcfb), to(#e4e8ee));
  background-image: linear-gradient(#f9fcfb 0%, #e4e8ee 100%);
  position: relative;
  z-index: 3;
}

.it_headerbottom .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.it_headerbottom .container .it_headerbottom__left p:first-child {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.it_headerbottom .container .it_headerbottom__left .subheading {
  color: #929191ba;
  font-weight: 200;
  margin-bottom: 1rem;
  font-size: .94rem;
}

.it_headerbottom .container .it_headerbottom__left button {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.it_headerbottom .container .it_headerbottom__left button svg {
  margin-left: .5rem;
}

.it_headerbottom .container .it_headerbottom__right {
  -ms-grid-column-align: end;
      justify-self: end;
  text-align: center;
}

.it_headerbottom .container .it_headerbottom__right .it_headerbottom__rightAnimatoin {
  width: 85% !important;
  height: 100% !important;
}

.it_headerbottom .it_counter {
  position: relative;
  top: 75px;
  z-index: 3;
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  background: dodgerblue;
  border-radius: 10px;
  padding: .5rem;
}

.it_headerbottom .it_counter .it_count {
  padding: 2.5rem;
  border-right: 2px dashed white;
}

.it_headerbottom .it_counter .it_count:last-child {
  border: none;
}

.it_headerbottom .it_counter .it_count p,
.it_headerbottom .it_counter .it_count svg {
  color: white;
}

.it_header__bottom__wave {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

@media (min-width: 320px) {
  .it_headerbottom .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .it_headerbottom .container .it_headerbottom__left {
    padding-top: 2rem;
  }
  .it_headerbottom .container .it_headerbottom__right {
    display: none !important;
  }
  .it_headerbottom .it_counter {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .it_headerbottom .it_counter .it_count {
    padding: 0.5rem;
    border-right: 2px dashed white;
    border: none;
  }
}

@media (min-width: 768px) {
  .it_headerbottom .container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .it_headerbottom .container .it_headerbottom__left {
    padding-top: 2rem;
  }
  .it_headerbottom .container .it_headerbottom__right {
    display: block !important;
  }
  .it_headerbottom .it_counter {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .it_headerbottom .it_counter .it_count {
    padding: 1.5rem;
    border-right: 2px dashed white;
  }
  .it_header__bottom__wave {
    margin-top: -50px;
  }
  .atglance__body {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  .it_headerbottom .it_counter .it_count {
    padding: 2.5rem;
    border-right: 2px dashed white;
  }
  .it_header__bottom__wave {
    margin-top: -100px;
  }
}

@media (min-width: 1280px) {
  .atglance__body {
    -ms-grid-columns: (1fr)[3] !important;
        grid-template-columns: repeat(3, 1fr) !important;
  }
}

.it_howitworks {
  margin-top: -50px;
}

.it_howitworks .howitworks__rightStep {
  background: white;
  -webkit-box-shadow: 0 0px 20px 0px rgba(103, 151, 255, 0.22);
          box-shadow: 0 0px 20px 0px rgba(103, 151, 255, 0.22);
  padding: 1rem;
  border-radius: 6px;
  border-left: 4px solid transparent;
}

.it_howitworks .howitworks__rightStep h5 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.it_howitworks .howitworks__rightStep p {
  font-size: .95rem;
  font-weight: 300;
  color: #97b9b7;
  font-family: 'Poppins', sans-serif;
}

.it_howitworks .it_howitworks__right .first {
  border-left: 4px solid lime;
}

.it_howitworks .it_howitworks__right .second {
  border-left: 4px solid dodgerblue;
}

.it_howitworks .it_howitworks__right .third {
  border-left: 4px solid #f57d7d;
}

.it_howitworks .it_howitworks__right .fourth {
  border-left: 4px solid #ffd90c;
}

@media (min-width: 320px) {
  .it_howitworks {
    margin-top: 6rem !important;
    padding-bottom: 0 !important;
  }
  .it_howitworks .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .it_howitworks .container .it_howitworks__left {
    display: none;
  }
}

@media (min-width: 768px) {
  .it_howitworks {
    margin-top: 0rem !important;
  }
  .it_howitworks .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .it_howitworks .container .it_howitworks__left {
    display: none;
  }
}

@media (min-width: 1024px) {
  .it_howitworks {
    margin-top: -30px !important;
    padding-bottom: 0 !important;
  }
  .it_howitworks .container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .it_howitworks .container .it_howitworks__left {
    display: block;
  }
}

@media (min-width: 1280px) {
  .it_howitworks {
    margin-top: -50px !important;
    padding-bottom: 0 !important;
  }
  .it_howitworks .container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .it_howitworks .container .it_howitworks__left {
    display: block;
  }
}

.it_atglance .container .it_atglance__header h2 {
  font-size: 2rem;
}

.it_atglance .container .it_atglance__header p {
  width: 50%;
  margin: auto;
  font-size: 1.1rem;
  color: #c0c8cb;
  font-family: 'Poppins';
  font-weight: 300;
}

.it_atglance .container div:last-child .it_atglance__feature {
  border-radius: 10px;
  padding: 2rem;
  border-bottom: 8px solid #00ffab;
  -webkit-box-shadow: 0 10px 20px 0 #87cfeb42;
          box-shadow: 0 10px 20px 0 #87cfeb42;
}

.it_atglance .container div:last-child .it_atglance__feature img {
  width: 80px;
  margin-bottom: 1.5rem;
}

.it_atglance .container div:last-child .it_atglance__feature h3 {
  font-size: 1.4rem;
  font-family: 'Poppins', san-serif;
  font-weight: 400;
}

.it_atglance .container div:last-child .it_atglance__feature p {
  color: #a1afb5;
  font-family: 'Poppins', san-serif;
  font-weight: 300;
  font-size: 1rem;
  margin-top: 1rem;
}

.it_atglance .container div:last-child .it_atglance__feature:nth-child(2), .it_atglance .container div:last-child .it_atglance__feature:nth-child(5) {
  border-color: dodgerblue;
}

.it_atglance .container div:last-child .it_atglance__feature:nth-child(2) svg, .it_atglance .container div:last-child .it_atglance__feature:nth-child(5) svg {
  background: rgba(30, 143, 255, 0.918);
  color: white;
}

.it_atglance .container div:last-child .it_atglance__feature:nth-child(3),
.it_atglance .container div:last-child .it_atglance__feature:nth-child(6) {
  border-color: #ffd531;
}

.it_atglance .container div:last-child .it_atglance__feature:nth-child(3) img,
.it_atglance .container div:last-child .it_atglance__feature:nth-child(6) img {
  width: 50px;
}

@media (min-width: 320px) {
  .it_atglance .container .it_atglance__header p {
    width: 100%;
  }
  .display_grid_3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .it_atglance .container div:last-child .it_atglance__feature img {
    width: 65px;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .it_atglance__body {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1280px) {
  .it_atglance__body {
    -ms-grid-columns: (1fr)[3] !important;
        grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 1920px) {
  .it_atglance .container div:last-child .it_atglance__feature {
    max-width: 470px;
  }
}

.it_calltoaction {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../../../../assets/images/calltoaction/post00002.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../../../assets/images/calltoaction/post00002.jpg");
  height: 500px;
  width: 100vw;
  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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.it_calltoaction .container {
  width: 60%;
}

.it_calltoaction .container h1,
.it_calltoaction .container p {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}

.it_calltoaction .container p {
  font-size: 1.1rem;
  font-weight: 200;
  margin: 1rem 0;
}

.it_calltoaction .container button {
  background: #00df62;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 1rem;
  font-size: 1.25rem;
}

.it_calltoaction .container small {
  display: block;
  margin-top: 1rem;
  color: white;
}

@media (min-width: 320px) {
  .it_calltoaction {
    height: unset;
    padding: 3rem 0;
  }
}

footer .container .column h6 {
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

footer .container .column ul {
  margin-top: 3rem;
}

footer .container .column ul li {
  margin: 1.5rem 0;
}

footer .container .column ul li a {
  font-size: 1.05rem;
  font-family: 'Poppins', sans-serif;
  color: #a6bec8;
  font-weight: 300;
}

footer .container .it_footer__columnThree ul li {
  display: inline-block;
  background: white;
  -webkit-box-shadow: 0 3px 10px 0px #d1e6ef4f;
          box-shadow: 0 3px 10px 0px #d1e6ef4f;
  padding: .3rem .5rem;
  margin: 0 10px;
  margin-bottom: 1rem;
  border-radius: 5px;
}

footer .container .it_footer__columnThree ul li:first-child svg {
  fill: #25a3f7;
  stroke: none;
}

footer .container .it_footer__columnThree ul li:nth-child(2) svg {
  fill: #5db7f3;
  stroke: none;
}

footer .container .it_footer__columnThree ul li:nth-child(3) svg {
  stroke: #d04400;
  fill: none;
}

footer .container .it_footer__columnThree ul li:nth-child(4) svg {
  fill: #ff1e00;
  stroke: white;
}

footer .container .it_footer__columnFour form p {
  color: #00ff80;
  margin-bottom: 1.1rem;
  font-weight: 200;
  font-size: 1.1rem;
  margin-top: 2.7rem;
}

footer .container .it_footer__columnFour form .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d1d1d13b;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  padding: 0.3rem 0.5rem;
}

footer .container .it_footer__columnFour form .email input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: none;
  -ms-flex-order: none;
  border: none;
  outline: none;
  font-size: .9rem;
  padding: .5rem;
}

footer .container .it_footer__columnFour form .email button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  outline: none;
  background: dodgerblue;
  color: white;
  padding: 0 1rem;
  font-size: .85rem;
  border-radius: 40px;
}

footer .container .it_footer__columnFour form .email button svg {
  width: 1.3rem;
}

footer .it_footer__bottom {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

footer .it_footer__bottom p {
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  color: #a6bec8;
  font-weight: 300;
}

footer .it_footer__bottom ul li {
  display: inline-block;
  margin-left: 1.5rem;
}

footer .it_footer__bottom ul li a {
  font-size: .95rem;
  font-family: 'Poppins', sans-serif;
  color: #a6bec8;
  font-weight: 300;
}

@media (min-width: 320px) {
  footer .container .it_footer__columnFour form .email input {
    width: 100% !important;
  }
  footer .container .it_footer__columnFour form button {
    padding: .38rem .5rem !important;
    font-size: .85rem !important;
  }
  footer .it_footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .it_footer__bottom ul {
    width: 100%;
    margin-top: .5rem;
  }
  footer .it_footer__bottom ul li {
    margin-left: 0 !important;
  }
  footer .it_footer__bottom ul li a {
    font-size: .8rem !important;
  }
}

@media (min-width: 412px) {
  .it_footer__bottom {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .it_footer__bottom ul {
    width: 100%;
    margin-top: .5rem;
  }
  .it_footer__bottom ul li {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  footer .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .it_footer__bottom {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .it_footer__bottom ul {
    width: 100%;
    margin-top: .5rem;
  }
  .it_footer__bottom ul li {
    margin-left: 0 !important;
  }
}

@media (min-width: 834px) {
  .it_footer__bottom {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .it_footer__bottom ul {
    width: 100%;
    margin-top: .5rem;
  }
  .it_footer__bottom ul li {
    margin-left: 0 !important;
  }
}

@media (min-width: 1024px) {
  footer .container {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  footer .it_footer__bottom {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  footer .it_footer__bottom ul {
    width: unset !important;
    margin-top: unset !important;
  }
  footer .it_footer__bottom ul li {
    margin-left: 0 !important;
  }
  footer .it_footer__bottom ul li a {
    font-size: 1rem !important;
  }
}

@media (min-width: 1280px) {
  footer .container {
    -ms-grid-columns: .2fr .2fr .25fr .35fr;
        grid-template-columns: .2fr .2fr .25fr .35fr;
  }
  footer .container .it_footer__columnFour {
    padding-left: 2rem;
  }
}

@media (min-width: 1920px) {
  footer .container {
    -ms-grid-columns: (1fr)[4] !important;
        grid-template-columns: repeat(4, 1fr) !important;
  }
  footer .container .it_footer__columnFour {
    padding-left: 3rem !important;
  }
}

.it_pricing {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.it_pricing .container .it_pricing__body {
  display: -ms-grid;
  display: grid;
  margin-top: 7rem;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing {
  background: white;
  max-width: 450px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 #87ceeb8c;
          box-shadow: 0 0 10px 0 #87ceeb8c;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing h2 {
  font-size: 1.75rem;
  margin-bottom: 1.4rem;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing span {
  height: 2px;
  width: 50px;
  background: #00ffb2;
  display: block;
  margin-bottom: 1.4rem;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing .it_price {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #00e0ff;
  font-weight: 300;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing .it_price small {
  font-size: .75rem;
  font-weight: 200;
  color: #00ffb2;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing .it_svg {
  width: 45%;
  position: absolute;
  top: 0%;
  right: 5%;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing ul {
  margin-top: 3.5rem;
  margin-bottom: 6rem;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing ul li {
  margin: 1rem 0;
  margin: 1rem 0;
  font-weight: 300;
  font-size: .87rem;
  font-family: 'Montserrat', san-serif;
  color: black;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing ul li svg {
  stroke-width: 3.2;
  stroke: #00ffb2;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 skyblue;
  box-shadow: 0 0 10px 0 #00000057;
  width: 13rem;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 3rem;
  color: #00e0ff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, -5%);
          transform: translate(-50%, -5%);
  z-index: 2;
  cursor: pointer;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing button svg {
  stroke: black;
  width: 1.3rem;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing .it_shapes {
  position: absolute;
  top: 45%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 15.5rem;
  z-index: -1;
}

.it_pricing .container .it_pricing__body .it_pricing__bodyPricing .it_wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.it_pricing .container .it_pricing__body .one .it_svg {
  width: 50%;
  top: -3%;
}

.it_pricing .container .it_pricing__body .two {
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.it_faq .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

.it_faq .container .it_faq__left div,
.it_faq .container .it_faq__right div {
  margin-bottom: 2rem;
}

.it_faq .container .it_faq__left div h4,
.it_faq .container .it_faq__right div h4 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Baloo Da 2', sans-serif;
}

.it_faq .container .it_faq__left div p,
.it_faq .container .it_faq__right div p {
  font-size: .95rem;
  color: #b7c9d1;
  font-weight: 300;
  margin-top: .5rem;
}

@media (min-width: 320px) {
  .it_section__header {
    width: 100% !important;
  }
  .it_pricing .container .it_pricing__body {
    margin-top: 4rem;
    grid-gap: 5rem;
  }
  .it_faq .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0rem;
  }
}

@media (min-width: 768px) {
  .it_pricing__bodyPricing {
    margin: auto;
  }
}

@media (min-width: 834px) {
  .it_pricing__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem !important;
  }
  .it_pricing__body .two {
    z-index: 2;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@media (min-width: 1024px) {
  .it_pricing__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 0 !important;
  }
  .it_pricing__body .it_pricing__bodyPricing ul li p {
    font-size: .8rem !important;
  }
}

@media (min-width: 1280px) {
  .it_section__header p:last-child {
    color: #c1c9cc;
    font-weight: 200;
    width: 50%;
    margin: auto;
  }
  .it_pricing__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.5rem !important;
  }
  .it_pricing__body .it_pricing__bodyPricing {
    margin: unset;
  }
  .it_pricing__body .two {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
  .it_faq .container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem;
  }
  .it_faq .container h4 {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 1440px) {
  .it_pricing__body {
    max-width: 1300px !important;
    margin: auto;
  }
}

@media (min-width: 1920px) {
  .it_faq .container {
    max-width: 1600px;
  }
}

.it_contact .it_contact__header {
  background: url("../../");
  background: #87ceeb38;
  text-align: center;
  padding: 7rem;
}

.it_contact .it_contact__header > p {
  color: #000000ba;
}

.it_contact .it_contact__header a {
  margin: 0 .5rem;
}

.it_contact .it_contact__header a .it_facebook {
  fill: dodgerblue;
  stroke: none;
}

.it_contact .it_contact__header a .it_twitter {
  fill: rgba(30, 143, 255, 0.767);
  stroke: none;
}

.it_contact .it_contact__header a .it_instagram {
  fill: none;
  stroke: red;
}

.it_contact .it_contact__header a .it_youtube {
  fill: white;
  stroke: red;
}

.it_contact .it_contact__body {
  width: 65%;
  margin: 3rem auto;
}

.it_contact .it_contact__body h1 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 5rem;
  margin-bottom: 1.5rem;
  color: #00df62;
}

.it_contact .it_contact__body form {
  background: #fafafa;
  border-radius: 5px;
  padding: 3rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.it_contact .it_contact__body form div {
  margin-bottom: 1.3rem;
}

.it_contact .it_contact__body form div label {
  display: block;
  margin-bottom: .3rem;
  color: #000000ba;
}

.it_contact .it_contact__body form div input,
.it_contact .it_contact__body form div textarea {
  background: #ffffff;
  border: 1px solid #d1d1d170;
  outline: none;
  border-radius: 5px;
  width: 100%;
  font-size: .95rem;
  padding: .2rem .5rem;
  color: #a5a5a5;
}

.it_contact .it_contact__body form div button {
  background: dodgerblue;
  color: white;
  border: none;
  outline: none;
  padding: .5rem 2rem;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.it_contact .it_contact__body form div button:hover {
  border-radius: 30px;
}

@media (min-width: 320px) {
  .it_contact .it_contact__header {
    padding: 3rem 0;
  }
  .it_contact .it_contact__header div p {
    display: none;
  }
  .it_contact .it_contact__body {
    width: 100%;
  }
  .it_contact .it_contact__body h1 {
    padding-left: unset;
  }
  .it_contact .it_contact__body form {
    background: #fafafa;
    border-radius: 5px;
    padding: 2rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .it_contact__header div p {
    display: block !important;
  }
}

@media (min-width: 834px) {
  .it_contact__body {
    width: 80% !important;
  }
}

@media (min-width: 1024px) {
  .it_contact__body {
    width: 70% !important;
  }
}

@media (min-width: 1440px) {
  .it_contact__body {
    max-width: 700px !important;
  }
}
/*# sourceMappingURL=app.css.map */