@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.eot");
  src: url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri.woff2") format("woff2"), url("../fonts/Calibri.woff") format("woff"), url("../fonts/Calibri.ttf") format("truetype"), url("../fonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Overwrite bootstrap
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------------------------------------
body font and background overwrite
---------------------------------------------------------*/
body {
  font-family: Calibri;
  font-size: 17px;
  line-height: 1.38;
  background: #f7f8fc;
  color: #5b6a83; }
  @media (max-width: 649px) {
    body {
      font-size: 16px; } }

/*--------------------------------------------------------
Image max width 100%
---------------------------------------------------------*/
img {
  max-width: 100%; }

/*--------------------------------------------------------
Typography
---------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #5b6a83;
  font-family: "Calibri-bold"; }

h1,
h2 {
  font-family: "Calibri-bold";
  font-size: 23px;
  line-height: 1.14;
  margin-bottom: 24px; }
  @media (max-width: 649px) {
    h1,
    h2 {
      font-size: 21px; } }

h3,
h4,
h5 {
  font-family: "Calibri-bold";
  font-size: 21px;
  line-height: 1.2; }
  @media (max-width: 649px) {
    h3,
    h4,
    h5 {
      font-size: 19px; } }

/*--------------------------------------------------------
Container overwrite
---------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 1070px; } }

/*--------------------------------------------------------
Navbar overwrite
---------------------------------------------------------*/
.navbar {
  background: transparent;
  border: none;
  height: 80px;
  margin: 0; }
  @media (max-width: 767px) {
    .navbar {
      height: 60px; } }

.navbar-brand {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .navbar-brand {
      height: 60px; } }
  .navbar-brand img {
    max-width: 200px;
    max-height: 60px; }
    @media (max-width: 767px) {
      .navbar-brand img {
        max-width: 150px;
        max-height: 35px; } }

@media (max-width: 767px) {
  .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

/*--------------------------------------------------------
Navbar toggle overwrite
---------------------------------------------------------*/
.navbar-toggle {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border-color: #ffffff !important; }
  .navbar-toggle span {
    background: #337ab7 !important; }
  .navbar-toggle:hover {
    background: #ffffff !important; }

/*--------------------------------------------------------
Navbar link overwrite
---------------------------------------------------------*/
.navbar-nav > li > a:not(.btn) {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #5b6a83;
  position: relative; }
  @media (max-width: 767px) {
    .navbar-nav > li > a:not(.btn) {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .navbar-nav > li > a:not(.btn):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background-color: #337ab7;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s -webkit-transform ease;
    transition: 0.4s -webkit-transform ease;
    -moz-transition: 0.4s transform ease, 0.4s -moz-transform ease;
    transition: 0.4s transform ease;
    transition: 0.4s transform ease, 0.4s -webkit-transform ease, 0.4s -moz-transform ease; }
  .navbar-nav > li > a:not(.btn):hover {
    color: #337ab7; }
    .navbar-nav > li > a:not(.btn):hover:after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }

.navbar-nav > li.current-menu-parent > a, .navbar-nav > li.active > a, .navbar-nav > li.open > a {
  color: #337ab7 !important;
  background: transparent !important; }
  .navbar-nav > li.current-menu-parent > a:after, .navbar-nav > li.active > a:after, .navbar-nav > li.open > a:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

/*--------------------------------------------------------
Navbar hover dropdown
---------------------------------------------------------*/
.navbar-nav .dropdown {
  position: relative; }
  @media (max-width: 767px) {
    .navbar-nav .dropdown a {
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .navbar-nav .dropdown .dropdown-menu {
      display: block;
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      pointer-events: none;
      -webkit-transition: 0.4s opacity ease 0.2s, 0.4s -webkit-transform ease 0.2s;
      transition: 0.4s opacity ease 0.2s, 0.4s -webkit-transform ease 0.2s;
      -moz-transition: 0.4s transform ease 0.2s, 0.4s opacity ease 0.2s, 0.4s -moz-transform ease 0.2s;
      transition: 0.4s transform ease 0.2s, 0.4s opacity ease 0.2s;
      transition: 0.4s transform ease 0.2s, 0.4s opacity ease 0.2s, 0.4s -webkit-transform ease 0.2s, 0.4s -moz-transform ease 0.2s; } }
  @media (max-width: 767px) {
    .navbar-nav .dropdown .dropdown-menu {
      margin: 0 15px; } }
  @media (max-width: 767px) {
    .navbar-nav .dropdown:after {
      content: "";
      display: block;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #337ab7;
      position: absolute;
      right: 15px;
      top: 19px; } }
  @media (min-width: 768px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      pointer-events: all; } }

/*--------------------------------------------------------
Navbar open from left on mobile
---------------------------------------------------------*/
@media (max-width: 767px) {
  .navbar-collapse {
    background: #ffffff;
    -webkit-transition: 0.3s -webkit-transform ease-out;
    transition: 0.3s -webkit-transform ease-out;
    -moz-transition: 0.3s transform ease-out, 0.3s -moz-transform ease-out;
    transition: 0.3s transform ease-out;
    transition: 0.3s transform ease-out, 0.3s -webkit-transform ease-out, 0.3s -moz-transform ease-out;
    display: block !important;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 999;
    left: 15px;
    top: 50px;
    height: 89% !important;
    height: -moz-calc(100% - 50px) !important;
    height: calc(100% - 50px) !important;
    width: 280px;
    -webkit-box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
    box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2); } }

@media (max-width: 767px) {
  .navbar-collapse.collapse {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }

@media (max-width: 767px) {
  .navbar-collapse.collapse.in {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

/*--------------------------------------------------------
Links overwrite
---------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease; }
  a:hover {
    text-decoration: none; }

/*--------------------------------------------------------
Panel overwrite
---------------------------------------------------------*/
.shadow {
  padding: 26px 28px;
  -webkit-box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  margin-bottom: 27px;
  border-radius: 0px;
  border: none;
}
.panel.about-us, .panel.blog-sec, .panel.widget, .panel.product-content, .panel.product-content, .panel.feature, .panel.product-price, .panel.faq-sec {
  padding: 26px 28px;
  -webkit-box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  margin-bottom: 27px;
  border-radius: 0px;
  border: none;
  }
.tooltip {

  background-color:black;
  color:black;
}

/*--------------------------------------------------------
Btn  overwrite
---------------------------------------------------------*/
.btn .biggerbtn {
  border-radius: 7px;
  padding: 7px 28px;
  font-family: Calibri;
  font-size: 17px;
  line-height: 1.5; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Custom style start
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*--------------------------------------------------------
Body soft load
---------------------------------------------------------*/
* {
  outline: none !important; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      padding-top: 50px; } }
  body:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    background-size: 35px;
    pointer-events: none;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease; }
  body main,
  body aside,
  body footer {
    -webkit-transition: opacity 1.5s ease, -webkit-transform 0.75s ease;
    transition: opacity 1.5s ease, -webkit-transform 0.75s ease;
    -moz-transition: transform 0.75s ease, opacity 1.5s ease, -moz-transform 0.75s ease;
    transition: transform 0.75s ease, opacity 1.5s ease;
    transition: transform 0.75s ease, opacity 1.5s ease, -webkit-transform 0.75s ease, -moz-transform 0.75s ease;
    opacity: 0; }
  body.link-transition main,
  body.link-transition aside,
  body.link-transition footer {
    opacity: 0; }
  body.page-loaded:after {
    opacity: 0; }
  body.page-loaded main,
  body.page-loaded aside,
  body.page-loaded footer {
    opacity: 1; }
  body.page-loaded.link-transition:after {
    opacity: 1; }
  body.page-loaded.link-transition main,
  body.page-loaded.link-transition aside,
  body.page-loaded.link-transition footer {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  body.page-loaded.link-transition footer {
    -webkit-transition: 0s opacity ease;
    -moz-transition: 0s opacity ease;
    transition: 0s opacity ease; }

/*--------------------------------------------------------
Header
---------------------------------------------------------*/
header {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  width: 100%;
  z-index: 9999; }
  @media (max-width: 767px) {
    header {
      position: fixed;
      top: 0;
      left: 0; } }
  @media (min-width: 768px) {
    header .navbar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  header .navbar .container-fluid {
    width: 100%; }
    @media (min-width: 768px) {
      header .navbar .container-fluid {
        padding: 0; } }
  header .navbar .btn {
    font-family: Calibri;
    font-size: 17px;
    line-height: 1.5;
    padding: 8px 28px;
    margin-left: 14px;
    border-radius: 7px; }
    @media (max-width: 989px) {
      header .navbar .btn {
        margin-left: 0; } }
    @media (max-width: 767px) {
      header .navbar .btn {
        margin: 10px 15px; } }
    header .navbar .btn.btn-primary {
      color: #ffffff;
      border-color: #337ab7; }
  @media (min-width: 768px) {
    header .navbar .navbar-nav {
      font-size: 16px; } }
  @media (min-width: 768px) {
    header .navbar .navbar-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

/*--------------------------------------------------------
Footer
---------------------------------------------------------*/
footer {
  background: #ffffff;
  border-top: 1px solid #edf2f9;
  color: #9ba0a8;
  padding: 8px 0;
  text-align: center; }
  @media (max-width: 579px) {
    footer .pull-left,
    footer .pull-right {
      float: none !important; } }
  footer p {
    margin: 0; }
  footer a {
    color: #5b6a83; }
    footer a:hover {
      color: #337ab7; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li {
      display: inline-block;
      margin-left: 25px; }
      @media (max-width: 579px) {
        footer ul li {
          margin-left: 10px;
          margin: 10px; } }

/*--------------------------------------------------------
Main area and sidebar
---------------------------------------------------------*/
.main-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 989px) {
    .main-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .main-area sidebar, .main-area .sidebar {
    padding: 30px 0 7px;
    width: 375px;
    min-width: 375px;
    margin-left: 20px; }
    @media (max-width: 989px) {
      .main-area sidebar, .main-area .sidebar {
        width: 100%;
        min-width: 10px;
        margin: 0;
        padding-top: 0; } }
    .main-area sidebar .panel, .main-area .sidebar .panel {
      padding-top: 22px;
      padding-bottom: 22px; }
      @media (max-width: 579px) {
        .main-area sidebar .panel, .main-area .sidebar .panel {
          padding-top: 18px;
          padding-bottom: 18px; } }

/*--------------------------------------------------------
Main
---------------------------------------------------------*/
main {
  padding: 30px 0 7px;
  width: 100%; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -moz-transition: transform 100ms ease, -moz-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -moz-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.about-us {
  padding: 26px 28px;
  -webkit-box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  box-shadow: 0px 3px 13px 5px rgba(220, 230, 242, 0.36), 0 0px 0px 1px rgba(220, 230, 242, 0.2);
  margin-bottom: 27px;
  border-radius: 0px;
  border: none;

}

/*--------------------------------------------------------
About feature sec
---------------------------------------------------------*/
@media (max-width: 989px) {
  .about-us [class*='col-'] {
    margin-bottom: 30px; }
    .about-us [class*='col-']:last-child {
      margin-bottom: 0; } }

@media (min-width: 990px) {
  .about-us [class*='col-']:last-child {
    padding-left: 60px; } }

.about-us h1, .about-us h2 {
  margin-bottom: 30px; }



.about-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }
  @media (max-width: 989px) {
    .about-us ul {
      margin-bottom: 25px; } }
  .about-us ul li {
    padding-left: 25px;
    background: url(../images/icons/icon12.png) left center no-repeat;
    background-size: 15px;
    margin-bottom: 12px; }

.about-us .btnsp {

    border-radius: 7px;
  padding: 7px 28px;
  font-family: Calibri;
  font-size: 17px;
  line-height: 1.5;


  }

.about-us .media {
  color: #5b6a83;
  font-family: Calibri;
  font-size: 17px;
  line-height: 1.38;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f8fc;
  padding-right: 20px; }
  @media (max-width: 1199px) {
    .about-us .media {
      line-height: 1; } }
  @media (max-width: 649px) {
    .about-us .media {
      padding-right: 15px; } }
  .about-us .media h1, .about-us .media h2, .about-us .media h3, .about-us .media h4, .about-us .media h5, .about-us .media h6 {
    font-family: "Calibri-bold";
    font-size: 21px;
    line-height: 1.2; }
    @media (max-width: 649px) {
      .about-us .media h1, .about-us .media h2, .about-us .media h3, .about-us .media h4, .about-us .media h5, .about-us .media h6 {
        font-size: 19px; } }
    @media (max-width: 649px) {
      .about-us .media h1, .about-us .media h2, .about-us .media h3, .about-us .media h4, .about-us .media h5, .about-us .media h6 {
        font-size: 18px;
        line-height: 1; } }
  .about-us .media .btn {
    min-width: 5px;
    font-size: 22px;
    padding: 7px 15px;
    line-height: 1; }
    @media (max-width: 649px) {
      .about-us .media .btn {
        font-size: 18px;
        padding: 4px 10px; } }
  .about-us .media .media-left {
    padding: 0;
    display: block; }
    .about-us .media .media-left figure {
      width: 95px;
      height: 95px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #edf2f9;
      margin-right: 20px; }
      @media (max-width: 649px) {
        .about-us .media .media-left figure {
          width: 50px;
          height: 50px; } }
      .about-us .media .media-left figure img {
        max-width: 42px;
        max-height: 42px; }
        @media (max-width: 649px) {
          .about-us .media .media-left figure img {
            max-width: 24px;
            max-height: 24px; } }
  .about-us .media .media-body {
    display: block; }
    .about-us .media .media-body p {
      margin: 0; }
      @media (max-width: 649px) {
        .about-us .media .media-body p {
          display: none; } }
  .about-us .media .media-btn {
    padding-left: 15px; }
    @media (max-width: 579px) {
      .about-us .media .media-btn {
        padding-left: 15px; } }

/*--------------------------------------------------------
Blog sec
---------------------------------------------------------*/
.blog-sec .owl-dots {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -47px; }
  .blog-sec .owl-dots .owl-dot {
    margin: 0 4px;
    cursor: pointer; }
    @media (max-width: 649px) {
      .blog-sec .owl-dots .owl-dot {
        margin: 0 2px; } }
    .blog-sec .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(51, 122, 183, 0.4);
      display: block; }
    .blog-sec .owl-dots .owl-dot.active span {
      background: #337ab7; }

.blog-sec .blog-item {
  background: #f7f8fc; }
  .blog-sec .blog-item .blog-content {
    padding: 19px;
    position: relative; }
    .blog-sec .blog-item .blog-content:before {
      content: '“';
      display: block;
      font-family: "Calibri-bold";
      font-size: 36px;
      color: #337ab7;
      z-index: 2;
      line-height: 1;
      margin-top: -10px;
      margin-bottom: -10px; }
    .blog-sec .blog-item .blog-content h1, .blog-sec .blog-item .blog-content h2, .blog-sec .blog-item .blog-content h3, .blog-sec .blog-item .blog-content h4, .blog-sec .blog-item .blog-content h5, .blog-sec .blog-item .blog-content h6 {
      font-family: "Calibri-bold";
      font-size: 19px;
      line-height: 1.22;
      color: #5b6a83;
      margin-bottom: 0; }
      @media (max-width: 649px) {
        .blog-sec .blog-item .blog-content h1, .blog-sec .blog-item .blog-content h2, .blog-sec .blog-item .blog-content h3, .blog-sec .blog-item .blog-content h4, .blog-sec .blog-item .blog-content h5, .blog-sec .blog-item .blog-content h6 {
          font-size: 18px; } }
    .blog-sec .blog-item .blog-content p {
      margin-bottom: 0; }
    .blog-sec .blog-item .blog-content .date {
      color: #a0a3a9; }
    .blog-sec .blog-item .blog-content .btn {
      margin-top: 10px; }

/*--------------------------------------------------------
Product page main area
---------------------------------------------------------*/
.product-main-area > figure img {
  width: 100%; }

.product-main-area .product-content h1, .product-main-area .product-content h2, .product-main-area .product-content h3, .product-main-area .product-content h4, .product-main-area .product-content h5, .product-main-area .product-content h6 {
  font-family: "Calibri-bold";
  font-size: 23px;
  line-height: 1.14;
  margin-bottom: 15px; }
  @media (max-width: 649px) {
    .product-main-area .product-content h1, .product-main-area .product-content h2, .product-main-area .product-content h3, .product-main-area .product-content h4, .product-main-area .product-content h5, .product-main-area .product-content h6 {
      font-size: 21px; } }

.product-main-area .product-content p {
  margin-bottom: 35px; }
  .product-main-area .product-content p:last-child {
    margin-bottom: 0; }

/*--------------------------------------------------------
Product features section
---------------------------------------------------------*/
.product-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px; }
  @media (max-width: 649px) {
    .product-features {
      margin: 0; } }
  .product-features .panel {
    padding: 22px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease; }
  .product-features .feature {
    width: -moz-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
    line-height: 1.2; }
    @media (max-width: 649px) {
      .product-features .feature {
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px); } }
    @media (max-width: 579px) {
      .product-features .feature {
        width: 100%;
        margin: 0 0 20px;
        text-align: center; } }
    .product-features .feature:hover {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .product-features .feature figure {
      margin-bottom: 15px; }
      .product-features .feature figure img {
        max-width: 35px;
        max-height: 35px; }
    .product-features .feature h1, .product-features .feature h2, .product-features .feature h3, .product-features .feature h4, .product-features .feature h5, .product-features .feature h6 {
      font-family: "Calibri-bold";
      font-size: 19px;
      line-height: 1.22;
      margin-bottom: 0; }
      @media (max-width: 649px) {
        .product-features .feature h1, .product-features .feature h2, .product-features .feature h3, .product-features .feature h4, .product-features .feature h5, .product-features .feature h6 {
          font-size: 18px; } }
    .product-features .feature p {
      margin-bottom: 0; }

/*--------------------------------------------------------
Product price table
---------------------------------------------------------*/
.product-price h1, .product-price h2, .product-price h3, .product-price h4, .product-price h5, .product-price h6 {
  font-family: "Calibri-bold";
  font-size: 21px;
  line-height: 1.2; }
  @media (max-width: 649px) {
    .product-price h1, .product-price h2, .product-price h3, .product-price h4, .product-price h5, .product-price h6 {
      font-size: 19px; } }

.product-price .price-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -7px; }
  @media (max-width: 649px) {
    .product-price .price-table {
      margin: 0; } }
  .product-price .price-table .column {
    width: -moz-calc(50% - 14px);
    width: calc(50% - 14px);
    margin: 10px 7px 0px;
    position: relative; }
    @media (max-width: 649px) {
      .product-price .price-table .column {
        width: 100%;
        margin: 15px 0 0; } }
    .product-price .price-table .column.featured:after {
      content: "";
      width: 38px;
      height: 68px;
      background: url(../images/icons/icon16.png) center no-repeat;
      position: absolute;
      right: 9px;
      top: -3px; }
  .product-price .price-table .table-header {
    background: #edf2f9;
    padding: 16px 50px;
    text-align: center;
    color: #5b6a83; }
    .product-price .price-table .table-header .price {
      color: #a0a3a9; }
      .product-price .price-table .table-header .price span {
        font-family: "Calibri-bold";
        font-size: 25px;
        color: #5b6a83; }
  .product-price .price-table .price-body {
    padding: 30px;
    background: #f7f8fc; }
    .product-price .price-table .price-body ul {
      margin-bottom: 30px;
      padding-left: 18px; }

/*--------------------------------------------------------
FAQ secton
---------------------------------------------------------*/
.faq-sec h1, .faq-sec h2, .faq-sec h3, .faq-sec h4, .faq-sec h5, .faq-sec h6 {
  margin-bottom: 20px; }

.faq-sec .panel-group {
  margin: 0;
  border-bottom: 1px solid #edf2f9; }
  .faq-sec .panel-group .panel {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .faq-sec .panel-group .panel .panel-heading {
      border-top: 1px solid #edf2f9;
      padding: 0;
      position: relative; }
      .faq-sec .panel-group .panel .panel-heading:after {
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -11px;
        width: 22px;
        height: 22px;
        background: #f6f8fc;
        color: #a0a3a9;
        text-align: center;
        border-radius: 50%;
        line-height: 1.3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        pointer-events: none; }
      .faq-sec .panel-group .panel .panel-heading.opened:after {
        content: "\f107"; }
      .faq-sec .panel-group .panel .panel-heading a {
        padding: 10px 0;
        padding-right: 25px;
        display: block;
        text-decoration: none;
        color: #5b6a83; }
    .faq-sec .panel-group .panel .panel-body {
      border-color: #edf2f9;
      padding-left: 0;
      padding-right: 0; }
      .faq-sec .panel-group .panel .panel-body p:last-child {
        margin-bottom: 0; }

/*--------------------------------------------------------
Sidebar widget areas
---------------------------------------------------------*/
.widget {
  overflow: hidden; }
  .widget .widget-title {
    font-family: "Calibri-bold";
    font-size: 23px;
    line-height: 1.14;
    margin-bottom: 20px; }
    @media (max-width: 649px) {
      .widget .widget-title {
        font-size: 21px; } }
  .widget .widget-body h1, .widget .widget-body h2, .widget .widget-body h3, .widget .widget-body h4, .widget .widget-body h5, .widget .widget-body h6 {
    font-family: "Calibri-bold";
    font-size: 21px;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 5px; }
    @media (max-width: 649px) {
      .widget .widget-body h1, .widget .widget-body h2, .widget .widget-body h3, .widget .widget-body h4, .widget .widget-body h5, .widget .widget-body h6 {
        font-size: 19px; } }
    @media (max-width: 649px) {
      .widget .widget-body h1, .widget .widget-body h2, .widget .widget-body h3, .widget .widget-body h4, .widget .widget-body h5, .widget .widget-body h6 {
        font-size: 18px; } }
    @media (max-width: 579px) {
      .widget .widget-body h1, .widget .widget-body h2, .widget .widget-body h3, .widget .widget-body h4, .widget .widget-body h5, .widget .widget-body h6 {
        margin-bottom: 0; } }
  .widget .media {
    color: #5b6a83;
    font-family: Calibri;
    font-size: 17px;
    line-height: 1.38;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8fc;
    margin-top: 7px; }
    @media (max-width: 1199px) {
      .widget .media {
        line-height: 1; } }
    .widget .media h1, .widget .media h2, .widget .media h3, .widget .media h4, .widget .media h5, .widget .media h6 {
      font-family: "Calibri-bold";
      font-size: 21px;
      line-height: 1.2;
      margin: 0; }
      @media (max-width: 649px) {
        .widget .media h1, .widget .media h2, .widget .media h3, .widget .media h4, .widget .media h5, .widget .media h6 {
          font-size: 19px; } }
      @media (max-width: 649px) {
        .widget .media h1, .widget .media h2, .widget .media h3, .widget .media h4, .widget .media h5, .widget .media h6 {
          font-size: 18px;
          line-height: 1; } }
    .widget .media a {
      color: #5b6a83; }
      .widget .media a:hover {
        color: #337ab7; }
    .widget .media .media-left {
      padding: 0;
      display: block; }
      .widget .media .media-left figure {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px; }
        .widget .media .media-left figure img {
          max-width: 67px;
          max-height: 67px; }
    .widget .media .media-body {
      display: block; }
      .widget .media .media-body p {
        margin: 0; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .widget ul li {
      margin-bottom: 15px; }
      .widget ul li:last-child {
        margin-bottom: 5px; }
      .widget ul li a {
        color: #337ab7;
        display: table;
        line-height: 1; }
        .widget ul li a:after {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #a0a3a9), color-stop(50%, #337ab7));
          background-image: -moz- oldlinear-gradient(left, #a0a3a9 50%, #337ab7 50%);
          background-image: linear-gradient(to right, #a0a3a9 50%, #337ab7 50%);
          background-size: 200% 100%;
          background-position: right center;
          -webkit-transition: 0.5s all ease;
          -moz-transition: 0.5s all ease;
          transition: 0.5s all ease; }
        .widget ul li a:hover:after {
          background-position: left center; }
  .widget .support-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .widget .support-wrap > figure {
      margin-top: -22px;
      margin-bottom: -22px;
      position: relative;
      right: -28px;
      background: #f00; }
    .widget .support-wrap .btn {
      min-width: 170px;
      margin-top: 10px; }
      @media (max-width: 579px) {
        .widget .support-wrap .btn {
          margin-top: 0; } }
  .widget .blog-sec .owl-dots {
    margin-top: -43px; }

.filerbtn{
    margin-bottom:-30px;
}
.room{
margin-right:10px;
}
.room1{
margin-right:11px;
}
.btnsm {
  border-radius: 5px;
  padding: 7px 28px;
  font-family: Calibri;
  font-size: 15px;
  line-height: 1.0;
}
.greybg{
    background-color: #f5f5f5 !important;

}

.badge {
    background-color: #d9534f; /* Rød farge */
    color: white; /* Hvit tekst */
    border-radius: 10px; /* Runde kanter */
    padding: 5px 10px; /* Gjør den større */
    font-weight: bold; /* Gjør teksten mer synlig */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Svak skygge for å få den til å stå ut */
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

