@charset "UTF-8";
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.animated, #anssi-main-carousel .carousel-caption, #anssi-main-carousel .carousel-caption h2, #anssi-main-carousel .carousel-caption p {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.animated.hinge, #anssi-main-carousel .hinge.carousel-caption, #anssi-main-carousel .carousel-caption h2.hinge, #anssi-main-carousel .carousel-caption p.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn, #anssi-main-carousel .carousel-caption {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRight, #anssi-main-carousel .carousel-caption h2 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUp, #anssi-main-carousel .carousel-caption p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@font-face {
  font-family: 'anssi-custom-font';
  src: url("../assets/fonts/anssiicons/anssi-custom-font.eot?46908953");
  src: url("../assets/fonts/anssiicons/anssi-custom-font.eot?46908953#iefix") format("embedded-opentype"), url("../assets/fonts/anssiicons/anssi-custom-font.woff2?46908953") format("woff2"), url("../assets/fonts/anssiicons/anssi-custom-font.woff?46908953") format("woff"), url("../assets/fonts/anssiicons/anssi-custom-font.ttf?46908953") format("truetype"), url("../assets/fonts/anssiicons/anssi-custom-font.svg?46908953#anssi-custom-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "anssi-custom-font";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e800";
}

.icon-letterbox:before {
  content: "\e801";
}

.icon-magn-glass:before {
  content: "\e802";
}

.icon-mailbox:before {
  content: "\e803";
}

.icon-phone-head:before {
  content: "\e804";
}

.icon-facebook:before {
  content: "\e805";
}

.icon-linkedin:before {
  content: "\e806";
}

.icon-twitter:before {
  content: "\e807";
}

.icon-youtube:before {
  content: "\e808";
}

.icon-telephone:before {
  content: "\e809";
}

