/*=== MEDIA QUERY ===*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);
body {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

p {
  color: #7B7B7B;
  font-size: 15px;
  font-family: "Roboto", sans-serif; }

body, html {
  overflow-x: hidden; }

ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none; }

iframe {
  border: 0; }

img {
  max-width: 100%; }

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #2969e6; }

blockquote {
  font-size: 18px;
  border-color: #2969e6;
  padding: 20px 40px;
  text-align: left;
  color: #777; }

input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px; }
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #2969e6; }

.btn-main, .support .container .support-btns .btn-support, .btn-small, .btn-transparent, .btn-secondary {
  background: #2969e6;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-main.btn-icon i, .support .container .support-btns .btn-icon.btn-support i, .btn-icon.btn-small i, .btn-icon.btn-transparent i, .btn-icon.btn-secondary i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px; }
  .btn-main:hover, .support .container .support-btns .btn-support:hover, .btn-small:hover, .btn-transparent:hover, .btn-secondary:hover {
    background: #123f97;
    color: #fff; }

.btn-secondary {
  background: #9230d4; }
  .btn-secondary:hover {
    background: #591b83; }

.btn-solid-border {
  border: 1px solid #2969e6;
  background: transparent;
  color: #2969e6; }
  .btn-solid-border:hover {
    background: #2969e6;
    color: #fff; }
    .btn-solid-border:hover span {
      color: #fff; }

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #2969e6; }
  .btn-transparent:hover {
    background: transparent;
    color: #2969e6; }

.btn-large {
  padding: 20px 45px; }
  .btn-large.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px; }

.btn-small {
  padding: 10px 24px;
  font-size: 12px; }

.btn-round {
  border-radius: 4px; }

.btn-round-full {
  border-radius: 50px; }

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0; }

.mt-10 {
  margin-top: 20px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

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

.btn:focus {
  color: #ddd; }

.w-100 {
  width: 100%; }

.margin-0 {
  margin: 0 !important; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px; }

.bg-white {
  background-color: #ffffff; }

.bg-gray {
  background-color: #f9f9f9; }

.bg-darkgray {
  background-color: #d6d6d6; }

.bg-primary {
  background-color: #2969e6; }

.bg-primary-dark {
  background-color: #1752c5; }

.bg-primary-darker {
  background-color: #123f97; }

.bg-dark {
  background-color: #202122; }

.row-default-padding {
  padding: 20px 30px; }

.section-default-padding {
  padding: 50px 30px; }

.section-title {
  margin-bottom: 50px;
  text-align: center; }
  .section-title h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600; }
  .section-title p {
    color: #666;
    font-family: "Roboto", sans-serif; }

.section-subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px; }

.page-title {
  padding: 100px 0; }
  .page-title .block {
    text-align: center; }
    .page-title .block h1 {
      color: #fff;
      font-weight: 200;
      letter-spacing: 6px;
      margin-top: 0;
      text-transform: capitalize; }
    .page-title .block p {
      color: #fff; }

.overly {
  position: relative; }
  .overly:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1d192c;
    opacity: 0.8; }

.slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 170px 0 200px;
  position: relative; }
  @media (max-width: 768px) {
    .slider {
      background-attachment: scroll;
      padding: 150px 0; }
      .slider h1 {
        font-size: 35px; } }
  .slider .block {
    color: #E3E3E4;
    text-align: center; }
    .slider .block h1 {
      font-weight: 100;
      font-size: 45px;
      line-height: 60px;
      letter-spacing: 10px;
      padding-bottom: 15px;
      text-transform: uppercase; }
    .slider .block p {
      margin-bottom: 30px;
      color: #b9b9b9;
      font-size: 18px;
      line-height: 27px;
      font-weight: 300; }

.our-products {
  text-align: center;
  padding: 50px 0; }
  .our-products .product-item {
    padding-bottom: 80px; }
    .our-products .product-item a:hover .product-btn-label {
      color: #fff; }
    .our-products .product-item i {
      font-size: 60px;
      color: #2969e6; }
    .our-products .product-item h4 {
      padding-top: 15px;
      margin: 0;
      font-weight: 500;
      /*text-transform: uppercase;*/ }
    .our-products .product-item p {
      padding-top: 10px;
      margin: 0;
      height: 90px; }
    .our-products .product-item .product-btn {
      text-transform: none;
      width: 223px; }
    .our-products .product-item .product-btn-label {
      font-size: 11px;
      color: #999; }
    .our-products .product-item .product-btn-platform {
      font-size: 15px;
      font-weight: bold;
      text-align: left; }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999999999999;
  background-color: #2969e6;
  border-radius: 50px;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  width: 48px;
  color: #fff;
  display: none; }
  .back-to-top:hover {
    color: #fff; }

.submenu h4 {
  margin: 0; }
  .submenu h4 img {
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 8px; }

.submenu .nav a {
  color: #444;
  font-weight: bold; }

.btn-download {
  background-color: #449d44; }
  .btn-download:hover {
    background: #255625;
    color: #fff; }

.btn-learn {
  background-color: #26ae60; }
  .btn-learn:hover {
    background: #145a32;
    color: #fff; }

.btn-buy {
  background-color: #1a89d0; }
  .btn-buy:hover {
    background: #0f4d75;
    color: #fff; }

.overview-tabs ul.nav {
  margin: 100px auto 0;
  border: 0;
  display: inline-flex;
  float: none;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .overview-tabs ul.nav li {
    font-size: 16px;
    color: #7c7c7c;
    background-color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    min-width: 200px;
    text-align: center;
    cursor: pointer; }
  .overview-tabs ul.nav .active {
    color: #fff;
    background-color: #1a89d0;
    position: relative;
    padding: 20px 30px;
    margin-top: -20px; }
    .overview-tabs ul.nav .active :after {
      content: " ";
      top: 100%;
      left: 50%;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(26, 137, 208, 0);
      border-top-color: #1a89d0;
      border-width: 10px;
      margin-left: -10px; }

.overview-tabs .tab-content {
  padding-top: 30px; }
  .overview-tabs .tab-content p {
    text-align: center; }

.overview-tabs .diagram1 {
  width: 840px;
  color: #6a6a6a;
  padding: 20px 10px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  min-height: 220px; }

.overview-tabs .d1-row {
  display: flex; }

.overview-tabs .d1-col {
  flex: 1;
  padding: 10px; }

.overview-tabs .d1-net .d1-left UL li::after, .overview-tabs .d1-net .d1-right UL li::before, .overview-tabs .d1-net HEADER i, .overview-tabs .diagram1.d2.d1-net HEADER, .overview-tabs .diagram1.d2.d1-net UL > li::before {
  background: #a5c648; }

.overview-tabs .d1-java .d1-left UL li::after, .overview-tabs .d1-java .d1-right UL li::before, .overview-tabs .d1-java HEADER i, .overview-tabs .diagram1.d2.d1-java HEADER, .overview-tabs .diagram1.d2.d1-java UL > li::before {
  background: #dd504f; }

.overview-tabs .d1-cloud .d1-left UL li::after, .overview-tabs .d1-cloud .d1-right UL li::before, .overview-tabs .d1-cloud HEADER i, .overview-tabs .diagram1.d2.d1-cloud HEADER, .overview-tabs .diagram1.d2.d1-cloud UL > li::before {
  background: #20bae6; }

.overview-tabs .d1-android .d1-left UL li::after, .overview-tabs .d1-android .d1-right UL li::before, .overview-tabs .d1-android HEADER i, .overview-tabs .diagram1.d2.d1-android HEADER, .overview-tabs .diagram1.d2.d1-android UL > li::before {
  background: #c2bd37; }

.overview-tabs .d1-sharepoint .d1-left UL li::after, .overview-tabs .d1-sharepoint .d1-right UL li::before, .overview-tabs .d1-sharepoint HEADER i, .overview-tabs .diagram1.d2.d1-sharepoint HEADER, .overview-tabs .diagram1.d2.d1-sharepoint UL > li::before {
  background: #418bc7; }

.overview-tabs .d1-rs .d1-left UL li::after, .overview-tabs .d1-rs .d1-right UL li::before, .overview-tabs .d1-rs HEADER i, .overview-tabs .diagram1.d2.d1-rs HEADER, .overview-tabs .diagram1.d2.d1-rs UL > li::before {
  background: #faab35; }

.overview-tabs .d1-jasper .d1-left UL li::after, .overview-tabs .d1-jasper .d1-right UL li::before, .overview-tabs .d1-jasper HEADER i, .overview-tabs .diagram1.d2.d1-jasper HEADER, .overview-tabs .diagram1.d2.d1-jasper UL > li::before {
  background: #7dbfca; }

.overview-tabs .d1-xamarin .d1-left UL li::after, .overview-tabs .d1-xamarin .d1-right UL li::before, .overview-tabs .d1-xamarin HEADER i, .overview-tabs .diagram1.d2.d1-xamarin HEADER, .overview-tabs .diagram1.d2.d1-xamarin UL > li::before {
  background: #3a5168; }

.overview-tabs .d1-xamarin-mac .d1-left UL li::after, .overview-tabs .d1-xamarin-mac .d1-right UL li::before, .overview-tabs .d1-xamarin-mac HEADER i, .overview-tabs .diagram1.d2.d1-xamarin-mac HEADER, .overview-tabs .diagram1.d2.d1-xamarin-mac UL > li::before {
  background: #446082; }

.overview-tabs .d1-xamarin-ios .d1-left UL li::after, .overview-tabs .d1-xamarin-ios .d1-right UL li::before, .overview-tabs .d1-xamarin-ios HEADER i, .overview-tabs .diagram1.d2.d1-xamarin-ios HEADER, .overview-tabs .diagram1.d2.d1-xamarin-ios UL > li::before {
  background: #5078a2; }

.overview-tabs .d1-cplus .d1-left UL li::after, .overview-tabs .d1-cplus .d1-right UL li::before, .overview-tabs .d1-cplus HEADER i, .overview-tabs .diagram1.d2.d1-cplus HEADER, .overview-tabs .diagram1.d2.d1-cplus UL > li::before {
  background: #0959a1; }

.overview-tabs .d1-js .d1-left UL li::after, .overview-tabs .d1-js .d1-right UL li::before, .overview-tabs .d1-js HEADER i, .overview-tabs .diagram1.d2.d1-js HEADER, .overview-tabs .diagram1.d2.d1-js UL > li::before {
  background: #e5bb31; }

.overview-tabs .d1-nodejs .d1-left UL li::after, .overview-tabs .d1-nodejs .d1-right UL li::before, .overview-tabs .d1-nodejs HEADER i, .overview-tabs .diagram1.d2.d1-nodejs HEADER, .overview-tabs diagram1.d2.d1-nodejs UL > li::before {
  background: #68a164; }

.overview-tabs .d1-python .d1-left UL li::after, .overview-tabs .d1-python .d1-right UL li::before, .overview-tabs .d1-python HEADER i, .overview-tabs .diagram1.d2.d1-python HEADER, .overview-tabs diagram1.d2.d1-python UL > li::before {
  background: #ffcc3b; }

.overview-tabs .diagram1 .d1-logo {
  background: #fff;
  border: 1px dashed #bebebe;
  border-radius: 50%;
  font-weight: 700;
  height: 200px;
  left: 50%;
  margin: 0 auto 0 -100px;
  padding-top: 26px;
  position: absolute;
  text-align: center;
  top: 5%;
  width: 200px;
  z-index: 1; }

.overview-tabs .diagram1 .d1-logo IMG {
  width: 70px;
  padding-bottom: 5px; }

.overview-tabs .diagram1 .d1-logo HEADER {
  font-size: 14px;
  background: 0 0 !important;
  text-align: center !important;
  color: #6a6a6a !important;
  height: auto;
  line-height: normal; }

.overview-tabs .diagram1 .d1-logo FOOTER SPAN {
  font-style: italic;
  font-family: "Times New Roman", serif;
  font-weight: 400; }

.overview-tabs .diagram1 .d1-left HEADER, .overview-tabs .diagram1 .d1-right HEADER {
  font-size: 15px;
  font-weight: 700;
  margin-left: 100px;
  margin-top: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }

.overview-tabs .diagram1 .d1-left HEADER i, .overview-tabs .diagram1 .d1-right HEADER i {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  vertical-align: middle;
  font-size: 24px;
  padding-top: 8px;
  padding-left: 0px; }

.overview-tabs .diagram1 .d1-left HEADER {
  margin-left: 00px;
  margin-right: 140px;
  position: relative;
  line-height: 40px;
  text-align: right; }

.overview-tabs .diagram1 .d1-left HEADER i {
  right: -40px;
  position: absolute; }

.overview-tabs .diagram1 .d1-right > UL > li {
  padding-left: 140px; }

.overview-tabs .diagram1 .d1-left > UL > li {
  padding-left: 0;
  padding-right: 140px; }

@media (min-width: 980px) {
  .overview-tabs .diagram1 .d1-right > UL {
    text-align: left; }
  .overview-tabs .diagram1 .d1-left > UL {
    text-align: right; }
  .overview-tabs .d2 HEADER, .overview-tabs .d2 UL {
    background: #eee;
    text-align: left !important; }
  .overview-tabs .diagram1 .d1-left > UL, .overview-tabs .diagram1 .d1-right > UL {
    list-style-type: none;
    padding: 0 0 40px;
    margin-top: 0; }
  .overview-tabs .diagram1 .d1-left > UL > li::after, .overview-tabs .diagram1 .d1-right > UL > li::before, .overview-tabs .diagram1.d2 .d1-left > UL > li::before {
    content: '';
    display: inline-block;
    position: relative;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 10px; }
  .overview-tabs .d2 {
    font-size: 13px; }
  .overview-tabs .d2 .d1-logo {
    top: 5% !important; }
  .overview-tabs .d2 .d1-col:first-child {
    padding-right: 110px; }
  .overview-tabs .d2 .d1-col:nth-child(2) {
    padding-left: 110px; }
  .overview-tabs .diagram1.d2 li::before {
    margin-left: -16px !important; }
  .overview-tabs .d2 UL {
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important; }
  .overview-tabs .d2 HEADER {
    margin-top: 0 !important;
    border-radius: 5px 5px 0 0;
    margin-bottom: 00px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    color: #fff !important;
    height: 40px;
    line-height: 40px; }
  .overview-tabs .d2 footer {
    font-size: 15px; }
  .overview-tabs .diagram1.d2 UL > LI {
    margin-right: 0 !important;
    padding-right: 10px;
    padding-left: 30px;
    line-height: 24px; }
  .overview-tabs .diagram1.d2 .d1-left > UL > li::after {
    display: none; }
  .overview-tabs .diagram1.d2 .d1-left HEADER i {
    position: relative;
    right: auto; }
  .overview-tabs .diagram1.d2 .d1-left HEADER i, .overview-tabs .diagram1.d2 .d1-right HEADER i {
    height: auto;
    padding-top: 0; } }

@media (max-width: 980px) {
  .overview-tabs .diagram1 {
    width: auto;
    background: #f4f4f4;
    border: 1px solid #eee;
    margin: 180px 10px 10px;
    padding: 10px; }
  .overview-tabs .d1-row {
    display: block; }
  .overview-tabs .diagram1 .d1-logo {
    top: -180px; }
  .overview-tabs .diagram1 .d1-left HEADER, .overview-tabs .diagram1 .d1-right HEADER {
    margin-right: 00px;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left; }
  .overview-tabs .diagram1.d2 .d1-left HEADER, .overview-tabs .diagram1.d2 .d1-right HEADER {
    color: #fff !important;
    line-height: 40px; }
  .overview-tabs .diagram1 .d1-left HEADER i {
    position: static; }
  .overview-tabs .diagram1 .d1-left UL, .overview-tabs .diagram1 .d1-right UL {
    padding-top: 10px; }
  .overview-tabs .diagram1 .d1-right > UL > li {
    padding-left: 00px; }
  .overview-tabs .diagram1 .d1-left > UL > li {
    padding-left: 0;
    padding-right: 00px; } }

.apis .container {
  margin-bottom: 50px; }
  .apis .container .section-title > h2 {
    text-transform: none;
    font-weight: normal;
    margin-top: 60px; }
  .apis .container .apis-container h4 {
    margin-bottom: 20px; }
    .apis .container .apis-container h4 a {
      font-size: 13px;
      color: #000; }
      .apis .container .apis-container h4 a img {
        float: left;
        margin-right: 10px;
        width: 60px;
        height: 60px; }
      .apis .container .apis-container h4 a .api-product {
        padding-top: 10px; }
      .apis .container .apis-container h4 a .api-platform {
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px; }
  .apis .container .btns {
    margin-top: 40px;
    margin-bottom: 60px; }

.products .product-item {
  min-height: 210px; }
  .products .product-item .col-md-2 {
    padding: 0;
    text-align: center; }
  .products .product-item h4 {
    margin-top: 0; }

.features i {
  float: left;
  margin-right: 10px;
  padding-bottom: 60px;
  color: #2969e6; }

.features ul {
  margin-bottom: 20px; }
  .features ul li {
    color: #7b7b7b;
    list-style: disc;
    margin-left: 30px; }

.support .container {
  text-align: center; }
  .support .container .product-item ul {
    margin-top: 25px; }
  .support .container .product-item li {
    margin: 8px 0; }
    .support .container .product-item li a {
      color: #fff; }
  .support .container .support-btns {
    padding-top: 50px; }
    .support .container .support-btns .btn-support {
      border-color: #fff; }

.solutions .solution-container {
  margin: 15px 0; }
  .solutions .solution-container a {
    color: #fff; }
  .solutions .solution-container img {
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 8px; }
  .solutions .solution-container small {
    color: #fff;
    font-weight: bold; }

.solutions h2 {
  text-transform: none; }

.about .container, .steps .container, .demos .container, .about-format .container, .more-formats .container {
  padding-top: 40px;
  padding-bottom: 40px; }

.about p, .steps p, .demos p, .about-format p, .more-formats p {
  color: #000; }

.about h2, .steps h2, .demos h2, .about-format h2, .more-formats h2 {
  font-size: 26px; }

.steps {
  line-height: 26px; }
  .steps h2 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #999; }
  .steps p {
    padding-top: 1px; }
  .steps li {
    list-style: disc;
    margin-left: 40px; }

.demos {
  text-align: center; }
  .demos .democard-container .democard {
    background-color: #fff;
    margin: 5px;
    padding: 30px 20px 20px 20px;
    border-radius: 5px;
    align-items: center;
    justify-items: center;
    min-height: 163px; }
    .demos .democard-container .democard i {
      font-size: 40px;
      color: #2969e6; }
    .demos .democard-container .democard p {
      font-size: 14px; }

.about-format {
  text-align: center;
  padding-bottom: 40px; }
  .about-format i {
    font-size: 48px; }
  .about-format a {
    margin-top: 20px; }

.more-formats {
  text-align: center; }
  .more-formats .formats h4 {
    font-size: 14px;
    font-weight: bold; }
  .more-formats .formats p {
    font-size: 12px; }

.testimonial {
  padding: 50px 0; }
  .testimonial .block h2 {
    line-height: 27px;
    color: #5C5C5C;
    padding-top: 110px; }
  .testimonial .block p {
    padding-top: 50px;
    color: #7B7B7B; }
  .testimonial .counter-box li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 30px 0 30px; }
  .testimonial .testimonial-carousel {
    padding: 24px; }
    .testimonial .testimonial-carousel i {
      font-size: 35px; }
    .testimonial .testimonial-carousel p {
      font-family: "Open Sans", sans-serif;
      line-height: 28px;
      padding-bottom: 20px; }
    .testimonial .testimonial-carousel .user img {
      padding-bottom: 0px;
      border-radius: 500px;
      width: 80px;
      display: inline-block; }
    .testimonial .testimonial-carousel .user p {
      font-family: "Roboto", sans-serif;
      padding-bottom: 0;
      margin-top: 6px;
      font-size: 12px;
      line-height: 20px; }
      .testimonial .testimonial-carousel .user p span {
        display: block;
        color: #353241;
        font-weight: 600; }
    .testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
      border: 1px solid #1D1D1D;
      border-radius: 500px;
      display: inline-block;
      height: 10px;
      margin-right: 15px;
      width: 10px; }
    .testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
      background: #5C5C5C;
      font-size: 30px;
      display: inline-block;
      border: 0px; }

.counter-box i {
  font-size: 35px; }

.counter-box h4 {
  font-size: 30px;
  font-weight: bold; }

.counter-box span {
  color: #555; }

.page-404 {
  display: flex;
  align-items: center;
  min-height: calc(100vh - (100px + 205px));
  text-align: center; }
  @media (max-width: 992px) {
    .page-404 {
      min-height: calc(100vh - (90px + 205px)); } }
  .page-404 h1 {
    font-size: 300px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .page-404 h1 {
        font-size: 150px; } }
    @media (max-width: 480px) {
      .page-404 h1 {
        font-size: 130px; } }
    @media (max-width: 400px) {
      .page-404 h1 {
        font-size: 90px; } }
  .page-404 h2 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-top: 30px; }
  .page-404 .btn-main, .page-404 .btn-secondary, .page-404 .btn-transparent, .page-404 .btn-small, .page-404 .support .container .support-btns .btn-support, .support .container .support-btns .page-404 .btn-support {
    margin-top: 40px;
    margin-bottom: 50px; }

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

.text-left-xs {
  text-align: left; }

.text-right-xs {
  text-align: right; }

.mt-xs-0 {
  margin-top: 0; }

.mt-xs-1 {
  margin-top: 10px; }

.mt-xs-2 {
  margin-top: 20px; }

.mt-xs-3 {
  margin-top: 30px; }

.m-xs-1 {
  margin-left: 10px;
  margin-right: 10px; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center; }
  .text-left-sm {
    text-align: left; }
  .text-right-sm {
    text-align: right; }
  .mt-sm-0 {
    margin-top: 0; }
  .mt-sm-1 {
    margin-top: 10px; }
  .mt-sm-2 {
    margin-top: 20px; }
  .mt-sm-3 {
    margin-top: 30px; }
  .m-sm-1 {
    margin-left: 10px;
    margin-right: 10px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .text-center-md {
    text-align: center; }
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; }
  .mt-md-0 {
    margin-top: 0; }
  .mt-md-1 {
    margin-top: 10px; }
  .mt-md-2 {
    margin-top: 20px; }
  .mt-md-3 {
    margin-top: 30px; }
  .m-md-1 {
    margin-left: 10px;
    margin-right: 10px; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center; }
  .text-left-lg {
    text-align: left; }
  .text-right-lg {
    text-align: right; }
  .mt-lg-0 {
    margin-top: 0; }
  .mt-lg-1 {
    margin-top: 10px; }
  .mt-lg-2 {
    margin-top: 20px; }
  .mt-lg-3 {
    margin-top: 30px; }
  .m-lg-1 {
    margin-left: 10px;
    margin-right: 10px; } }
