@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap);* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

html {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

body {
  padding-top: 93px;
}

@media only screen and (max-width: 770px) {
  body {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 576px) {
  body {
    padding-top: 72px;
  }
}

.fw-division--100 {
  width: 100%;
  height: 100%;
}

.fw-section--large {
  margin-bottom: 10rem;
}

.fw-section {
  margin-bottom: 4rem;
}

.fw-section--small {
  margin-bottom: 2rem;
}

.fw-box {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}

.fw-box.fw-box--extra-small {
  padding: 4rem 0;
}

.fw-box.fw-box--small {
  padding: 6rem 0;
}

.fw-box.fw-box--irregular {
  padding: 1.05rem 0 6.25rem 0;
}

.fw-box.fw-box--light-gray {
  background-color: #fafafa;
}

.fw-box.fw-box--white {
  background-color: #ffffff;
}

.fw-box.fw-box--blue {
  background-color: #00418C;
}

.fw-box.fw-box--background {
  background-size: cover !important;
  background-position: center !important;
  z-index: 1;
  position: relative;
}

.fw-box.fw-box--background .fw-box__content {
  position: relative;
  z-index: 2;
}

.fw-box.fw-box--background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00418C;
  opacity: 0.8;
  z-index: 1;
}

.fw-box .fw-box__image {
  position: relative;
  height: 100%;
}

.fw-box .fw-box__image img {
  position: absolute;
  bottom: -8rem;
  max-height: 650px;
  max-width: 100%;
}

.fw-box .fw-box__text-details {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fw-box .fw-box__text-details .fw-box__text-details__line {
  height: 3px;
  width: 24px;
  margin: 1rem 1rem 0 0;
  background-color: #00418C;
}

.w-800 {
  max-width: 800px;
}

.pr-container {
  padding-right: 15px;
}

@media only screen and (min-width: 576px) {
  .pr-container {
    padding: 0 calc((100vw - 540px) / 2);
  }
}

@media only screen and (min-width: 768px) {
  .pr-container {
    padding: 0 calc((100vw - 720px) / 2);
  }
}

@media only screen and (min-width: 992px) {
  .pr-container {
    padding-left: 15px;
    padding-right: calc((100vw - 960px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  .pr-container {
    padding-left: 15px;
    padding-right: calc((100vw - 1140px) / 2);
  }
}

.fw-description {
  margin: 1.7rem 0;
}

.fw-description tr {
  cursor: pointer;
}

.fw-description tr th,
.fw-description tr td {
  color: #333333;
  padding: 0.8rem 0.5rem;
}

.fw-description tr th {
  white-space: nowrap;
}

@media only screen and (max-width: 770px) {
  .fw-box {
    padding: 7.5rem 0 0;
  }

  .fw-box .fw-box__image {
    height: 34rem;
    margin-top: 0;
  }

  .fw-box .fw-box__image img {
    bottom: 0;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
    width: 100%;
  }

  .fw-box.fw-box--extra-small {
    padding: 3rem 0;
  }

  .fw-box.fw-box--small {
    padding: 5rem 0;
  }

  .fw-box.fw-box--irregular {
    padding: 0 0 6.25rem 0;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 14px !important;
  }

  p {
    line-height: 22px;
  }

  .fw-section--large {
    margin-bottom: 6rem;
  }

  .fw-division--100 {
    height: 25rem;
  }
}

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

.navbar .navbar-brand img {
  height: 50px;
}

.navbar .navbar-toggler {
  outline: none;
  border: 0;
}

.navbar .navbar-toggler .hamburger {
  padding: 0px;
}

.navbar .navbar-toggler .hamburger.is-active .hamburger-box .hamburger-inner:before,
.navbar .navbar-toggler .hamburger.is-active .hamburger-box .hamburger-inner:after {
  top: 0;
}

.navbar .navbar-toggler .hamburger .hamburger-box {
  width: 28px;
  height: 22px;
}

.navbar .navbar-toggler .hamburger .hamburger-box .hamburger-inner,
.navbar .navbar-toggler .hamburger .hamburger-box .hamburger-inner:after,
.navbar .navbar-toggler .hamburger .hamburger-box .hamburger-inner:before {
  width: 28px;
  height: 3px;
  background-color: #00418C;
}

.navbar .navbar-toggler .hamburger .hamburger-box .hamburger-inner:before {
  top: -8px;
}

.navbar .navbar-toggler .hamburger .hamburger-box .hamburger-inner:after {
  top: -16px;
}

.navbar .nav-item {
  padding: 0 1rem;
}

.navbar .nav-item .nav-link {
  color: #aaaaaa !important;
  position: relative;
  display: inline-block;
  padding: 0 0 2px 0;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}

.navbar .nav-item .nav-link:hover {
  color: #00418C !important;
}

.navbar .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #00418C;
  opacity: 0;
}

.navbar .nav-item.active .nav-link {
  color: #333333 !important;
}

.navbar .nav-item.active .nav-link::before {
  opacity: 1;
}

.navbar .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(101, 101, 101, 0.2);
          box-shadow: 0 5px 15px rgba(101, 101, 101, 0.2);
}

.navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 0.45rem 1.5rem;
  -webkit-transition: background .1s ease, color .1s ease;
  transition: background .1s ease, color .1s ease;
}

.navbar .nav-item.dropdown .dropdown-menu .dropdown-item:nth-of-type(n+2) {
  margin-top: 2px;
}

.navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #00418C;
  color: #ffffff;
}

/*mobile and tablet*/

@media only screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 34px;
  }

  .navbar .navbar-collapse .full-nav {
    height: calc(100vh - 60px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar .navbar-collapse .full-nav .nav-item {
    margin-bottom: 1em;
  }

  .navbar .navbar-collapse .full-nav .nav-item .nav-link {
    font-size: 1.9rem;
    color: #333333 !important;
  }

  .navbar .navbar-collapse .full-nav .nav-item.active .nav-link {
    color: #00418C !important;
    font-weight: 700;
  }

  .navbar .navbar-collapse .full-nav .nav-item.active .nav-link:before {
    display: none;
  }

  .navbar .navbar-collapse .full-nav .nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }

  .navbar .navbar-collapse .full-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #757575;
  }

  .navbar .navbar-collapse .full-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #00418C;
  }
}

