@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap");
.m-5 {
  margin: 5px;
}

.my-5 {
  margin: 5px 0;
}

@media only screen and (max-width: 991px) {
  .my-5 {
    padding: 2.5px 0;
  }
}

.mx-5 {
  margin: 0 5px;
}

@media only screen and (max-width: 991px) {
  .mx-5 {
    padding: 0 2.5px;
  }
}

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

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.p-5 {
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  .p-5 {
    padding: 2.5px;
  }
}

.py-5 {
  padding: 5px 0;
}

.px-5 {
  padding: 0 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.m-10 {
  margin: 10px;
}

.my-10 {
  margin: 10px 0;
}

@media only screen and (max-width: 991px) {
  .my-10 {
    padding: 5px 0;
  }
}

.mx-10 {
  margin: 0 10px;
}

@media only screen and (max-width: 991px) {
  .mx-10 {
    padding: 0 5px;
  }
}

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

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.p-10 {
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  .p-10 {
    padding: 5px;
  }
}

.py-10 {
  padding: 10px 0;
}

.px-10 {
  padding: 0 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.m-20 {
  margin: 20px;
}

.my-20 {
  margin: 20px 0;
}

@media only screen and (max-width: 991px) {
  .my-20 {
    padding: 10px 0;
  }
}

.mx-20 {
  margin: 0 20px;
}

@media only screen and (max-width: 991px) {
  .mx-20 {
    padding: 0 10px;
  }
}

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

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.p-20 {
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .p-20 {
    padding: 10px;
  }
}

.py-20 {
  padding: 20px 0;
}

.px-20 {
  padding: 0 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-30 {
  margin: 30px;
}

.my-30 {
  margin: 30px 0;
}

@media only screen and (max-width: 991px) {
  .my-30 {
    padding: 15px 0;
  }
}

.mx-30 {
  margin: 0 30px;
}

@media only screen and (max-width: 991px) {
  .mx-30 {
    padding: 0 15px;
  }
}

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

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.p-30 {
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .p-30 {
    padding: 15px;
  }
}

.py-30 {
  padding: 30px 0;
}

.px-30 {
  padding: 0 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.m-40 {
  margin: 40px;
}

.my-40 {
  margin: 40px 0;
}

@media only screen and (max-width: 991px) {
  .my-40 {
    padding: 20px 0;
  }
}

.mx-40 {
  margin: 0 40px;
}

@media only screen and (max-width: 991px) {
  .mx-40 {
    padding: 0 20px;
  }
}

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

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-40 {
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .p-40 {
    padding: 20px;
  }
}

.py-40 {
  padding: 40px 0;
}

.px-40 {
  padding: 0 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.m-50 {
  margin: 50px;
}

.my-50 {
  margin: 50px 0;
}

@media only screen and (max-width: 991px) {
  .my-50 {
    padding: 25px 0;
  }
}

.mx-50 {
  margin: 0 50px;
}

@media only screen and (max-width: 991px) {
  .mx-50 {
    padding: 0 25px;
  }
}

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

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.p-50 {
  padding: 50px;
}

@media only screen and (max-width: 991px) {
  .p-50 {
    padding: 25px;
  }
}

.py-50 {
  padding: 50px 0;
}

.px-50 {
  padding: 0 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.m-60 {
  margin: 60px;
}

.my-60 {
  margin: 60px 0;
}

@media only screen and (max-width: 991px) {
  .my-60 {
    padding: 30px 0;
  }
}

.mx-60 {
  margin: 0 60px;
}

@media only screen and (max-width: 991px) {
  .mx-60 {
    padding: 0 30px;
  }
}

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

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.p-60 {
  padding: 60px;
}

@media only screen and (max-width: 991px) {
  .p-60 {
    padding: 30px;
  }
}

.py-60 {
  padding: 60px 0;
}

.px-60 {
  padding: 0 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.m-70 {
  margin: 70px;
}

.my-70 {
  margin: 70px 0;
}

@media only screen and (max-width: 991px) {
  .my-70 {
    padding: 35px 0;
  }
}

.mx-70 {
  margin: 0 70px;
}

@media only screen and (max-width: 991px) {
  .mx-70 {
    padding: 0 35px;
  }
}

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

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.p-70 {
  padding: 70px;
}

@media only screen and (max-width: 991px) {
  .p-70 {
    padding: 35px;
  }
}

.py-70 {
  padding: 70px 0;
}

.px-70 {
  padding: 0 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.m-80 {
  margin: 80px;
}

.my-80 {
  margin: 80px 0;
}

@media only screen and (max-width: 991px) {
  .my-80 {
    padding: 40px 0;
  }
}

.mx-80 {
  margin: 0 80px;
}

@media only screen and (max-width: 991px) {
  .mx-80 {
    padding: 0 40px;
  }
}

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

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.p-80 {
  padding: 80px;
}

@media only screen and (max-width: 991px) {
  .p-80 {
    padding: 40px;
  }
}

.py-80 {
  padding: 80px 0;
}

.px-80 {
  padding: 0 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.m-90 {
  margin: 90px;
}

.my-90 {
  margin: 90px 0;
}

@media only screen and (max-width: 991px) {
  .my-90 {
    padding: 45px 0;
  }
}

.mx-90 {
  margin: 0 90px;
}

@media only screen and (max-width: 991px) {
  .mx-90 {
    padding: 0 45px;
  }
}

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

.mr-90 {
  margin-right: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.p-90 {
  padding: 90px;
}

@media only screen and (max-width: 991px) {
  .p-90 {
    padding: 45px;
  }
}

.py-90 {
  padding: 90px 0;
}

.px-90 {
  padding: 0 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.m-100 {
  margin: 100px;
}

.my-100 {
  margin: 100px 0;
}

@media only screen and (max-width: 991px) {
  .my-100 {
    padding: 50px 0;
  }
}

.mx-100 {
  margin: 0 100px;
}

@media only screen and (max-width: 991px) {
  .mx-100 {
    padding: 0 50px;
  }
}

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

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.p-100 {
  padding: 100px;
}

@media only screen and (max-width: 991px) {
  .p-100 {
    padding: 50px;
  }
}

.py-100 {
  padding: 100px 0;
}

.px-100 {
  padding: 0 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.divider-10 {
  height: 10px;
  clear: both;
}

.divider-15 {
  height: 15px;
  clear: both;
}

.divider-20 {
  height: 20px;
  clear: both;
}

.divider-30 {
  height: 30px;
  clear: both;
}

.divider-40 {
  height: 40px;
  clear: both;
}

.divider-50 {
  height: 50px;
  clear: both;
}

.divider-60 {
  height: 60px;
  clear: both;
}

.divider-70 {
  height: 70px;
  clear: both;
}

.divider-80 {
  height: 80px;
  clear: both;
}

.divider-90 {
  height: 90px;
  clear: both;
}

.divider-100 {
  height: 100px;
  clear: both;
}

.bg-primary {
  background-color: #444;
  color: #fff;
}

.bg-secondary {
  background-color: #888;
  color: #fff;
}

.bg-third {
  background-color: #ED1B24;
  color: #fff;
}

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

.bg-neutral {
  background-color: #F8F8F8;
  color: #999;
}

.bg-third-discrete-dark {
  background-color: #2B6AA8;
  color: #fff;
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#888), to(#444));
  background-image: linear-gradient(#888, #444);
}

.uppercase {
  text-transform: uppercase;
}

.color-primary {
  color: #444;
}

.color-primary-dark {
  color: #222;
}

.color-secondary {
  color: #888;
}

.color-third {
  color: #ED1B24;
}

.color-white {
  color: white;
}

.color-black {
  color: #000;
}

.color-test4 {
  color: #0F1954;
}

.bold {
  font-weight: 600;
}

.btn-primary, .btn-secondary, .btn-third {
  display: inline-block;
  font-size: 1.5rem;
  border: none;
  border-radius: 5px;
  padding: 0.8rem 3.2rem;
  margin: 3px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

@media only screen and (max-width: 991px) {
  .btn-primary, .btn-secondary, .btn-third {
    font-size: 1.2rem;
    padding: 0.6rem 2.2rem;
  }
}

.btn-nav {
  display: inline-block;
  font-size: 1.4rem;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  padding: .5rem 2.5rem;
  background-color: #ED1B24;
  color: white;
  -webkit-transition: .6s;
  transition: .6s;
}

.btn-nav:hover {
  background-color: #d12228;
}

.btn-nav__icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 1rem;
}

.btn-modal {
  display: inline-block;
  font-size: 1.2rem;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  padding: .5rem 1rem;
  background-color: #444;
  color: #fff;
  -webkit-transition: .6s;
  transition: .6s;
}

.btn-modal:hover {
  background-color: #222;
  color: #fff;
}

.btn-modal__icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 1rem;
}

.btn-primary {
  background-color: #444;
  color: #fff;
}

.btn-primary:hover {
  background-color: #666;
}

.btn-secondary {
  background-color: #888;
  color: #fff;
}

.btn-third {
  background-color: #ED1B24;
  color: #fff;
}

.btn-third:hover {
  background-color: #d12228;
}

@media only screen and (max-width: 767px) {
  .card-box:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.card-promo {
  -webkit-box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
          box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
  padding: 3rem;
  padding-bottom: 10rem;
  position: relative;
}

.card-promo .btn-third {
  position: absolute;
  bottom: 40px;
  right: calc(50% - 7.5rem);
  bottom: 20px;
  width: 15rem;
}

@media only screen and (max-width: 991px) {
  .card-promo .btn-third {
    width: 12rem;
    right: calc(50% - 6rem);
  }
}

.card-primary {
  margin-bottom: 6rem;
}

.card-primary__icon-box {
  width: 6rem;
  height: 5rem;
}

@media only screen and (max-width: 991px) {
  .card-primary__icon-box {
    width: 4.5rem;
    height: 3.5rem;
  }
}

.card-primary__icon {
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .card-primary {
    margin-bottom: 2rem;
  }
}

.card-secondary {
  -webkit-box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
          box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
  position: relative;
  padding-bottom: 1rem;
}

.card-secondary .pre-heading {
  background-color: #F8F8F8;
  color: #999;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: .3rem .5rem;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .card-secondary .pre-heading {
    font-size: 1rem;
  }
}

.card-secondary__details {
  padding: 2rem 3rem;
}

.card-secondary__shape {
  width: 100%;
  overflow: hidden;
}

.card-secondary__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 54%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  cursor: pointer;
}

.card-secondary__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-secondary__title {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 600;
  color: #444;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.card-secondary__title:hover {
  color: #666;
}

.card-secondary__link {
  font-size: 1.4rem;
  color: #999;
}

.form-box {
  padding: 6rem;
  width: 80%;
  -webkit-box-shadow: 0 8px 20px 8px rgba(92, 104, 152, 0.1);
          box-shadow: 0 8px 20px 8px rgba(92, 104, 152, 0.1);
}

@media only screen and (max-width: 991px) {
  .form-box {
    width: 100%;
    padding: 2rem;
  }
}

form .form-control {
  background-color: #F8F8F8;
  border: none;
  padding: 2rem;
  color: #444;
  font-size: 1.4rem;
}

form .form-control:focus {
  outline: none;
}

.form-help-block {
  color: #ED1B24;
  font-size: 1.2rem;
  font-weight: 600;
}

[type="text"]::-webkit-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="email"]::-webkit-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="text"]:-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="email"]:-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="text"]::-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="email"]::-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="text"]::-webkit-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="text"]:-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="text"]::-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="text"]::placeholder {
  color: #888;
  opacity: .5;
}

[type="email"]::-webkit-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="email"]:-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="email"]::-ms-input-placeholder {
  color: #888;
  opacity: .5;
}