@font-face {
  font-family: "rondo";
  src: url("../assets/fonts/rondoicons/rondo/rondo.eot?#") format("eot"), url("../assets/fonts/rondoicons/rondo/rondo.svg#rondo") format("svg"), url("../assets/fonts/rondoicons/rondo/rondo.woff") format("woff"), url("../assets/fonts/rondoicons/rondo/rondo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "londonmmregular";
  src: url("../assets/fonts/rondoicons/london/londonmm-webfont.eot");
  src: url("../assets/fonts/rondoicons/london/londonmm-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/rondoicons/london/londonmm-webfont.woff") format("woff"), url("../assets/fonts/rondoicons/london/londonmm-webfont.ttf") format("truetype"), url("../assets/fonts/rondoicons/london/londonmm-webfont.svg#londonmmregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rondo";
  font-style: normal;
  speak: none;
  /* Enable Ligatures */
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
}

/* Icons */
.icon-youtube:before {
  content: "\79\6f\75\74\75\62\65";
}

.icon-yahoo:before {
  content: "\79\61\68\6f\6f";
}

.icon-xing:before {
  content: "\78\69\6e\67";
}

.icon-wordpress:before {
  content: "\77\6f\72\64\70\72\65\73\73";
}

.icon-windows:before {
  content: "\77\69\6e\64\6f\77\73";
}

.icon-vimeo:before {
  content: "\76\69\6d\65\6f";
}

.icon-twitter:before {
  content: "\74\77\69\74\74\65\72";
}

.icon-tumblr:before {
  content: "\74\75\6d\62\6c\72";
}

.icon-stumbleupon:before {
  content: "\73\74\75\6d\62\6c\65\75\70\6f\6e";
}

.icon-stackoverflow:before {
  content: "\73\74\61\63\6b\6f\76\65\72\66\6c\6f\77";
}

.icon-soundcloud:before {
  content: "\73\6f\75\6e\64\63\6c\6f\75\64";
}

.icon-skype:before {
  content: "\73\6b\79\70\65";
}

.icon-sharethis:before {
  content: "\73\68\61\72\65\74\68\69\73";
}

.icon-rss:before {
  content: "\72\73\73";
}

.icon-reddit:before {
  content: "\72\65\64\64\69\74";
}

.icon-posterious:before {
  content: "\70\6f\73\74\65\72\69\6f\75\73";
}

.icon-pinterest:before {
  content: "\70\69\6e\74\65\72\65\73\74";
}

.icon-picasa:before {
  content: "\70\69\63\61\73\61";
}

.icon-myspace:before {
  content: "\6d\79\73\70\61\63\65";
}

.icon-linkedin:before {
  content: "\6c\69\6e\6b\65\64\69\6e";
}

.icon-lastfm:before {
  content: "\6c\61\73\74\66\6d";
}

.icon-instagram:before {
  content: "\69\6e\73\74\61\67\72\61\6d";
}

.icon-googleplus:before {
  content: "\67\6f\6f\67\6c\65\70\6c\75\73";
}

.icon-github:before {
  content: "\67\69\74\68\75\62";
}

.icon-forrst:before {
  content: "\66\6f\72\72\73\74";
}

.icon-flickr:before {
  content: "\66\6c\69\63\6b\72";
}

.icon-facebook:before {
  content: "\66\61\63\65\62\6f\6f\6b";
}

.icon-email:before {
  content: "\65\6d\61\69\6c";
}

.icon-dribbble:before {
  content: "\64\72\69\62\62\62\6c\65";
}

.icon-deviantart:before {
  content: "\64\65\76\69\61\6e\74\61\72\74";
}

.icon-delicious:before {
  content: "\64\65\6c\69\63\69\6f\75\73";
}

.icon-creattica:before {
  content: "\63\72\65\61\74\74\69\63\61";
}

.icon-coroflot:before {
  content: "\63\6f\72\6f\66\6c\6f\74";
}

.icon-cargo:before {
  content: "\63\61\72\67\6f";
}

.icon-blogger:before {
  content: "\62\6c\6f\67\67\65\72";
}

.icon-behance:before {
  content: "\62\65\68\61\6e\63\65";
}

.icon-apple:before {
  content: "\61\70\70\6c\65";
}

.icon-android:before {
  content: "\61\6e\64\72\6f\69\64";
}

.icon-amazon:before {
  content: "\61\6d\61\7a\6f\6e";
}

.icon-px:before {
  content: "\66\69\76\65\68\75\6e\64\72\65\64";
}

@font-face {
  font-family: "Helvetica";
  src: url("../assets/fonts/Helvetica.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Helvetica Bold";
  src: url("../assets/fonts/Helvetica Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica World";
  src: url("../assets/fonts/HelveticaWorld-Regular.ttf") format("truetype");
  font-weight: normal;
}

html,
body {
  margin: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #313131;
}

.login-btn a {
  font-size: 0.9em;
  color: #fff;
  background-color: #e52420;
  padding: 0.1em 1em 0.2em 1em;
}

.login-btn a:hover {
  color: #313131;
  background-color: #fff;
  text-decoration: none;
}

.more-btn {
  margin-top: 1.5em;
}

.more-btn a {
  font-family: "Lato", sans-serif;
  color: #fff;
  background-color: #e52420;
  border-radius: 3px;
  padding: 0.5em 1em 0.63em 1em;
}

.more-btn a:hover {
  background-color: #2c336d;
  background-color: #5c66bd;
  text-decoration: none;
}

#banner-slideshow {
  margin: 0;
  padding: 0;
}

.reset-paddings {
  margin: 0;
  padding: 0;
}

.main-title {
  font-family: "Helvetica World", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #e52420;
}

.main-title h1,
.main-title h2,
.main-title h3,
.main-title h4,
.main-title h5,
.main-title h6 {
  position: relative;
  display: inline-block;
}

.main-title h1::before, .main-title h1::after,
.main-title h2::before,
.main-title h2::after,
.main-title h3::before,
.main-title h3::after,
.main-title h4::before,
.main-title h4::after,
.main-title h5::before,
.main-title h5::after,
.main-title h6::before,
.main-title h6::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-title h1::before,
.main-title h2::before,
.main-title h3::before,
.main-title h4::before,
.main-title h5::before,
.main-title h6::before {
  width: 100%;
  height: 39px;
  background-image: url("../assets/img/title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  top: 98%;
  z-index: 60;
}

.main-title h1::after,
.main-title h2::after,
.main-title h3::after,
.main-title h4::after,
.main-title h5::after,
.main-title h6::after {
  width: 80%;
  height: 1px;
  background: #2c336d;
  top: 124%;
  z-index: 50;
}

.main-title h1 span,
.main-title h2 span,
.main-title h3 span,
.main-title h4 span,
.main-title h5 span,
.main-title h6 span {
  color: #2c336d;
}

@media (min-width: 768px) {
  .main-title {
    font-size: 2em;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sticky #header-contacts .brand {
  opacity: 1;
  pointer-events: auto;
}

.sticky #header-brand-search {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  max-height: 0;
  padding: 0;
}

.sticky + #banner-slideshow {
  margin-top: 85px;
}

.social-media-links ul {
  margin: 0;
  padding: 0;
}

.social-media-links ul li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 0;
}

.social-media-links ul li span {
  font-family: "anssi-custom-font";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-media-links ul li:nth-child(1) span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

.social-media-links ul li:nth-child(2) span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

.social-media-links ul li:nth-child(3) span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

.social-media-links ul li:nth-child(4) span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

.social-media-links ul li a {
  color: #fff;
}

.social-media-links ul li a:hover {
  text-decoration: none;
  color: #b6bbe2;
}

.social-media-links ul li a span {
  font-size: 2em;
}

#sticky-wrp {
  padding: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

#header-contacts {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  color: #fff;
  background: #000;
  padding: 4px 0;
}

#header-contacts .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-contacts .brand {
  margin-right: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
}

#header-contacts .brand img {
  height: 45px;
}

