/* -----------------------------------------
   SHORTCODES
   ----------------------------------------- */
/*
  1. General
  2. Accordions
  3. Tabs
  4. Counters
  5. Headings
  6. Blockquote
  7. Highlights
  8. Tooltips
  9. Popover
  10. Buttons
  11. Boxes
  12. Progress bar
  13. Alerts
  14. Testimonial
  15. Princing
  16. Team
  17. Responsive

 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Lora");
*:focus {
  outline: none !important;
  box-shadow: none !important; }

*:hover {
  transition: 0.5s; }

.light {
  color: #404770;
  background: #fff; }

.dark {
  color: #fff;
  background: #404770; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #5c66a1; }

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none; }

h1, .h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 65px; }

h2, .h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px; }

h3, .h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px; }

h4, .h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px; }

h5, .h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px; }

h6, .h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px; }

.lrs-divider {
  display: inline-block;
  width: 100%;
  height: 0;
  border-bottom: 4px double #f7f7f7;
  margin: 10% auto; }

.lrs-divider-2 {
  display: flex;
  width: 100%;
  height: 0;
  margin: 10% auto; }

.lrs-divider-3 {
  display: inline-flex;
  width: 100%;
  height: 0;
  margin: 5% auto; }

.lrs-divider-4 {
  display: inline-flex;
  width: 100%;
  height: 0;
  margin: 2.5% auto; }

div, h1, h2, h3, h4, h5, h6, p, span, input, select, section, article {
  transition: 0.25s; }

.lrs-accordion .panel {
  border-radius: 0;
  border: none;
  box-shadow: none; }
  .lrs-accordion .panel .panel-heading {
    background: #fafafa;
    padding: 0;
    border-radius: 0; }
    .lrs-accordion .panel .panel-heading .panel-title {
      height: 50px;
      font-size: 14px; }
      .lrs-accordion .panel .panel-heading .panel-title a {
        font-family: 'Lora', serif;
        position: relative;
        width: 100%;
        display: block;
        padding: 0 15px 0 65px;
        color: #7c84b4;
        letter-spacing: 1px;
        height: 50px;
        line-height: 50px; }
        .lrs-accordion .panel .panel-heading .panel-title a::before {
          content: '-';
          position: absolute;
          top: 0;
          left: 0;
          width: 50px;
          height: 100%;
          text-align: center;
          border-right: 1px solid #f2f2f2;
          font-weight: bold; }
        .lrs-accordion .panel .panel-heading .panel-title a.collapsed {
          background: #535c90;
          color: whitesmoke; }
          .lrs-accordion .panel .panel-heading .panel-title a.collapsed i {
            margin: 0 10px 0 5px;
            color: whitesmoke; }
          .lrs-accordion .panel .panel-heading .panel-title a.collapsed::before {
            content: '+';
            border-color: #7c84b4; }
          .lrs-accordion .panel .panel-heading .panel-title a.collapsed:hover {
            background: #6b75ab;
            color: #fafafa; }
            .lrs-accordion .panel .panel-heading .panel-title a.collapsed:hover::before {
              border-color: #7c84b4; }
        .lrs-accordion .panel .panel-heading .panel-title a:hover {
          background: whitesmoke;
          color: #7c84b4; }
          .lrs-accordion .panel .panel-heading .panel-title a:hover::before {
            border-color: #e6e6e6; }
        .lrs-accordion .panel .panel-heading .panel-title a i {
          margin: 0 10px 0 5px;
          color: #7c84b4; }
  .lrs-accordion .panel .panel-collapse .panel-body {
    padding: 25px 0;
    border: none;
    font-size: 14px; }
.lrs-accordion.style_2 .panel .panel-heading {
  background: #535c90;
  color: #fafafa; }
  .lrs-accordion.style_2 .panel .panel-heading .panel-title a {
    padding: 0 65px 0 15px;
    background: #535c90;
    color: whitesmoke; }
    .lrs-accordion.style_2 .panel .panel-heading .panel-title a i {
      color: whitesmoke; }
    .lrs-accordion.style_2 .panel .panel-heading .panel-title a::before {
      right: 0;
      left: auto;
      border-right: none;
      border-left: 1px solid #7c84b4; }
    .lrs-accordion.style_2 .panel .panel-heading .panel-title a:hover {
      background: #6b75ab;
      color: #fafafa; }
      .lrs-accordion.style_2 .panel .panel-heading .panel-title a:hover::before {
        border-color: #7c84b4; }
    .lrs-accordion.style_2 .panel .panel-heading .panel-title a.collapsed {
      color: #7c84b4;
      background: #fafafa; }
      .lrs-accordion.style_2 .panel .panel-heading .panel-title a.collapsed i {
        color: #7c84b4; }
      .lrs-accordion.style_2 .panel .panel-heading .panel-title a.collapsed::before {
        border-left: 1px solid #f2f2f2;
        border-right: 0; }
      .lrs-accordion.style_2 .panel .panel-heading .panel-title a.collapsed:hover {
        background: whitesmoke;
        color: #7c84b4; }
        .lrs-accordion.style_2 .panel .panel-heading .panel-title a.collapsed:hover::before {
          border-color: #e6e6e6;
          border-right: 0; }
.lrs-accordion.style_3 .panel .panel-heading {
  background: none;
  border: none;
  border-bottom: 1px solid #f2f2f2; }
  .lrs-accordion.style_3 .panel .panel-heading .panel-title a {
    padding: 0 15px 0 0;
    font-weight: 400;
    color: #6b75ab; }
    .lrs-accordion.style_3 .panel .panel-heading .panel-title a::before {
      left: auto;
      right: 0;
      border: none; }
    .lrs-accordion.style_3 .panel .panel-heading .panel-title a:hover {
      color: #6b75ab;
      background: none; }
    .lrs-accordion.style_3 .panel .panel-heading .panel-title a.collapsed {
      background: none;
      color: #6b75ab; }
      .lrs-accordion.style_3 .panel .panel-heading .panel-title a.collapsed::before {
        left: auto;
        right: 0; }
    .lrs-accordion.style_3 .panel .panel-heading .panel-title a i {
      color: #6b75ab; }
.lrs-accordion.style_4 .panel .panel-heading {
  background: none; }
  .lrs-accordion.style_4 .panel .panel-heading .panel-title a {
    padding: 0 15px;
    font-weight: 400;
    color: #6b75ab;
    background: none;
    border: 1px solid #f2f2f2; }
    .lrs-accordion.style_4 .panel .panel-heading .panel-title a::before {
      left: auto;
      right: 0;
      border: none; }
    .lrs-accordion.style_4 .panel .panel-heading .panel-title a:hover {
      color: #6b75ab;
      background: none; }
    .lrs-accordion.style_4 .panel .panel-heading .panel-title a.collapsed {
      background: none;
      color: #6b75ab; }
      .lrs-accordion.style_4 .panel .panel-heading .panel-title a.collapsed::before {
        left: auto;
        right: 0; }

.lrs-tab .nav-tabs {
  display: table;
  margin: 0 auto;
  border: none; }
  .lrs-tab .nav-tabs li {
    border: 1px solid #f7f7f7;
    margin-left: -1px; }
    .lrs-tab .nav-tabs li .active a {
      border: none; }
    .lrs-tab .nav-tabs li a {
      border: none;
      border-radius: 0;
      margin: 0;
      padding: 10px 25px;
      transition: 0.5s;
      font-family: 'Lora', serif; }
      .lrs-tab .nav-tabs li a:hover {
        background: #6b75ab;
        color: #fafafa;
        transition: 0.5s;
        border: none; }
        .lrs-tab .nav-tabs li a:hover i {
          color: #fafafa; }
      .lrs-tab .nav-tabs li a i {
        padding-right: 5px;
        color: #7c84b4;
        font-size: 18px; }
.lrs-tab .tab-content {
  border-top: 1px solid #f7f7f7;
  padding-top: 25px; }
.lrs-tab.style_2 .nav-tabs li {
  margin-left: auto;
  border: none; }
  .lrs-tab.style_2 .nav-tabs li.active a {
    color: #6b75ab; }
    .lrs-tab.style_2 .nav-tabs li.active a i {
      color: #6b75ab; }
    .lrs-tab.style_2 .nav-tabs li.active a:hover, .lrs-tab.style_2 .nav-tabs li.active a:focus {
      border: none; }
  .lrs-tab.style_2 .nav-tabs li a {
    color: #cccccc;
    background: none; }
    .lrs-tab.style_2 .nav-tabs li a:hover {
      color: #6b75ab; }
      .lrs-tab.style_2 .nav-tabs li a:hover i {
        color: #6b75ab; }
    .lrs-tab.style_2 .nav-tabs li a i {
      color: #cccccc; }
.lrs-tab.style_3 .nav-tabs {
  position: relative;
  width: 100%; }
  .lrs-tab.style_3 .nav-tabs::before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #f7f7f7; }
    .lrs-tab.style_3 .nav-tabs::before li a {
      background: #ffffff;
      padding: 10px 20px; }
      .lrs-tab.style_3 .nav-tabs::before li a:hover {
        color: inherit; }
.lrs-tab.style_3 .tab-content {
  border: none; }
.lrs-tab.style_4 .nav-tabs {
  position: relative;
  width: 100%; }
  .lrs-tab.style_4 .nav-tabs::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 100%;
    height: 1px;
    background: #f7f7f7; }
  .lrs-tab.style_4 .nav-tabs li {
    border: none;
    margin: 0 20px 0 0; }
    .lrs-tab.style_4 .nav-tabs li:first-child a {
      padding-left: 0; }
    .lrs-tab.style_4 .nav-tabs li a {
      background: #ffffff;
      padding: 10px 20px; }
      .lrs-tab.style_4 .nav-tabs li a:hover {
        color: inherit; }
.lrs-tab.style_4 .tab-content {
  border: none; }

.lrs-counter .counter {
  text-align: center; }
  .lrs-counter .counter .count-title {
    font-size: 3vw;
    font-weight: bold; }
  .lrs-counter .counter i {
    font-size: 3em; }

.lrs-heading-wrap {
  text-align: center; }
  .lrs-heading-wrap .lrs-heading-title {
    position: relative;
    color: #5c66a1;
    margin: 0 0 10px 0; }
  .lrs-heading-wrap .lrs-heading-subtitle {
    font-family: 'Lora', serif;
    color: #bfbfbf;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0; }
  .lrs-heading-wrap .lrs-heading-divider {
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100px;
    border-bottom-color: #d9d9d9;
    margin: 5px auto; }
  .lrs-heading-wrap.style_3 .lrs-heading-title {
    display: inline-flex; }
    .lrs-heading-wrap.style_3 .lrs-heading-title::before {
      content: '';
      position: absolute;
      left: -115px;
      top: 25px;
      width: 100px;
      height: 1px;
      background: #d9d9d9; }
    .lrs-heading-wrap.style_3 .lrs-heading-title::after {
      content: '';
      position: absolute;
      right: -115px;
      top: 25px;
      width: 100px;
      height: 1px;
      background: #d9d9d9; }
  .lrs-heading-wrap.style_4 {
    text-align: left;
    border-left: 3px solid #5c66a1;
    padding-left: 10px; }
  .lrs-heading-wrap.style_5 {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    display: inline-block; }
    .lrs-heading-wrap.style_5::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 75px;
      height: 3px;
      background: #5c66a1; }
  .lrs-heading-wrap.style_6 {
    position: relative;
    text-align: left; }
    .lrs-heading-wrap.style_6 .lrs-heading-title {
      padding-bottom: 15px; }
      .lrs-heading-wrap.style_6 .lrs-heading-title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 75px;
        height: 3px;
        background: #5c66a1; }

blockquote {
  position: relative;
  padding: 10px 40px;
  margin: 0 0 20px;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 12px;
  text-align: justify;
  color: #5c66a1;
  border-left: 3px solid #d9d9d9; }
  blockquote::before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    z-index: -1;
    left: 10px;
    top: -10px;
    font-size: 45px;
    color: #f7f7f7; }
  blockquote.style_2 {
    border: none; }
    blockquote.style_2::before {
      top: -25px;
      left: 0;
      font-size: 5em; }
  blockquote .author {
    width: 100%;
    color: #b3b3b3;
    display: block;
    font-weight: 100;
    margin: 10px 0 0 0; }

.lrs-highlight-1 {
  color: #fff;
  background: #5c66a1;
  padding: 0 5px 2px; }

.lrs-highlight-2 {
  background: #f2f2f2;
  padding: 0 5px 2px; }

.lrs-highlight-3 {
  color: #fff;
  background: #5de2a6;
  padding: 0 5px 2px; }

.lrs-highlight-4 {
  color: #f12038;
  background: #f2f2f2;
  padding: 0 5px 4px; }

.lrs-highlight-5 {
  color: #f5c642;
  background: #5c66a1;
  padding: 0 5px 4px; }

.lrs-highlight-6 {
  border-bottom: 1px dashed #f8823a;
  font-weight: 400; }

.lrs-highlight-7 {
  border-bottom: 1px dotted #c855ee;
  font-weight: 400; }

.tooltip {
  box-shadow: 0 3px 5px -2px #5c66a1; }
  .tooltip.top {
    background: #5c66a1;
    color: #fff;
    padding: 5px 10px;
    opacity: 1; }
    .tooltip.top .tooltip-arrow {
      border-top-color: #5c66a1;
      bottom: -7px;
      border-width: 7px 5px 0;
      z-index: 1; }
    .tooltip.top .tooltip-inner {
      background: none; }
    .tooltip.top.bottom {
      background: #5c66a1;
      color: #fff;
      padding: 5px 10px;
      opacity: 1;
      margin-top: 10px; }
      .tooltip.top.bottom .tooltip-arrow {
        border-bottom-color: #5c66a1;
        top: -7px;
        border-width: 0 5px 7px;
        z-index: 1; }
      .tooltip.top.bottom .tooltip-inner {
        background: none; }

.lrs-tooltip-1 {
  border-bottom: 1px dotted #5c66a1;
  font-weight: 400; }

.lrs-tooltip-2 {
  border-bottom: 1px dashed #5c66a1;
  font-weight: 400; }

.popover {
  box-shadow: 0 3px 5px -2px #5c66a1;
  background: #5c66a1;
  color: #fff;
  padding: 15px;
  opacity: 1;
  border-radius: 0; }
  .popover.top > .arrow {
    border-top-color: #5c66a1;
    bottom: -10px;
    z-index: 1;
    opacity: 1; }
    .popover.top > .arrow:after {
      border-top-color: #5c66a1; }
  .popover.top .popover-title {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 0 0 15px 0; }
  .popover.top .popover-content {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 2px; }
    .popover.top .popover-content img {
      margin-bottom: 15px; }
  .popover.top .popover-inner {
    background: none; }

.lrs-popover-1 {
  border-bottom: 1px dotted #5c66a1;
  font-weight: 400; }

.lrs-popover-2 {
  border-bottom: 1px dashed #5c66a1;
  font-weight: 400; }

.lrs-btn {
  border: 1px solid;
  font-weight: lighter;
  font-family: 'Lora', serif;
  border-radius: 0;
  padding: 5px 25px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 15px; }
  .lrs-btn.lrs-btn-2 {
    background: #404770;
    color: #fff;
    border-color: transparent; }
  .lrs-btn.lrs-btn-3 {
    border-color: transparent;
    box-shadow: 0 0 15px -7px #404770; }
  .lrs-btn.lrs-btn-4 {
    border-color: transparent;
    box-shadow: 0 0 15px -7px #404770;
    background: #404770;
    color: #fff; }
  .lrs-btn i {
    position: relative;
    left: -7px; }
  .lrs-btn.radius {
    border-radius: 4px; }
  .lrs-btn.rounded {
    border-radius: 25px; }

.lrs-boxes .lrs-box .lrs-heading-wrap {
  margin-bottom: 0; }
  .lrs-boxes .lrs-box .lrs-heading-wrap .lrs-heading-divider {
    margin: 15px auto 10px; }
.lrs-boxes .lrs-box .lrs-box-icon {
  font-size: 5em;
  text-align: center;
  display: table;
  margin: 0 auto 25px; }
  .lrs-boxes .lrs-box .lrs-box-icon i {
    display: table-cell;
    vertical-align: middle; }
.lrs-boxes .lrs-box .lrs-box-content {
  text-align: center;
  display: table; }
.lrs-boxes.style_2 .lrs-box .lrs-box-icon {
  border: 4px double #f2f2f2;
  border-radius: 50%;
  width: 150px;
  height: 150px; }
.lrs-boxes.style_3 .lrs-box .lrs-box-icon {
  border-radius: 50%;
  box-shadow: 0 2px 25px -10px #cccccc;
  width: 150px;
  height: 150px; }
.lrs-boxes.style_4 .lrs-box .lrs-box-icon {
  border-radius: 50%;
  box-shadow: inset 0 2px 25px -10px #cccccc;
  width: 150px;
  height: 150px; }
.lrs-boxes.style_5 .lrs-box {
  box-shadow: inset 0 2px 25px -10px #cccccc;
  padding: 25px; }
  .lrs-boxes.style_5 .lrs-box:nth-child(2) {
    background: #fafafa;
    box-shadow: inset 0 2px 25px -15px #cccccc; }
    .lrs-boxes.style_5 .lrs-box:nth-child(2) .lrs-box-icon {
      background: #fff; }
  .lrs-boxes.style_5 .lrs-box .lrs-box-icon {
    border-radius: 50%;
    box-shadow: 0 2px 25px -10px #cccccc;
    width: 150px;
    height: 150px; }

.lrs-progress .lrs-progress-bar .lrs-progress-bar-title {
  margin-bottom: 5px; }
.lrs-progress .lrs-progress-bar .progress {
  height: 5px;
  margin-bottom: 25px;
  border-radius: 5px; }
  .lrs-progress .lrs-progress-bar .progress .progress-bar {
    background-color: #404770;
    box-shadow: none;
    border-radius: 5px; }
  .lrs-progress .lrs-progress-bar .progress .progress-bar-gradient {
    background-image: linear-gradient(to right, orange, red); }

.lrs-alert .alert {
  height: 80px;
  line-height: 80px;
  padding: 0 25px 0 0;
  border-radius: 0;
  border-bottom: 2px solid;
  position: relative;
  display: table;
  width: 100%; }
  .lrs-alert .alert i {
    font-size: 250%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
.lrs-alert .alert > p, .lrs-alert .alert > ul {
  margin-bottom: 0;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block; }

.lrs-testimonials {
  position: relative; }
  .lrs-testimonials #quote-carousel {
    padding: 0 10px 0 10px; }
    .lrs-testimonials #quote-carousel .carousel-control {
      background: none;
      color: #5c66a1;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 30px;
      display: none; }
    .lrs-testimonials #quote-carousel .carousel-indicators {
      position: relative;
      right: 50%;
      top: auto;
      bottom: 0;
      margin-top: 20px;
      margin-right: -19px;
      left: 60px;
      margin-left: 0;
      text-align: left;
      height: 75px; }
      .lrs-testimonials #quote-carousel .carousel-indicators li {
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: all .4s ease-in;
        vertical-align: middle;
        width: 75px;
        height: 75px;
        border-radius: 0;
        border: none;
        opacity: 0.2; }
        .lrs-testimonials #quote-carousel .carousel-indicators li.active {
          width: 75px;
          height: 75px;
          opacity: 1;
          transition: all .2s; }
        .lrs-testimonials #quote-carousel .carousel-indicators li img {
          object-fit: cover; }
  .lrs-testimonials .item {
    padding: 0 0 0 60px; }
    .lrs-testimonials .item blockquote {
      text-align: left;
      padding-left: 0; }
      .lrs-testimonials .item blockquote.style_2::before {
        left: -60px;
        font-size: 4em;
        line-height: 1;
        padding-left: 0; }
  .lrs-testimonials blockquote.style_2::before {
    content: "\f10d";
    font-family: 'Fontawesome';
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.1);
    z-index: -1; }

.lrs-plan {
  text-align: center;
  background: #fff;
  padding: 15px;
  position: relative;
  transition: 0.5s;
  top: 0;
  margin-bottom: 5%;
  border: 1px solid #5c66a1; }
  .lrs-plan:hover {
    top: -15px;
    transition: 0.5s;
    box-shadow: 0 20px 20px -20px; }
    .lrs-plan:hover .pr {
      color: #5c66a1; }
    .lrs-plan:hover .dollar, .lrs-plan:hover.dot, .lrs-plan:hover.month {
      color: #5c66a1;
      position: relative;
      top: -7px; }
  .lrs-plan .lrs-price {
    position: relative; }
    .lrs-plan .lrs-price .pr {
      font-size: 34px;
      color: #5c66a1;
      font-weight: lighter; }
      .lrs-plan .lrs-price .pr .dollar {
        position: relative;
        top: -20px;
        font-size: 16px; }
      .lrs-plan .lrs-price .pr .dot {
        font-size: 16px; }
      .lrs-plan .lrs-price .pr .month {
        font-size: 16px;
        color: #5c66a1; }
  .lrs-plan .lrs-title {
    color: #5c66a1;
    font-weight: lighter; }
  .lrs-plan ul {
    text-align: left;
    padding-left: 10%; }
    .lrs-plan ul li {
      color: #5c66a1;
      margin: 10px 0; }
      .lrs-plan ul li i {
        margin-right: 5px; }
        .lrs-plan ul li i.fa-check-circle {
          color: green; }
        .lrs-plan ul li i.fa-minus-circle {
          color: red; }
  .lrs-plan a.btn {
    background: #5c66a1;
    padding: 10px 30px;
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    text-transform: uppercase; }

.lrs-team .lrs-person p {
  margin-top: 15px; }
.lrs-team .lrs-person .lrs-person-photo img {
  margin: 0 auto; }

@media all and (max-width: 768px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 24px; }

  h2, .h2 {
    font-size: 22px;
    line-height: 22px; }

  h3, .h3 {
    font-size: 20px;
    line-height: 20px; }

  h4, .h4 {
    font-size: 18px;
    line-height: 18px; }

  h5, .h5 {
    font-size: 16px;
    line-height: 16px; }

  h6, .h6 {
    font-size: 14px;
    line-height: 14px; }

  p, span, div {
    font-size: 12px; } }
@media all and (min-width: 1600px) {
  body {
    font-size: 18px; }

  h5, .h5 {
    font-size: 30px;
    line-height: 30px; }

  .lrs-heading-wrap .lrs-heading-subtitle {
    font-size: 18px;
    line-height: 18px; }

  blockquote {
    font-size: 18px; } }
@media all and (min-width: 2200px) {
  h1, .h1 {
    font-size: 2.5vw !important;
    line-height: 2.5vw !important; }

  h2, .h2 {
    font-size: 2vw !important;
    line-height: 2vw !important; }

  h3, .h3 {
    font-size: 1.7vw !important;
    line-height: 1.7vw !important; }

  h4, .h4 {
    font-size: 1.5vw !important;
    line-height: 1.5vw !important; }

  h5, .h5 {
    font-size: 1.2vw !important;
    line-height: 1.2vw !important; }

  h6, .h6 {
    font-size: 1vw !important;
    line-height: 1vw !important; }

  p, span, div {
    font-size: 1vw !important; }

  .lrs-heading-wrap .lrs-heading-subtitle {
    font-size: 2vw;
    line-height: 2vw; }

  blockquote {
    font-size: 1vw; }

  .lrs-progress-bar {
    margin: 25px 0; }

  .subscribe form .submit {
    top: 0.5vw;
    right: 1vw; }

  .subscribe form .form-group .form-control {
    height: 3vw; }

  .subscribe {
    padding-bottom: 3%; }

  .carousel-home .carousel-indicators {
    top: -5%; }

  .lrs-counter .counter .count-title {
    font-size: 3vw !important; }

  .lrs-team .lrs-heading-wrap .lrs-heading-subtitle {
    font-size: 1vw !important; }

  .content .lrs-counter img {
    width: 125px; } }
.elements .sidebar .nav-tabs {
  border: none; }
  .elements .sidebar .nav-tabs li {
    width: 100%;
    padding: 5px 0; }
    .elements .sidebar .nav-tabs li a {
      background: none;
      border: none;
      border-radius: 0;
      transition: 0.5s; }
      .elements .sidebar .nav-tabs li a:hover {
        background: #5c66a1;
        color: #5c66a1;
        transition: 0.5s; }

/*# sourceMappingURL=shortcodes.css.map */