[type="email"]::placeholder {
  color: #888;
  opacity: .5;
}

.sidebar-btn-menu {
  position: absolute;
  right: 4rem;
  top: 2rem;
}

#sidebar {
  color: #444;
  right: 2rem;
  background-color: #F8F8F8;
  color: #999;
}

#sidebar #dismiss {
  background-color: #444;
  color: #fff;
}

#sidebar .sidebar-header {
  background-color: white;
}

#sidebar .sidebar-header .lang {
  max-width: 20rem;
}

#sidebar ul li:not(:last-child) {
  border-bottom: 1px solid #dad6d6;
}

#sidebar ul li a {
  font-size: 1.6rem;
  color: #444;
}

#sidebar ul li a:hover {
  color: #ED1B24;
}

.slider-client__logo {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.slider-client__logo:hover {
  -webkit-filter: none;
          filter: none;
}

/**
* loader
*/
/** Page Loader ***************************************************************/
.page-loader {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-align: center;
}

.page-loader p {
  font-size: 16px !important;
  margin-top: 10px;
  font-weight: 500;
  color: #444;
}

.page-loader .loader {
  position: relative;
  top: calc(50% - 30px);
}

.preloader {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #ED1B24;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right {
  float: right !important;
}

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch.circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-header {
  padding: 1.4rem 2rem !important;
}

.modal-title {
  font-size: 1.8rem !important;
  text-transform: uppercase !important;
  color: #444;
}

.modal-body {
  padding: 1.4rem 2rem !important;
  font-size: clamp(1.4rem, 2vw, 1.4rem);
}

.btn-modal {
  display: inline-block;
  font-size: 1.4rem !important;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  padding: .5rem 1rem !important;
  background-color: #f0f1f1 !important;
  color: #555 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.btn-modal:hover {
  background-color: #e7e7e7 !important;
}

.header-top {
  background-color: #F8F8F8;
  color: #999;
  font-size: 1.2rem;
}

.header-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top .lang {
  width: 16.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .header-top .lang {
    display: none;
  }
}

.header-top .lang__icon {
  opacity: .5;
}

.header-top .lang__icon--active {
  opacity: 1;
}

.sticky-top {
  -webkit-box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
          box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
}

.header {
  background-color: white;
  color: #999;
}

.header .logo {
  width: 20rem;
}

@media only screen and (max-width: 1200px) {
  .header .logo {
    width: 16rem;
  }
}

.header .contact-box {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.header .contact-box__info {
  font-weight: 600;
  color: #444;
}

.header .contact-box__info span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #888;
}

.header .nav-box {
  padding: 1rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid #dad6d6;
  border-bottom: 1px solid #dad6d6;
}

.header nav {
  width: 60%;
  font-size: 14px;
  font-weight: 600;
}

.header nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.header nav ul li:not(:last-child) {
  position: relative;
}

.header nav ul li:not(:last-child)::before {
  content: '';
  height: 2px;
  background-color: #ED1B24;
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  right: 50%;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.header nav ul li:not(:last-child):hover::before {
  content: '';
  left: 0;
  right: 0;
}

.header nav ul li:not(:last-child) .active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ED1B24;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  right: 0;
}

.header nav .language {
  padding-bottom: auto;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.header nav .language .sub-menu {
  background-color: transparent;
  width: 12rem;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  position: absolute;
  top: 2rem;
  left: -3rem;
  display: none;
}

.header nav .language .sub-menu a {
  background-color: transparent;
  color: #999;
  font-size: 1.3rem !important;
  line-height: 1.1;
  text-transform: uppercase !important;
}

.header nav .language .sub-menu a:hover {
  color: #444;
}

.header nav .language:hover .sub-menu {
  display: block;
  -webkit-animation: hover;
          animation: hover;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
}

.language .language-globe {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
}

@media only screen and (max-width: 767px) {
  .language {
    display: none;
  }
}

.language__icon {
  opacity: .5;
  padding: .5rem 1rem;
}

.language__icon--active {
  opacity: 1;
}

.footer {
  font-size: 1.4rem;
  border-bottom: 1px solid #dad6d6;
}

@media only screen and (max-width: 991px) {
  .footer__section {
    margin-bottom: 2rem;
  }
}

.footer h3 {
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}

.footer .logo {
  width: 20rem;
}

@media only screen and (max-width: 991px) {
  .footer .logo {
    width: 16rem;
  }
}

.footer a {
  color: #444;
  font-weight: 600;
  -webkit-transition: .6s;
  transition: .6s;
}

.footer a:hover {
  color: #ED1B24;
}

.footer i {
  color: #ED1B24;
  -webkit-transition: .4s;
  transition: .4s;
}

.footer i:hover {
  color: #d12228;
}

a.footer-mail {
  color: #888;
  font-weight: 400;
}

a.footer-mail:hover {
  color: #444;
}

.signature {
  padding: 2rem 0;
  font-size: 1.3rem;
}

.signature span {
  font-weight: 600;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: white;
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-wide {
  max-width: 160rem;
  margin: 6rem auto;
  padding: 6rem 0;
}

@media only screen and (max-width: 991px) {
  .container-wide {
    margin: 2rem 0;
    padding: 2rem 0;
  }
}

.pre-heading {
  text-transform: uppercase;
  font-weight: 600;
  margin: 2rem 0;
}

.heading-primary {
  font-size: clamp(2.8rem, 2vw, 3.6rem);
  line-height: 4rem;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-secondary {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: 1.2;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-tertiary {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.4;
  color: #444;
  font-weight: 600;
  margin: 1.4rem 0;
}

@media only screen and (max-width: 1200px) {
  .heading-tertiary {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }
}

.heading-cover {
  font-size: clamp(3rem, 2.2vw, 6rem);
  line-height: 1.2;
  font-weight: 700;
}

.heading-solution-secondary {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: 1.2;
  color: #444;
  font-weight: 600;
  width: 90%;
}

.font-small {
  font-size: 12px;
}

p {
  margin-bottom: 0;
}

.p-big {
  font-size: 2.2rem;
  line-height: 1.8;
  color: #444;
  padding: 6rem 0;
}

@media only screen and (max-width: 991px) {
  .p-big {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 3rem 0;
  }
}

a {
  text-decoration: none;
  color: #444;
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover {
  color: #444;
  text-decoration: none;
}

.page-title-divider {
  height: 1px;
  background-color: #ED1B24;
  width: 10rem;
  margin: 2rem 0;
}

.page-loader {
  display: none;
}

ul {
  list-style: none;
}

.section {
  padding: 5rem 0;
}

@media only screen and (max-width: 991px) {
  .section {
    padding: 3rem 0;
  }
}

.slider-overlap__title {
  font-size: clamp(2.9rem, 2vw, 3.6rem);
}

.contact__icon {
  font-size: 2rem;
  color: #dad6d6;
}

.scroll-top {
  width: 5rem;
  height: 5rem;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  background-color: rgba(49, 60, 74, 0.5);
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  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;
  z-index: 99999;
  text-align: center;
}

.scroll-top:hover {
  text-decoration: none;
}

.scroll-top i {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.no-padding {
  padding: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes hover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/*************************************************************************
    HOME
*************************************************************************/
.section-overlap {
  position: relative;
  height: 50rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-overlap__text-box {
  left: 4rem;
  right: 4rem;
  top: 4rem;
  bottom: 4rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-overlap__img {
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .section-overlap__text-box {
    position: absolute;
    left: 50%;
    right: 0;
    top: 6rem;
    bottom: 6rem;
    background-color: white;
    padding: 6rem;
  }
  .section-overlap__img {
    width: 90rem;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.presentation {
  min-height: 60rem;
}

.presentation__body {
  padding: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .presentation__body {
    padding: 4rem;
  }
}

.cover-main {
  background-color: #2B6AA8;
  color: #fff;
  padding-top: 13rem;
  padding-bottom: 20rem;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .cover-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.cover-main .polygon--1 {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-color: #2871b9;
  width: 30rem;
  height: 35rem;
  position: absolute;
  left: 10%;
}

@media only screen and (max-width: 1200px) {
  .cover-main .polygon--1 {
    display: none;
  }
}

.cover-main .polygon--2 {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-color: #2871b9;
  width: 60rem;
  height: 70rem;
  position: absolute;
  top: -35rem;
  right: 20%;
}

@media only screen and (max-width: 1200px) {
  .cover-main .polygon--2 {
    top: 0;
    bottom: 0;
    right: 10%;
    left: calc(50% - 30rem);
  }
}

.cover-main__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .cover-main__details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cover-main__content {
  max-width: 60rem;
  z-index: 20;
}

@media only screen and (max-width: 1200px) {
  .cover-main__content {
    text-align: center;
  }
}

.cover-main__img-box {
  position: absolute;
  top: 8rem;
  bottom: 0;
  right: 0;
  left: 52%;
}

@media only screen and (max-width: 1200px) {
  .cover-main__img-box {
    position: relative;
    display: block;
    top: 2rem;
    left: 10%;
    right: 5%;
  }
}

.cover-main__img {
  width: 80%;
}

.display-works-container {
  position: relative;
  min-height: 25rem;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.display-works-container .display-works {
  background-color: white;
  color: #999;
  -webkit-box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
          box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
  padding: 5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: absolute;
  top: -10rem;
}

@media only screen and (max-width: 1200px) {
  .display-works-container .display-works {
    padding: 2rem 3rem;
  }
}

.display-works-container .display-works__icon {
  width: 6rem;
  margin-right: 3rem;
  margin-bottom: 1rem;
}

.display-works-container .display-works__link {
  font-weight: 600;
}

.display-works-container .display-works__link:hover {
  color: #ED1B24;
}

.display-works-container .display-works__left, .display-works-container .display-works__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media only screen and (max-width: 1200px) {
  .display-works-container .display-works__left, .display-works-container .display-works__right {
    display: block;
  }
}

.display-works-container .display-works__left {
  padding-right: 4rem;
}

@media only screen and (max-width: 1200px) {
  .display-works-container .display-works__left {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

.display-works-container .display-works__right {
  padding-left: 4rem;
}

@media only screen and (max-width: 1200px) {
  .display-works-container .display-works__right {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .display-works-container .display-works {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
  }
}

.section-about {
  text-align: center;
  max-width: 80rem;
  padding: 5rem 0;
}

.section-about a:hover {
  color: white;
}

@media only screen and (max-width: 991px) {
  .section-about {
    padding: 0;
  }
}

/*************************************************************************
    CONTACT
*************************************************************************/
.contact-info {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.5;
  margin-top: 1rem;
}

.contact-info a {
  color: #888;
}

.contact-info a:hover {
  color: #444;
}

.happy-client {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: 3.2rem;
  color: #444;
  font-weight: 600;
}

.contact-icon {
  color: #CECED0;
  font-size: 30px;
}

/*************************************************************************
    SOLUTION-VIEW
*************************************************************************/
.client-logo-box {
  border-bottom: 1px solid #dad6d6;
  height: 8rem;
}

.overlap {
  height: 60rem;
  position: relative;
}

.overlap__container {
  height: 100%;
}

.overlap__rect {
  background-color: #444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 65%;
}

@media only screen and (max-width: 568px) {
  .overlap__rect {
    right: 30%;
  }
}

.overlap__display {
  background-color: white;
  -webkit-box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
          box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 15%;
  left: 20%;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 568px) {
  .overlap__display {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: 5%;
  }
}

.overlap__description {
  width: 70%;
  padding-right: 8rem;
}

@media only screen and (max-width: 568px) {
  .overlap__description {
    width: 85%;
    padding-right: 0;
  }
}

.overlap__img {
  margin-right: auto;
  position: absolute;
  top: 15%;
  right: 65%;
  width: 30%;
}

@media only screen and (max-width: 568px) {
  .overlap__img {
    top: 0;
    right: 0;
  }
}

.overlap-inverse {
  min-height: 60rem;
  position: relative;
}

.overlap-inverse__container {
  height: 100%;
}

.overlap-inverse__rect {
  background-color: #444;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65%;
  right: 0;
}

@media only screen and (max-width: 568px) {
  .overlap-inverse__rect {
    left: 30%;
  }
}

.overlap-inverse__display {
  background-color: white;
  -webkit-box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
          box-shadow: 2px 8px 10px 0px rgba(92, 104, 152, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 15%;
  left: 0;
  right: 20%;
  bottom: 0;
}

@media only screen and (max-width: 568px) {
  .overlap-inverse__display {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    top: 5%;
  }
}

.overlap-inverse__description {
  width: 70%;
  padding-left: 8rem;
}

@media only screen and (max-width: 568px) {
  .overlap-inverse__description {
    width: 85%;
    padding-left: 0;
  }
}

.overlap-inverse__img {
  margin-right: auto;
  position: absolute;
  top: 15%;
  left: 65%;
  width: 30%;
}

@media only screen and (max-width: 568px) {
  .overlap-inverse__img {
    top: 0;
    left: 0;
  }
}

.error-page {
  height: 56vh;
  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;
}

.error-page__content {
  text-align: center;
}

.error-page__title {
  font-size: clamp(7.6rem, 4vw, 9.8rem);
  font-weight: 600;
  line-height: 1;
}

.error-page__description {
  margin-bottom: 2rem;
}

.alert-error {
  background-color: #ED1B24;
  padding: 1rem;
  color: white;
  margin-bottom: 1rem;
}
