/* GENERAL */

@font-face {
  font-family: 'HandelGothic';
  src: url('https://5051652.fs1.hubspotusercontent-na1.net/hubfs/5051652/Handel%20Gothic.eot');
  src: url('https://5051652.fs1.hubspotusercontent-na1.net/hubfs/5051652/Handel-Gothic.otf') format('opentype'),
       url('https://5051652.fs1.hubspotusercontent-na1.net/hubfs/5051652/Handel%20Gothic.ttf')format('truetype')
}

.HandelGothic {
  font-family: HandelGothic!important;
}

body {
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  color: #212529;
  background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2A375C;
  letter-spacing: 0px;
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 50px;
  line-height: 55px;
}

.bg-primary {
  background: #2A375C; 
}

.frame-border {
  border: 1px solid #ccc;
}

.slider-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 30%;
  top: 0;
  background: linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,0));
}

@media (min-width: 992px){
  .pl-lg-6, .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
}

@media (min-width: 576px) {	
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem!important;
  }
}

.fs-24 {
  font-size: 24px;
  line-height: 36px;
}

/* BUTTONS */


.btn-orange {
  background: #e44b23;
  border-color: #e44b23;
  color: white;
}


.btn-orange:hover {
  background: #b43412;
  border-color: #b43412;
  color: white;
}

.btn-blue {
  background: transparent;
  border-color: #2A375C;
  color: #2A375C;
  border-radius: 0px;
}

.btn-blue:hover {
  background: #2A375C;
  border-color: #2A375C;
  color: white;
  border-radius: 0px;
}

.bg-blue-dark {
  background-color: #1a355e !important;
}

.btn--big {
  padding: 28px;
}

.text-white {
  color: white !important;
}

.bg-orange {
  background: #ff7a59 !important;
}

.bg-orange:hover {
  background: white !important;
  color: #ff6a45 !important;
}

.text-orange {
  color: #ff6a45 !important;
}

.pull-down-120 {
  margin-bottom: -120px
}
.push-up-120 {
  padding-top: 120px
}
.pull-up-160 {
  margin-top: -40px
}
@media (min-width:768px) {
  .pull-up-160 {
    margin-top: -120px
  }
}
@media (min-width:992px) {
  .pull-up-160 {
    margin-top: -160px
  }
}
.pull-up-240 {
  margin-top: -240px;
}
.push-down-240 {
  padding-bottom: 240px
}
.overlap {
  position: relative;
  z-index: 10
}
.overflow-hidden {
  overflow: hidden
}

a.hover-effect {
  color:#212529

}

a.hover-effect h6:hover {
  text-decoration: underline;
}

.bg-blue {
  background-color: #1a355e;
  border-color: #1a355e;
  border-radius: 0px !important;
}

.box {
  padding: 20px;
  background: #e44b23;
}

.underline {
  border-bottom: 2px solid;
}

.text-white a:not(.btn):not(.dropdown-item) {
  color: white;
}

/* NAVBAR */

.nav-navbar .nav {
  border-radius: 0px;

}

.navbar-dark .nav-navbar>.nav-item>.nav-link, .navbar-dark .nav-navbar>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-item>.nav-link, .navbar-stick-dark.stick .nav-navbar>.nav-link {
  color: #212529;
}

.nav-link {
  color: #2A375C;
}

.nav-link:hover {
  color: #e44b23;
}


.navbar-scrolled .navbar {
  top: 40px;
}
.navbar {
  top: 40px;
  min-height: 120px;
  border-bottom: 1px solid #ccc;
}

.navbar-scrolled [data-navbar="fixed"] {
  background-color: white;
  box-shadow: none;
}

.card-img-top {
  position: relative;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}

.card {
  border-radius: 0rem !important;
  border: 1px solid #ccc;
}

.card:hover {
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 5px 5px 30px #949494;
}

/* BUTTONS */

.btn-primary:hover {

}

.btn-primary {
  border-radius: 0px;
  background-color: #e44b23;
  border-color: #e44b23;
}

.btn-primary:hover {
  background: #b43412;
  border-color: #b43412;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.btn-big {
  padding: 28px;
}

.btn-outline-secondary {
  border-radius: 0px; 
  color: white;
}

