.btn {
  font-family: RelewayLight;
  width: 242px;
  height: 59px;
  background: #2B60DE;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.who-we-are-btn {
  position: relative;
}
.btn span {
  color: #f9f9f9;
}
.btn svg {
  padding-left: 12px;
  position: relative;
  width: 41.83px;
}
.btn:hover {
  background: #034CFA;
  border: none;
}
.btn:active {
  background: #034CFA;
  border: 2px solid #f9f9f9;
  box-shadow: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .btn {
    width: 200px;
    height: 50px;
  }
}
@media only screen and (max-width: 425px) {
  .btn {
    width: 180px;
    height: 45px;
  }
}
.our-product img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 3px rgba(0, 0, 0, 0) solid;
}
.our-product img:hover {
  border: 3px solid #2B60DE;
}
.our-product h3 :hover,
.our-product h4 :hover,
.our-product p :hover {
  color: #2B60DE !important;
}
.our-product h3 {
  margin-top: 40px;
}

.our-product-wrapper :hover img {
  border: 3px solid #2B60DE;
}
.our-product-wrapper :hover h3,
.our-product-wrapper :hover h4 {
  color: #2B60DE !important;
}

.circle {
  border-radius: 50%;
  border: 1px solid #2B60DE;
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #132660;
  position: relative;
}
.circle .text-wrapper {
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: RelewaySemiBold;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.18px;
  color: #2B60DE;
  text-transform: none;
}

.gradient, .products, .projects-section {
  background: #0F0D19;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #0F0D18, #093197);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #0F0D18, #093197);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.contact-info-wrapper {
  display: inline-block;
  color: #f9f9f9;
}
.contact-info-wrapper div {
  margin-bottom: 30px;
}
.contact-info-wrapper h4 {
  color: #2B60DE;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-left: 33px;
}
.contact-info-wrapper img {
  margin-right: 10px;
}
.contact-info-wrapper span {
  font-family: RelewayLight;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #b8b8b8;
}

@media only screen and (max-width: 768px) and (min-width: 426px) {
  .contact-info-wrapper {
    padding: 40px 56px 40px 56px;
  }
}
header {
  width: 100%;
  z-index: 4;
  top: 0;
  left: 0;
}
header .navbar {
  padding: 0px;
}
header .container-fluid {
  padding: 0px;
}
header .logo-wrapper {
  padding-left: 70px;
  padding-top: 20px;
}
header .navbar-toggler {
  border: none;
  margin-right: 20px;
}
header .navbar-toggler i {
  color: #2B60DE;
}
header div .main-ul ul {
  display: flex;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 24px;
  border-bottom: 1px solid;
  border-color: #7A7A7A;
}
header div .main-ul ul li {
  position: relative;
  margin: 7px 15px;
  padding: 31px 7px 20px 7px;
  margin-top: 0px;
  margin-bottom: 0px;
}
header div .main-ul ul li:hover:after {
  display: block;
}
header div .main-ul ul li:hover a {
  color: white !important;
}
header div .main-ul ul li:after {
  position: absolute;
  display: none;
  width: 115%;
  height: 2px;
  background-color: #2B60DE;
  content: "";
  top: 77px;
  left: -4px;
}
header div .main-ul ul li a {
  cursor: pointer;
  color: #b8b8b8 !important;
  text-decoration: none;
}
header div .main-ul ul li a:active {
  color: #2B60DE !important;
}
header div .main-ul ul li .current-page {
  color: #2B60DE !important;
}

@media only screen and (max-width: 768px) and (min-width: 426px) {
  nav ul {
    background-color: #0F0D19;
    border-bottom: none !important;
    text-align: center;
  }
  nav ul li {
    padding: 10px 7px 10px 7px !important;
    border-bottom: 1px solid;
    border-color: #7A7A7A;
  }
  nav ul li:hover:after {
    display: none !important;
  }
  nav ul li:after {
    display: none !important;
  }
}
html,
body {
  padding: 0;
  margin: 0 auto;
}

body {
  background: #0F0D19;
  position: relative;
}

video {
  width: 100%;
  height: auto;
}

.header-home {
  position: absolute;
  z-index: 20;
}

.head-section {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.head-section .header-text {
  z-index: 6;
  position: absolute;
  bottom: 90px;
  text-align: center;
}
.head-section .header-text h1 span {
  color: #2B60DE;
  font-size: 44px;
  font-family: inherit;
}
.head-section .header-text .btn {
  margin: auto;
}

.overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-image: url("../img/mask-xl.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.who-we-are-section {
  margin: 100px 0px;
  color: #f9f9f9;
}
.who-we-are-section .container img {
  width: 80%;
  height: auto;
}
.who-we-are-section .btn {
  margin-top: 40px;
}

.icons-section {
  color: #f9f9f9;
  margin: 100px 0px 76px 0px;
}
.icons-section p {
  margin-bottom: 100px;
}
.icons-section h4 {
  font-family: RelewayLight;
}
.icons-section img {
  margin-bottom: 20px;
}

.img-wrapper {
  background-image: url(../img/right.svg);
  background-position: center;
  min-height: 25px;
  background-size: contain;
  width: 100%;
}

.projects-section {
  padding: 100px 0px;
}
.projects-section .circle {
  margin: 100px 0px;
}
.projects-section .btn {
  margin-top: 84px;
}

.clients-section {
  margin: 100px 0px;
}
.clients-section .container .row:last-of-type {
  background-image: url(../img/logo_bcg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.clients-section .container .circle {
  margin-bottom: 50px;
}
.clients-section .container .circle-bottom {
  margin-bottom: 0px;
}
.clients-section .container p {
  margin-bottom: 80px;
}

.contact-wrapper {
  margin: 100px 0px;
}
.contact-wrapper h4 {
  color: #2B60DE;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-left: 33px;
}
.contact-wrapper img {
  margin-right: 10px;
}
.contact-wrapper span {
  font-family: RelewayLight;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #b8b8b8;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .header-text {
    bottom: 30px !important;
  }

  .projects-section .circle {
    margin: 65px 0px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 601px) {
  .head-section {
    overflow: hidden;
  }
  .head-section video {
    height: 800px;
    width: auto;
  }
  .head-section .overlay {
    background-image: url("../img/mask-md.png");
    background-position: top right 50%;
    background-size: cover;
  }
  .head-section .header-text {
    top: 410px;
    bottom: 200px;
    padding: 0 30px;
  }
  .head-section .header-text h1 {
    line-height: 200%;
  }
  .head-section .header-text button {
    margin-top: 23px !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 376px) {
  .head-section {
    overflow: hidden;
  }
  .head-section video {
    height: 800px;
    width: auto;
  }
  .head-section .overlay {
    background-image: url("../img/mask-md.png");
    background-position: top right 50%;
    background-size: cover;
  }
  .head-section .header-text {
    top: 330px;
    bottom: 200px;
    padding: 0 30px;
  }
  .head-section .header-text h1 {
    line-height: 200%;
  }
  .head-section .header-text button {
    margin-top: 23px !important;
  }
}
@media (min-width: 319px) and (max-width: 376px) {
  .head-section {
    overflow: hidden;
  }
  .head-section video {
    height: 650px;
    width: auto;
  }
  .head-section .overlay {
    background-image: url("../img/mask-sm.png");
    background-position: top;
    background-size: cover;
  }
  .head-section .header-text {
    bottom: 250px;
    top: 330px;
    padding: 0 10px;
  }
  .head-section .header-text button {
    margin-top: 22px !important;
  }

  .projects-section .row:nth-child(2) div {
    width: auto;
  }
  .projects-section .row:nth-child(2) div .circle {
    width: 70px;
    height: 70px;
    margin: 30px 0;
  }
  .projects-section .row:nth-child(2) div .circle .text-wrapper {
    width: 70px;
    font-size: 12px;
  }

  .clients-section .container .row:last-of-type div {
    width: auto;
  }
  .clients-section .container .row:last-of-type div .circle {
    width: 100px;
    height: 100px;
  }
  .clients-section .container .row:last-of-type div .circle .text-wrapper {
    width: 100px;
    font-size: 18px;
  }
}
h1 {
  font-family: a Atmospheric;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 212.5%;
  text-transform: uppercase;
  color: #f9f9f9;
}

h2 {
  font-family: RalewayExtraBold;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #2B60DE;
}

h3 {
  font-family: RelewayBold;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47.92px;
  color: #f9f9f9;
}

h4 {
  font-family: RelewaySemiBold;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.18px;
  color: #f9f9f9;
}

p,
ul,
span {
  font-family: RelewayLight;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #b8b8b8;
}

.important-to-say {
  font-family: RelewayLight;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #f9f9f9;
  line-height: 27px;
}

a {
  color: #b8b8b8;
  text-decoration: none;
  font-family: RelewayLight;
  font-style: normal;
  line-height: 27px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}

label {
  font-family: RelewayLight;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  h1 {
    font-size: 42px;
    line-height: 120.5%;
  }
  h1 span {
    font-size: 42px !important;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 22px;
  }

  a,
p,
ul,
span,
.important-to-say {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  h1 {
    font-size: 40px;
    line-height: 120.5%;
  }
  h1 span {
    font-size: 40px !important;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
  }

  a,
p,
ul,
span,
.important-to-say {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 425px) {
  h1 {
    font-size: 38px;
    line-height: 120.5%;
  }
  h1 span {
    font-size: 38px !important;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 18px;
  }

  a,
p,
ul,
span,
.important-to-say {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 425px) {
  h1 {
    font-size: 26px;
    line-height: 200%;
  }
  h1 span {
    font-size: 26px !important;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 16px;
  }

  a,
p,
ul,
span,
.important-to-say {
    font-size: 14px !important;
  }
}
form input,
form textarea {
  width: 100%;
  background: #0F0D19;
  border: 1px solid #2B60DE;
  box-sizing: border-box;
  box-shadow: 3px 14px 22px 4px rgba(16, 17, 117, 0.2);
  border-radius: 5px;
  margin-bottom: 20px;
  color: #f9f9f9;
  padding: 10px;
}
form input:focus,
form textarea:focus {
  border: 1px solid #f9f9f9;
  outline: none;
}
form .submit-wrapper .submit {
  width: 150px;
  height: 59px;
  font-family: RelewayLight;
  margin-bottom: 0px;
  background: #2B60DE;
  border: 1px solid #2B60DE;
  box-sizing: border-box;
  box-shadow: 3px 14px 22px 4px rgba(16, 17, 117, 0.2);
  border-radius: 5px;
  text-transform: uppercase;
  padding: 20px 40px;
  line-height: 2px;
  border: 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
form .submit-wrapper .submit:hover {
  background: #034CFA;
  border: none;
  cursor: pointer;
}
form .submit-wrapper .submit:active {
  background: #034CFA;
  border: 2px solid #f9f9f9;
  box-shadow: none;
}
form input,
form .submit {
  height: 59px;
}
form label {
  color: #2B60DE;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .submit {
    height: 50px !important;
  }
}
footer {
  margin: 0px 0px 32px 0px;
  color: #f9f9f9;
}
footer div p:first-of-type {
  color: #f9f9f9;
}
footer div .span-wrapper {
  margin-bottom: 16px;
}
footer div .span-wrapper span {
  margin-right: 10px;
}
footer .icon {
  padding: 10px;
}
footer .icon i {
  color: #2B60DE;
}
footer .map-icon {
  padding-bottom: 3px;
}
footer .phone-icon {
  padding-bottom: 5px;
}
footer a:hover {
  color: #2B60DE;
}
footer a:hover i {
  color: #f9f9f9 !important;
}

.about-us h3 {
  text-transform: uppercase;
}
.about-us .container .row {
  margin: 100px 0px;
}
.about-us .container > .row:last-of-type img {
  width: 100%;
  height: auto;
  margin: 40px 0px;
}

.services {
  margin-top: 100px;
}
.services .row:first-of-type {
  margin-bottom: 100px;
}
.services h4 {
  font-family: RelewayLight;
}
.services img {
  margin-bottom: 20px;
}

.job-positions {
  padding-top: 30px;
  border-top: 1px solid #7A7A7A;
}
.job-positions ul {
  list-style: none;
  padding-left: 15px;
}
.job-positions ul li {
  display: block;
  float: none;
  position: relative;
  line-height: 1.5;
  letter-spacing: normal;
}
.job-positions ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2B60DE;
  position: absolute;
  left: -16px;
  top: 9px;
  border-radius: 50%;
}

.our-work {
  margin-top: 100px;
  border-bottom: 1px solid;
  border-color: #7A7A7A;
}
.our-work ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  line-height: 24px;
  margin-bottom: 0px;
}
.our-work ul li {
  position: relative;
  margin: 7px 15px;
  padding: 7px;
  padding-top: 31px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.our-work ul li:hover {
  cursor: pointer;
}
.our-work ul li:hover:after {
  display: block;
}
.our-work ul li:hover a {
  color: white !important;
}
.our-work ul li:after {
  position: absolute;
  display: none;
  width: 115%;
  height: 2px;
  background-color: #2B60DE;
  content: "";
  top: 77px;
  left: -4px;
}
.our-work ul li a {
  cursor: pointer;
  color: #b8b8b8 !important;
  text-decoration: none;
}

.products {
  padding-bottom: 100px;
}
.products .our-product {
  margin-top: 80px;
}
.products .our-product:hover {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.project {
  margin-top: 100px;
}
.project img {
  width: 100%;
  height: auto;
}
.project h2 {
  color: #f9f9f9;
}

.important-numbers {
  margin: 100px 0px 80px 0px;
}

.about-project {
  margin: 100px 0px;
  background-image: url(../img/pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.about-project .row {
  margin-bottom: 100px;
}
.about-project img {
  width: 100%;
  height: auto;
}
.about-project h3 {
  text-transform: uppercase;
  margin-bottom: 80px;
}
.about-project ul {
  list-style: none;
  padding-left: 15px;
}
.about-project ul li {
  display: block;
  float: none;
  position: relative;
  line-height: 1.5;
  letter-spacing: normal;
}
.about-project ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2B60DE;
  position: absolute;
  left: -16px;
  top: 9px;
  border-radius: 50%;
}
.about-project .process {
  width: 80%;
}
.about-project .our-product h3 {
  text-transform: none;
  margin-bottom: 20px;
}
.about-project .color-wrapper {
  display: flex;
  justify-content: space-between;
}
.about-project .color-wrapper div {
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 10px 6px rgba(74, 74, 74, 0.24);
  border-radius: 7px;
}
.about-project .color-wrapper .violet {
  background-color: #3537C4;
}
.about-project .color-wrapper .black {
  background-color: #0F0D19;
}
.about-project .color-wrapper .red {
  background-color: #DD3554;
}
.about-project .color-wrapper .grey {
  background-color: #DBE3E8;
}

.contact {
  margin: 100px 0px;
}
.contact .container .row:nth-child(2) div:first-child {
  background-color: #161f40;
  height: 400px;
}
.contact .container .row:nth-child(2) div:first-child .contact-info-wrapper {
  display: inline-block;
}
.contact .container .mapouter {
  height: 500px;
  width: 100%;
}
.contact .container .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
.contact .container iframe {
  margin-top: 100px;
}
.contact .container #map {
  height: 400px;
  width: 100%;
  margin-top: 100px;
}

.blog {
  margin: 100px 0px 20px 0px;
  background-image: url(../img/patterncut.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
.blog h2 {
  margin-bottom: 40px;
}
.blog p {
  margin-bottom: 80px;
}
.blog .our-product {
  margin-bottom: 80px;
}
.blog .our-product p {
  margin: 20px 0px;
}

.blog-post {
  margin: 100px 0px;
}
.blog-post h2 {
  margin-bottom: 40px;
}
.blog-post p {
  margin-bottom: 40px;
}
.blog-post p:last-of-type {
  margin-bottom: 100px;
}
.blog-post .important-to-say {
  margin-bottom: 20px;
}
.blog-post .btn {
  margin-top: 50px;
}
.blog-post img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.careers {
  margin: 100px 0;
}
.careers .text-blue {
  color: #2B60DE;
}
.careers h3 {
  text-transform: uppercase;
  margin: 80px 0 50px 0;
}
.careers .img-wrapper {
  line-height: 150px;
}
.careers .position-hover span {
  color: #2B60DE;
}
.careers .position-wrapper {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #7A7A7A;
}
.careers .position-wrapper .bullet {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  text-align: right;
}
.careers .position-wrapper .span-wrapper {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.careers .position-wrapper span:last-of-type {
  padding-left: 18px;
}
.careers .position-wrapper .bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2B60DE;
  position: absolute;
  right: -11px;
  top: 10px;
  border-radius: 50%;
}

.job-details {
  margin: 100px 0;
  background-image: url(../img/patterncut.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
.job-details h4 {
  text-transform: uppercase;
}
.job-details ul {
  list-style: none;
  padding-left: 15px;
}
.job-details ul li {
  display: block;
  float: none;
  position: relative;
  line-height: 1.5;
  letter-spacing: normal;
}
.job-details ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2B60DE;
  position: absolute;
  left: -16px;
  top: 9px;
  border-radius: 50%;
}
.job-details .attach-cv-wrapper {
  display: inline-block;
}
.job-details .attach-cv-wrapper label {
  color: #f9f9f9;
  width: 150px;
  border: 0;
}

.page-not-found {
  margin-top: 135px;
}
.page-not-found .logo-wrapper {
  margin-bottom: 60px;
}
.page-not-found .error-number {
  font-family: RelewayBold;
  font-size: 144px;
  color: #2B60DE;
}
.page-not-found .error-number:after {
  content: url("../img/divide.svg");
  position: absolute;
  right: 58px;
  top: 58px;
}
.page-not-found .error-response {
  font-size: 96px;
  font-family: RelewaySemiBold;
  color: #2B60DE;
}
.page-not-found h2 {
  font-family: RelewayLight;
  text-transform: none;
}
.page-not-found .btn {
  margin-top: 55px;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .page-not-found .error-number:after {
    top: 6px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .page-not-found {
    margin-top: 60px;
  }
  .page-not-found .logo-wrapper {
    margin-bottom: 70px;
  }
  .page-not-found .error-number {
    font-size: 86px;
  }
  .page-not-found .error-number:after {
    right: 32px !important;
    top: -18px !important;
  }
  .page-not-found .error-response {
    font-size: 58px;
    font-family: RelewaySemiBold;
  }
  .page-not-found h2 {
    font-family: RelewayLight;
    text-transform: none;
    font-size: 25px;
  }
  .page-not-found .btn {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
  .page-not-found {
    margin: 100px 0 100px 0;
  }
  .page-not-found .logo-wrapper {
    margin-bottom: 53px;
  }
  .page-not-found .error-number {
    font-size: 86px;
    line-height: 100px;
    padding-bottom: 100px;
  }
  .page-not-found .error-number:after {
    transform: rotate(90deg);
    right: 356px !important;
    top: 56px;
  }
  .page-not-found .error-response {
    font-size: 58px;
  }
  .page-not-found h2 {
    font-size: 25px;
  }
  .page-not-found .btn {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 425px) {
  .page-not-found {
    margin: 50px 0 50px 0;
  }
  .page-not-found .logo-wrapper {
    margin-bottom: 25px;
  }
  .page-not-found .error-number {
    font-size: 60px;
    padding-bottom: 40px;
  }
  .page-not-found .error-number:after {
    transform: rotate(90deg);
    right: 230px !important;
    top: -3px;
  }
  .page-not-found .error-response {
    font-size: 48px;
  }
  .page-not-found h2 {
    font-size: 22px;
  }
  .page-not-found .btn {
    margin-top: 53px;
  }
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik/Rubik-VariableFont_wght.ttf");
}
@font-face {
  font-family: a Atmospheric;
  src: url("../fonts/a_atmospheric/aAtmospheric.ttf");
}
@font-face {
  font-family: RalewayExtraBold;
  src: url("../fonts/Raleway/static/Raleway-ExtraBold.ttf");
}
@font-face {
  font-family: RelewayBold;
  src: url("../fonts/Raleway/static/Raleway-Bold.ttf");
}
@font-face {
  font-family: RelewaySemiBold;
  src: url("../fonts/Raleway/static/Raleway-SemiBold.ttf");
}
@font-face {
  font-family: RelewayMedium;
  src: url("../fonts/Raleway/static/Raleway-Medium.ttf");
}
@font-face {
  font-family: RelewayLight;
  src: url("../fonts/Raleway/static/Raleway-Light.ttf");
}

/*# sourceMappingURL=style.css.map */
