@charset "UTF-8";
html,
body,
* {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  display: block;
  background-color: #fff;
  padding-top: 100px;
  box-sizing: border-box;
  clear: both;
  overflow-x: hidden;
}

.sidenav {
  display: block;
  position: fixed;
  left: -300px;
  top: 0;
  width: 300px;
  height: 100%;
  background-color: #FFFFFF;
  overflow: auto;
  z-index: 12;
  transition: left 0.4s;
}
.sidenav.active {
  left: 0;
}
.sidenav h2 {
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #F3F6F9;
}
.sidenav .menu {
  display: block;
  position: relative;
}
.sidenav .menu a {
  display: block;
  position: relative;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.4s;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #F3F6F9;
}
.sidenav .menu a:hover {
  color: #1094F3;
}
.sidenav .menu a:last-child {
  border-bottom: none;
}
.sidenav .menu button {
  margin-left: 20px !important;
  margin-top: 20px !important;
}
.sidenav .menu button:last-child {
  margin-left: auto !important;
}

.sidenav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 189, 69, 0.57);
  z-index: 11;
}

.topheader, .header {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  transition: top 0.2s;
}
.topheader > .wrapper, .header > .wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.topheader > .wrapper > .flex, .header > .wrapper > .flex {
  display: flex;
  position: relative;
  width: 100%;
}

.topheader {
  left: 0;
  top: 0;
  background-color: #f7f7f7;
}
.topheader.hide {
  top: -30px;
}
.topheader > .wrapper > .flex {
  height: 30px;
}
.topheader > .wrapper > .flex > div {
  display: block;
  position: relative;
  align-self: center;
  font-size: 12px;
}
.topheader > .wrapper > .flex > div:first-child {
  flex: 1;
  padding-right: 20px;
}
.topheader > .wrapper > .flex > div a {
  color: #3A3A3A;
  text-decoration: none;
}
.topheader > .wrapper > .flex > div a:hover {
  color: #6bbd45;
}
.topheader > .wrapper > .flex > div:last-child > a {
  display: inline-block;
  position: relative;
  color: #000;
  margin-right: 20px;
}
.topheader > .wrapper > .flex > div:last-child > a:hover {
  color: #6abd45;
}
.topheader > .wrapper > .flex > div:last-child > a:last-child {
  margin-right: 0;
}

.header {
  left: 0;
  top: 30px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
}
.header.hide {
  top: 0px;
}
.header > .wrapper > .flex > div {
  display: block;
  position: relative;
  align-self: center;
}
.header > .wrapper > .flex > div:last-child {
  flex: 1;
  text-align: right;
  padding-left: 20px;
}
.header > .wrapper > .flex > div:last-child a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.4s;
  cursor: pointer;
}
.header > .wrapper > .flex > div:last-child a:last-child {
  background-color: #00D1FF;
  color: #FFFFFF;
  padding: 0 35px;
}
.header > .wrapper > .flex > div:last-child a:last-child:hover {
  background-color: #00a7cc;
}
.header > .wrapper > .flex > div:last-child a:hover {
  color: #6bbd45;
}
.header > .wrapper > .flex > div:last-child a.search {
  padding-right: 100px;
}
.header > .wrapper > .flex > div:last-child a.search i:hover {
  color: #6bbd45;
}
.header > .wrapper > .flex > div:last-child a.menu-bar {
  display: none;
}
.header > .wrapper > .flex > div img {
  display: block;
  position: relative;
  height: 70px;
}