#header-contacts .call-us {
  margin-right: 2em;
}

#header-contacts .call-us span {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: .3em;
}

#header-contacts .call-us a {
  color: #fff;
}

#header-contacts .call-us a:hover {
  text-decoration: none;
}

#header-contacts .cell-phone {
  padding-right: 2em;
  margin-right: 2em;
  border-right: 1px solid #fff;
}

#header-contacts .cell-phone span:first-child {
  font-family: "anssi-custom-font";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.7em;
  margin-right: 0.7em;
}

#header-contacts .cell-phone span:first-child::before {
  content: "";
  display: inline-block;
  width: 1em;
}

#header-contacts .cell-phone span:last-child {
  line-height: 2em;
}

#header-contacts .social-media-head {
  margin: 0 3em;
}

#header-contacts .langs {
  padding: 0 2em;
}

#header-contacts .langs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header-contacts .langs ul li {
  display: inline-block;
}

#header-contacts .langs ul li a {
  margin-left: 8px;
}

#header-contacts .langs ul li a:hover, #header-contacts .langs ul li a.active {
  color: #fff;
}

#header-contacts .langs ul li img {
  width: 27px;
  margin-left: 1.5em;
}

@media (min-width: 768px) {
  #header-contacts .langs {
    padding: 0;
  }
}

#header-brand-search {
  padding: 8px 0;
  background: #fff;
  max-height: 180px;
  -webkit-transition: max-height 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: max-height 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: max-height 0.2s linear, transform 0.2s ease-in-out;
  transition: max-height 0.2s linear, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

#header-brand-search .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-brand-search .brand img {
  max-width: 150px;
}

@media (min-width: 576px) {
  #header-brand-search .brand img {
    max-width: 200px;
  }
}

#header-brand-search .toggle-btn {
  color: #2c336d;
  font-size: 1.8em;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  margin: 0 1em;
}

#header-brand-search .toggle-btn span::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

#search-form-wrapper {
  margin-left: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
  background: #e52420;
  padding: 2px;
}

#search-form-wrapper .search-form-content {
  -webkit-clip-path: polygon(0 0, 98.5% 0, 79% 100%, 0% 100%);
          clip-path: polygon(0 0, 98.5% 0, 79% 100%, 0% 100%);
  background: #fff;
  padding: 0.4em 3.9em 0.4em 0;
}

#search-form-wrapper input[type="text"] {
  font-family: "Lato", sans-serif !important;
  display: inline-block;
  padding-left: 0.5em;
  border: none;
}

#search-form-wrapper input[type="text"]:focus {
  outline: none;
}

#search-form-wrapper #search-btn-wrp {
  display: inline-block;
}

#search-form-wrapper #search-btn-wrp span {
  font-family: "anssi-custom-font";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  color: #313131;
  position: relative;
}

#search-form-wrapper #search-btn-wrp span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