.footer {
  width: 100%;
  padding: 80px 0;
  background-color: #fafafa;
}

.footer .footer__logo {
  width: 65%;
}

.footer .footer__logo img {
  width: 100%;
  height: auto;
}

.footer .footer__title {
  margin-bottom: 1.25rem;
}

.footer .footer__text {
  font-size: 14px;
  color: #757575;
}

.footer .footer__contact {
  margin-top: 40px;
}

.footer .footer__links .footer__links__items {
  list-style: none;
}

.footer .footer__links .footer__links__items .footer__links__item {
  display: block;
  padding-bottom: 5px;
}

.footer .footer__links .footer__links__items .footer__links__item__link:hover {
  text-decoration: none;
  color: #333333;
}

.footer .footer__social .footer__social__icons {
  font-size: 1.87rem;
}

.footer .footer__social .footer__social__icons .footer__facebook:hover {
  fill: #3b5998;
}

.footer .footer__social .footer__social__icons .footer__instagram:hover {
  color: #e4405f;
}

.footer .copyright__text {
  font-size: 0.75rem;
  line-height: 18px;
  color: #757575;
}

/*mobile*/

@media only screen and (max-width: 576px) {
  .footer .footer__contact {
    margin-top: 0px;
  }
}

h1 {
  font-size: 3rem;
  margin-bottom: 0;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 0.3em;
  line-height: 1.35;
}