.btn {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

/* HUBSPOT FORM MARKUP */

.hs-input {
  display: block;
  background-color: #fff;
  background-clip: padding-box;
  transition: all .3s ease-out;
  padding: .375rem 1rem;
  font-size: 1.0625rem;
  line-height: 2.2;
  border-radius: 2px;
  font-weight: 300;
  color: #323232;
  border: 1px solid #ccc;
  max-width: 100%; 
}

.hs-input:focus {
  outline: none; 
  border: 1px solid #323232;
}

.input input, .input textarea {
  width: 100% !important;
}

.hs-button {
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  color: #fff;
  background-color: #09ADAC;
  border-color: #09ADAC;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 2.2;
  outline: 0;
  padding: 7px 32px 6px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 10rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.hs-button:hover {
  color: rgb(255, 255, 255);
  background-color: #006666;
  box-shadow: rgba(80, 161, 255, 0.4) 0px 1px 10px;
  border-color: #006666;
}


.hs-form-required, .hs-error-msgs {
  display: none !important; 
  list-style: none; 
}

.hs_error_rollup ul {
  display: block !important; 
  color: red;
  margin-left: -40px; 
}

.inputs-list {
  list-style: none;
  margin-left: -35px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.hs-input[type="checkbox"] {
  display: inline-block; 
  width: auto !important;
  margin-right: 10px; 
}


/* END HUBSPOT FORM MARKUP */


.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;

}
footer {
  border-top: 1px solid #ccc;
}
.block-number {

  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out
}
.block-number:hover {
  opacity: 1
}
.block-number::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  margin-bottom: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #191919
}
.block-number a:hover, .block-number a:focus {
  color: #191919
}
.demo-section .main-content .section, .demo-topbar .main-content .topbar, .demo-navbar .main-content .navbar, .demo-header .main-content .header, .demo-footer .main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}
.demo-topbar .main-content .topbar, .demo-navbar .main-content .navbar {
  position: static;
  margin: 0
}
.sample-blocks img {
  border-radius: 0.25rem
}
.sample-blocks img.aos-animate {
  opacity: 1 !important
}
.sample-blocks img:hover {
  opacity: 1 !important;
  -webkit-transition: 0.7s !important;
  transition: 0.7s !important
}
.sample-blocks a {
  position: absolute
}
.sample-blocks a:nth-child(1) {
  -webkit-animation: wobble 4s infinite;
  animation: wobble 4s infinite;
  right: 15px;
  bottom: -20px
}
.sample-blocks a:nth-child(2) {
  -webkit-animation: wobble 8s infinite;
  animation: wobble 8s infinite;
  right: 320px;
  bottom: 30px
}
.sample-blocks a:nth-child(3) {
  -webkit-animation: wobble 5s infinite;
  animation: wobble 5s infinite;
  right: 0px;
  bottom: 190px
}
.sample-blocks a:nth-child(4) {
  -webkit-animation: wobble 6s infinite;
  animation: wobble 6s infinite;
  right: 280px;
  bottom: 180px
}
.sample-blocks a:nth-child(5) {
  -webkit-animation: wobble 9s infinite;
  animation: wobble 9s infinite;
  right: 270px;
  bottom: 320px
}
.sample-blocks a:nth-child(6) {
  -webkit-animation: wobble 7s infinite;
  animation: wobble 7s infinite;
  right: 20px;
  bottom: 370px
}
.sample-blocks a:nth-child(7) {
  -webkit-animation: wobble 5s infinite;
  animation: wobble 5s infinite;
  right: 200px;
  bottom: 470px
}
.sample-blocks a:nth-child(8) {
  -webkit-animation: wobble 8s infinite;
  animation: wobble 8s infinite;
  right: 10px;
  bottom: 470px
}
.sample-blocks a:nth-child(9) {
  -webkit-animation: wobble 9s infinite;
  animation: wobble 9s infinite;
  right: 0px;
  bottom: 570px
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px)
  }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px)
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px)
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px)
  }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px)
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px)
  }
}
@media (max-width: 400px) {
  body>.footer .social a:last-child, body>.footer .nav a:last-child {
    display: none
  }
}
/*# sourceMappingURL=style.css.map */