#search-form-wrapper #search-btn-wrp span::before {
  position: absolute;
  top: -17px;
  left: -6px;
}

#main-navigation {
  color: #fff;
  background: #2c336d;
  letter-spacing: 0.01em;
}

#main-navigation #collapse-main-nav {
  display: none;
  width: 100%;
}

#main-navigation #collapse-main-nav.is-open {
  display: block;
}

@media (min-width: 992px) {
  #main-navigation #collapse-main-nav {
    display: block;
    width: auto;
  }
}

#main-navigation .main-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#main-navigation .main-nav > li {
  text-transform: uppercase;
  border-bottom: 1px solid #5c66bd;
}

#main-navigation .main-nav > li a {
  display: block;
  color: #fff;
  padding: 1em 2em;
}

#main-navigation .main-nav > li.active, #main-navigation .main-nav > li.is-clicked {
  background: #fff;
}

#main-navigation .main-nav > li.active > a, #main-navigation .main-nav > li.is-clicked > a {
  color: #2c336d;
  font-weight: bold;
  text-decoration: none;
}

#main-navigation .main-nav > li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#main-navigation .main-nav > li ul li {
  font-size: 0.9em;
  text-transform: none;
  border-top: 1px solid #b6bbe2;
}

#main-navigation .main-nav > li ul li a {
  color: #313131;
}

#main-navigation .main-nav > li ul.sub-nav {
  display: none;
}

#main-navigation .main-nav > li ul.sub-nav ul.sub-nav {
  background-color: #f4f5fb;
}

#main-navigation .main-nav > li ul.sub-nav ul.sub-nav a {
  padding-left: 4em;
}

#main-navigation .main-nav > li ul.sub-nav li.is-clicked > ul.sub-nav {
  display: block;
}

#main-navigation .main-nav > li.dropdown > a::after,
#main-navigation .main-nav > li ul.sub-nav li.dropdown-l2 > a::after {
  font-size: 1.5em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: relative;
  top: 1px;
  float: right;
}

#main-navigation .main-nav > li.is-clicked > ul.sub-nav {
  display: block;
}

@media (min-width: 992px) {
  #main-navigation .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main-navigation .main-nav {
    font-size: 0.8em;
  }
  #main-navigation .main-nav li {
    display: inline-block;
    padding: 0.8em 1em 0.1em 1em;
    border-bottom: none;
    position: relative;
    cursor: pointer;
  }
  #main-navigation .main-nav li a {
    color: #fff;
    display: inline;
    padding: 0;
  }
  #main-navigation .main-nav li:hover, #main-navigation .main-nav li.active {
    background: #fff;
  }
  #main-navigation .main-nav li:hover a, #main-navigation .main-nav li.active a {
    font-weight: normal;
    color: #181818;
    text-decoration: none;
  }
  #main-navigation .main-nav li:hover span, #main-navigation .main-nav li.active span {
    display: block;
    width: 100%;
    height: 11px;
  }
  #main-navigation .main-nav li:hover span::before, #main-navigation .main-nav li:hover span::after, #main-navigation .main-nav li.active span::before, #main-navigation .main-nav li.active span::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #main-navigation .main-nav li:hover span::before, #main-navigation .main-nav li.active span::before {
    width: 100%;
    height: 11px;
    background-image: url("../assets/img/main-menu-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    top: 26px;
    z-index: 60;
  }
  #main-navigation .main-nav li:hover span::after, #main-navigation .main-nav li.active span::after {
    width: 50%;
    height: 1px;
    background: #2c336d;
    top: 31px;
    z-index: 50;
  }
  #main-navigation .main-nav li:hover > ul.sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #main-navigation .main-nav li.dropdown > a::after {
    display: none;
  }
  #main-navigation .main-nav ul.sub-nav {
    display: block !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 200px;
  }
  #main-navigation .main-nav ul.sub-nav li {
    text-transform: none;
    border-top: 1px solid #9e9e9e;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding-bottom: 0.6em;
  }
  #main-navigation .main-nav ul.sub-nav li:last-child {
    border-bottom: 1px solid #9e9e9e;
  }
  #main-navigation .main-nav ul.sub-nav li a {
    color: #fff;
  }
  #main-navigation .main-nav ul.sub-nav li:hover {
    background: #fff;
  }
  #main-navigation .main-nav ul.sub-nav li:hover > a {
    color: #181818;
  }
  #main-navigation .main-nav ul.sub-nav li ul.sub-nav {
    left: 100%;
    top: 0;
  }
  #main-navigation .main-nav ul.sub-nav li ul.sub-nav li {
    background: rgba(44, 51, 109, 0.9);
  }
  #main-navigation .main-nav ul.sub-nav li ul.sub-nav li:hover {
    background: #fff;
  }
}