.banner {
  display: block;
  position: relative;
  width: 100%;
  height: 480px;
  background-color: #6bbd45;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.banner .wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}
.banner .wrapper .owl-carousel {
  z-index: 0;
}
.banner .wrapper .owl-carousel .owl-item {
  display: block;
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.banner .wrapper .owl-carousel .owl-item img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: bottom;
}
.banner .wrapper .owl-carousel .owl-dots {
  position: absolute;
  bottom: 20%;
  right: 20%;
}
.banner .wrapper .owl-carousel .owl-dots .owl-dot {
  outline: 0;
}
.banner .wrapper .owl-carousel .owl-dots .owl-dot span {
  background-color: rgba(0, 0, 0, 0.23);
}
.banner .wrapper .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.services {
  position: relative;
}
.services .card {
  background-color: #F6FFF1;
  border-radius: 10px;
  box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: -70px;
  z-index: 100;
}
.services .card h1, .services .card h2, .services .card h3, .services .card h4, .services .card h5 {
  display: inline-block;
  vertical-align: middle;
}
.services .card .v-card {
  display: block;
  margin: auto;
  width: 70%;
  padding: 15px;
}
.services .card input[type=radio] {
  display: none;
}
.services .card input[type=radio]:checked + label {
  border: 1px solid #6bbd45;
}
.services .card input[type=radio]:checked + label::before {
  content: "";
  background-image: url(../img/icons/check.png);
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  transition: all 0.4s ease-in;
}
.services .card label {
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.services .card .card-box {
  margin: 5px;
  max-width: 78px;
  width: 78px;
  height: auto;
  background-color: #F6FFF1;
  display: inline-block;
  text-align: center;
  border: 1px solid #6bbd45;
  border-radius: 10px;
  padding: 10px;
  vertical-align: middle;
  transition: all 0.4s ease;
}
.services .card .card-box img {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 30px;
}
.services .card .card-box span {
  display: block;
  line-height: initial;
  font-size: 12px;
  margin-top: 10px;
}
.services .card .card-input {
  display: block;
  background-color: #fff;
}
.services .card .card-input .input-panel {
  margin: auto;
  width: 55%;
  padding: 20px;
  display: flex;
}
.services .card .card-input .input-panel .text {
  flex: 1;
}
.services .card .card-input .input-panel .form-input {
  flex: 5;
}

.content {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
.content .inner-content {
  margin-top: 40px;
  margin-right: 40px;
  line-height: 1.5;
}
.content .inner-content.info-service {
  margin: 0;
}
.content .inner-content .item-subheading {
  position: relative;
  color: #6bbd45;
  font-size: 12px;
  padding-left: 40px;
  display: inline-block;
}
.content .inner-content .item-subheading:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #6bbd45;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.content .item-videos {
  overflow: hidden;
}
.content .item-videos::before {
  content: "";
  position: absolute;
  background-image: url("../img/icons/dots.png");
  width: 75px;
  height: 75px;
  top: 20%;
  left: 20%;
  background-repeat: no-repeat;
}
.content .item-videos .bg-videos {
  background-color: #f5f5f5;
  height: 500px;
  width: 400px;
  position: absolute;
  right: 0;
  z-index: -1;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.content .item-videos .owl-carousel {
  margin-top: 100px;
}
.content .item-videos .owl-carousel .owl-item .video-card {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 10px;
}
.content .item-videos .owl-carousel .owl-item .video-card p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  opacity: 0.8;
}
.content .item-videos .owl-carousel .owl-item .video-card .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FF1E1E;
  color: white;
  font-size: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
.content .item-videos .owl-carousel .owl-item .video-card .btn-video:hover {
  background-color: #ff3838;
}
.content .item-videos .owl-carousel .owl-nav {
  position: relative;
  left: -120px;
}
.content h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 30px 0;
}
.content h1 span {
  color: #6abd45;
}
.content p {
  margin-bottom: 20px;
  font-size: 13px;
}
.content .card-content {
  padding: 50px 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
}
.content .card-content img {
  width: 70px;
  margin-bottom: 10px;
}
.content .card-content .caption {
  font-weight: bold;
  margin-bottom: 15px;
}
.content .card-content p {
  line-height: 1.5;
}
.content .card-placement {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
}
.content .card-placement .card-promo {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  max-height: 300px;
  height: 270px;
}
.content .card-placement .card-promo.highlight {
  border: 1px solid #6bbd45;
}
.content .card-placement .card-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .card-placement .card-promo .btn-promo {
  line-height: 42px;
  font-weight: normal;
  letter-spacing: 0.5px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
}
.content .banner-detail {
  overflow: hidden;
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.content .content-details {
  font-size: 13px;
  color: #373737;
  line-height: 26px;
  border: 1px solid #6bbd45;
  padding: 20px 35px;
  border-radius: 6px;
}
.content .content-details ol {
  list-style-position: inside;
  padding-left: 20px;
}
.content .bg-primary {
  background: #f5f5f5;
  height: 500px;
  border-radius: 20px 20px 0 0;
}
.content .item-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.content .item-partners .items {
  position: relative;
  overflow: hidden;
  margin: 7px;
  padding: 14px 0;
  flex-basis: calc(100% / 4);
  text-align: center;
  height: 90px;
  max-height: 100px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.content .item-partners .items a.grid-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}
.content .item-partners .items a.grid-item img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.content .panel {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #4B4B4B;
  font-weight: 200;
  margin-bottom: 50px;
}
.content.faq-content h1.heading {
  font-size: 50px;
}
.content.faq-content .faq-img {
  width: 70%;
}

.floating-btn {
  position: relative;
  cursor: pointer;
}
.floating-btn .btn-wa {
  position: fixed;
  background-color: #00A500;
  display: block;
  width: 50px;
  height: 50px;
  right: 95px;
  bottom: 105px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 1;
}
.floating-btn .btn-wa i {
  color: #fff;
  font-size: 26px;
  line-height: 50px;
}
.floating-btn .btn-wa:hover {
  background-color: #00bf00;
}
.floating-btn .icon-patrik {
  position: fixed;
  right: 45px;
  bottom: 2px;
  z-index: 1;
  transition: all 0.4s ease;
}

.map-content {
  background-color: #6bbd45;
  position: relative;
  padding: 40px 0;
}
.map-content.mapping {
  overflow-x: auto;
  padding-top: 7rem;
}
.map-content h4 {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  padding-top: 40px;
}
.map-content .item-heading {
  position: absolute;
  left: 0;
  transform: rotate(-90deg) translateX(calc(30%));
  font-family: inherit;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.3em;
  font-weight: 400;
  z-index: 1;
}
.map-content .item-heading .d-line {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #fff;
  left: 0;
  transform: translate(-120%, -15px);
  z-index: 1;
}
.map-content .map-index {
  position: relative;
}
.map-content .map {
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: auto;
  box-sizing: border-box;
}
.map-content .map > img {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.map-content .map > a {
  background-image: url("../img/icons/map-marker.svg");
}
.map-content .map > a.map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
}
.map-content .map > a.center-point {
  background-image: url("../img/icons/map-markeractive.svg");
  width: 42px;
  height: 56px;
  background-repeat: no-repeat;
  right: 0;
}
.map-content .map > a:hover, .map-content .map > a:focus, .map-content .map > a:active {
  z-index: 3;
}
.map-content .map > a:hover .popover, .map-content .map > a:focus .popover, .map-content .map > a:active .popover {
  display: block;
  bottom: 50px;
  animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  width: 250px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #222;
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  left: -120px;
  position: absolute;
  height: auto;
}
.map-content .map > a:hover .popover h2, .map-content .map > a:focus .popover h2, .map-content .map > a:active .popover h2 {
  margin-bottom: 10px;
}
.map-content .map > a:hover .popover p, .map-content .map > a:focus .popover p, .map-content .map > a:active .popover p {
  line-height: normal;
}
.map-content .map > a .popover {
  display: none;
  z-index: 1;
}
.map-content .map > a .popover:before {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.map-content .form-input {
  max-width: 100%;
  width: 50%;
  margin: auto;
}
.map-content .form-input .ri-form-group .valued {
  background-color: #fff;
  border: 0;
}
.map-content .form-input .ri-form-group .valued select {
  font-size: 12px;
  line-height: 40px;
}

.map-detail {
  position: fixed;
  display: block;
  left: -350px;
  height: 100%;
  min-height: 0;
  top: 70px;
  background: #fff;
  z-index: 3;
  width: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: left 0.4s;
}
.map-detail.active {
  left: 0;
}
.map-detail.active .btn-closemap {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  padding: 0;
  color: #6bbd45;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: white;
  border-radius: 50px;
  transition: left 0.4s;
}
.map-detail::-webkit-scrollbar {
  width: 5px;
}
.map-detail::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.map-detail::-webkit-scrollbar-thumb {
  background: #888;
  overflow-y: auto;
}
.map-detail::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.map-detail .thumbnail {
  overflow: hidden;
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.map-detail .thumbnail img {
  height: 250px;
  object-fit: cover;
}
.map-detail .detail-content {
  margin-bottom: 20px;
  height: 100%;
}
.map-detail .detail-content .location, .map-detail .detail-content .store-hours {
  padding: 20px;
  border-bottom: 1px solid #efefef;
}
.map-detail .detail-content .location h2, .map-detail .detail-content .store-hours h2 {
  color: #6bbd45;
}
.map-detail .detail-content .location h2, .map-detail .detail-content .location h3, .map-detail .detail-content .store-hours h2, .map-detail .detail-content .store-hours h3 {
  margin-bottom: 10px;
}
.map-detail .detail-content .location:last-child, .map-detail .detail-content .store-hours:last-child {
  border: 0;
}

.testimonial {
  background-color: #f5f5f5;
  position: relative;
}
.testimonial .content::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/dots2.png);
  background-repeat: no-repeat;
  width: 105px;
  height: 80px;
  top: 15%;
  left: -4%;
  z-index: 2;
}
.testimonial .testimoni-content {
  padding: 0 90px;
}
.testimonial .testimoni-content h2 {
  font-size: 38px;
  margin: 30px 0;
}
.testimonial .testimoni-content .testimoni-info {
  color: #6bbd45;
}
.testimonial .testimoni-content .testimoni-info span {
  display: block;
  line-height: 1.6;
}
.testimonial .testimoni-content .testimoni-info span.name {
  font-size: 16px;
}
.testimonial .testimoni-content .testimoni-info span.company {
  font-size: 12px;
  font-weight: 300;
}
.testimonial .owl-carousel .owl-nav {
  position: absolute;
  right: 10%;
  bottom: 0%;
}
.testimonial .owl-carousel .owl-dots {
  position: absolute;
  left: 43%;
  bottom: 1%;
  border-bottom: 1px solid #6abd45;
}
.testimonial .owl-carousel .owl-dots .owl-dot {
  position: relative;
  outline: 0;
}
.testimonial .owl-carousel .owl-dots .owl-dot span {
  color: #A5E08A;
  font-weight: 200;
}
.testimonial .owl-carousel .owl-dots .owl-dot.active {
  background: 0 0;
}
.testimonial .owl-carousel .owl-dots .owl-dot.active span {
  background: 0 0;
  color: #6bbd45;
  font-weight: 400;
}
.testimonial .owl-carousel .owl-dots .owl-dot.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #6bbd45;
  bottom: -1px;
  left: 0;
  border-radius: 10px 10px 0 0;
}
.testimonial .owl-carousel .owl-dots .owl-dot:hover span {
  background: 0 0;
}
.testimonial .owl-carousel .owl-dots span {
  margin: 0 30px 15px 10px;
  color: #6bbd45;
  background: 0 0;
}

.footer {
  color: #fff;
  padding: 100px 0 40px;
}
.footer .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.footer .list-unstyled li {
  line-height: 35px;
}
.footer .list-unstyled li a.text-muted {
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.footer .list-unstyled li a.text-muted:hover {
  color: #fff;
}
.footer .footer-socmed {
  padding-left: 0;
}
.footer .footer-socmed li {
  display: inline-block;
  line-height: 40px;
}
.footer .footer-socmed li a {
  margin-right: 10px;
  color: #fff;
}
.footer .footer-socmed li a.yt:hover {
  color: #cd201f;
}
.footer .footer-socmed li a.wa:hover {
  color: #25d366;
}
.footer .footer-socmed li a.ig:hover {
  color: #e4405f;
}
.footer .footer-socmed li a.fb:hover {
  color: #3b5999;
}
.footer .footer-socmed li a i {
  font-size: 21px;
}
.footer .service-address {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.footer .service-address span {
  font-size: 12px;
  font-weight: 200;
  color: #ccc;
}

.floating {
  position: absolute;
  transform: translate(0, 50%);
  z-index: 1;
}
.floating img {
  width: 50px;
}

.tab-panel {
  position: relative;
  text-align: left;
}
.tab-panel.tab-inline .tab-group li.tab {
  width: 180px;
  display: block;
}
.tab-panel.tab-inline .tab-group li a {
  display: block;
  text-align: center;
}
.tab-panel .btn-tab {
  display: flex;
  max-width: 100%;
  padding: 15px 30px;
  border-radius: 6px;
}
.tab-panel .btn-tab > i {
  align-self: center;
  font-size: 30px;
}
.tab-panel .btn-tab > img {
  height: 35px;
}
.tab-panel .btn-tab span {
  flex: 1;
  padding-left: 15px;
  line-height: 18px;
  text-align: left;
  align-self: center;
}
.tab-panel .tab-group {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.tab-panel .tab-group li.tab {
  display: flex;
  width: 20%;
  max-width: 100%;
}
.tab-panel .tab-group li.tab.active a {
  background: #6bbd45;
  color: #fff;
}
.tab-panel .tab-group li a {
  display: flex;
  text-decoration: none;
  background: #fff;
  color: #6bbd45;
  border: 1px solid #6bbd45;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.section-board h1 {
  color: #6bbd45;
}
.section-board .ri-flex {
  width: calc(100% + 20px);
  flex-wrap: wrap;
  justify-content: center;
}
.section-board .ri-flex .flex {
  display: block;
  position: relative;
  width: calc(100% / 5);
  margin-right: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.section-board .profile {
  text-align: center;
}
.section-board .profile > figure {
  display: block;
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.section-board .profile > figure img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-board .profile h2 {
  font-size: 14px;
  font-weight: 200;
  margin-top: 10px;
}
.section-board .profile span {
  font-size: 12px;
  font-weight: 700;
}

.service-location {
  margin-top: 30px;
}
.service-location .address h3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.service-location .address h3:first-child {
  margin-top: 5px;
}
.service-location .address a {
  color: #6bbd45;
  text-decoration: none;
}
.service-location .address a:hover {
  color: #00a500;
}

.login {
  padding-top: 0;
}
.login .topheader {
  background: #fff;
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: auto;
}
.login p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 17px;
}
.login .content {
  margin-bottom: 40px;
}
.login .login-content {
  border-radius: 10px;
  padding: 0;
  max-width: 380px;
  width: 100%;
  float: right;
}
.login .login-content h1 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
  display: block;
}
.login .login-content .forms {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.login .login-content .forms .tab-group {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}
.login .login-content .forms .tab-group li.tab {
  flex: 1;
}
.login .login-content .forms .tab-group li.tab.active a {
  background: #fff;
  color: #444;
}
.login .login-content .forms .tab-group li a {
  display: block;
  text-decoration: none;
  background: #e5e6e7;
  color: #888;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-top: 3px solid transparent;
  transition: all 0.4s ease-in-out;
}
.login .login-content .forms .logintab, .login .login-content .forms .signuptab {
  padding: 40px 50px;
}
.login .login-content .ri-form-group .valued {
  background: #fff;
  border: 1px solid #9F9F9F;
  font-size: 1rem;
}
.login .login-content .ri-form-group .valued .val {
  color: #9F9F9F;
}
.login .login-content .ri-form-group .valued .val.r-val {
  width: 20px;
  border-left: 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.login .login-content .ri-form-group .valued select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  text-indent: 5px;
  font-size: 12px;
}
.login .login-content .ri-form-group input {
  font-size: 13px;
}
.login .login-content .btn-login {
  background: #D1D1D1;
  color: #898989;
  font-weight: bold;
  font-size: 14px;
  line-height: 42px;
}
.login .login-content .btn-login:hover {
  background: #b8b8b8;
}
.login .login-content .tnc p {
  line-height: 16px;
  color: #6ABD45;
}
.login .btm-footer {
  position: fixed;
  background-color: #6bbd45;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 45px;
}
.login .btm-footer > .wrapper {
  display: block;
  position: relative;
  width: 980px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.login .btm-footer > .wrapper > .flex {
  display: flex;
  position: relative;
  width: 100%;
}
.login .btm-footer > .wrapper > .flex > div {
  display: block;
  position: relative;
  align-self: center;
  font-size: 12px;
}
.login .btm-footer > .wrapper > .flex > div:first-child {
  flex: 1;
  padding-right: 20px;
}
.login .btm-footer > .wrapper > .flex > div a {
  color: #fff;
  text-decoration: none;
}
.login .btm-footer > .wrapper > .flex > div a:hover {
  color: #fff;
}
.login .btm-footer > .wrapper > .flex > div p {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
}
.login .btm-footer > .wrapper > .flex > div:last-child > a {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-right: 10px;
}
.login .btm-footer > .wrapper > .flex > div:last-child > a:hover {
  color: #2b4e1c;
}
.login .btm-footer > .wrapper > .flex > div:last-child > a:last-child {
  margin-right: 0;
}
.login .btm-footer > .wrapper > .flex > div:last-child span {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.login .floating-btn {
  position: relative;
  cursor: pointer;
}
.login .floating-btn .btn-wa {
  bottom: 180px;
  right: 55px;
}
.login .floating-btn .icon-patrik {
  bottom: 70px;
  right: 10px;
}

.w-100 {
  width: 100%;
}

.bigmargin {
  margin-top: 100px;
}

.mediummargin {
  margin-top: 60px;
}

._link {
  color: #6bbd45;
  font-size: 13px;
  text-decoration: none;
}

.bg-default {
  background: #f5f5f5;
}

.align-self-center {
  align-self: center;
}

.btn-sm {
  font-size: 12px !important;
  line-height: 20px !important;
  padding: 0 20px !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Button Styling*/
button.ri-button.btn, a.ri-button.btn, input.ri-button.btn {
  display: inline-block;
  line-height: 35px;
  font-weight: 500;
  font-size: 13px;
  padding: 0 30px;
  border: 1px solid transparent;
  margin: 0 5px;
}
button.ri-button.btn:last-child, a.ri-button.btn:last-child, input.ri-button.btn:last-child {
  margin: 0;
}
button.ri-button.btn.btn-primary, a.ri-button.btn.btn-primary, input.ri-button.btn.btn-primary {
  background-color: #6bbd45;
  border: 1px solid #6bbd45;
  color: #fff;
}
button.ri-button.btn.btn-primary:hover, a.ri-button.btn.btn-primary:hover, input.ri-button.btn.btn-primary:hover {
  background-color: #559936;
}
button.ri-button.btn.btn-primary-outline, a.ri-button.btn.btn-primary-outline, input.ri-button.btn.btn-primary-outline {
  background-color: transparent;
  color: #6bbd45;
  border: 1px solid #6bbd45;
}
button.ri-button.btn.btn-primary-outline:hover, a.ri-button.btn.btn-primary-outline:hover, input.ri-button.btn.btn-primary-outline:hover {
  background-color: #6bbd45;
  color: #fff;
  border: 1px solid #6bbd45;
}
button.ri-button.btn.yellow, a.ri-button.btn.yellow, input.ri-button.btn.yellow {
  background-color: #fdcb6e;
  color: #212526;
}
button.ri-button.btn.yellow:hover, a.ri-button.btn.yellow:hover, input.ri-button.btn.yellow:hover {
  background-color: #fcb93c;
}
button.ri-button.btn.red, a.ri-button.btn.red, input.ri-button.btn.red {
  background-color: #d63031;
  color: #fff;
}
button.ri-button.btn.red:hover, a.ri-button.btn.red:hover, input.ri-button.btn.red:hover {
  background-color: #b02324;
}
button.ri-button.btn.green, a.ri-button.btn.green, input.ri-button.btn.green {
  background-color: #00b894;
  color: #fff;
}
button.ri-button.btn.green:hover, a.ri-button.btn.green:hover, input.ri-button.btn.green:hover {
  background-color: #00856b;
}
button.ri-button.btn.inline, a.ri-button.btn.inline, input.ri-button.btn.inline {
  display: inline-block;
}
button.ri-button.btn.center, a.ri-button.btn.center, input.ri-button.btn.center {
  margin: 0 auto;
}
button.ri-button.btn.full, a.ri-button.btn.full, input.ri-button.btn.full {
  width: 100%;
}
button.ri-button.btn:disabled, a.ri-button.btn:disabled, input.ri-button.btn:disabled {
  background-color: #b2bec3;
  color: #636e72;
  cursor: default;
  font-weight: 400;
}
button.ri-button.btn:disabled:hover, a.ri-button.btn:disabled:hover, input.ri-button.btn:disabled:hover {
  background-color: #b2bec3;
  color: #636e72;
}
button.ri-button.btn-tab.btn-primary, a.ri-button.btn-tab.btn-primary, input.ri-button.btn-tab.btn-primary {
  background-color: #6bbd45;
  border: 1px solid #6bbd45;
  color: #fff;
}
button.ri-button.btn-tab.btn-primary:hover, a.ri-button.btn-tab.btn-primary:hover, input.ri-button.btn-tab.btn-primary:hover {
  background-color: #559936;
}
button.ri-button.btn-tab.btn-primary-outline, a.ri-button.btn-tab.btn-primary-outline, input.ri-button.btn-tab.btn-primary-outline {
  background-color: transparent;
  color: #6bbd45;
  border: 1px solid #6bbd45;
}
button.ri-button.btn-tab.btn-primary-outline:hover, a.ri-button.btn-tab.btn-primary-outline:hover, input.ri-button.btn-tab.btn-primary-outline:hover {
  background-color: #6bbd45;
  color: #fff;
  border: 1px solid #6bbd45;
}

.form-input .ri-form-group .valued {
  background-color: #F0F0F0;
  border: 0;
}
.form-input .ri-form-group .valued.form-rounded {
  border-radius: 50px;
  max-width: 100%;
  width: 50%;
  margin: auto;
}
.form-input .ri-form-group .valued.form-rounded input {
  border-radius: 50px;
  background: 0 0;
  padding-left: 20px;
}
.form-input .ri-form-group .valued.form-rounded .val.r-val {
  border-radius: 0 50px 50px 0;
  background: #6bbd45;
  border-color: #6bbd45;
}
.form-input .ri-form-group input {
  height: 40px;
  padding: 0 12px;
}
.form-input .ri-form-group .val {
  font-size: 12px;
}
.form-input .ri-form-group .val.r-val {
  border-left: 0 !important;
  border: 1px solid #FDC010;
  background: #FDC010;
  color: #fff;
  padding: 0 30px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.form-input .ri-form-group .val.r-val:hover {
  background-color: #fdcd43;
}

.ri-form-group .valued select {
  font-size: 13px;
}
.ri-form-group .checkbox label span.text {
  color: #6bbd45;
  font-size: 13px;
  padding-left: 15px;
}
.ri-form-group .checkbox label span.outer i {
  color: #6bbd45;
}
.ri-form-group .checkbox input:checked + label .outer {
  background-color: #fff;
  border-color: #6bbd45;
}
.ri-form-group input {
  font-size: 13px;
}
.ri-form-group input:disabled {
  background: #F2F2F2;
}

/* Accordion */
.ri-accordion > .accordion-item {
  width: auto;
  margin-left: 20px;
}
.ri-accordion > .accordion-item.service {
  margin-left: 0;
}
.ri-accordion > .accordion-item.service a.heading {
  font-weight: normal;
  color: #6bbd45;
}
.ri-accordion > .accordion-item > li {
  margin-bottom: 30px;
}
.ri-accordion > .accordion-item > li a.heading {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 35px 0 0;
  color: #222;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  justify-content: center;
}
.ri-accordion > .accordion-item > li a.heading:hover {
  cursor: pointer;
  color: #6bbd45;
}
.ri-accordion > .accordion-item > li a.heading:hover::after {
  cursor: pointer;
  color: #6bbd45;
}
.ri-accordion > .accordion-item > li a.heading::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  float: right;
  right: 0;
  text-align: center;
  margin-left: 15px;
}
.ri-accordion > .accordion-item > li a.heading.active {
  color: #6bbd45;
}
.ri-accordion > .accordion-item > li a.heading.active::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #6bbd45;
}
.ri-accordion > .accordion-item .content-panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  clear: both;
  transition: all 0.2s ease-in-out 0.15s;
}
.ri-accordion > .accordion-item .content-panel.active {
  opacity: 1;
  padding-top: 10px;
  max-height: 100%;
  transition: all 0.35s ease-in-out 0.15s;
}
.ri-accordion > .accordion-item .content-panel p {
  font-weight: 300;
  line-height: 20px;
  margin-bottom: auto;
}

.ri-scrolltop {
  background-color: #FF9A23;
  transition: bottom 1s, background-color 0.4s;
}
.ri-scrolltop:hover {
  background-color: #ff8e0a;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  padding: 10px !important;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  box-shadow: 0px 3px 6px 0px #b5afaf;
  outline: 0;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #6bbd45;
  outline: 0;
}

.ri-modal {
  overflow-x: hidden;
}
.ri-modal .container {
  padding: 0;
}
.ri-modal .container > .center .content .header {
  top: 0;
  background: #6bbd45;
}
.ri-modal .container > .center .content .header .close {
  background: #6bbd45;
}
.ri-modal .container > .center .content .header .close:hover {
  background: #60ac3d;
}
.ri-modal.modal-primary .container {
  padding: 0;
}
.ri-modal.modal-primary .container > .center .content {
  background: 0 0;
}
.ri-modal.modal-primary .container > .center .content .close {
  position: absolute;
  left: 50%;
  top: -50px;
  z-index: 1;
  background: #000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
}
.ri-modal.modal-primary .container > .center .content .close:hover {
  background-color: #6bbd45;
}
.ri-modal.modal-primary .container > .center .content > .body {
  padding: 0;
}
.ri-modal.modal-primary .container > .center .content > .body iframe {
  border-radius: 6px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 70px;
  }

  .header > .wrapper > .flex > div:last-child a.search {
    padding-right: 20px;
  }
  .header > .wrapper > .flex > div:last-child .btn {
    line-height: 30px;
    padding: 0 15px;
  }

  .services .card h1, .services .card h2, .services .card h3, .services .card h4, .services .card h5 {
    display: block;
    margin: 15px 5px;
    text-align: center;
  }
  .services .card .choose-service {
    text-align: center;
  }
  .services .card .v-card {
    width: auto;
  }
  .services .card .card-input .input-panel {
    display: block;
  }
  .services .card .card-input .input-panel .text {
    margin-bottom: 5px;
  }

  .content .inner-content {
    margin: 40px 0 0 40px;
  }

  .bigmargin {
    margin-top: 20px;
  }

  .floating {
    transform: translate(0, 30%);
  }
  .floating img {
    width: 35px;
  }

  .floating-btn .btn-wa {
    right: 50px;
    bottom: 100px;
  }
  .floating-btn .icon-patrik {
    right: 3px;
    bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .header > .wrapper > .flex > div img {
    max-height: 60px;
  }
  .header > .wrapper > .flex > div:last-child a {
    padding: 0 10px;
  }
  .header > .wrapper > .flex > div:last-child a.search {
    padding-right: 10px;
  }
  .header > .wrapper > .flex > div:last-child .btn {
    padding: 0 15px;
  }

  .services .card h1, .services .card h2, .services .card h3, .services .card h4, .services .card h5 {
    display: block;
    margin: 15px 5px;
    text-align: center;
  }
  .services .card .choose-service {
    text-align: center;
  }
  .services .card .v-card {
    width: auto;
  }
  .services .card .card-input .input-panel {
    display: block;
  }
  .services .card .card-input .input-panel .text {
    margin-bottom: 5px;
  }

  .content .card-placement .card-promo {
    height: 200px;
  }

  .tab-panel .tab-group li.tab {
    width: auto;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }

  .header {
    top: 0;
  }
  .header > .wrapper > .flex > div {
    line-height: 70px;
  }
  .header > .wrapper > .flex > div img {
    max-height: 60px;
  }
  .header > .wrapper > .flex > div:last-child a, .header > .wrapper > .flex > div:last-child .btn {
    display: none;
  }
  .header > .wrapper > .flex > div:last-child a.menu-bar, .header > .wrapper > .flex > div:last-child .btn.menu-bar {
    display: inline-block;
  }

  .banner {
    height: 250px;
  }
  .banner .wrapper .owl-carousel .owl-item {
    height: 250px;
  }

  .services .card h1, .services .card h2, .services .card h3, .services .card h4, .services .card h5 {
    display: block;
    margin: 15px 5px;
  }
  .services .card .v-card {
    width: auto;
  }
  .services .card .v-card .scroll {
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  .services .card .v-card .scroll .ri-inlineblock {
    display: table-cell;
  }
  .services .card .card-input .input-panel {
    width: auto;
    display: block;
  }
  .services .card .card-input .input-panel .text {
    margin-bottom: 5px;
  }

  .testimonial .content::before {
    display: none;
  }
  .testimonial .testimoni-content {
    padding: 10px;
  }
  .testimonial .testimoni-content h2 {
    font-size: 32px;
  }
  .testimonial .owl-carousel .ri-flex .flex2 {
    flex: inherit;
  }
  .testimonial .owl-carousel .owl-nav {
    position: relative;
    right: 0;
  }
  .testimonial .owl-carousel .owl-dots {
    display: none;
  }

  .content .inner-content {
    margin: auto;
  }
  .content .inner-content h1 {
    margin-left: 20px;
  }
  .content .inner-content.info-service h2 {
    font-size: 26px;
  }
  .content .card-service {
    padding: 40px 20px;
  }
  .content .bg-primary {
    max-height: 100%;
    height: auto;
  }
  .content .item-partners .items {
    padding: 0;
    height: 70px;
    flex-basis: calc(100% / 3);
  }
  .content .mission-clm img {
    width: 90px;
  }
  .content .card-placement .card-promo {
    height: auto;
  }

  .map-content.mapping {
    overflow-x: scroll;
    padding-top: 8rem;
    padding-left: 5rem;
  }
  .map-content .item-heading {
    display: none;
  }
  .map-content .d-line {
    display: none;
  }
  .map-content .map-index {
    position: relative;
  }
  .map-content .map-index .map {
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 15px;
    position: relative;
    width: 1000px;
  }

  .section-board .ri-flex {
    width: 100%;
  }
  .section-board .ri-flex .flex {
    width: calc(100% / 2);
    margin-right: 0;
  }

  .form-input .ri-form-group .valued.form-rounded {
    width: 80%;
  }

  .tab-panel {
    display: block;
  }
  .tab-panel .ri-button.btn {
    margin-bottom: 15px;
  }
  .tab-panel .btn-tab {
    width: auto;
    max-width: 100%;
    margin: 10px 0;
  }
  .tab-panel .tab-group {
    display: block;
  }
  .tab-panel .tab-group li.tab {
    display: block;
    width: 100%;
    padding: 0;
  }
  .tab-panel.tab-inline .tab-group li.tab {
    display: inline-block;
  }

  .login {
    padding-top: 0;
  }
  .login .img-login img {
    width: 100%;
  }
  .login .img-login img.logo-patrik {
    display: none;
  }
  .login .login-content {
    margin-bottom: 30px;
    margin: auto;
    float: inherit;
  }
  .login .login-content .forms .logintab, .login .login-content .forms .signuptab {
    padding: 20px;
  }
  .login .btm-footer {
    position: relative;
  }
  .login .btm-footer > .wrapper > .flex {
    display: block;
    text-align: center;
  }
  .login .floating-btn {
    display: none;
  }

  .bigmargin {
    margin-top: 20px;
  }

  .floating {
    transform: translate(0, 30%);
  }
  .floating img {
    width: 35px;
  }

  .floating-btn .btn-wa {
    right: 50px;
    bottom: 100px;
  }
  .floating-btn .icon-patrik {
    right: 3px;
    bottom: 0;
  }

  .ri-scrolltop {
    display: none;
  }

  .sm-none {
    display: none;
  }
}