: rotate(-1deg) translate(-5px, -5px);
transform: rotate(-1deg) translate(-5px, -5px);
}
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
  50% {
    -webkit-transform: rotate(1deg) translate(5px, 5px);
    transform: rotate(1deg) translate(5px, 5px);
  }
  100% {
    -webkit-transform: rotate(-1deg) translate(-5px, -5px);
    transform: rotate(-1deg) translate(-5px, -5px);
  }
}
@media (max-width: 400px) {
  body>.footer .social a:last-child, body>.footer .nav a:last-child {
    display: none;
  }
}


@media (max-width: 575px) {
	.fs-24 {
		 font-size: 18px;
		 line-height: 25px;
	}
}
@media (max-width: 450px) {
	.fs-24 {
		 font-size: 15px;
		 line-height: 20px;
	}
}
/*# sourceMappingURL=style.css.map */

.partner img {
  margin: 25px 0px !important;
  max-width: 100%;
  height: auto;
}
.navbar-brand img {
  width: 200px;
}

.big-padding {
  padding-top: 200px !important;
  padding-bottom: 200px !important;

}

@media (max-width: 991px) {
  .big-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;

  }
  .display-3 {
    font-size: 2.5rem !important;
  }
  .w-80 {
    width: 100% !important;
  }
  .w-90 {
    width: 100% !important;
  }
  .navbar {
    top: 0px !important;
  }
  .navbar-brand img {
    width: 100px  !important;
  }
  h1, .h1 {
    font-size: 2.0rem !important;
  }
  h2, .h2 {
    font-size: 1.6rem !important;;
  }
  h3, .h3 {
    font-size: 1.3rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  body, p {
    font-size: 13px;

  }

  .hs_cos_wrapper_type_rich_text ul li, ul li {
    padding-left: 30px;
    margin-bottom: 0px;
  }

}

@media (max-width: 320px) {

 /* .navbar-brand img {
    height: 25px !important;
  }*/
  h1, .h1 {
    font-size: 1.5rem
  }
  h2, .h2 {
    font-size: 1rem;
  }
  h3, .h3 {
    font-size: 0.8rem;
  }
  body, p {
    font-size: 12px;

  }

  .hs_cos_wrapper_type_rich_text ul li, ul li {
    padding-left: 30px;
    margin-bottom: 0px;
  }

}
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.nav-navbar .nav-link {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}


.text-small {
  font-size: 13px;
  color: #a0a0a0;
}  

.nav .hs-menu-wrapper>ul>li>a {
  color: #23272a;
  font-weight: 600;
  font-size: 16px;
  padding: 2px 0;
}

.hs-menu-wrapper ul {
  padding-left: 0px;
}  

.pswp {
  display: none;
} 

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie {
    padding-top: 15px !important;
  }
}



.legal-consent-container p {
  font-size: 11px;
  width: 80%;
  margin-top: 10px; 
}

.legal-consent-container ul li {
  list-style: none;
  background: none;
  padding-left: 0px;
}	



.navbar-scrolled [data-navbar="fixed"] {
  background-color: white;
}

.navbar-scrolled .hamburger-button {
  color: #23272a;
}

.form-control {
  color: #cccccc;
  border: 1px solid #cccccc;
}

.footer a:hover {
  text-decoration: underline;
}

.pswp {
  display: none;
} 

.drawer {
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  overflow: auto;
  background-color: #fff;
  -webkit-box-shadow: -2px 0 20px rgba(0, 0, 0, 0.06);
  box-shadow: -2px 0 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1980
}
.drawer-content {
  padding: 30px
}
.drawer-close {
  position: absolute;
  top: 26px;
  right: 15px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border: 1px solid #b5b9bf;
  border-radius: 50%;
  opacity: .6;
  background-color: transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
.drawer-close::after {
  content: "\e646";
  font-family: themify;
  font-size: 16px;
  color: #b5b9bf
}
.drawer-close:hover {
  opacity: 1
}
.drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 300px;
  bottom: 0;
  z-index: 981;
  display: none
}
.drawer-toggler {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 35px;
  line-height: 1.5;
  vertical-align: middle;
  color: white;
  -webkit-transition: .3s;
  transition: .3s
}
.drawer-toggler:hover {
  opacity: 1
}
.drawer-open {
  position: relative;
  overflow: hidden;
  margin-left: -100px
}
.drawer-open .navbar {
  margin-left: -100px
}
.drawer-open .drawer {
  left: 0
}
.drawer-open .drawer-backdrop {
  display: block
}
.drawer-content .nav-link {
  color: #23272a;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none!important;
  }
}

.curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.white-line {
  background: url(https://4633352.fs1.hubspotusercontent-na1.net/hubfs/4633352/white-line.svg);
  height: 4.19921875vw;
  background-size: 100% 4.19921875vw;
  width: 100%;
  fill: #fff;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.2;
}
.display-1 {
  line-height: 1.2;
}

.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.nav-navbar .nav-link {
  font-size: 17px;
}

.navbar-light .nav-navbar>.nav-item>.nav-link, .navbar-light .nav-navbar>.nav-link, .navbar-stick-light.stick .nav-navbar>.nav-item>.nav-link, .navbar-stick-light.stick .nav-navbar>.nav-link {
  color: white;
}

.logg-inn {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  word-spacing: 2px;
  color: white;
}

.navbar-scrolled .logg-inn {
  color: #000;
}

.navbar-scrolled [data-navbar="sticky"] {
  position: fixed;
  min-height: 100px;
}

.navbar-stick-dark.stick .nav-navbar>.nav-link::before{
  content: "";
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(130deg,#41cd8c,#00b698);
  transition: all .2s ease;
  opacity: 0;
}

.bg-gray {
  background: #f4f3f0;
}

.navbar-stick-dark.stick .nav-navbar>.nav-link {
  color: black;
}

.btn-info {
  color: #fff;
  background-color: #09ADAC;
  border-color: #09ADAC;
}

.footer {
  padding: 6.25rem 0 1.25rem 0;
}


.sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 7rem; }
.sidebar hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top-style: solid; }
.sidebar .nav-sidebar {
  height: 100%; }
@media (max-width: 991.98px) {
  .sidebar {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

.sidebar-fixed {
  position: fixed;
  top: 0;
  left: -240px;
  bottom: 0;
  width: 240px;
  background-color: #fff;
  border-right: 1px solid #f1f2f3;
  z-index: 1000;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out; }
.sidebar-open .sidebar-fixed {
  left: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.sidebar-sticky.stick:not(.is-mobile-wide) {
  position: fixed;
  top: 0; }

.sidebar-sticky.is-mobile-wide {
  padding-bottom: 0 !important; }

.sidebar-header {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f2f3; }

.sidebar-title {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .85em;
  margin-bottom: 1rem; }

.sidebar-body {
  position: relative;
  padding-right: 20px; }

.sidebar-footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #f1f2f3; }

.sidebar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  background: 0 0;
  border: none;
  border-radius: .25rem;
  margin-right: 0.5rem;
  margin-bottom: -1px; }

.backdrop-sidebar {
  z-index: 999; }

@media (min-width: 576px) {
  .sidebar-fixed.sidebar-expand-sm {
    position: fixed;
    left: 0;
    background-color: #f5f6f7;
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015); }
  .sidebar-fixed.sidebar-expand-sm ~ .main-content {
    margin-left: 240px; } }

@media (min-width: 768px) {
  .sidebar-fixed.sidebar-expand-md {
    position: fixed;
    left: 0;
    background-color: #f5f6f7;
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015); }
  .sidebar-fixed.sidebar-expand-md ~ .main-content {
    margin-left: 240px; } }

@media (min-width: 992px) {
  .sidebar-fixed.sidebar-expand-lg {
    position: fixed;
    left: 0;
    background-color: #f5f6f7;
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015); }
  .sidebar-fixed.sidebar-expand-lg ~ .main-content {
    margin-left: 240px; } }

@media (min-width: 1200px) {
  .sidebar-fixed.sidebar-expand-xl {
    position: fixed;
    left: 0;
    background-color: #f5f6f7;
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015); }
  .sidebar-fixed.sidebar-expand-xl ~ .main-content {
    margin-left: 240px; } }

.sidebar-fixed.sidebar-expand {
  position: fixed;
  left: 0;
  background-color: #f5f6f7;
  -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015);
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.015); }
.sidebar-fixed.sidebar-expand ~ .main-content {
  margin-left: 240px; }