#anssi-main-carousel .carousel-indicators li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #919191;
  background: #919191;
  margin-right: 20px;
  opacity: 1;
}

#anssi-main-carousel .carousel-indicators li.active {
  background: #e52420;
}

#anssi-main-carousel .carousel-inner {
  height: 40vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#anssi-main-carousel .carousel-inner img {
  width: 110%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (min-width: 768px) {
  #anssi-main-carousel .carousel-inner {
    height: 65vh;
  }
  #anssi-main-carousel .carousel-inner img {
    width: 100%;
  }
}

#anssi-main-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31%;
  height: 380px;
  text-align: left;
  padding: 2.5em 2em;
  background: rgba(0, 0, 0, 0.69);
  opacity: 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#anssi-main-carousel .carousel-caption h2 {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.02em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#anssi-main-carousel .carousel-caption p {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  margin-top: 1.5em;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@media (min-width: 992px) {
  #anssi-main-carousel .carousel-caption h2 {
    font-size: 1.2em;
  }
}

@media (min-width: 1200px) {
  #anssi-main-carousel .carousel-caption h2 {
    font-size: 1.5em;
  }
  #anssi-main-carousel .carousel-caption h2 p {
    line-height: 2em;
  }
}

#urgent-news-sect {
  background: #2c336d;
  color: #fff;
}

#urgent-news-sect .urg-news-btn {
  background: #e52420;
  padding: 0.8em 2em 1em 2em;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  cursor: pointer;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#urgent-news-sect .urg-news-btn p {
  padding: 0;
  margin: 0;
}

#urgent-news-sect .urg-news-btn a {
  color: #fff;
}

#urgent-news-sect .urg-news-btn:hover {
  background-color: #5c66bd;
}

#urgent-news-sect .urg-news-btn:hover a {
  text-decoration: none;
}

#urgent-news-sect .urg-news-carousel {
  width: 95%;
}

#urgent-news-sect .urg-news-cont {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  padding: 1.6em 2em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#urgent-news-sect .urg-news-cont p {
  padding: 0;
  margin: 0;
}

#urgent-news-sect .urg-news-cont a {
  color: #fff;
}

@media (min-width: 992px) {
  #urgent-news-sect .urg-news-btn {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
  }
  #urgent-news-sect .urg-news-cont {
    -ms-flex-preferred-size: 82%;
        flex-basis: 82%;
    padding-right: 0;
  }
}

#welcome-home-sect {
  padding: 5em 0;
}

#welcome-home-sect .welcome-content {
  margin-bottom: 3em;
}

#welcome-home-sect .welcome-content .main-title {
  margin-bottom: 1.8em;
}

#welcome-home-sect .welcome-content .main-title img {
  width: 150px;
}

#welcome-home-sect .welcome-content .more-btn {
  margin-top: 2.5em;
}

#welcome-home-sect .admin-services {
  padding-left: 10px;
}

#welcome-home-sect .admin-services .main-title {
  text-transform: capitalize;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  margin-bottom: 1em;
}

#welcome-home-sect .admin-services img {
  width: 70%;
}

@media (min-width: 992px) {
  #welcome-home-sect .admin-services img {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  #welcome-home-sect .admin-services img {
    width: 80%;
  }
}

#home-services-sect-title {
  padding: 5em 0;
}

#home-services-sect-title .main-title {
  text-align: center;
}

#home-services-sect-content {
  padding: 2em 1.5em;
  background: url("../assets/img/serv-slid-bg.jpg") center/cover no-repeat;
}

#home-services-sect-content .services-slick-carousel {
  padding: 0 0.5em;
}

#home-services-sect-content .services-slick-carousel div.srv-slik-item {
  width: 300px;
  height: auto;
  overflow: hidden;
  padding: 2.8em;
  position: relative;
}

