.footer_link {
  background-color: transparent;
  display: block;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #1991eb;
  text-decoration: none; }
  .footer_link:active {
    outline: 0; }
  .footer_link:hover {
    outline: 0; }
  .footer_paragraph {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px; }
  ._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 20px; }
  ._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px; }
  ._3-col._3-col-last {
    margin-right: 0; }
  .wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto; }
  .wrap.w50-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  ._2-col {
  display: inline-block;
  width: 140px;
  margin-right: 20px; }
  .text-14 {
  line-height: 24px; }
  .text-14.text-14-60 {
    opacity: 0.6; }
  .text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px; }
  .link-light {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #111212;
  line-height: 24px;
  cursor: pointer; }
  .link-light:hover {
    opacity: 1;
    color: #111212; }
  .link-light:active {
    opacity: 0.9; }
  .link-light.footer-link-12-link {
    margin-bottom: 10px; }
  .footer1 {
  border-top: 1px solid rgba(17, 18, 18, 0.06);
  font-family: "Hurme Geometric Sans 3", sans-serif; }
  .footer1-column-headline {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
  ._5-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  ._3-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .wrap {
    width: 645px; }
    .wrap.w50-start {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  ._2-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .footer1 {
    text-align: center; } }
  @media (max-width: 767px) {
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; } }

.AnimatedButton {
  border: 2px solid;
  border-radius: 35px;
  font-weight: 600;
  text-transform: none;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
  color: #fff !important;
  background-color: #f19b13 !important;
  border-color: #f19b13 !important;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  white-space: nowrap;
  letter-spacing: 0.025em;
  padding: 11px 25px;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .AnimatedButton:focus {
    color: #fff !important;
    background-color: #1369f1 !important;
    border-color: #1369f1 !important; }
  .AnimatedButton:hover {
    color: #fff !important;
    background-color:#1369f1 !important;
    border-color: #1369f1 !important; }
.nav-contact.pull-right a i{ color:#1369f1; }
.nav-contact.pull-right a:hover i{ color:#f19b13; }
  .AnimatedButton:hover .content-original {
      -webkit-animation: showum 0.3s;
              animation: showum 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
  .AnimatedButton:hover .content-dubbed {
      -webkit-animation: hideum 0.3s;
              animation: hideum 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
  .AnimatedButton:active {
    color: #fff !important;
    background-color: #1369f1 !important;
    border-color: #1369f1 !important; }
  .AnimatedButton .content-original {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.4s, -webkit-clip-path 0.4s;
    transition: -webkit-transform 0.4s, -webkit-clip-path 0.4s;
    transition: transform 0.4s, clip-path 0.4s;
    transition: transform 0.4s, clip-path 0.4s, -webkit-transform 0.4s, -webkit-clip-path 0.4s;
    display: block;
    -webkit-clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
            clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%); }
  .AnimatedButton .content-dubbed {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.4s, -webkit-clip-path 0.4s;
    transition: -webkit-transform 0.4s, -webkit-clip-path 0.4s;
    transition: transform 0.4s, clip-path 0.4s;
    transition: transform 0.4s, clip-path 0.4s, -webkit-transform 0.4s, -webkit-clip-path 0.4s;
    position: absolute;
    top: 0;
    margin: auto;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    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;
    width: auto;
    height: 100%;
    padding: inherit;
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    white-space: nowrap; }
  @media (max-width: 575.98px) {
  .button {
    padding: 10px 15px; } }
  @media (min-width: 768px) {
  * + .button {
    margin-top: 35px; } }
  @-webkit-keyframes showum {
  0% {
    -webkit-clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
            clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%); }
  100% {
    -webkit-clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%); } }
  @keyframes showum {
  0% {
    -webkit-clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
            clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%); }
  100% {
    -webkit-clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%); } }
  @-webkit-keyframes hideum {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%); }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%); } }
  @keyframes hideum {
  0% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%); }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%); } }

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  color: #f19b13; }

#navbar_logo {
  width: 50px;
  height: 50px; }

.image_whitener {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.fill_lightblue {
  fill: #b9d6f2;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease; }

.fill_blue {
  fill: #3576bf;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease; }

.fill_orange {
  fill: #fca720;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease; }

.fill_white {
  fill: #fff;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease; }

.navbar_shadow {
  -webkit-box-shadow: 0 6px 12px 0 rgba(33, 37, 41, 0.1);
          box-shadow: 0 6px 12px 0 rgba(33, 37, 41, 0.1); }

.modern_dropdown {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.modern_dropdown > li > a:hover {
    background: #f1f7fc; }

.modern_dropdown > li:last-of-type {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }

.modern_dropdown > li:last-of-type:hover {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }

.modern_dropdown > li:last-of-type > a:last-of-type {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }

.modern_dropdown > li:last-of-type > a:last-of-type:hover {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }