﻿@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.wrapper {
  padding-top: 128px;
}

header {
  background-color: #fff;
}

h1::after, h2::after {
  display: none !important;
}

.header {
  border: 0;
  height: 60px;
  /*height: 172px;*/
}

.header.header-small {
  border: 0;
  /*height: 214px;*/
}

.inner-navigation {
  text-align: left;
}

@media (max-width: 990.98px) {
  .inner-navigation {
    z-index: 2;
  }
}
.header + .wrapper .module:first-child {
  padding-top: 2rem;
}

.inner-brand img {
  max-width: 160px;
  max-height: 36px;
}
@media (max-width: 500px) {
  .inner-brand img {
    max-width: 100px;
  }
}

/*.module-page-title {
    padding-top: 73px;
    padding-bottom: 0px;
}*/
.widget ul li.active > a,
.widget ul li:hover > a {
  font-weight: bold;
  border-bottom: solid 1px #007bff;
}

.inner-nav > ul > li > div a.active,
.inner-nav > ul > li > div a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.spinner {
  height: 70px;
  width: 70px;
}

.double-bounce1,
.double-bounce2 {
  background-image: url("../Images/Logo/seriline_icon_70.png");
  background-color: transparent;
  border-radius: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.form-control {
  font-size: 0.9rem;
}

.shop-item-thumb, .shop-carousel .shop-grid-item {
  min-height: 250px;
}

.shop-item-thumb img {
  max-height: 240px;
}

.lead {
  font-size: 1rem;
  font-weight: bold;
}

ul.dot,
.cmshtmlcontainer ul {
  list-style: unset;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNWRHWFIAAAJASURBVDhPrZPPSxVRFMePVmRRSZn9JAgKoh+LIqFWSbVpU2bOnTu+IglK+wH1Bxg8JGhhK1chWG/uvWPmI1oU1CIIcRO4eFQobaMQUiGoXUSM33OcJ0wzvcWjA4eZOeeez/lxz1Acx/9Nc431aq6xXs011qtpUeUV5Nm95Nsu6CBpG5LvhvAekA73ULHYmJwUqQ0L7C0EfgTgJWl3BzCF9z7YnkI/QAfozNDq5HQNmAS7eQRcoYtug1TJwtWo8jpS0W34fkAHq748WAPpqAMV/CRt+pchqtxMurSbvPFN8s3SPXoZsC/o4BRQDVmYBLnXaOkN9ZSaJCgIO2F7iwTTCJ6kwFyj9uJKRCCxfQjfGPW+WJuFabMfBz7j2SEgPzoJyDcExMvq21lUc0z8Bfabr3TetGRhgWmDc4GCJ1u5dArcCGB/UrAl7afe4VUAH4J/lgrh0SysCxl9N4d5bJZ5afMsB4Tq3AO5Sc8dkLl1m/YsTEWH4ZzHnA5yF3i/i7Z/pUH2N6nwEq62ER0cQSdzfDlZmBfuRNYKKrovsMLoRgDKAHxPQLwOz0mVtolfhzdI2SlSw81ZmLTm7iFgAdDjEuCNr8FFnJCl1e60JGDRj3fhzCfoTY7Lwlg67RZU9h76Dm3sSKxp8R61IuEEElSw1NvZlA9jYQjvlrbQ6IIMWo9had0+QM6SMlNosSIzTuTfMBbOrsx1tPFqaY52Bk/8k1hq312tVlSV2jAWniH/i1hKzK5VVubcyHqx/yVpWEyLH92N2ryCRGwAAAAASUVORK5CYII=");
  padding-left: 25px !important;
}

ol.dot,
.cmshtmlcontainer ol {
  list-style: decimal !important;
  padding-left: 25px !important;
}

.withroundedborder {
  border-radius: 2rem;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.top-bar-cart > span > span {
  background: #0081be;
  left: -15px;
  height: 20px;
  width: 20px;
  top: -4px;
  font-size: 0.55rem;
  padding-top: 2px;
}

@media (max-width: 991.98px) {
  .inner-nav > ul > li > a.active {
    color: #fff !important;
    text-decoration: underline;
  }
}
.dashed-frame {
  border: 1px dashed #dee2e6;
  padding: 5px;
}

.product-preview-image {
  width: 100px;
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0px 0px 8px darkgrey;
}

.product-preview-image-sm {
  width: 60px;
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0px 0px 8px darkgrey;
}

li.dropdown-globe .dropdown-toggle::after {
  vertical-align: 0.5em;
}
li.dropdown-globe a .menu-item-span i {
  padding-right: 12px;
}

.pricing-wrapper {
  padding-bottom: 110px;
  padding-left: 30px;
  padding-right: 30px;
}
.pricing-wrapper .pricing-title {
  font-size: 1rem;
}
.pricing-wrapper .pricing-price {
  font-size: 1.6rem;
}
.pricing-wrapper .pricing-footer {
  padding: 0px 0 30px 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
}

/* från Taylerd - start */
.swiper-container {
  width: auto;
  height: auto;
}

.swiper-wrapper {
  padding-bottom: 2.5rem;
}

.swiper-pagination {
  position: absolute;
  text-align: left;
  font-size: 14px;
  left: 14%;
  bottom: 0%;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  color: #222;
}

.my-swiper-button-next {
  background-image: url(../images/arrow-right.svg);
  right: 10px;
  left: auto;
  position: absolute;
  width: 35px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 30px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0% !important;
  left: 25% !important;
  color: #222;
  outline: none;
}

.my-swiper-button-prev {
  background-image: url(../images/arrow-left.svg);
  right: 10px;
  left: auto;
  position: absolute;
  width: 35px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 30px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0% !important;
  left: 1% !important;
  color: #222;
  outline: none;
}

@media (min-width: 768px) {
  .swiper-pagination {
    position: absolute;
    text-align: left;
    font-size: 14px;
    left: 6.5%;
    bottom: -0.5%;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    color: #222;
  }
  .my-swiper-button-next {
    background-image: url(../images/arrow-right.svg);
    right: 10px;
    left: auto;
    position: absolute;
    width: 35px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0% !important;
    left: 11% !important;
    color: #222;
  }
  .my-swiper-button-prev {
    background-image: url(../images/arrow-left.svg);
    right: 10px;
    left: auto;
    position: absolute;
    width: 35px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0% !important;
    left: 1% !important;
    color: #222;
  }
}
.swiper-img {
  /*    margin-bottom:1.5rem;*/
}

.swiper-title {
  font-size: 18px;
}

.swiper-text {
  font-size: 14px;
}

.swiper-link {
  font-size: 14px;
}

#solutions-section-text {
  margin-right: 0;
}

@media (min-width: 1024px) {
  #solutions-section-text {
    margin-right: 2rem;
  }
}
html, body {
  overflow-x: hidden !important;
}

.container-fluid {
  max-width: 1700px !important;
}

/*    @media (max-width: 991.98px) {
        .module-cover, .module-cover.fullscreen {
            min-height: auto;
            height: auto;
            padding: 60px 0 60px;
        }
    }*/
.number-bg {
  background-color: #505CFD;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  transform: rotate(45deg);
  margin-bottom: 2rem;
  margin-left: 35%;
}

.number-inner {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  position: absolute;
  left: 2px;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .number-bg {
    background-color: #505CFD;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-bottom: 2rem;
    margin-left: 30%;
  }
  .number-inner {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    position: absolute;
    left: 2px;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
  }
}
@media (min-width: 1024px) {
  .number-bg {
    background-color: #505CFD;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-bottom: 2rem;
    margin-left: 40%;
  }
  .number-inner {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    position: absolute;
    left: 2px;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
  }
}
.serix-header {
  max-height: 80vh;
}

@media (min-width: 768px) {
  .serix-header {
    max-height: 70vh;
  }
}
.team-person .team-person-img-bg {
  border-radius: 50% !important;
  width: 180px;
  height: 180px;
  background-position: 50% 15%;
  background-size: cover;
  margin: 0 auto;
}
.team-person .team-person-img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
  max-height: 400px;
}
@media (min-width: 768px) {
  .team-person .team-person-img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);
    max-height: 300px;
  }
}
.team-person .team-person-name {
  color: #222;
  font-size: 18px;
  margin-top: 1rem;
}
.team-person .team-person-title {
  font-size: 13px;
}
.team-person .team-person-text {
  font-size: 13px;
}

/* från Taylerd - slut */
blockquote {
  margin: 1rem;
  border-left: solid lightgray 5px;
  padding: 0 0 0 20px;
}

.client {
  text-align: left;
  opacity: 0.75;
}
.client .post {
  margin: 0px;
  padding: 0 0 15px;
}
.client .post .post-preview {
  margin: 0 0 15px;
}
.client .post .post-header {
  margin: 0px;
}
.client .post .post-header .post-title {
  font-size: 1.1rem;
}

.owl-carousel .owl-prev {
  left: -20px;
}

.owl-carousel .owl-next {
  right: -20px;
}

.hero-1large {
  background-color: #143d6b;
  border-radius: 1.875rem;
  overflow: hidden;
  /* toning på nedersta 25% */
}
.hero-1large .hero-1large-image {
  width: 100%;
  aspect-ratio: 2/1; /* höjd = 50% av bredd */
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.hero-1large .hero-1large-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(20, 61, 107, 0.95) 5%, rgba(20, 61, 107, 0) 100%);
  pointer-events: none;
}
.hero-1large .hero-1large-text {
  width: 100%;
  background-color: #143d6b;
  color: #ffffff;
  padding: 2rem;
}
.hero-1large .hero-1large-text h1, .hero-1large .hero-1large-text h2, .hero-1large .hero-1large-text h3, .hero-1large .hero-1large-text h4, .hero-1large .hero-1large-text h5, .hero-1large .hero-1large-text p, .hero-1large .hero-1large-text a {
  color: #ffffff;
}