#home-services-sect-content .services-slick-carousel div.srv-slik-item img {
  width: 100%;
}

#home-services-sect-content .services-slick-carousel div.srv-slik-item a {
  position: absolute;
  top: 83%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 63%;
  font-family: "Helvetica World", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  background: #2c336d;
  margin: 0 auto;
  padding: 0.6em 0;
  border-radius: 3px;
}

#home-services-sect-content .services-slick-carousel div.srv-slik-item a:hover {
  background: #e52420;
  text-decoration: none;
}

#inforce-home-sect {
  padding: 5em 0;
}

#inforce-home-sect .main-title {
  text-align: center;
}

#inforce-home-sect .inforce-items-wrp {
  padding: 4em 0 0 0;
}

#inforce-home-sect .inforce-item {
  padding: 1.5em;
  background-color: #dcdcdc;
  text-align: center;
  -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 2em;
  position: relative;
}

#inforce-home-sect .inforce-item:hover {
  background-color: #2c336d;
}

#inforce-home-sect .inforce-item:hover .if-heading {
  color: #fff;
}

#inforce-home-sect .inforce-item:hover .if-heading h1::after,
#inforce-home-sect .inforce-item:hover .if-heading h2::after,
#inforce-home-sect .inforce-item:hover .if-heading h3::after,
#inforce-home-sect .inforce-item:hover .if-heading h4::after,
#inforce-home-sect .inforce-item:hover .if-heading h5::after,
#inforce-home-sect .inforce-item:hover .if-heading h6::after,
#inforce-home-sect .inforce-item:hover .if-heading p::after {
  background-color: #fff;
}

#inforce-home-sect .inforce-item:hover p {
  color: #fff;
}

#inforce-home-sect .inforce-item .if-heading {
  font-family: "Helvetica World", sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #e52420;
  margin-bottom: 1em;
}

#inforce-home-sect .inforce-item .if-heading h1::after,
#inforce-home-sect .inforce-item .if-heading h2::after,
#inforce-home-sect .inforce-item .if-heading h3::after,
#inforce-home-sect .inforce-item .if-heading h4::after,
#inforce-home-sect .inforce-item .if-heading h5::after,
#inforce-home-sect .inforce-item .if-heading h6::after,
#inforce-home-sect .inforce-item .if-heading p::after {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background-color: #313131;
  margin: 0.5em auto;
}

#inforce-home-sect .inforce-item p {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 2em;
}

#inforce-home-sect .inforce-item .more-icon {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
}

#inforce-home-sect .inforce-item .more-icon a {
  display: inline-block;
  background-color: #e52420;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.7em;
  line-height: 25px;
}

#inforce-home-sect .inforce-item .more-icon a:hover {
  text-decoration: none;
}

#newsevents-home-sect {
  padding: 3em 0 5em 0;
}

#newsevents-home-sect .main-title {
  padding-bottom: 2.3em;
  text-align: center;
}

#newsevents-home-sect .news-cont-wrp {
  padding-bottom: 0.8em;
}

@media (min-width: 992px) {
  #newsevents-home-sect .news-cont-wrp {
    border-right: 1px solid #2c336d;
    padding-bottom: 0.8em;
  }
}

#newsevents-home-sect .news-item {
  margin-bottom: 2.5em;
}

#newsevents-home-sect .img-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#newsevents-home-sect .img-wrp .img-cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  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;
  overflow: hidden;
  height: 33vh;
}

#newsevents-home-sect .img-wrp .img-cont img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100%;
}

#newsevents-home-sect .img-wrp .date-cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  background-color: #2c336d;
  color: #fff;
  font-family: "Helvetica World", sans-serif;
}

#newsevents-home-sect .img-wrp .date-cont .day-month-wrp {
  height: 57%;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#newsevents-home-sect .img-wrp .date-cont .day-month-wrp span {
  display: block;
}

#newsevents-home-sect .img-wrp .date-cont .day-month-wrp span.day {
  font-size: 1.6em;
  width: 100%;
  text-align: center;
}

#newsevents-home-sect .img-wrp .date-cont .day-month-wrp span.month {
  font-size: 0.8em;
}

#newsevents-home-sect .img-wrp .date-cont .year-wrp {
  background-color: #e52420;
  height: 43%;
  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;
  font-size: 0.9em;
}

#newsevents-home-sect .cont-wrp {
  padding: 1em 3em 1em 0.2em;
}

#newsevents-home-sect .cont-wrp .csc-header {
  font-family: "Helvetica World", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#newsevents-home-sect .cont-wrp p {
  font-family: "Poppins", sans-serif;
  font-size: 0.85em;
}

#newsevents-home-sect .cont-wrp .more-link a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #e52420;
}

#newsevents-home-sect .more-btn {
  text-align: right;
  text-transform: capitalize;
  margin-right: 3em;
}

#newsevents-home-sect .more-btn a {
  background-color: #2c336d;
}

#newsevents-home-sect .more-btn a:hover {
  background-color: #5c66bd;
}

#video-carousel-home-sect {
  padding: 2em 0 4em 0;
  background: url("../assets/img/videonews-slid-bg.jpg") center/cover no-repeat;
}

#video-carousel-home-sect .anssi-videonews-slick-carousel div.srv-slik-item {
  width: 380px;
  height: 280px;
  overflow: hidden;
  padding: 2.8em 1em;
  position: relative;
}

#video-carousel-home-sect .anssi-videonews-slick-carousel .slick-prev,
#video-carousel-home-sect .anssi-videonews-slick-carousel .slick-next {
  top: 56%;
}

#partners-carousel-home-sect {
  padding: 4em 0 4em 0;
}

#partners-carousel-home-sect .row {
  text-align: center;
  margin-bottom: 2em;
}

#partners-carousel-home-sect .partners-slick-carousel div.srv-slik-item {
  padding: 3.2em 1em;
}

#partners-carousel-home-sect .partners-slick-carousel div.srv-slik-item img {
  height: 80px;
  width: auto;
}

#partners-carousel-home-sect .partners-slick-carousel .slick-prev::before,
#partners-carousel-home-sect .partners-slick-carousel .slick-next::before {
  color: #919191;
}

#newsletter-home-sect-title {
  padding: 2em 0 4em 0;
  text-align: center;
}

#newsletter-home-sect-content {
  padding: 7em 0 10em 0;
  text-align: center;
  color: #fff;
  margin-bottom: 4em;
}

#newsletter-home-sect-content .newsletter-txt {
  font-family: "Helvetica World", sans-serif;
  font-size: 1.1em;
  margin-bottom: 3em;
}

#newsletter-home-sect-content .newsletter-txt p {
  position: relative;
  display: inline-block;
}

#newsletter-home-sect-content .newsletter-txt p::before, #newsletter-home-sect-content .newsletter-txt p::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#newsletter-home-sect-content .newsletter-txt p::before {
  width: 100%;
  height: 39px;
  background-image: url("../assets/img/title-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  top: 98%;
  z-index: 60;
}

#newsletter-home-sect-content .newsletter-txt p::after {
  width: 80%;
  height: 1px;
  background: #2c336d;
  top: 124%;
  z-index: 50;
}

#newsletter-home-sect-content .newsletter-txt p::before {
  background-image: url("../assets/img/blue-title-bg.png");
}

#newsletter-home-sect-content .newsletter-txt p::after {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 19px, white 20px, white 100%);
  top: 171%;
}

#newsletter-form-wrapper {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

#newsletter-form-wrapper input[type="text"] {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300;
  width: 35%;
  display: inline-block;
  padding: 0.6em 1em;
  border: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#newsletter-form-wrapper input[type="text"]:focus {
  outline: none;
}

#newsletter-form-wrapper #newslet-btn-wrp {
  display: inline-block;
  background-color: #e52420;
  padding: 0.6em 1.5em;
  margin-left: -4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

#newsletter-form-wrapper #newslet-btn-wrp:hover {
  background-color: #5c66bd;
}

#footer-top {
  padding: 5em 0 3em 0;
  color: #fff;
  background-color: #2c336d;
}

#footer-top a {
  color: #fff;
}

#footer-top ul {
  list-style-type: none;
  padding: 0;
  font-size: 0.9em;
}

#footer-top ul li {
  padding: 0.1em 0;
}

#footer-top .foot-link-block {
  margin-bottom: 2em;
}

#footer-top .foot-link-block:last-of-type {
  margin-bottom: 0;
}

#footer-top .csc-header {
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

#footer-top .foot-logo-links div:nth-child(3) {
  margin-bottom: 4em;
}

#footer-top .foot-logo-links div:nth-child(3) .foot-logo-wrp {
  width: 65%;
  padding: .5em 1em;
}

#footer-top .foot-logo-links div:nth-child(3) .foot-logo-wrp img {
  width: 100%;
}

@media (min-width: 576px) {
  #footer-top .foot-logo-links div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4em;
  }
  #footer-top .foot-logo-links div:nth-child(3) .foot-link-block {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #footer-top .foot-logo-links div:nth-child(3) .foot-logo-wrp {
    padding: .5em 1em;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  #footer-top .foot-logo-links div:nth-child(3) .foot-logo-wrp img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #footer-top .foot-logo-links div:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  #footer-top .foot-logo-links div:nth-child(3) .foot-link-block {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #footer-top .foot-logo-links div:nth-child(3) .foot-logo-wrp {
    width: auto;
    margin-top: auto;
    margin-bottom: 1.4em;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #footer-top .foot-logo-links div:nth-child(3) .foot-logo-wrp img {
    width: 100%;
  }
  #footer-top .foot-contacts-wrp {
    display: block !important;
    padding-left: 8em;
  }
  #footer-top .foot-contacts-wrp .ethics-box {
    margin-top: 2.3em;
  }
}

#footer-top .foot-contacts-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer-top .foot-contacts-wrp .foot-contacts-box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#footer-top .foot-contacts-wrp .csc-header h3 {
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 400;
}

#footer-top .foot-contacts-wrp .csc-header h2 {
  font-size: 1.5em;
  font-weight: 400;
}

#footer-top .foot-contacts-wrp ul.foot-contacts {
  margin-bottom: 0;
}

#footer-top .foot-contacts-wrp ul.foot-contacts li {
  line-height: 2.6em;
}

#footer-top .foot-contacts-wrp ul.foot-contacts li span {
  font-family: "anssi-custom-font";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer-top .foot-contacts-wrp ul.foot-contacts li:nth-child(1) span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

#footer-top .foot-contacts-wrp ul.foot-contacts li:nth-child(2) span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

#footer-top .foot-contacts-wrp ul.foot-contacts li:nth-child(3) span::before {
  content: "";
  display: inline-block;
  width: 1em;
}

#footer-top .foot-contacts-wrp ul.foot-contacts li span {
  font-size: 1.1em;
  margin-right: 1em;
}

#footer-top .social-media-foot {
  margin-top: 0;
}

#footer-top .social-media-foot a:hover {
  color: #b6bbe2;
}

#footer-top .ethics-box {
  padding: 1em;
  border: 1px solid #e52420;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

#footer-top .ethics-box p {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

#footer-bottom {
  padding: 15px 0;
  color: #fff;
  background-color: #000;
}

#footer-bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

#footer-bottom a:hover {
  color: #9299d3;
}

#footer-bottom .copyright-txt {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 1em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#footer-bottom .copyright-txt p {
  margin-bottom: 0;
}

#footer-bottom .copyright-links {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer-bottom ul li {
  padding: .3em 0;
}

@media (min-width: 768px) {
  #footer-bottom .copyright-links {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #footer-bottom .copyright-txt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #footer-bottom ul li {
    display: inline-block;
    padding: 0;
    margin-right: 4em;
  }
  #footer-bottom ul li:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  #footer-bottom .copyright-links {
    margin-left: auto;
  }
  #footer-bottom .copyright-txt {
    margin-bottom: 1em;
  }
  #footer-bottom .copyright-txt p {
    margin-bottom: 0;
  }
}

#inner-page-main-content {
  padding: 0 0 4em 0;
}

#inner-page-main-content .row {
  padding: 1em 0;
}

#inner-page-main-content .row .main-title {
  -webkit-transform: scale(0.82);
          transform: scale(0.82);
  margin: .3em auto;
  margin-bottom: 1em;
}

#breadcrumb a {
  color: #a4a4a4;
}

#breadcrumb a:last-of-type, #breadcrumb a:hover {
  color: black;
}
/*# sourceMappingURL=styles.css.map */