/* START Top-menu responsiveness */

@media (max-width: 1510px) and (min-width:1316px) {
  .nav-navbar .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 15px;
  }
  .logg-inn {
    font-size: 15px;
    margin-right:0.4rem!important
  }
}
@media (max-width: 1315px) and (min-width:1232px) {
  .nav-navbar .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 14px;
  }
  .logg-inn {
    font-size: 13px;
    margin-right:0rem!important
  }
}
@media (max-width: 1231px) and (min-width:1070px) {
  .nav-navbar .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 12px;
  }
  .logg-inn {
    font-size: 12px;
    margin-right:0rem!important
  }
  .top-logo{
    margin-left:0px!important;
    margin-right:0px!important;
    -webkit-box-flex: unset;
    flex: 1;
    width: 100%;
    max-width: auto;

  }
}
@media (max-width: 1069px) and (min-width:992px) {
  .nav-navbar .nav-link {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: 12px;
  }
  .logg-inn {
    font-size: 12px;
    margin-right:0rem!important
  }
  .top-logo{
    margin-left:0px!important;
    margin-right:0px!important;
    -webkit-box-flex: unset;
    flex: 1;
    width: 100%;
    max-width: auto;
  }
  .navbar .row {
    margin-left: -60px!important;
    margin-right: -60px!important;
  }
}
.fs-64 {
  font-size: 55px;
  line-height: 59px;
}

.navbar-stick-dark.stick .nav-navbar>.nav-link {
  color: #003960 ;
}

.fs-blue{
  color:#2A375C;
} 
.fs-blue-bg{
  background-color:#2A375C;
} 

.footer p{
  color:#fff;
}
.footer strong{
  color:#fff;
}
.footer .social a {
  color:#fff;
}  
.footer .nav-link {
  color: #fff;
}  

.display-2 {
  font-size: 3.5rem;
}

.footer a{
  color:#fff;
}

header .bg-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

header .bg-full video {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
video {
  max-width: 100%;
}

#breadcrumbs .st_sharethis_custom {
  display: inline-block;
  width: auto;
  float: right;
  cursor: pointer;
  font-size: 20px;
  color: #777777;
}

#callme {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 99990;
}
#callme #callmeMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #2ECC71;
  width: 70px;
  height: 70px;
  -webkit-animation: zcwmini2 2.0s 0s ease-out infinite;
  -moz-animation: zcwmini2 2.0s 0s ease-out infinite;
  animation: zcwmini2 2.0s 0s ease-out infinite;
  box-shadow: 0 1px 3px rgba(0,0,0,.2)!important

}
#callme #callmeMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone2 2.5s linear infinite;
  -moz-animation: zcwphone2 2.5s linear infinite;
  animation: zcwphone2 2.5s linear infinite;
}
@-webkit-keyframes zcwphone {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
  0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
  50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
  100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
.backdrop-navbar {
    background-color: rgba(0,0,0,0.5);
    z-index: 1001;
}
.border {
  border: 1px solid #1a355e !important;
}

@media (max-width: 991px) {
  .navbar {
    top: 0px !important;
    /* min-height: 70px !important; */
    /*changed 26.09.2019 to add topbar*/
    min-height: 110px !important;
  }

}

.product-description .btn{
	margin-top:5px
}

#services {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
	 #services{
		 margin-bottom: 1rem;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {

/*.hide-onload{
  display:none;
}*/

  .w-95{
    width:94% !important; 
  }
  .cursorlink{
    cursor: pointer;
  }
}	


@media only screen and (max-width: 575px) {
	.p-xs-services{
		padding-left: 1rem!important;
		padding-right: 1rem!important;
	}
	.frame-border {
		 border: 0px solid #ccc;
	}
	#services .container-fluid .section{
		padding-top: 1rem!important;
	}
	
	#breadcrumbs .st_sharethis_custom {
	 display: block;
    float: none!important;
    padding-top: 15px!important;
   }
}

@media (max-width: 1100px) and (min-width:990px) {
.blue_topbar.w-80 {
    width:100%!important;
  }
}


@media (max-width: 1100px) and (min-width:990px) {
.main_white_navbar.w-80{
     width:90%!important;
  }
}