@media only screen and (max-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.18rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

h5 {
  font-size: 0.87rem;
  color: #FFB917;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  font-size: 0.75rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
  line-height: 1.75;
}

.fw-text--secondary {
  opacity: 0.7;
}

.fw-text--primary {
  opacity: 1 !important;
}

.cap {
  text-transform: capitalize;
}

.fw-sub-title {
  font-size: 0.87rem;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #757575;
}

.weight-semibold {
  font-weight: 600;
}

.weight-bold {
  font-weight: 700;
}

.text-white {
  color: #ffffff;
}

.text-gray {
  color: #757575;
}

.text-dark-gray {
  color: #333333;
}

.text-blue {
  color: #00418C;
}

.text-red {
  color: #E50019;
}

.fw-more-link {
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color .25s;
  transition: color .25s;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  color: #333333;
}

.fw-more-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00418C;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.fw-more-link:hover {
  text-decoration: none;
  color: #00418C;
}

.fw-more-link:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.fw-card {
  position: relative;
  margin-top: 1.87rem;
}

.fw-card .fw-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fw-card .fw-card__image {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.fw-card .fw-card__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fw-card .fw-card__image.fw-card__image--small {
  padding-top: 110%;
}

.fw-card .fw-card__image.fw-card__image--background {
  background-color: #fafafa;
}

.fw-card .fw-card__image.fw-card__image--background img {
  height: 65%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fw-card .fw-card__image.fw-card__image--zoom {
  overflow: hidden;
}

.fw-card .fw-card__text {
  margin-top: 0.7rem;
}

.fw-card .fw-card__text .fw-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #212121;
  line-height: 1.5;
}

.fw-card .fw-card__text .fw-card__sub-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.5em;
  color: #757575;
}

.fw-card .fw-card__text .fw-card__list li {
  padding: 0.3rem 0;
}

.fw-card .fw-card__text .fw-card__link-item {
  color: #00418C;
  font-weight: 600;
}

.fw-card .fw-card__text .fw-card__link-item i {
  margin-left: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fw-card .fw-card__text.fw-card__text--small .fw-card__title {
  font-size: 1.125rem;
}

.fw-card.fw-card--zoom-mask .fw-card__image:after {
  content: '';
  border: 0px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fw-card.fw-card--zoom-mask:hover a {
  text-decoration: none;
}

.fw-card.fw-card--zoom-mask:hover a .fw-card__image:after {
  border: 12px solid #fff;
}

.fw-card.fw-card--zoom-mask:hover a .fw-card__image.fw-card__image--background img {
  height: calc(65% + 1.56rem);
}

.fw-card.fw-card--zoom-mask:hover a .fw-card__title {
  color: #3b3a3a;
}

.fw-card.fw-card--zoom {
  position: relative;
}

.fw-card.fw-card--zoom * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fw-card.fw-card--zoom .fw-card__image {
  padding-top: 75%;
  overflow: hidden;
  z-index: 1;
}

.fw-card.fw-card--zoom .fw-card__image img {
  z-index: 1;
}

.fw-card.fw-card--zoom .fw-card__image:after {
  content: '';
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fw-card.fw-card--zoom .fw-card__text {
  position: absolute;
  bottom: 20px;
  left: 24px;
  z-index: 3;
}

.fw-card.fw-card--zoom:hover .fw-card__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fw-card.fw-card--full div {
  max-height: 200px;
}

.fw-card.fw-card--full a:hover {
  text-decoration: none;
}

.fw-card.fw-card--full .fw-card__image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.fw-card.fw-card--full .fw-card__image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fw-card.fw-card--full .fw-card__image.fw-card__image--first:after,
.fw-card.fw-card--full .fw-card__image.fw-card__image--second:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}

.fw-card.fw-card--full .fw-card__image.fw-card__image--first:after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 65, 140, 0)), to(#00418c));
  background-image: linear-gradient(to right, rgba(0, 65, 140, 0), #00418c);
}

.fw-card.fw-card--full .fw-card__image.fw-card__image--second:after {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00418c), to(rgba(0, 65, 140, 0)));
  background-image: linear-gradient(to right, #00418c, rgba(0, 65, 140, 0));
}

.fw-card.fw-card--full .fw-card__text {
  margin-top: 0;
  height: 100%;
  background-color: #00418C;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fw-card.fw-card--description {
  margin-top: 3rem;
  cursor: pointer;
  position: relative;
}

.fw-card.fw-card--description .fw-card__image {
  overflow: hidden;
  height: 25rem;
  background: #00418C;
  cursor: pointer;
  padding-top: 0;
}

.fw-card.fw-card--description .fw-card__image img {
  position: relative;
  display: block;
  opacity: 0.8;
}

.fw-card.fw-card--description .fw-card__text {
  position: absolute;
  margin-top: 0;
  padding: 2em;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fw-card.fw-card--description .fw-card__text p {
  margin: 0;
}

.fw-card.fw-card--bordered {
  border: 1px solid #ddd;
  padding: 1.3rem 2.5rem;
}

.fw-card.fw-card--two-text {
  border-left: 8px solid #FFB917;
  cursor: pointer;
}

.fw-card.fw-card--two-text:hover .fw-card__text .fw-card__link-item {
  text-decoration: none;
}

.fw-card.fw-card--two-text:hover .fw-card__text .fw-card__link-item i {
  margin-left: 1.5rem;
}

.fw-card .fw-card__arrow:before {
  content: "\F063";
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fw-card.fw-card--collapsed .fw-card__arrow:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fw-card.fw-card--collapsed .fw-card__content {
  display: none;
}

.fw-card.fw-card--collapsed .fw-card__link-item i {
  margin-left: 0.5rem !important;
}

.fw-card.fw-card--info {
  margin-top: 0rem;
  position: relative;
}

.fw-card.fw-card--info .fw-card__image {
  background: #00418C;
  padding-top: 75%;
}

.fw-card.fw-card--info .fw-card__image img {
  opacity: 0.3;
}

.fw-card.fw-card--info .fw-card__text {
  position: absolute;
  margin-top: 0;
  padding: 2em;
  color: #ffffff;
  top: 50%;
  left: 50%;
  padding: 2em;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fw-card.fw-card--info .fw-card__text p {
  font-size: 1.125rem;
}

.fw-card:hover {
  cursor: pointer;
}

.fw-card:hover .fw-card__image.fw-card__image--zoom img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*for large devices*/

@media only screen and (min-width: 992px) {
  .fw-card.fw-card--description .fw-card__image img {
    max-width: none;
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  .fw-card.fw-card--description .fw-card__text {
    top: 5.5rem;
    -webkit-transform: translate3d(0, 8rem, 0);
    transform: translate3d(0, 8rem, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }

  .fw-card.fw-card--description .fw-card__text p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
  }

  .fw-card.fw-card--description:hover .fw-card__image img {
    opacity: 0.1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .fw-card.fw-card--description:hover .fw-card__text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .fw-card.fw-card--description:hover .fw-card__text p {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
}

@media only screen and (max-width: 991px) {
  .fw-card.fw-card--description .fw-card__image {
    height: 32rem;
    width: 100%;
  }

  .fw-card.fw-card--description .fw-card__image img {
    opacity: 0.4;
  }

  .fw-card.fw-card--description .fw-card__text {
    top: 50%;
    left: 0;
    padding: 2em;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 576px) {
  .fw-card .fw-card__text .fw-card__title {
    font-size: 1rem;
  }

  .fw-card.fw-card--full .fw-card__text {
    font-size: 1rem;
  }
}

.fw-banner {
  width: 100%;
  position: relative;
  height: 400px;
}

.fw-banner .fw-banner__image {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fw-banner .fw-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fw-banner .fw-banner__image:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.fw-banner .fw-banner__text-container {
  background-color: #00418C;
  height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 577px) {
  .fw-banner .fw-banner__text-container .fw-banner__text {
    z-index: 1;
  }

  .fw-banner .fw-banner__text-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -15px;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#00418c), to(rgba(0, 65, 140, 0)));
    background-image: linear-gradient(to right, #00418c, rgba(0, 65, 140, 0));
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 0;
  }

  .fw-banner .fw-banner__image:after {
    background-color: #00418C;
    width: 25%;
  }
}

@media only screen and (max-width: 576px) {
  .fw-banner .fw-banner__text-container {
    background-color: rgba(0, 65, 140, 0.8);
    height: 400px;
  }
}

.pagination .page-item {
  border-radius: 0;
  outline: none !important;
}

.pagination .page-item .page-link {
  background-color: #ffffff;
  font-size: 0.875rem;
  border: 0;
  color: #757575;
  margin: 0 4px;
  font-weight: 600;
}

.pagination .page-item .page-link:hover {
  background-color: #fafafa;
  color: #333333;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  background-color: #ffffff;
  color: #333333;
}

.pagination .page-item.page-item--active .page-link {
  background-color: #00418C;
  color: #ffffff;
}

.pagination .page-item.page-item--disabled .page-link {
  color: #cccccc;
}

.fw-image-container {
  position: relative;
  width: 100%;
}

.fw-image-container.fw-image-container--16-9 {
  padding-top: 56.25%;
}

.fw-image-container.fw-image-container--1-1 {
  padding-top: 100%;
}

.fw-image-container.fw-image-container--3-2 {
  padding-top: 66.66%;
}

.fw-image-container.fw-image-container--4-3 {
  padding-top: 75%;
}

.fw-image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fw-image-container.fw-image-container--90 {
  height: 90vh;
}

.fw-image-container.fw-image-container--90 img {
  position: relative;
}

.fw-image-container.fw-image-container--project {
  height: 100%;
  min-height: calc(100vh - 92px);
}

@media only screen and (max-width: 770px) {
  .fw-image-container.fw-image-container--project {
    min-height: 80vmin;
  }
}

.fw-image-container.fw-image-container--full {
  height: calc(100vh - 93px);
}

@media only screen and (max-width: 770px) {
  .fw-image-container.fw-image-container--full {
    height: calc(100vh - 77px);
  }
}

@media only screen and (max-width: 576px) {
  .fw-image-container.fw-image-container--full {
    height: calc(100vh - 72px);
  }
}

.fw-image-container.fw-image-container--80 {
  height: 80vh;
}

.fw-image-container.fw-image-container--80 img {
  position: relative;
}

.fw-image-container.fw-image-container--65 {
  height: 65vmin;
}

.fw-image-container.fw-image-container--65 img {
  position: relative;
}

.fw-image-container.fw-image-container--background {
  background-color: #fafafa;
}

.fw-image-container.fw-image-container--background img {
  position: absolute;
  height: 65%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fw-isotope__filter-buttons .fw-isotope__filter-button {
  font-size: 0.875rem;
  font-weight: 600;
  color: #757575;
  padding: 0.5em 1.2em;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.fw-isotope__filter-buttons .fw-isotope__filter-button:nth-child(n+2) {
  margin-left: 1rem;
}

.fw-isotope__filter-buttons .fw-isotope__filter-button.fw-isotope__filter-button--active {
  color: #ffffff;
  background: #00418C;
  border-color: #00418C;
}

.fw-isotope__filter-buttons .fw-isotope__filter-button:hover:not(.fw-isotope__filter-button--active) {
  color: #00418C;
  border-color: #757575;
}

.fw-btn {
  border-radius: 0;
  border: 0;
  position: relative;
  outline: none !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 1em 2em;
  cursor: pointer;
  display: inline-block;
}

.fw-btn.fw-btn--white {
  background: #ffffff;
  color: #00418C;
}

.fw-btn.fw-btn--cta {
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fw-btn.fw-btn--cta:before,
.fw-btn.fw-btn--cta:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #FFB917;
  z-index: -1;
  -webkit-transform: translate3D(0, -100%, 0);
          transform: translate3D(0, -100%, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fw-btn.fw-btn--cta:before {
  background: #00418C;
  z-index: -2;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

.fw-btn.fw-btn--cta:after {
  top: 0;
  z-index: -1;
  -webkit-transform: translate3D(-101%, 0, 0);
          transform: translate3D(-101%, 0, 0);
}

.fw-btn.fw-btn--cta:hover {
  text-decoration: none;
  -webkit-animation: shine-animation--text .6s;
          animation: shine-animation--text .6s;
  color: #ffffff;
}

.fw-btn.fw-btn--cta:hover:after {
  -webkit-animation: shine-animation .6s;
          animation: shine-animation .6s;
}

.fw-btn.fw-btn--big {
  font-size: 1rem;
}

.fw-btn.fw-btn--download {
  margin-top: 2rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: #fafafa;
  color: #00418C;
  padding: 0 2rem 0 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.fw-btn.fw-btn--download .fw-btn__icon {
  padding: 0.87rem 1rem;
  height: 100%;
  background-color: #00418C;
  color: #ffffff;
  margin-right: 1rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.fw-btn.fw-btn--download:hover {
  background-color: #eee;
}

.fw-btn.fw-btn--download:hover .fw-btn__icon {
  background-color: #002885;
}

@-webkit-keyframes shine-animation {
  0% {
    -webkit-transform: translate3D(-101%, 0, 0);
            transform: translate3D(-101%, 0, 0);
  }

  50% {
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3D(101%, 0, 0);
            transform: translate3D(101%, 0, 0);
  }
}

@keyframes shine-animation {
  0% {
    -webkit-transform: translate3D(-101%, 0, 0);
            transform: translate3D(-101%, 0, 0);
  }

  50% {
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3D(101%, 0, 0);
            transform: translate3D(101%, 0, 0);
  }
}

@-webkit-keyframes shine-animation--text {
  0% {
    color: var(--white);
  }

  50% {
    color: var(--dark-gray);
  }

  100% {
    color: var(--white);
  }
}

@keyframes shine-animation--text {
  0% {
    color: var(--white);
  }

  50% {
    color: var(--dark-gray);
  }

  100% {
    color: var(--white);
  }
}

@media only screen and (max-width: 991px) {
  .fw-btn.fw-btn--cta-main {
    font-size: 1.9rem;
    padding: 1rem 2.5rem;
    margin-top: 3rem;
  }
}

/*slider*/

.landing-page-slider .slider__text {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 999;
}

.landing-page-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  list-style-type: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.landing-page-slider .slick-dots li {
  display: inline-block;
  padding: 5px 7px;
}

.landing-page-slider .slick-dots li * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.landing-page-slider .slick-dots li a svg #navigation-dot #navigation-mask #rectangle-fill {
  -webkit-transform: translate(-19162px, -2156px);
          transform: translate(-19162px, -2156px);
}

.landing-page-slider .slick-dots li a:hover svg #navigation-dot #navigation-mask #rectangle-fill,
.landing-page-slider .slick-dots li a:focus svg #navigation-dot #navigation-mask #rectangle-fill {
  -webkit-transform: translate(-19162px, -2175px);
          transform: translate(-19162px, -2175px);
}

.landing-page-slider .slick-dots li.slick-active a svg #navigation-dot #navigation-mask #rectangle-fill {
  -webkit-transform: translate(-19162px, -2175px);
          transform: translate(-19162px, -2175px);
}

/*clients*/

.clients__slider {
  margin-top: 60px;
  position: relative;
}

.clients__slider .clients__client {
  padding: 15px 60px 15px 0;
}

.clients__slider .clients__client img {
  max-height: 100px;
  max-width: 100%;
}

.clients__slider .slick-prev,
.clients__slider .slick-next {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  font-size: 1.25rem;
  cursor: pointer;
  color: #00418C;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.clients__slider .slick-prev:hover,
.clients__slider .slick-next:hover {
  color: #FFB917;
}

.clients__slider .slick-prev {
  right: 35px;
}

/*certificates*/

.certificate__slider {
  width: 100%;
}

.certificate__slider .certificate__image {
  width: 100%;
  height: 40rem;
}

.certificate__slider .certificate__image img {
  max-width: 90%;
  max-height: 40rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.certificate__names {
  list-style: none;
  font-size: 1.125rem;
  font-weight: 600;
}

.certificate__names .slick-list {
  height: auto !important;
}

.certificate__names .slick-track {
  height: auto !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.certificate__names li {
  display: block;
  padding: 7px 0;
  color: #757575;
  cursor: pointer;
}

.certificate__names li.slick-current {
  color: #FFB917;
}

.certificate__names li:not(.slick-current):hover {
  color: #333333;
}

.certificate__arrows .certificate__arrow {
  border: 0;
  background: transparent;
  font-size: 2rem;
  cursor: pointer;
  color: #00418C;
  outline: none !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.certificate__arrows .certificate__arrow:hover {
  color: #FFB917;
}

@media only screen and (min-width: 577px) {
  .landing-page-slider .fw-image-container::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 0 0);
    -moz-clip-path: polygon(0 0, 0 100%, 100% 100%, 0 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 0 0);
    opacity: 0.87;
    background: #00418C;
  }
}

/*mobile*/

@media only screen and (max-width: 576px) {
  .landing-page-slider .fw-image-container:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    background: #00418C;
  }

  .landing-page-slider .fw-image-container .slider__text {
    position: absolute;
    top: calc(50% + 2rem);
    color: #fff;
    width: 100%;
    /*width: 550px;*/
    z-index: 999;
  }
}

.fw-form .fw-form__input-label {
  font-size: 0.875rem;
  color: #757575;
  margin-left: 0.75rem;
}

.fw-form input[type="text"],
.fw-form input[type="email"],
.fw-form textarea {
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  outline: none !important;
}

.fw-form input[type="text"]:focus,
.fw-form input[type="email"]:focus,
.fw-form textarea:focus {
  background-color: #f5f5f5;
  border: 1px solid #333333;
}

.fw-list--category {
  list-style: none;
}

.fw-list--category h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-top: 0.7em;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.fw-list--category .fw-list__item {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 0;
}

.fw-list--category .fw-list__item a {
  color: #333333;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}

.fw-list--category .fw-list__item a:hover {
  text-decoration: none;
  color: #00418C;
}

.fw-list--category .fw-list__item.fw-list__item--active a {
  color: #00418C;
  font-weight: 700;
}

