@charset "UTF-8";
/* ============================================================ *\

  #MAIN

  Theme Name:  Leadinjection
  Theme URI:   http://leadinjection.io/
  Author:      http://themeinjection.com/
  Author URI:  http://themeinjection.com/
  Description: Leadinjection was designed for professional marketeers, business owners and affiliates to launch landing pages within minutes.
  Version:     2.3.11
  License:     GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: leadinjection
  Tags:        one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, translation-ready

/* ============================================================ *\


/**
* CONTENTS
* 
* SRC
*  01. Defaults
*  02. Header
*  03. Blog
*  04. Widgets
*  05. Footer
*  06. Buttons
*  07. Accordion
*  08. Feature Icon Text
*  09. Form Elements
*  10. Headings
*  11. Icons
*  12. Icon List
*  13. Image Testimonial Slider
*  14. Image
*  15. Modal
*  16. Header
*  17. Number Counter
*  18. Person Profile
*  19. Pricing Table Simple
*  20. Rating Slider
*  21. Side Icon Text
*  22. Tabs
*  23. Textblock
*  24. Video
*  25. Contactform 7
*  26. Location Map
*  27. Icon Text Box
*  28. Countdown
*  29. Global Social Icons Widget
*  30. Responsive Helper
*  31. Top Widget Bar
*  32. Mega Main Menu
*  33. Group List
*  34. Alert
*  35. Divider
*  36. Image Gallery
*  37. Progress Bar
*  38. Portfolio
*  39. Mobil Contact Bar
*  40. WooCommerce
*  41. Textblock
*  42. Pricing Table Advanced
*  Helper Classes
*
*/
/*------------------------------------------------------------------------------------------*/
/* 01. Defaults */
/*------------------------------------------------------------------------------------------*/
/* Clearings
-------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* Defaults Configs
-------------------------------------*/
html {
    overflow-y: scroll;
}

body {
    color: #575756;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -1px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
    line-height: 44px;
}

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

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

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #428BFF;
    cursor: pointer;
}

a:focus {
    outline: none;
}

p {
    margin-bottom: 25px;
}

blockquote {
    border-left: 5px solid #428BFF;
    margin-left: 25px;
    font-weight: 300;
}

.page-container.fluid {
    width: 100%;
}

.page-container.box {
    max-width: 1530px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 1px;
    padding-right: 1px;
}

.scroll-up-btn {
    width: 45px;
    height: 45px;
    background-color: rgba(74, 74, 74, 0.6);
    border: 1px solid #ffffff;
    display: none;
    position: fixed;
    bottom: 18px;
    right: 18px;
    text-align: center;
    line-height: 43px;
    border-radius: 2px;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.2s ease-out;
    z-index: 101;
}

.scroll-up-btn:hover {
    color: #ffffff;
    background-color: #428BFF;
}

.scroll-up-btn:focus {
    color: #ffffff;
}

/* Defaults Visual Composer
-------------------------------------*/
.row_default,
.row_stretched {
    max-width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.vc_row.wpb_row, .row_style {
    position: relative;
    margin-bottom: 85px;
}

.vc_row.wpb_row:last-of-type, .row_style:last-of-type {
    margin-bottom: 0;
}

.wpb_content_element {
    margin-bottom: 0 !important;
}

.row_style_before {
    position: absolute;
    height: 30px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.row_style_before .row_style_before_content:before {
    content: '';
    position: absolute;
    top: -5px;
    width: 50.5%;
    height: 0;
    border: 30px solid transparent;
    box-sizing: border-box;
    left: 0;
    border-top-color: inherit;
    border-left-color: inherit;
    border-bottom-width: 0;
}

.row_style_before .row_style_before_content:after {
    content: '';
    position: absolute;
    top: -5px;
    width: 50.5%;
    height: 0;
    border: 30px solid transparent;
    right: 0;
    box-sizing: border-box;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-width: 0;
}

.row_style_after {
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.row_style_after .row_style_after_content:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 50.5%;
    height: 0;
    border: 30px solid transparent;
    box-sizing: border-box;
    left: 0;
    border-bottom-color: inherit;
    border-left-color: inherit;
    border-top-width: 0;
}

.row_style_after .row_style_after_content:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 50.5%;
    height: 0;
    border: 30px solid transparent;
    right: 0;
    box-sizing: border-box;
    border-bottom-color: inherit;
    border-right-color: inherit;
    border-top-width: 0;
}

.row_shadow_gap {
    box-shadow: 0 1px 4px 0 #DCDEDF;
}

/* Defaults Preloader
-------------------------------------*/
.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #fff;
}

.js div#preloader .loader {
    margin: 20% auto;
    color: #428BFF;
    font-size: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #428BFF;
    border-right: 5px solid #428BFF;
    border-bottom: 5px solid #428BFF;
    border-left: 5px solid transparent !important;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.js div#preloader .loader,
  .js div#preloader .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Default Asides
-------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* Default Infinite scroll
-------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Default Media
-------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Sefault Captions
-------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Default Galleries
-------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Defaults Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    body {
        font-size: 14px !important;
        line-height: 24.5px !important;
    }

    p {
        margin-bottom: 21.875px;
        font-size: 14px;
    }
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
    .vc_row.wpb_row {
        position: relative;
        margin-bottom: 65px;
    }
}

/* Small devices (768px and down) */
@media (max-width: 768px) {
    .vc_column_container {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .vc_column_container:last-of-type {
        margin-bottom: 0;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 02. Header */
/*------------------------------------------------------------------------------------------*/
.navbar {
    border: none;
    border-bottom: 1px solid transparent;
}

.navbar-default {
    background-color: #fff !important;
    padding-top: 12px;
}

/*------------------------------------------------------------------------------------------*/
/* 03. Blog */
/*------------------------------------------------------------------------------------------*/
/* Default Posts and pages
-------------------------------------*/
.blog-content-area,
.page-content-area {
    display: block;
}

.blog-content-area .container,
  .page-content-area .container {
    width: auto;
    padding: 0;
}

.blog-content-area.sidebar-right,
  .page-content-area.sidebar-right {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.blog-content-area.sidebar-left,
  .page-content-area.sidebar-left {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}

.blog-content-area.sidebar-right .blog-main-content,
.blog-content-area.sidebar-right .page-main-content,
.page-content-area.sidebar-right .blog-main-content,
.page-content-area.sidebar-right .page-main-content {
    flex-grow: 1;
    padding-right: 30px;
    position: relative;
    max-width: 780px;
}

.blog-content-area.sidebar-right .blog-main-content:after,
  .blog-content-area.sidebar-right .page-main-content:after,
  .page-content-area.sidebar-right .blog-main-content:after,
  .page-content-area.sidebar-right .page-main-content:after {
    content: '';
    box-shadow: -2px 1px 4px 0px #ECF0F1;
    height: 100%;
    right: -3px;
    top: 0;
    display: block;
    width: 3px;
    position: absolute;
}

.blog-content-area.sidebar-right .blog-sidebar-content,
.blog-content-area.sidebar-right .page-sidebar-content,
.page-content-area.sidebar-right .blog-sidebar-content,
.page-content-area.sidebar-right .page-sidebar-content {
    flex: 0 0 360px;
    padding-top: 85px;
    padding-left: 30px;
    max-width: 360px;
}

.blog-content-area.sidebar-left .blog-main-content,
.blog-content-area.sidebar-left .page-main-content,
.page-content-area.sidebar-left .blog-main-content,
.page-content-area.sidebar-left .page-main-content {
    padding-left: 30px;
    position: relative;
    max-width: 780px;
}

.blog-content-area.sidebar-left .blog-main-content:before,
  .blog-content-area.sidebar-left .page-main-content:before,
  .page-content-area.sidebar-left .blog-main-content:before,
  .page-content-area.sidebar-left .page-main-content:before {
    content: '';
    box-shadow: -2px 1px 4px 0px #ECF0F1;
    height: 100%;
    left: 3px;
    top: 0;
    display: block;
    width: 3px;
    position: absolute;
}

.blog-content-area.sidebar-left .blog-sidebar-content,
.blog-content-area.sidebar-left .page-sidebar-content,
.page-content-area.sidebar-left .blog-sidebar-content,
.page-content-area.sidebar-left .page-sidebar-content {
    flex: 0 0 360px;
    padding-top: 85px;
    padding-right: 30px;
    max-width: 360px;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 25px 0;
}

.page-content img,
.entry-content img,
.entry-summary img {
    max-width: 100%;
    height: auto;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Blog Title
-------------------------------------*/
.page-title {
    background-color: #428BFF;
    padding-top: 32px;
    height: 90px;
}

.page-title h1 {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}

.page-title .breadcrumbs {
    color: #ffffff;
    list-style: none;
    margin: -1px 0 0 0;
    overflow: hidden;
    font-weight: 400;
    float: right;
    font-size: 14px;
}

.page-title .breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.page-title .breadcrumbs li a {
    color: #ffffff;
}

.page-title .breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}

/* Blog Post
-------------------------------------*/
.post {
    margin-top: 75px;
    margin-bottom: 0;
}

.post:last-of-type {
    margin-bottom: 85px;
}

.post .featured-image {
    margin-bottom: 30px;
}

.post .featured-image img {
    width: 100%;
    height: 100%;
}

.post .post-image a {
    display: block;
    position: relative;
}

.post .post-image a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transition: all 0.4s ease-out;
    background-color: #2B4269;
}

.post .post-image a:hover:before {
    opacity: 0.7;
}

.post .post-image a:after {
    transition: all 0.2s ease-out;
    content: "+";
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    margin: -18px 0 0 -18px;
    opacity: 0;
}

.post .post-image a:hover:after {
    opacity: 1;
}

.post .post-audio {
    background-color: #2B4269;
    padding: 35px 25px;
    text-align: center;
}

.post .post-audio .mejs-container, .post .post-audio .mejs-container .mejs-controls, .post .post-audio .mejs-embed, .post .post-audio .mejs-embed body {
    background: transparent;
}

.post .post-link {
    background-color: #2B4269;
}

.post .post-link .link-title {
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
}

.post .post-link .link-title a {
    display: block;
    max-width: 85%;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-decoration: none;
}

.post .post-link .link-title:after {
    box-sizing: border-box;
    font-family: FontAwesome;
    content: "\f0c1";
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #ffffff;
    margin-right: 10px;
    margin-top: -2px;
    font-size: 119px;
    position: absolute;
    right: -36px;
    bottom: 15px;
}

.post .post-link .link-url {
    padding: 5px 25px;
    font-size: 14px;
    border-top: 1px solid #fff;
}

.post .post-link .link-url a {
    color: #ffffff;
}

.post .post-gallery .gallery-popup-link {
    display: block;
    position: relative;
}

.post .post-gallery .gallery-popup-link:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transition: all 0.4s ease-out;
    background-color: #2B4269;
}

.post .post-gallery .gallery-popup-link:hover:before {
    opacity: 0.7;
}

.post .post-gallery .gallery-popup-link:after {
    transition: all 0.2s ease-out;
    content: "+";
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    margin: -18px 0 0 -18px;
    opacity: 0;
}

.post .post-gallery .gallery-popup-link:hover:after {
    opacity: 1;
}

.post .post-gallery .gallery-image {
    width: 100%;
}

.post .post-gallery .glyphicon-chevron-right {
    display: block;
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 70px;
    right: -25px;
    text-align: left;
    line-height: 68px;
    color: #2B4269;
    text-shadow: none;
    padding-left: 14px;
    font-size: 18px;
    margin-top: -35px;
}

.post .post-gallery .glyphicon-chevron-left {
    display: block;
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 70px;
    left: -25px;
    text-align: right;
    line-height: 68px;
    color: #2B4269;
    text-shadow: none;
    padding-right: 14px;
    font-size: 18px;
    margin-top: -35px;
}

.post .post-quote {
    padding: 35px 40px;
    background-color: #428BFF;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}

.post .post-quote .quote-text {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 38px;
    font-style: italic;
    width: 80%;
    margin-bottom: 30px;
}

.post .post-quote .quote-author {
    font-size: 16px;
    font-weight: bold;
}

.post .post-quote:after {
    box-sizing: border-box;
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\201E";
    color: #ffffff;
    margin-right: 10px;
    margin-top: -2px;
    font-size: 288px;
    position: absolute;
    right: 20px;
    bottom: 120px;
}

.post .entry-title {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #2B4269;
    margin-bottom: 0;
}

.post .entry-title a {
    color: #2B4269;
}

.post .entry-content .vc_row.wpb_row, .post .entry-content .row_style {
    margin-bottom: 0;
}

.post .entry-content p:last-of-type {
    margin-bottom: 0;
}

.post .entry-content ul {
    margin-bottom: 25px;
}

.post .entry-meta {
    margin-bottom: 0;
    color: #C1C8CF;
    font-size: 14px;
}

.post .entry-meta a {
    color: #C1C8CF;
}

.post .entry-meta .author {
    padding-right: 8px;
    border-right: 1px solid #C1C8CF;
}

.post .entry-meta .cat-links {
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #C1C8CF;
}

.post .entry-meta .entry-date {
    padding-right: 8px;
    padding-left: 8px;
    border-right: 1px solid #C1C8CF;
}

.post .entry-meta .comments-link {
    padding-left: 8px;
}

.post .entry-meta .comments-link i {
    margin-right: 2px;
}

.post .entry-tags {
    margin-top: 35px;
    padding: 15px 20px;
    background: #ECF0F1;
    border-radius: 4px;
}

.post .entry-tags a {
    color: #575756;
}

/* Blog Edit Link
-------------------------------------*/
.edit-link {
    line-height: 1;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 5px;
    display: inline-block;
    background-color: red;
    margin: 0 5px;
}

.edit-link a {
    color: #fff !important;
    font-size: 12px;
}

/* Blog Post Author
-------------------------------------*/
.author-post {
    margin-top: 35px;
    padding: 20px;
    border: 1px solid #F0F2F7;
    border-radius: 4px;
}

.author-post .author-img img {
    float: left;
    width: 105px;
    height: 105px;
    border: 1px solid #F8F9FC;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    margin-top: 5px;
}

.author-post .author-content {
    margin-left: 125px;
}

.author-post .author-content h2 {
    color: #2B4269;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.author-post .author-content h2 small {
    font-weight: 300;
    font-size: 18px;
}

.author-post .author-content p {
    font-size: 14px;
    line-height: 1.7;
}

/* Blog Pagination
-------------------------------------*/
.pagination {
    margin: 0 0 85px 0;
}

.pagination .page-numbers {
    border-radius: 3px;
    height: 38px;
    display: inline-block;
    background-color: #F8F9FC;
    text-align: center;
    padding: 0 17px;
    line-height: 38px;
    color: #428BFF;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.pagination .page-numbers:hover {
    background-color: #428BFF;
    color: #ffffff;
}

.pagination .page-numbers.current {
    background-color: #428BFF;
    color: #ffffff;
}

.pagination .prev:before {
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    content: "\f060";
    margin-right: 5px;
}

.pagination .next:after {
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 5px;
}

/* Blog Comments
-------------------------------------*/
.comments-area {
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.7;
}

.comments-area h2 {
    font-size: 18px;
    font-weight: 400;
    color: #2B4269;
    margin-bottom: 45px;
}

.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.comments-area .comment-list article {
    padding-bottom: 35px;
    border-bottom: 1px solid #F0F2F7;
    margin-bottom: 35px;
    position: relative;
}

.comments-area .comment-list ol {
    list-style: none;
    padding: 0;
}

.comments-area .comment-list .children article {
    padding-left: 105px;
}

.comments-area .comment-author {
    color: #2B4269;
}

.comments-area .comment-author b {
    margin-left: 23px;
}

.comments-area .comment-author b a {
    color: #2B4269;
}

.comments-area .comment-author img {
    border: 1px solid #428BFF;
    display: inline-block;
    float: left;
    width: 82px;
    height: 82px;
    border-radius: 41px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}

.comments-area .comment-metadata {
    margin-left: 105px;
}

.comments-area .comment-metadata a {
    color: #2B4269;
}

.comments-area .comment-awaiting-moderation {
    color: #fff;
    background-color: #32ba5b;
    display: inline-block;
    padding: 0 10px;
    margin-left: 20px;
    font-size: 12px;
}

.comments-area .comment-content {
    margin-left: 105px;
}

.comments-area .comment-content a {
    word-wrap: break-word;
}

.comments-area .comment-content h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.comments-area .comment-content span {
    font-size: 14px;
}

.comments-area .comment-content p {
    margin-top: 10px;
    font-size: 14px;
}

.comments-area .comment-content p:last-of-type {
    margin-bottom: 0;
}

.comments-area .bypostauthor {
    display: block;
}

.comments-area .comment-reply-link {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
    position: absolute;
    top: 15px;
    right: 0;
}

.comments-area .comment-respond h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2B4269;
    margin-bottom: 6px;
}

.comments-area .comment-respond form label {
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.comments-area .comment-respond form input {
    margin-bottom: 15px;
}

.comments-area .comment-respond form textarea {
    height: 143px;
}

.comments-area .comment-respond form .form-actions {
    margin-top: 25px;
}

.comments-area .comment-respond form .btn-submit {
    margin-top: 15px;
}

.comments-area .comment-respond form .btn-submit i {
    margin-right: 3px;
    margin-left: -2px;
}

.comments-area .comment-respond form .form-info {
    font-size: 14px;
    margin-top: 17px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Blog Error 404 Page
-------------------------------------*/
.error-404 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.error-404 .container {
    border-bottom: 7px solid #428BFF;
    padding-bottom: 85px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.error-404 h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #428BFF;
}

.error-404 h3 span {
    color: #575756;
    font-weight: 300;
}

.error-404 .error-search {
    padding-top: 55px;
}

.error-404 .error-number {
    color: #e7e7e7;
    font-weight: 900;
    font-size: 220px;
    border-right: 1px solid #ccc;
    height: 205px;
    line-height: 205px;
    margin-bottom: 60px;
    margin-top: 45px;
    margin-right: -17px;
}

.error-404 form {
    position: relative;
    margin-top: 30px;
}

.error-404 label {
    width: 100%;
}

.error-404 .search-field {
    background-color: #F8F9FC;
    border: none;
    height: 45px;
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    padding-left: 57px;
    font-weight: 300;
    font-size: 16px;
    outline: none;
}

.error-404 .search-field:focus {
    border: 1px solid #428BFF;
}

.error-404 .search-submit {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    text-rendering: auto;
    display: block;
    background-color: #428BFF;
    border: none;
    position: absolute;
    top: 0;
    height: 45px;
    width: 45px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 21px;
}

/* Blog Search
-------------------------------------*/
.search-result-title {
    font-size: 30px;
    color: #575756;
    border-bottom: 1px solid #F8F9FC;
    padding-bottom: 20px;
    margin-top: 85px;
}

.search-result-title span {
    color: #428BFF;
}

.search-results .post .entry-title,
.search-results .page .entry-title {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #33495F;
    margin-bottom: 0;
}

.search-results .post .entry-title a,
  .search-results .page .entry-title a {
    color: #33495F;
}

.search form {
    position: relative;
    margin-top: 30px;
}

.search label {
    width: 100%;
}

.search .search-field {
    background-color: #F8F9FC;
    border: none;
    height: 45px;
    width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    padding-left: 57px;
    font-weight: 300;
    font-size: 16px;
    outline: none;
}

.search .search-field:focus {
    border: 1px solid #428BFF;
}

.search .search-submit {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    text-rendering: auto;
    display: block;
    background-color: #428BFF;
    border: none;
    position: absolute;
    top: 0;
    height: 45px;
    width: 45px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 21px;
}

/* Blog Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .blog-content-area.sidebar-right .blog-sidebar-content,
  .blog-content-area.sidebar-right .page-sidebar-content,
  .page-content-area.sidebar-right .blog-sidebar-content,
  .page-content-area.sidebar-right .page-sidebar-content {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .blog-content-area.sidebar-left .blog-sidebar-content,
  .blog-content-area.sidebar-left .page-sidebar-content,
  .page-content-area.sidebar-left .blog-sidebar-content,
  .page-content-area.sidebar-left .page-sidebar-content {
        flex: 0 0 320px;
        max-width: 320px;
    }

    .page-title h1 {
        font-size: 22px;
    }

    .page-title .breadcrumbs {
        font-size: 12px;
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .blog-content-area.sidebar-right,
  .blog-content-area.sidebar-left,
  .page-content-area.sidebar-right,
  .page-content-area.sidebar-left {
        display: block;
    }

    .blog-content-area.sidebar-right .blog-main-content,
    .blog-content-area.sidebar-right .page-main-content,
    .blog-content-area.sidebar-left .blog-main-content,
    .blog-content-area.sidebar-left .page-main-content,
    .page-content-area.sidebar-right .blog-main-content,
    .page-content-area.sidebar-right .page-main-content,
    .page-content-area.sidebar-left .blog-main-content,
    .page-content-area.sidebar-left .page-main-content {
        padding: 0;
    }

    .blog-content-area.sidebar-right .blog-main-content:before,
      .blog-content-area.sidebar-right .page-main-content:before,
      .blog-content-area.sidebar-left .blog-main-content:before,
      .blog-content-area.sidebar-left .page-main-content:before,
      .page-content-area.sidebar-right .blog-main-content:before,
      .page-content-area.sidebar-right .page-main-content:before,
      .page-content-area.sidebar-left .blog-main-content:before,
      .page-content-area.sidebar-left .page-main-content:before {
        box-shadow: none;
    }

    .blog-content-area.sidebar-right .blog-main-content:after,
      .blog-content-area.sidebar-right .page-main-content:after,
      .blog-content-area.sidebar-left .blog-main-content:after,
      .blog-content-area.sidebar-left .page-main-content:after,
      .page-content-area.sidebar-right .blog-main-content:after,
      .page-content-area.sidebar-right .page-main-content:after,
      .page-content-area.sidebar-left .blog-main-content:after,
      .page-content-area.sidebar-left .page-main-content:after {
        box-shadow: none;
    }

    .blog-content-area.sidebar-right .blog-sidebar-content .page-sidebar-content,
    .blog-content-area.sidebar-left .blog-sidebar-content .page-sidebar-content,
    .page-content-area.sidebar-right .blog-sidebar-content .page-sidebar-content,
    .page-content-area.sidebar-left .blog-sidebar-content .page-sidebar-content {
        padding: 0;
        width: 100%;
    }

    .pagination {
        margin: 0px 0 85px 0;
    }

    .widget-area {
        box-shadow: none;
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
  /* Blog Title
-------------------------------------*/
    .page-title {
        padding-top: 20px;
    }

    .page-title .breadcrumbs {
        float: left;
        padding-left: 0;
    }

    .post .post-link .link-title:after {
        font-size: 80px;
        right: -26px;
        bottom: 12px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 04. Widgets */
/*------------------------------------------------------------------------------------------*/
.widget {
    margin-bottom: 40px;
}

.widget:first-of-type h2 {
    margin-top: 0;
}

.widget h2 {
    font-size: 16px;
    color: #2B4269;
    font-weight: bold;
    margin-bottom: 10px;
}

.widget ul {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
}

.widget ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-out;
    position: relative;
}

.widget ul li:hover {
    background-color: rgba(10, 30, 50, 0.03);
    padding-left: 15px;
}

.widget ul li:after {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f061";
    color: #428BFF;
    margin-right: 10px;
    margin-top: -2px;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 9px;
}

.widget ul li a {
    color: #575756;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 7px 5px 7px 3px;
    text-decoration: none;
    transition: all 0.2s ease-out;
    position: relative;
}

/* Select elements fit in widgets
-------------------------------------*/
.widget select {
    max-width: 100%;
}

/* Search Widget
-----------------------------------*/
.widget_search form {
    position: relative;
}

.widget_search label {
    width: 100%;
}

.widget_search .search-field {
    background-color: #F6F8F8;
    border: 1px solid #F8F9FC;
    height: 45px;
    width: 100%;
    border-radius: 23px 3px 3px 23px;
    padding-left: 57px;
    font-weight: normal;
    font-size: 16px;
    outline: none;
}

.widget_search .search-field:focus {
    border: 1px solid #428BFF;
}

.widget_search .search-field::-webkit-input-placeholder {
    color: #2B4269;
}

.widget_search .search-field::-moz-placeholder {
    color: #2B4269;
}

.widget_search .search-field:-ms-input-placeholder {
    color: #2B4269;
}

.widget_search .search-field:-moz-placeholder {
    color: #2B4269;
}

.widget_search .search-submit {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    text-rendering: auto;
    display: block;
    background-color: #2B4269;
    border: none;
    position: absolute;
    top: 0;
    left: -2px;
    height: 45px;
    width: 45px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 21px;
}

.widget_tag_cloud .tagcloud a {
    height: 36px;
    background-color: #F8F9FC;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 18px;
    font-size: 14px !important;
    margin-bottom: 5px;
    margin-right: 2px;
    font-weight: normal;
    text-decoration: none;
    color: #2B4269;
    transition: all 0.2s ease-out;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #428BFF;
    color: #ffffff;
    font-weight: bold;
}

/* Calendar Widget
-----------------------------------*/
#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    color: #2B4269;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: bold;
    text-transform: uppercase;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
    color: #2B4269;
}

#wp-calendar tbody {
    color: #575756;
    font-size: 14px;
}

#wp-calendar tbody td {
    background: #F8F9FC;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px;
}

#wp-calendar tbody td a {
    color: #2B4269;
}

#wp-calendar tbody td:hover {
    background: #ffffff;
    color: #428BFF;
}

#wp-calendar tbody td:hover a {
    color: #428BFF;
}

#wp-calendar tbody .pad {
    background: #F1F4F5;
}

#wp-calendar tbody .pad:hover {
    background: #F1F4F5;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* Recent Posts Widget
-------------------------------------*/
.widget_recent_entries ul li .post-date {
    font-size: 12px;
    padding-left: 5px;
    margin-top: -11px;
    display: block;
    transition: all 0.2s ease-out;
}

/* Recent Comments Widget
-------------------------------------*/
.widget_recent_comments ul li {
    padding-left: 5px;
    font-size: 12px;
    line-height: 1.7;
    padding-bottom: 5px;
}

.widget_recent_comments ul li a {
    font-size: 12px;
}

.widget_recent_comments ul li a:after {
    content: '';
}

.widget_recent_comments ul li .comment-author-link {
    display: block;
}

.widget_recent_comments ul li .comment-author-link a {
    font-size: 16px;
}

/*------------------------------------------------------------------------------------------*/
/* 05. Footer */
/*------------------------------------------------------------------------------------------*/
.li-footer h1, .li-footer h2, .li-footer h3, .li-footer h4, .li-footer h5, .li-footer h6 {
    margin-top: 0;
    color: #428BFF;
}

.li-footer p {
    margin-bottom: 15px;
}

.li-footer .footer-widget-bar .container {
    padding-top: 85px;
    padding-bottom: 70px;
}

.li-footer .footer-copyright .container {
    padding-top: 26px;
    padding-bottom: 26px;
}

.li-footer .footer-social-icons {
    float: right;
}

.li-footer .footer-social-icons a {
    padding: 5px;
    margin: 0 3px;
}

.li-footer .footer-social-icons a:hover {
    color: #ffffff;
}

.li-footer-style-1 .footer-widget-bar {
    background-color: #F8F9FC;
}

.li-footer-style-1 .footer-copyright {
    background-color: #2B4269;
    color: #ffffff;
}

.li-footer-style-1 .footer-social-icons a:hover {
    color: #ffffff;
}

.li-footer-style-2 .footer-widget-bar .container {
    padding-top: 75px;
    padding-bottom: 10px;
}

.li-footer-style-2 .footer-widget-bar .widget ul li {
    border-bottom: none;
}

.li-footer-style-2 .footer-widget-bar .widget ul li a:after {
    content: '';
}

.li-footer-style-2 .footer-copyright {
    color: #575756;
}

.li-footer-style-2 .footer-copyright .container {
    border-top: 1px solid #DBDEDE;
}

.li-footer-style-2 .footer-social-icons a:hover {
    color: #ffffff;
}

.li-footer-style-3 {
    text-align: center;
}

.li-footer-style-3 .footer-widget-bar {
    background-color: #ffffff;
}

.li-footer-style-3 .footer-widget-bar .container {
    padding-bottom: 0;
}

.li-footer-style-3 .footer-widget-bar .footer-widget .widget {
    margin-bottom: 25px;
}

.li-footer-style-3 .footer-widget-bar .footer-widget .widget ul li {
    display: inline-block;
    border: none;
}

.li-footer-style-3 .footer-widget-bar .footer-widget .widget ul li:hover {
    padding: 0;
    background-color: transparent;
}

.li-footer-style-3 .footer-widget-bar .footer-widget .widget ul li:after {
    display: none;
}

.li-footer-style-3 .footer-widget-bar .footer-widget .widget ul li a {
    font-size: 20px;
    padding: 0 10px;
}

.li-footer-style-3 .footer-widget-bar .footer-widget .widget ul li a:after {
    content: '';
}

.li-footer-style-3 .footer-copyright {
    background-color: #2B4269;
    color: #ffffff;
}

.li-footer-style-3 .footer-copyright .container {
    padding-top: 0px;
    padding-bottom: 85px;
}

/* Footer Media Queries
-------------------------------------*/
/* Small devices (768px and down) */
@media (max-width: 768px) {
    .li-footer .footer-copyright {
        text-align: center;
    }

    .li-footer .footer-social-icons {
        float: none;
        margin-top: 20px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 06. Buttons */
/*------------------------------------------------------------------------------------------*/
/* Button Wrapper
-------------------------------------*/
.btn-wrapper.inline {
    display: inline-block;
}

.btn-wrapper.left {
    text-align: left;
}

.btn-wrapper.center {
    text-align: center;
}

.btn-wrapper.right {
    text-align: right;
}

/* Button Styles
-------------------------------------*/
.btn {
    color: #ffffff;
    background-color: #428BFF;
    border-radius: 4px;
    margin: 0;
}

.btna {
    color: #ffffff;
}

.btn:hover {
    background-color: #1e75ff;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn:focus {
    background-color: #0055db;
    color: #ffffff;
}

.btn:visited {
    color: #ffffff;
}

.btn.btn-3d {
    border-bottom-color: #0055db;
}

.btn.btn-outline {
    border-color: #428BFF;
    color: #428BFF;
}

.btn.btn-outline:hover {
    background-color: #428BFF;
    color: #ffffff;
}

.btn.btn-sm {
    font-size: 14px;
    padding: 9px 22px 9px;
    height: 41px;
}

.btn.btn-sm.btn-outline {
    border: 2px solid;
}

.btn.btn-sm.btn-icon-left {
    padding-left: 15px;
    padding-right: 17px;
}

.btn.btn-sm.btn-icon-left i {
    font-size: 16px;
    margin-right: 10px;
}

.btn.btn-sm.btn-icon-right {
    padding-right: 15px;
    padding-left: 17px;
}

.btn.btn-sm.btn-icon-right i {
    font-size: 16px;
    margin-left: 10px;
}

.btn.btn-md {
    font-size: 16px;
    padding: 10px 26px 10px;
    height: 45px;
}

.btn.btn-md.btn-outline {
    border: 2px solid;
}

.btn.btn-md.btn-icon-left {
    padding-left: 16px;
    padding-right: 18px;
}

.btn.btn-md.btn-icon-left i {
    font-size: 18px;
    margin-right: 11px;
}

.btn.btn-md.btn-icon-right {
    padding-right: 16px;
    padding-left: 18px;
}

.btn.btn-md.btn-icon-right i {
    font-size: 18px;
    margin-left: 11px;
}

.btn.btn-lg {
    font-size: 20px;
    padding: 10px 36px 11px;
    height: 51px;
}

.btn.btn-lg.btn-outline {
    border: 2px solid;
}

.btn.btn-lg.btn-icon-left {
    padding-left: 18px;
    padding-right: 20px;
}

.btn.btn-lg.btn-icon-left i {
    font-size: 22px;
    margin-right: 13px;
}

.btn.btn-lg.btn-icon-right {
    padding-right: 18px;
    padding-left: 20px;
}

.btn.btn-lg.btn-icon-right i {
    font-size: 22px;
    margin-left: 13px;
}

.btn.btn-xl {
    font-size: 24px;
    padding: 13px 36px 14px;
    height: 60px;
}

.btn.btn-xl.btn-outline {
    border: 3px solid;
}

.btn.btn-xl.btn-icon-left {
    padding-left: 20px;
    padding-right: 20px;
}

.btn.btn-xl.btn-icon-left i {
    font-size: 26px;
    margin-right: 14px;
}

.btn.btn-xl.btn-icon-right {
    padding-right: 20px;
    padding-left: 20px;
}

.btn.btn-xl.btn-icon-right i {
    font-size: 26px;
    margin-left: 14px;
}

.btn.btn-3d {
    border-bottom: 2px solid;
}

.btn.btn-round {
    border-radius: 50px;
}

.btn.btn-square {
    border-radius: 0px;
}

.btn.btn-outline {
    background-color: transparent;
}

/* Button Colors
-------------------------------------*/
.btn-green {
    background-color: #32ba5b;
    transition: all 0.5s ease-out;
}

.btn-green:hover {
    background-color: #2a9e4d;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-green:focus {
    background-color: #1c6a34;
    color: #ffffff;
}

.btn-green.btn-3d {
    border-bottom-color: #227e3e;
}

.btn-green.btn-outline {
    border-color: #32ba5b;
    color: #32ba5b;
}

.btn-green.btn-outline:hover {
    background-color: #32ba5b;
    color: #ffffff;
}

.btn-blue {
    background-color: #428BFF;
    transition: all 0.5s ease-out;
}

.btn-blue:hover {
    background-color: #26a1f6;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-blue:focus {
    background-color: #097fd0;
    color: #ffffff;
}

.btn-blue.btn-3d {
    border-bottom-color: #097fd0;
}

.btn-blue.btn-outline {
    border-color: #48b0f7;
    color: #48b0f7;
}

.btn-blue.btn-outline:hover {
    background-color: #48b0f7;
    color: #ffffff;
}

.btn-red {
    background-color: #f55753;
    transition: all 0.5s ease-out;
}

.btn-red:hover {
    background-color: #f33631;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-red:focus {
    background-color: #d6110c;
    color: #ffffff;
}

.btn-red.btn-3d {
    border-bottom-color: #d6110c;
}

.btn-red.btn-outline {
    border-color: #f55753;
    color: #f55753;
}

.btn-red.btn-outline:hover {
    background-color: #f55753;
    color: #ffffff;
}

.btn-yellow {
    background-color: #fbb05e;
    transition: all 0.5s ease-out;
}

.btn-yellow:hover {
    background-color: #fa9f3b;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-yellow:focus {
    background-color: #ed7f06;
    color: #ffffff;
}

.btn-yellow.btn-3d {
    border-bottom-color: #ed7f06;
}

.btn-yellow.btn-outline {
    border-color: #fbb05e;
    color: #fbb05e;
}

.btn-yellow.btn-outline:hover {
    background-color: #fbb05e;
    color: #ffffff;
}

.btn-purple {
    background-color: #6d5eac;
    transition: all 0.5s ease-out;
}

.btn-purple:hover {
    background-color: #5c4e98;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-purple:focus {
    background-color: #42386c;
    color: #ffffff;
}

.btn-purple.btn-3d {
    border-bottom-color: #42386c;
}

.btn-purple.btn-outline {
    border-color: #6d5eac;
    color: #6d5eac;
}

.btn-purple.btn-outline:hover {
    background-color: #6d5eac;
    color: #ffffff;
}

.btn-gray {
    background-color: #626262;
    transition: all 0.5s ease-out;
}

.btn-gray:hover {
    background-color: #505050;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-gray:focus {
    background-color: #2f2f2f;
    color: #ffffff;
}

.btn-gray.btn-3d {
    border-bottom-color: #494949;
}

.btn-gray.btn-outline {
    border-color: #626262;
    color: #626262;
}

.btn-gray.btn-outline:hover {
    background-color: #626262;
    color: #ffffff;
}

.btn-white {
    background-color: #ffffff;
    transition: all 0.5s ease-out;
    color: #575756;
}

.btn-white:hover {
    background-color: #dddddd;
    color: #575756;
    transition: all 0.2s ease-out;
}

.btn-white:focus {
    background-color: #bcbcbc;
    color: #ffffff;
}

.btn-white:visited {
    color: #575756;
}

.btn-white.btn-3d {
    border-bottom-color: #d0d0d0;
}

.btn-white.btn-outline {
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white.btn-outline:hover {
    background-color: #ffffff;
    color: #575756;
}

.btn-turquoise {
    background-color: #10cfbd;
    transition: all 0.5s ease-out;
}

.btn-turquoise:hover {
    background-color: #0dae9f;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-turquoise:focus {
    background-color: #097067;
    color: #ffffff;
}

.btn-turquoise.btn-3d {
    border-bottom-color: #0ca092;
}

.btn-turquoise.btn-outline {
    border-color: #10cfbd;
    color: #10cfbd;
}

.btn-turquoise.btn-outline:hover {
    background-color: #10cfbd;
    color: #ffffff;
}

.btn-custom1, .btn-custom2, .btn-custom3, .btn-custom4 {
    background-color: #32ba5b;
    transition: all 0.5s ease-out;
}

.btn-custom1:hover, .btn-custom2:hover, .btn-custom3:hover, .btn-custom4:hover {
    background-color: #2a9e4d;
    color: #ffffff;
    transition: all 0.2s ease-out;
}

.btn-custom1:focus, .btn-custom2:focus, .btn-custom3:focus, .btn-custom4:focus {
    background-color: #1c6a34;
    color: #ffffff;
}

.btn-custom1.btn-3d, .btn-custom2.btn-3d, .btn-custom3.btn-3d, .btn-custom4.btn-3d {
    border-bottom-color: #227e3e;
}

.btn-custom1.btn-outline, .btn-custom2.btn-outline, .btn-custom3.btn-outline, .btn-custom4.btn-outline {
    border-color: #32ba5b;
    color: #32ba5b;
}

.btn-custom1.btn-outline:hover, .btn-custom2.btn-outline:hover, .btn-custom3.btn-outline:hover, .btn-custom4.btn-outline:hover {
    background-color: #32ba5b;
    color: #ffffff;
}

/* Buttons Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .btn.btn-lg {
        font-size: 18px;
        padding: 10px 36px 11px;
        height: 48px;
    }

    .btn.btn-lg.btn-icon-left i {
        font-size: 20px;
        margin-right: 11px;
    }

    .btn.btn-lg.btn-icon-right i {
        font-size: 20px;
        margin-left: 11px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 07. Accordion */
/*------------------------------------------------------------------------------------------*/
/* Accordion Bullets
-------------------------------------*/
.li-accordion-bullets, .li-accordion-bullets-cornered, .li-accordion-bullets-round {
    margin-bottom: 0px;
}

.li-accordion-bullets .panel, .li-accordion-bullets-cornered .panel, .li-accordion-bullets-round .panel {
    border-color: #2B4269;
    box-shadow: none;
    background: none;
}

.li-accordion-bullets .panel-heading, .li-accordion-bullets-cornered .panel-heading, .li-accordion-bullets-round .panel-heading {
    background-color: #2B4269;
    color: #ffffff;
    border-color: #2B4269;
    position: relative;
    padding: 13px;
    height: 45px;
}

.li-accordion-bullets .panel-title, .li-accordion-bullets-cornered .panel-title, .li-accordion-bullets-round .panel-title {
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
}

.li-accordion-bullets .panel-title-link, .li-accordion-bullets-cornered .panel-title-link, .li-accordion-bullets-round .panel-title-link {
    color: #fff;
}

.li-accordion-bullets .panel-title-link:hover, .li-accordion-bullets-cornered .panel-title-link:hover, .li-accordion-bullets-round .panel-title-link:hover {
    text-decoration: none;
}

.li-accordion-bullets .panel-title-link:focus, .li-accordion-bullets-cornered .panel-title-link:focus, .li-accordion-bullets-round .panel-title-link:focus {
    text-decoration: none;
}

.li-accordion-bullets .panel-title-link-toggle, .li-accordion-bullets-cornered .panel-title-link-toggle, .li-accordion-bullets-round .panel-title-link-toggle {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 13px;
}

.li-accordion-bullets .panel-body, .li-accordion-bullets-cornered .panel-body, .li-accordion-bullets-round .panel-body {
    border-top: none !important;
    padding: 22px;
    border-radius: 3px;
}

.li-accordion-bullets .panel-body p:last-of-type, .li-accordion-bullets-cornered .panel-body p:last-of-type, .li-accordion-bullets-round .panel-body p:last-of-type {
    margin-bottom: 0;
}

.li-accordion-bullets-cornered .panel {
    border-radius: 0;
}

.li-accordion-bullets-cornered .panel-heading {
    border-radius: 0;
}

.li-accordion-bullets-cornered .panel-body {
    border-radius: 0;
}

.li-accordion-bullets-cornered .panel-body p:last-of-type {
    margin-bottom: 0;
}

.li-accordion-bullets-round .panel {
    border: none;
}

.li-accordion-bullets-round .panel-heading {
    border-radius: 25px;
}

.li-accordion-bullets-round .panel-body {
    border-radius: 25px;
}

.li-accordion-bullets-round .panel-body p:last-of-type {
    margin-bottom: 0;
}

/* Accordion Plus/Minus
-------------------------------------*/
.li-accordion-plus-minus, .li-accordion-plus-minus-cornered, .li-accordion-plus-minus-round {
    margin-bottom: 0px;
}

.li-accordion-plus-minus .panel, .li-accordion-plus-minus-cornered .panel, .li-accordion-plus-minus-round .panel {
    border-color: #F0F2F7;
    box-shadow: none;
    border-radius: 5px;
}

.li-accordion-plus-minus .panel-heading, .li-accordion-plus-minus-cornered .panel-heading, .li-accordion-plus-minus-round .panel-heading {
    background-color: #ffffff;
    color: #2B4269;
    border-color: #F0F2F7;
    position: relative;
    padding: 13px 0 0 0;
    height: 45px;
    border-radius: 4px;
}

.li-accordion-plus-minus .panel-heading_active, .li-accordion-plus-minus-cornered .panel-heading_active, .li-accordion-plus-minus-round .panel-heading_active {
    background-color: #F8F9FC;
    border-bottom-right-radius: 0;
}

.li-accordion-plus-minus .panel-title, .li-accordion-plus-minus-cornered .panel-title, .li-accordion-plus-minus-round .panel-title {
    font-size: 16px;
    line-height: normal;
    color: #2B4269;
    margin-left: 58px;
}

.li-accordion-plus-minus .panel-title-link, .li-accordion-plus-minus-cornered .panel-title-link, .li-accordion-plus-minus-round .panel-title-link {
    color: #2B4269;
}

.li-accordion-plus-minus .panel-title-link:hover, .li-accordion-plus-minus-cornered .panel-title-link:hover, .li-accordion-plus-minus-round .panel-title-link:hover {
    text-decoration: none;
}

.li-accordion-plus-minus .panel-title-link:focus, .li-accordion-plus-minus-cornered .panel-title-link:focus, .li-accordion-plus-minus-round .panel-title-link:focus {
    text-decoration: none;
}

.li-accordion-plus-minus .panel-title-link-toggle, .li-accordion-plus-minus-cornered .panel-title-link-toggle, .li-accordion-plus-minus-round .panel-title-link-toggle {
    float: left;
    background-color: #2B4269;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 24px;
}

.li-accordion-plus-minus .panel-title-link-toggle_collapse, .li-accordion-plus-minus-cornered .panel-title-link-toggle_collapse, .li-accordion-plus-minus-round .panel-title-link-toggle_collapse {
    border-bottom-left-radius: 0px;
}

.li-accordion-plus-minus .panel-collapse, .li-accordion-plus-minus-cornered .panel-collapse, .li-accordion-plus-minus-round .panel-collapse {
    border-top: 1px solid #F0F2F7;
}

.li-accordion-plus-minus .panel-body, .li-accordion-plus-minus-cornered .panel-body, .li-accordion-plus-minus-round .panel-body {
    border-top: none !important;
    padding: 22px;
    border-radius: 3px;
    background-color: #fff;
}

.li-accordion-plus-minus .panel-body p:last-of-type, .li-accordion-plus-minus-cornered .panel-body p:last-of-type, .li-accordion-plus-minus-round .panel-body p:last-of-type {
    margin-bottom: 0;
}

.li-accordion-plus-minus-cornered .panel {
    border-radius: 0;
}

.li-accordion-plus-minus-cornered .panel-heading {
    border-radius: 0;
}

.li-accordion-plus-minus-cornered .panel-body {
    border-radius: 0;
}

.li-accordion-plus-minus-cornered .panel-body p:last-of-type {
    margin-bottom: 0;
}

.li-accordion-plus-minus-cornered .panel-title-link-toggle {
    border-radius: 0;
}

.li-accordion-plus-minus-round .panel {
    border: none;
}

.li-accordion-plus-minus-round .panel-heading {
    border-radius: 25px;
    border: 1px solid #F0F2F7;
}

.li-accordion-plus-minus-round .panel-collapse {
    border-top: none;
}

.li-accordion-plus-minus-round .panel-body {
    border-radius: 25px;
}

.li-accordion-plus-minus-round .panel-body p:last-of-type {
    margin-bottom: 0;
}

.li-accordion-plus-minus-round .panel-title-link-toggle {
    border-radius: 25px;
    position: absolute;
    top: -1px;
    left: -1px;
}

/* Accordion Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .li-accordion .panel-heading {
        padding: 10px;
    }

    .li-accordion .panel-title {
        font-size: 14px;
    }

    .li-accordion .panel-title-link-toggle {
        font-size: 16px;
        right: 9px;
        top: 11px;
    }

    .li-accordion .panel-body {
        padding: 22px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 08. Feature Icon Text */
/*------------------------------------------------------------------------------------------*/
.feature-icon-text {
    font-size: 16px;
    text-align: center;
}

.feature-icon-text .feature-icon-text-icon {
    color: #428BFF;
    font-size: 72px;
    margin: 0 auto 10px auto;
    width: 125px;
    height: 125px;
    line-height: 125px;
    transition: all 0.2s ease;
}

.feature-icon-text .feature-icon-text-icon.big {
    margin-bottom: 35px;
    font-size: 120px;
    transition: all 0.2s ease;
    color: #428BFF;
}

.feature-icon-text .feature-icon-text-icon.big a {
    color: #428BFF;
}

.feature-icon-text .feature-icon-text-icon.round {
    margin-bottom: 35px;
    color: #ffffff;
    border-radius: 63px;
    background-color: #428BFF;
    border: 3px solid #ffffff;
    line-height: 118px;
    transition: all 0.8s ease;
}

.feature-icon-text .feature-icon-text-icon.round a {
    color: #ffffff;
}

.feature-icon-text .feature-icon-text-icon.square {
    margin-bottom: 35px;
    color: #ffffff;
    background-color: #428BFF;
    border: 3px solid #ffffff;
    line-height: 118px;
    transition: all 0.8s ease;
}

.feature-icon-text .feature-icon-text-icon.square a {
    color: #ffffff;
}

.feature-icon-text .feature-icon-text-icon.underline {
    margin-bottom: 35px;
    border-bottom: 2px solid #428BFF;
    transition: all 0.2s ease;
    color: #428BFF;
}

.feature-icon-text .feature-icon-text-icon.underline a {
    color: #428BFF;
}

.feature-icon-text .feature-icon-text-icon.rounded {
    color: #ffffff;
    background-color: #428BFF;
    margin-bottom: 35px;
    border-radius: 10px;
    line-height: 118px;
    border: 3px solid #ffffff;
    transition: all 0.8s ease;
}

.feature-icon-text .feature-icon-text-icon.image {
    margin-bottom: 40px;
}

.feature-icon-text .feature-icon-text-icon.image img {
    width: 100%;
}

.feature-icon-text .feature-icon-text-title {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.feature-icon-text .feature-icon-text-title a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.feature-icon-text:hover .feature-icon-text-icon a {
    text-decoration: none;
    color: #428BFF;
}

.feature-icon-text:hover .feature-icon-text-icon.big {
    transform: rotate(10deg);
    font-size: 100px;
    color: #428BFF;
}

.feature-icon-text:hover .feature-icon-text-icon.round {
    color: #428BFF;
    border: 3px solid #428BFF;
    background-color: #ffffff;
}

.feature-icon-text:hover .feature-icon-text-icon.round a {
    color: #428BFF;
}

.feature-icon-text:hover .feature-icon-text-icon.square {
    color: #428BFF;
    border: 3px solid #428BFF;
    background-color: #ffffff;
}

.feature-icon-text:hover .feature-icon-text-icon.square a {
    color: #428BFF;
}

.feature-icon-text:hover .feature-icon-text-icon.rounded {
    color: #428BFF;
    border: 3px solid #428BFF;
    background-color: #ffffff;
}

.feature-icon-text:hover .feature-icon-text-icon.rounded a {
    color: #428BFF;
}

.feature-icon-text:hover .feature-icon-text-icon.underline {
    font-size: 90px;
}

.feature-icon-text:hover .feature-icon-text-title {
    color: #222222;
}

/* Feature Icon Text Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .feature-icon-text {
        margin-bottom: 39.375px;
        font-size: 14px;
    }

    .feature-icon-text .feature-icon-text-icon {
        font-size: 63px;
        width: 109.375px;
        height: 109.375px;
        line-height: 109.375px;
        margin-bottom: 8.75px;
    }

    .feature-icon-text .feature-icon-text-icon.big {
        margin-bottom: 30.625px;
        font-size: 105px;
    }

    .feature-icon-text .feature-icon-text-icon.round {
        margin-bottom: 30.625px;
        border-radius: 55.125px;
        border: 2.625px solid #ffffff;
        line-height: 103.25px;
    }

    .feature-icon-text .feature-icon-text-icon.square {
        margin-bottom: 30.625px;
        border: 2.625px solid #ffffff;
        line-height: 103.25px;
    }

    .feature-icon-text .feature-icon-text-icon.underline {
        margin-bottom: 30.625px;
        border-bottom: 1.75px solid #428BFF;
    }

    .feature-icon-text .feature-icon-text-icon.rounded {
        margin-bottom: 30.625px;
        border-radius: 8.75px;
        line-height: 103.25px;
    }

    .feature-icon-text .feature-icon-text-icon.image {
        margin-bottom: 35px;
    }

    .feature-icon-text .feature-icon-text-title {
        font-size: 21px;
        margin: 0 0 26.25px 0;
    }

    .feature-icon-text:hover .feature-icon-text-icon.big {
        font-size: 87.5px;
    }

    .feature-icon-text:hover .feature-icon-text-icon.round {
        border: 2.625px solid #428BFF;
    }

    .feature-icon-text:hover .feature-icon-text-icon.square {
        border: 2.625px solid #428BFF;
    }

    .feature-icon-text:hover .feature-icon-text-icon.underline {
        font-size: 78.75px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 09. Form Elements */
/*------------------------------------------------------------------------------------------*/
.form-control {
    border-color: #F0F2F7;
    border-radius: 4px;
    box-shadow: none;
}

.form-control:focus {
    background-color: #eeeeee;
    box-shadow: none;
    border-color: #428BFF;
}

.form-control.input-sm {
    padding: 8px 14px 9px;
    font-size: 14px;
    height: 41px;
}

.form-control.input-sm.pill {
    border-radius: 100px;
}

.form-control.textarea-sm {
    padding: 8px 14px 9px;
    font-size: 14px;
}

.form-control.textarea-sm.pill {
    border-radius: 100px;
}

.form-control.input-md {
    padding: 8px 12px 9px;
    height: 45px;
    font-size: 16px;
}

.form-control.input-md.pill {
    border-radius: 100px;
    padding-left: 14px;
}

.form-control.textarea-md {
    padding: 8px 12px 9px;
    font-size: 16px;
}

.form-control.textarea-md.pill {
    border-radius: 100px;
    padding-left: 14px;
}

.form-control.input-lg {
    padding: 8px 12px 9px;
    height: 51px;
    font-size: 20px;
}

.form-control.input-lg.pill {
    border-radius: 100px;
    padding-left: 16px;
}

.form-control.textarea-lg {
    padding: 8px 12px 9px;
    font-size: 20px;
}

.form-control.textarea-lg.pill {
    border-radius: 100px;
    padding-left: 16px;
}

.form-control.input-xl {
    padding: 8px 12px 9px;
    height: 60px;
    font-size: 20px;
}

.form-control.input-xl.pill {
    border-radius: 100px;
    padding-left: 16px;
}

.form-control.textarea-xl {
    padding: 8px 12px 9px;
    height: 60px;
    font-size: 20px;
}

.form-control.textarea-xl.pill {
    border-radius: 100px;
    padding-left: 16px;
}

.form-control.invert {
    background-color: #ECF0F1 !important;
}

.form-control.invert:focus {
    background-color: #e5e9ec !important;
}

/* Select
-------------------------------------*/
.styled-select {
    position: relative;
}

.styled-select select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
}

.styled-select select::-ms-expand {
    display: none;
}

.styled-select.select-sm .form-control {
    padding: 5px 14px 9px;
    height: 41px;
    font-size: 14px;
}

.styled-select.select-sm .form-control:focus {
    background-color: #fff;
}

.styled-select.select-sm:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 14px;
    position: absolute;
    z-index: 6;
    color: '000';
    top: 7px;
    right: 10px;
}

.styled-select.select-sm:before {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 39px;
    width: 35px;
    margin: 1px 1px 1px 0;
    border-radius: 4px;
    background-color: #fff;
    z-index: 5;
}

.styled-select.select-md .form-control {
    padding: 7px 14px 9px;
    height: 45px;
    font-size: 16px;
}

.styled-select.select-md .form-control:focus {
    background-color: #fff;
}

.styled-select.select-md:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 16px;
    position: absolute;
    z-index: 6;
    color: '000';
    top: 8px;
    right: 10px;
}

.styled-select.select-md:before {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 43px;
    width: 35px;
    margin: 1px 1px 1px 0;
    border-radius: 4px;
    background-color: #fff;
    z-index: 5;
}

.styled-select.select-lg .form-control {
    padding: 7px 14px 9px;
    height: 51px;
    font-size: 20px;
}

.styled-select.select-lg .form-control:focus {
    background-color: #fff;
}

.styled-select.select-lg:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 20px;
    position: absolute;
    z-index: 6;
    color: '000';
    top: 11px;
    right: 10px;
}

.styled-select.select-lg:before {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 49px;
    width: 35px;
    margin: 1px 1px 1px 0;
    border-radius: 4px;
    background-color: #fff;
    z-index: 5;
}

.styled-select.select-xl .form-control {
    padding: 7px 14px 9px;
    height: 60px;
    font-size: 20px;
}

.styled-select.select-xl .form-control:focus {
    background-color: #fff;
}

.styled-select.select-xl:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 20px;
    position: absolute;
    z-index: 6;
    color: '000';
    top: 15px;
    right: 10px;
}

.styled-select.select-xl:before {
    display: block;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 58px;
    width: 37px;
    margin: 1px 1px 1px 0;
    border-radius: 4px;
    background-color: #fff;
    z-index: 5;
}

.styled-select.invert .form-control {
    background-color: #eee;
}

.styled-select.invert .form-control:focus {
    background-color: #eee;
}

.styled-select.invert:before {
    background-color: #eee;
}

/* Input Groups
-------------------------------------*/
.input-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group .btn:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.invert .form-control {
    background-color: #eeeeee !important;
}

.input-group.invert .form-control:focus {
    background-color: #ffffff !important;
}

.input-group-sm {
    border-radius: 4px;
}

.input-group-sm .input-group-addon {
    border-color: #e5e9ec;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 16px;
}

.input-group-sm .input-group-addon:after {
    right: -7px;
    top: 2px;
}

.input-group-sm .input-group-addon:before {
    left: -7px;
    top: 2px;
}

.input-group-sm .input-group-btn .btn {
    height: 41px;
    padding: 0 22px;
}

.input-group-sm .form-control {
    padding: 8px 14px 9px;
    font-size: 14px;
    height: 41px;
    border-radius: 4px;
}

.input-group-md .input-group-addon {
    border-color: #e5e9ec;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 18px;
}

.input-group-md .input-group-addon:after {
    right: -7px;
    top: 9px;
}

.input-group-md .input-group-addon:before {
    left: -7px;
    top: 9px;
}

.input-group-md .input-group-btn .btn {
    height: 45px;
    padding: 0 26px;
}

.input-group-md .form-control {
    padding: 8px 12px 9px;
    height: 45px;
    font-size: 16px;
    border-radius: 4px;
}

.input-group-lg .input-group-addon {
    border-color: #e5e9ec;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 22px;
}

.input-group-lg .input-group-addon:after {
    right: -7px;
    top: 11px;
}

.input-group-lg .input-group-addon:before {
    left: -7px;
    top: 11px;
}

.input-group-lg .input-group-btn .btn {
    height: 51px;
    padding: 0 36px;
}

.input-group-lg .form-control {
    padding: 8px 12px 9px;
    height: 51px;
    font-size: 20px;
    border-radius: 4px;
}

.input-group-xl .input-group-addon {
    border-color: #e5e9ec;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 19px;
    font-size: 22px;
}

.input-group-xl .input-group-addon:after {
    right: -7px;
    top: 17px;
}

.input-group-xl .input-group-addon:before {
    left: -7px;
    top: 11px;
}

.input-group-xl .input-group-btn .btn {
    height: 60px;
    padding: 0 36px;
}

.input-group-xl .form-control {
    padding: 8px 12px 9px;
    height: 60px;
    font-size: 20px;
    border-radius: 4px;
}

.addon-before {
    position: relative;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.addon-before:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 23px;
    position: absolute;
    z-index: 10;
    color: #eee;
}

.addon-after {
    position: relative;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.addon-after:before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    font-size: 23px;
    position: absolute;
    z-index: 10;
    color: #eee;
}

/* Addon Colors
-------------------------------------*/
.addon-green {
    background-color: #32ba5b;
    border-color: #32ba5b !important;
    color: #ffffff;
}

.addon-green:before {
    color: #32ba5b;
}

.addon-green:after {
    color: #32ba5b;
}

.addon-red {
    background-color: #f55753;
    border-color: #f55753 !important;
    color: #ffffff;
}

.addon-red:before {
    color: #f55753;
}

.addon-red:after {
    color: #f55753;
}

.addon-yellow {
    background-color: #fbb05e;
    border-color: #fbb05e !important;
    color: #ffffff;
}

.addon-yellow:before {
    color: #fbb05e;
}

.addon-yellow:after {
    color: #fbb05e;
}

.addon-gray {
    background-color: #626262;
    border-color: #626262 !important;
    color: #ffffff;
}

.addon-gray:before {
    color: #626262;
}

.addon-gray:after {
    color: #626262;
}

.addon-turquoise {
    background-color: #10cfbd;
    border-color: #10cfbd !important;
    color: #ffffff;
}

.addon-turquoise:before {
    color: #10cfbd;
}

.addon-turquoise:after {
    color: #10cfbd;
}

.addon-blue {
    background-color: #428BFF;
    border-color: #428BFF !important;
    color: #ffffff;
}

.addon-blue:before {
    color: #428BFF;
}

.addon-blue:after {
    color: #428BFF;
}

.addon-purple {
    background-color: #6d5eac;
    border-color: #6d5eac !important;
    color: #ffffff;
}

.addon-purple:before {
    color: #6d5eac;
}

.addon-purple:after {
    color: #6d5eac;
}

.addon-white {
    background-color: #ffffff;
    border-color: #ffffff !important;
    color: #575756;
}

.addon-white:before {
    color: #ffffff;
}

.addon-white:after {
    color: #ffffff;
}

.form-group .help-block {
    font-size: 14px;
}

.form-group .error-msg {
    font-size: 14px;
    margin-left: 15px;
    color: #f55753;
}

.form-group.has-error label {
    color: #575756;
}

.form-group.has-error .form-control {
    border-color: #f55753;
}

.form-group.has-error .help-block {
    color: #575756;
}

/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .input-group-xl .input-group-btn .btn {
        height: 50px;
        padding: 0 20px;
        font-size: 18px;
    }

    .input-group-xl .form-control {
        padding: 8px 12px 9px;
        height: 50px;
        font-size: 20px;
        border-radius: 4px;
    }
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
    .input-group-xl .input-group-btn .btn {
        height: 45px;
        padding: 0 12px;
        font-size: 16px;
    }

    .input-group-xl .form-control {
        padding: 8px 12px 9px;
        height: 45px;
        font-size: 14px;
        border-radius: 4px;
    }
}

/* Small devices (768px and down) */
@media (max-width: 768px) {
    .input-group-xl .input-group-btn .btn {
        height: 45px;
        padding: 0 12px;
        font-size: 16px;
    }

    .input-group-xl .form-control {
        padding: 8px 12px 9px;
        height: 45px;
        font-size: 14px;
        border-radius: 4px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 10. Headings */
/*------------------------------------------------------------------------------------------*/
.li-heading {
    color: #428BFF;
    margin: 0;
}

.li-heading small {
    display: block;
    color: #222222;
}

h1.li-heading {
    font-size: 54px;
    line-height: 73px;
}

h1.li-heading small {
    font-size: 36px;
    line-height: 51px;
}

h2.li-heading {
    font-size: 48px;
    line-height: 66px;
}

h2.li-heading small {
    font-size: 30px;
    line-height: 44px;
}

h3.li-heading {
    font-size: 30px;
    line-height: 44px;
}

h3.li-heading small {
    font-size: 22px;
    line-height: 33px;
}

h4.li-heading {
    font-size: 26px;
    line-height: 39px;
}

h4.li-heading small {
    font-size: 20px;
    line-height: 31px;
}

h5.li-heading {
    font-size: 24px;
    line-height: 37px;
}

h5.li-heading small {
    font-size: 18px;
    line-height: 30px;
}

h6.li-heading {
    font-size: 20px;
    line-height: 33px;
}

h6.li-heading small {
    font-size: 16px;
    line-height: 30px;
}

/* Headings Media Queries
-------------------------------------*/
/* Large devices (desktops, 1200px and up)*/
@media (max-width: 1200px) {
    h1.li-heading {
        font-size: 47.25px;
        line-height: 63.875px;
    }

    h1.li-heading small {
        font-size: 31.5px;
        line-height: 44.625px;
    }

    h2.li-heading {
        font-size: 42px;
        line-height: 57.75px;
    }

    h2.li-heading small {
        font-size: 26.25px;
        line-height: 38.5px;
    }

    h3.li-heading {
        font-size: 26.25px;
        line-height: 38.5px;
    }

    h3.li-heading small {
        font-size: 17.5px;
        line-height: 28.875px;
    }

    h4.li-heading {
        font-size: 22.75px;
        line-height: 34.125px;
    }

    h4.li-heading small {
        font-size: 15.75px;
        line-height: 31px;
    }

    h5.li-heading {
        font-size: 21px;
        line-height: 32.375px;
    }

    h5.li-heading small {
        font-size: 14px;
        line-height: 26.25px;
    }

    h6.li-heading {
        font-size: 17.5px;
        line-height: 28.875px;
    }

    h6.li-heading small {
        font-size: 14px;
        line-height: 26.25px;
    }
}

/* Headings Media Queries
-------------------------------------*/
/* Small devices (768px and down) */
@media (max-width: 768px) {
    .li-heading {
        margin-bottom: 16.875px;
    }

    h1.li-heading {
        font-size: 36.45px;
        line-height: 49.275px;
    }

    h1.li-heading small {
        font-size: 24.3px;
        line-height: 34.425px;
    }

    h2.li-heading {
        font-size: 32.4px;
        line-height: 44.55px;
    }

    h2.li-heading small {
        font-size: 20.25px;
        line-height: 29.7px;
    }

    h3.li-heading {
        font-size: 20.25px;
        line-height: 29.7px;
    }

    h4.li-heading {
        font-size: 17.55px;
        line-height: 26.325px;
    }

    h4.li-heading small {
        font-size: 12.15px;
        line-height: 31px;
    }

    h5.li-heading {
        font-size: 16.2px;
        line-height: 24.975px;
    }

    h5.li-heading small {
        font-size: 10.8px;
        line-height: 20.25px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 11. Icons */
/*------------------------------------------------------------------------------------------*/
/* Icons Mixin
-------------------------------------*/
/* Icon
-------------------------------------*/
.li-icon {
    text-align: center;
}

.li-icon a {
    display: inline-block;
}

.li-icon .li-icon-sign {
    text-align: center;
    color: #428BFF;
    font-size: 72px;
    display: inline-block;
    transition: all 0.2s ease;
    /* Icons Size
    -------------------------------------*/
}

.li-icon .li-icon-sign.big {
    margin-bottom: 35px;
    font-size: 120px;
    transition: all 0.2s ease;
    color: #428BFF;
}

.li-icon .li-icon-sign.big a {
    color: #428BFF;
}

.li-icon .li-icon-sign.big:hover.big {
    transform: rotate(10deg);
    font-size: 100px;
    color: #428BFF;
}

.li-icon .li-icon-sign.round {
    width: 125px;
    height: 125px;
    color: #ffffff;
    border-radius: 63px;
    background-color: #428BFF;
    border: 3px solid #ffffff;
    line-height: 120px;
    transition: all 0.8s ease;
}

.li-icon .li-icon-sign.round a {
    color: #ffffff;
}

.li-icon .li-icon-sign.round:hover {
    color: #428BFF;
    border-color: #428BFF;
    background-color: #ffffff;
}

.li-icon .li-icon-sign.round:hover a {
    color: #428BFF;
}

.li-icon .li-icon-sign.square {
    width: 125px;
    height: 125px;
    color: #ffffff;
    background-color: #428BFF;
    border: 3px solid #ffffff;
    line-height: 120px;
    transition: all 0.8s ease;
}

.li-icon .li-icon-sign.square a {
    color: #ffffff;
}

.li-icon .li-icon-sign.square:hover {
    color: #428BFF;
    border-color: #428BFF;
    background-color: #ffffff;
}

.li-icon .li-icon-sign.square:hover a {
    color: #428BFF;
}

.li-icon .li-icon-sign.outline {
    border: 3px solid #428BFF;
    transition: all 0.8s ease;
    color: #428BFF;
}

.li-icon .li-icon-sign.outline a {
    color: #428BFF;
}

.li-icon .li-icon-sign.underline {
    width: 125px;
    height: 125px;
    border-bottom: 2px solid #428BFF;
    transition: all 0.2s ease;
    color: #428BFF;
}

.li-icon .li-icon-sign.underline a {
    color: #428BFF;
}

.li-icon .li-icon-sign.underline:hover.underline {
    font-size: 90px;
}

.li-icon .li-icon-sign.rounded {
    border-radius: 10px;
    width: 125px;
    height: 125px;
    color: #ffffff;
    background-color: #428BFF;
    border: 3px solid #ffffff;
    line-height: 120px;
    transition: all 0.8s ease;
}

.li-icon .li-icon-sign.rounded a {
    color: #ffffff;
}

.li-icon .li-icon-sign.rounded:hover {
    color: #428BFF;
    border-color: #428BFF;
    background-color: #ffffff;
}

.li-icon .li-icon-sign.rounded:hover a {
    color: #428BFF;
}

.li-icon .li-icon-sign.x05 {
    font-size: 36px;
    border-width: 2px;
}

.li-icon .li-icon-sign.x05.round {
    font-size: 30px;
    width: 62px;
    height: 62px;
    line-height: 59px;
}

.li-icon .li-icon-sign.x05.square {
    font-size: 30px;
    width: 62px;
    height: 62px;
    line-height: 55px;
}

.li-icon .li-icon-sign.x05.underline {
    font-size: 30px;
    width: 62px;
    height: 62px;
    line-height: 55px;
}

.li-icon .li-icon-sign.x05.rounded {
    font-size: 30px;
    width: 62px;
    height: 62px;
    line-height: 55px;
}

.li-icon .li-icon-sign.x05:hover.big {
    font-size: 48px;
}

.li-icon .li-icon-sign.x05:hover.underline {
    font-size: 42px;
}

.li-icon .li-icon-sign.x07 {
    font-size: 50px;
    border-width: 2px;
}

.li-icon .li-icon-sign.x07.round {
    font-size: 48px;
    width: 87px;
    height: 87px;
    line-height: 86px;
}

.li-icon .li-icon-sign.x07.square {
    font-size: 48px;
    width: 87px;
    height: 87px;
    line-height: 86px;
}

.li-icon .li-icon-sign.x07.underline {
    font-size: 48px;
    width: 87px;
    height: 87px;
    line-height: 86px;
}

.li-icon .li-icon-sign.x07.rounded {
    font-size: 48px;
    width: 87px;
    height: 87px;
    line-height: 86px;
}

.li-icon .li-icon-sign.x07:hover.big {
    font-size: 60px;
}

.li-icon .li-icon-sign.x07:hover.underline {
    font-size: 54px;
}

.li-icon .li-icon-sign.x12 {
    font-size: 86px;
    border-width: 3px;
}

.li-icon .li-icon-sign.x12.round {
    font-size: 86px;
    width: 150px;
    height: 150px;
    line-height: 146px;
    border-radius: 150px;
}

.li-icon .li-icon-sign.x12.square {
    font-size: 86px;
    width: 150px;
    height: 150px;
    line-height: 149px;
}

.li-icon .li-icon-sign.x12.underline {
    font-size: 86px;
    width: 150px;
    height: 150px;
    line-height: 149px;
}

.li-icon .li-icon-sign.x12.rounded {
    font-size: 86px;
    width: 150px;
    height: 150px;
    line-height: 149px;
}

.li-icon .li-icon-sign.x12:hover.big {
    font-size: 96px;
}

.li-icon .li-icon-sign.x12:hover.underline {
    font-size: 90px;
}

.li-icon .li-icon-sign.x15 {
    font-size: 108px;
    border-width: 3px;
}

.li-icon .li-icon-sign.x15.round {
    font-size: 108px;
    width: 187px;
    height: 187px;
    line-height: 180px;
    border-radius: 187px;
}

.li-icon .li-icon-sign.x15.square {
    font-size: 108px;
    width: 187px;
    height: 187px;
    line-height: 187px;
}

.li-icon .li-icon-sign.x15.underline {
    font-size: 108px;
    width: 187px;
    height: 187px;
    line-height: 187px;
}

.li-icon .li-icon-sign.x15.rounded {
    font-size: 108px;
    width: 187px;
    height: 187px;
    line-height: 187px;
}

.li-icon .li-icon-sign.x15:hover.big {
    font-size: 124px;
}

.li-icon .li-icon-sign.x15:hover.underline {
    font-size: 118px;
}

/*------------------------------------------------------------------------------------------*/
/* 12. Icon List */
/*------------------------------------------------------------------------------------------*/
.li-list-defaults, .li-alphabetical-list, .li-unordered-list, .li-ordered-list, .li-icon-list {
    margin: 0;
    padding-left: 0;
    list-style: inside;
    color: #428BFF;
    line-height: 38px;
    font-size: 18px;
}

.li-list-defaults .list-item-content, .li-alphabetical-list .list-item-content, .li-unordered-list .list-item-content, .li-ordered-list .list-item-content, .li-icon-list .list-item-content {
    color: #575756;
    font-size: 16px;
    padding-left: 5px;
}

.li-alphabetical-list {
    list-style-type: lower-alpha;
}

.li-unordered-list {
    list-style: none;
}

.li-unordered-list .list-item:before {
    content: "•";
    color: #428BFF;
}

.li-ordered-list {
    list-style: decimal inside;
}

.li-icon-list {
    list-style: none;
}

.li-icon-list .list-item-icon {
    color: #428BFF;
    font-size: 22px;
    width: 25px;
    text-align: center;
}

/* Icon List Media Queries
-------------------------------------*/
@media (max-width: 1200px) {
    .li-list-defaults, .li-alphabetical-list, .li-unordered-list, .li-ordered-list, .li-icon-list {
        font-size: 16px;
        line-height: 34px;
    }

    .li-list-defaults .list-item-content, .li-alphabetical-list .list-item-content, .li-unordered-list .list-item-content, .li-ordered-list .list-item-content, .li-icon-list .list-item-content {
        font-size: 14px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 13. Image Testimonial Slider */
/*------------------------------------------------------------------------------------------*/
.image-testimonial-slider {
    padding-bottom: 105px;
}

.image-testimonial-slider .image-testimonial-slider-indicators {
    bottom: -15px;
}

.image-testimonial-slider .image-testimonial-slider-indicators li {
    width: 74px;
    height: 74px;
    border-radius: 40px;
    background-color: #ffffff;
    border: 2px solid transparent;
    margin: 0 8px;
    border: 2px solid #F8F9FC;
}

.image-testimonial-slider .image-testimonial-slider-indicators li .image-testimonial-slider-image {
    position: absolute;
    width: 66px;
    border-radius: 50px;
    margin: 2px;
    display: block;
}

.image-testimonial-slider .image-testimonial-slider-indicators li.active {
    border: 2px solid #428BFF;
    width: 82px;
    height: 82px;
}

.image-testimonial-slider .image-testimonial-slider-indicators li.active .image-testimonial-slider-image {
    width: 74px;
    margin-top: 2px;
}

.image-testimonial-slider .image-testimonial-slider-slides {
    background-color: #428BFF;
    border-radius: 10px;
}

.image-testimonial-slider .image-testimonial-slider-slides .image-testimonial-slider-item {
    padding: 22px 22px 30px 22px;
    color: #ffffff;
    text-align: center;
}

.image-testimonial-slider .image-testimonial-slider-slides .image-testimonial-slider-item blockquote {
    border: none;
    font-weight: 300;
    margin: 0;
}

.image-testimonial-slider .image-testimonial-slider-slides .image-testimonial-slider-item blockquote p:last-of-type {
    margin-bottom: 15px;
}

.image-testimonial-slider .image-testimonial-slider-slides .image-testimonial-slider-item blockquote footer {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.image-testimonial-slider .image-testimonial-slider-arrow {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 15px solid #428BFF;
    border-right: 15px solid transparent !important;
    border-left: 15px solid transparent !important;
    margin: 0 auto;
}

.image-testimonial-slider.outline .image-testimonial-slider-slides {
    border: 2px solid #428BFF;
    background-color: transparent;
}

.image-testimonial-slider.outline .image-testimonial-slider-slides blockquote {
    color: #575756;
}

.image-testimonial-slider.outline .image-testimonial-slider-slides blockquote footer {
    color: #575756;
}

.image-testimonial-slider.outline .image-testimonial-slider-arrow {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 10px solid #428BFF;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    margin: 0 auto;
}

/* Image Testimonial Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .image-testimonial-slider {
        padding-bottom: 91.875px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators {
        bottom: -15px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li {
        width: 70px;
        height: 70px;
        margin: 0 8px;
        border: 2px solid #F8F9FC;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li .image-testimonial-slider-image {
        width: 62px;
        height: 62px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li.active {
        border: 2px solid #428BFF;
        width: 74px;
        height: 74px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li.active .image-testimonial-slider-image {
        width: 66px;
        height: 66px;
    }

    .image-testimonial-slider .image-testimonial-slider-slides {
        border-radius: 10px;
    }

    .image-testimonial-slider .image-testimonial-slider-slides .image-testimonial-slider-item {
        padding: 19.25px 19.25px 26.25px 19.25px;
    }

    .image-testimonial-slider .image-testimonial-slider-slides .image-testimonial-slider-item blockquote footer {
        font-size: 14px;
    }

    .image-testimonial-slider .image-testimonial-slider-arrow {
        border-top: 13.125px solid #428BFF;
        border-right: 13.125px solid transparent;
        border-left: 13.125px solid transparent;
    }

    .image-testimonial-slider.outline .image-testimonial-slider-slides {
        border: 1.75px solid #428BFF;
        background-color: transparent;
    }

    .image-testimonial-slider.outline .image-testimonial-slider-arrow {
        border-top: 8.75px solid #428BFF;
        border-right: 8.75px solid transparent;
        border-left: 8.75px solid transparent;
    }
}

/* Small devices (768px and down) */
@media (max-width: 768px) {
    .image-testimonial-slider {
        padding-bottom: 80px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators {
        width: 80%;
        margin-left: -40%;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li {
        width: 50px;
        height: 50px;
        border-radius: 40px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li .image-testimonial-slider-image {
        position: absolute;
        width: 42px;
        height: 42px;
        border-radius: 50px;
        margin: 2px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li.active {
        width: 60px;
        height: 60px;
    }

    .image-testimonial-slider .image-testimonial-slider-indicators li.active .image-testimonial-slider-image {
        position: absolute;
        width: 52px;
        height: 52px;
        margin: 2px;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 14. Image */
/*------------------------------------------------------------------------------------------*/
.li-image figure {
    background-color: transparent;
}

.li-image figure:hover img {
    opacity: 100;
}

.li-image figcaption span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.li-image .img-responsive {
    display: inline-block;
}

/*------------------------------------------------------------------------------------------*/
/* 15. Modal */
/*------------------------------------------------------------------------------------------*/
.li-modal .container {
    width: 1170px;
    max-width: 100%;
}

.li-modal.fade {
    opacity: 1;
}

.li-modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.li-modal .modal-dialog {
    width: auto !important;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 0;
}

.li-modal .modal-dialog .modal-content {
    border-radius: 0px;
    border: none;
}

.li-modal .modal-dialog .modal-content .li-animate {
    animation-delay: 0.7s;
}

.li-modal .modal-dialog .modal-content .vc_row {
    max-width: 600px;
}

.li-modal .modal-dialog .modal-content .vc_row-no-padding {
    margin-left: 0;
    margin-right: 0;
    left: 0 !important;
}

.li-modal .modal-dialog .modal-content .vc_row-o-full-height {
    min-height: 100vh !important;
}

.li-modal .modal-dialog .modal-content .close {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 10;
}

.li-modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

@media (max-width: 992px) {
    .vc_row.vc_row-flex {
        justify-content: center;
    }
}

/* Small devices (768px and down) */
@media (max-width: 768px) {
    .li-modal {
        padding: 0 !important;
    }

    .li-modal .container,
  .li-modal .container-fluid {
        padding: 0;
    }

    .li-modal .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .li-modal .modal-dialog .modal-content .vc_row {
        width: auto !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .vc_row.vc_row-flex {
        justify-content: flex-start;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 16. Header */
/*------------------------------------------------------------------------------------------*/
.li-header {
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    transition: background-color 0.5s ease;
}

.li-header.header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030;
}

.li-header.header-hidden {
    display: none;
}

.li-header.no-shadow {
    box-shadow: none;
}

.li-header.transparent-to-color {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.li-header .navbar {
    margin-bottom: 0;
}

.box .li-header.header-fixed {
    width: 100%;
    max-width: 1530px;
    left: auto;
    right: auto;
}

/* Header Style 1
-------------------------------------*/
.header-fixed-style-1 {
    padding-top: 80px;
}

.header-fixed-style-1-topbar {
    padding-top: 127px;
}

.li-header.header-style-1 .navbar {
    min-height: 80px;
}

.li-header.header-style-1 .mega_main_menu .menu_holder .menu_inner > ul > li {
    padding-bottom: 20px;
}

.li-header.header-style-1 .mega_main_menu .menu_holder {
    padding: 20px 0 0 0;
}

/* Header Style 2
-------------------------------------*/
.header-fixed-style-2 {
    padding-top: 180px;
}

.li-header.header-style-2 .header-top {
    background-color: #2B4269;
    height: 120px;
}

.li-header.header-style-2 .header-top .container {
    padding: 0;
}

.li-header.header-style-2 .header-logo {
    margin-top: 40px;
}

.li-header.header-style-2 .li-topbar {
    margin-top: 33px;
    padding: 0;
}

.li-header.header-style-2 .li-topbar .social-icons {
    float: right;
}

.li-header.header-style-2 .li-topbar .contact-info {
    margin-right: 25px;
}

.li-header.header-style-2 .navbar {
    min-height: 60px;
}

.li-header.header-style-2 .navbar .mega_main_menu.logo-desktop .nav_logo .logo_link {
    display: none;
}

.li-header.header-style-2.header-fixed.header-hidden .header-top {
    display: none !important;
}

.li-header.header-style-2 .mega_main_menu .menu_holder .menu_inner > ul > li {
    padding-bottom: 10px;
}

.li-header.header-style-2 .mega_main_menu .menu_holder {
    padding: 10px 0 0 0;
}

/* Header Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .li-header.header-style-2 .header-top .container {
        width: 100%;
    }
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
    .header-fixed-style-1-topbar {
        padding-top: 80px;
    }

    .header-fixed-style-2 {
        padding-top: 60px;
    }

    .li-header.header-style-2 .header-top {
        display: none;
        position: absolute;
        top: -999px;
    }

    .li-header.header-style-2 .navbar .mega_main_menu .nav_logo .logo_link {
        display: inline-block;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 17. Number Counter */
/*------------------------------------------------------------------------------------------*/
.number-counter {
    text-align: center;
    margin-bottom: 20px;
}

.number-counter .number-counter-value {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}

.number-counter .number-counter-label {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.number-counter .number-counter-divider {
    background-color: #575756;
    height: 3px;
    width: 20%;
    margin: 20px auto 0 auto;
}

/* Number Counter Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .number-counter {
        margin-bottom: 17.5px;
    }

    .number-counter .number-counter-value {
        font-size: 63px;
    }

    .number-counter .number-counter-label {
        font-size: 26.25px;
        margin: 8.75px 0 17.5px 0;
    }

    .number-counter .number-counter-divider {
        margin: 17.5px auto 0 auto;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 18. Person Profile */
/*------------------------------------------------------------------------------------------*/
.li-person-profile .profile-image {
    float: left;
}

.li-person-profile .profile-image_rounded {
    overflow: hidden;
    border-radius: 5px;
}

.li-person-profile .profile-image_round {
    overflow: hidden;
    border-radius: 150px;
}

.li-person-profile .profile-content {
    margin-left: 291px;
}

.li-person-profile .profile-name {
    color: #428BFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 15px 0;
}

.li-person-profile .profile-name small {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    color: #575756;
}

.li-person-profile .profile-description {
    margin-bottom: 25px;
}

.li-person-profile .profile-social-links {
    margin-top: 25px;
    list-style: none;
    padding: 0;
}

.li-person-profile .profile-social-links li {
    float: left;
}

.li-person-profile .profile-social-links li a {
    color: #ffffff;
    background-color: #428BFF;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    margin-right: 10px;
    border: 2px solid transparent;
    transition: all 0.5s ease-out;
}

.li-person-profile .profile-social-links li a:hover {
    background-color: transparent;
    border: 2px solid #428BFF;
    color: #428BFF;
}

.li-person-profile .profile-social-links li:last-of-type a {
    margin-right: 0;
}

.li-person-profile-small .profile-image {
    float: left;
}

.li-person-profile-small .profile-image_rounded {
    overflow: hidden;
    border-radius: 5px;
}

.li-person-profile-small .profile-image_round {
    overflow: hidden;
    border-radius: 150px;
}

.li-person-profile-small .profile-content {
    margin-left: 177px;
    position: relative;
}

.li-person-profile-small .profile-content p:last-of-type {
    margin-bottom: 0;
}

.li-person-profile-small .profile-name {
    color: #428BFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 15px 0;
}

.li-person-profile-small .profile-name small {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    color: #575756;
}

.li-person-profile-small .profile-description {
    margin-bottom: 0;
}

.li-person-profile-small .profile-social-links {
    position: absolute;
    top: 10px;
    right: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.li-person-profile-small .profile-social-links li {
    float: left;
}

.li-person-profile-small .profile-social-links li a {
    color: #ffffff;
    background-color: #F0F2F7;
    width: 25px;
    height: 25px;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border-radius: 25px;
    margin-right: 5px;
    border: 2px solid transparent;
    transition: all 0.5s ease-out;
}

.li-person-profile-small .profile-social-links li a:hover {
    background-color: transparent;
    border: 2px solid #428BFF;
    color: #428BFF;
}

.li-person-profile-small .profile-social-links li:last-of-type a {
    margin-right: 0;
}

.li-person-profile-image {
    margin: 0 -15px;
    position: relative;
    overflow: hidden;
}

.li-person-profile-image.profile-image_rounded .profile-image img, .li-person-profile-image.profile-image_rounded .profile-content {
    border-radius: 5px;
}

.li-person-profile-image .profile-image img {
    width: 100%;
}

.li-person-profile-image .profile-content {
    padding-top: 35%;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 139, 255, 0.8);
    text-align: center;
    transition: all 0.2s ease-out;
}

.li-person-profile-image .profile-name {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 15px 0;
}

.li-person-profile-image .profile-name small {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    color: #ffffff;
}

.li-person-profile-image .profile-social-links {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.li-person-profile-image .profile-social-links li {
    float: left;
}

.li-person-profile-image .profile-social-links li a {
    color: #ffffff;
    width: 43px;
    height: 43px;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    margin-right: 5px;
    border: 2px solid #ffffff;
    transition: all 0.5s ease-out;
}

.li-person-profile-image .profile-social-links li a:hover {
    background-color: transparent;
    border: 2px solid #2B4269;
    color: #2B4269;
}

.li-person-profile-image .profile-social-links li:last-of-type a {
    margin-right: 0;
}

.li-person-profile-image:hover .profile-content {
    bottom: 0;
}

.li-person-profile-desc {
    text-align: center;
}

.li-person-profile-desc .profile-image {
    widows: 100%;
}

.li-person-profile-desc .profile-image img {
    width: 100%;
}

.li-person-profile-desc .profile-content {
    background-color: #F8F9FC;
    transition: all 0.3s ease-out;
}

.li-person-profile-desc .profile-name {
    color: #2B4269;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin: 15px 0 15px 0;
}

.li-person-profile-desc .profile-name small {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    color: #428BFF;
}

.li-person-profile-desc .profile-description {
    margin-bottom: 0;
    padding: 0 30px 30px 30px;
}

.li-person-profile-desc .profile-social-links {
    list-style: none;
    padding: 8px 0;
    background-color: #428BFF;
    height: 60px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.li-person-profile-desc .profile-social-links li {
    display: inline-block;
}

.li-person-profile-desc .profile-social-links li a {
    color: #ffffff;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border: 2px solid transparent;
    transition: all 0.5s ease-out;
}

.li-person-profile-desc .profile-social-links li a:hover {
    border-bottom: 2px solid #fff;
}

.li-person-profile-desc .profile-social-links li:last-of-type a {
    margin-right: 0;
}

.li-person-profile-desc:hover .profile-content {
    background-color: #2B4269;
}

.li-person-profile-desc:hover .profile-name {
    color: #ffffff;
}

.li-person-profile-desc:hover .profile-name small {
    color: #fff;
}

.li-person-profile-desc:hover .profile-description {
    color: #ffffff;
}

/* Person Profile Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .li-person-profile {
        margin-bottom: 74.375px;
    }

    .li-person-profile .profile-image {
        width: 200px;
    }

    .li-person-profile .profile-content {
        margin-left: 225px;
    }

    .li-person-profile .profile-content .profile-name {
        font-size: 17.5px;
        line-height: 28.875px;
        margin-bottom: 10px;
    }

    .li-person-profile .profile-content .profile-name small {
        font-size: 14px;
        line-height: 26.25px;
    }

    .li-person-profile .profile-content .profile-description {
        font-size: 14px;
    }

    .li-person-profile .profile-content p {
        margin-bottom: 10px !important;
    }

    .li-person-profile .profile-social-links {
        margin-top: 15px;
    }

    .li-person-profile .profile-social-links li a {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px;
        border-radius: 25px;
        margin-right: 8.75px;
    }

    .li-person-profile-small .profile-social-links {
        position: relative;
    }
}

/* Small devices (768px and down) */
@media (max-width: 768px) {
    .li-person-profile {
        margin-top: 0;
        text-align: center;
    }

    .li-person-profile .profile-image {
        float: none;
        margin: 0 auto;
        width: 50%;
    }

    .li-person-profile .profile-content {
        margin-left: 0;
    }

    .li-person-profile .profile-social-links {
        text-align: center;
        padding: 0;
    }

    .li-person-profile .profile-social-links li {
        display: inline-block;
        float: none;
    }

    .li-person-profile .profile-social-links li a {
        color: #ffffff;
        background-color: #428BFF;
        display: block;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 19. Pricing Table Simple */
/*------------------------------------------------------------------------------------------*/
.pricing-table {
    text-align: center;
}

.pricing-table .pricing-table-col {
    border-radius: 6px;
    margin-top: 20px;
    vertical-align: top;
    min-height: 400px;
    width: 380px;
    border: 2px solid #DDE0E5;
    display: inline-block;
    padding: 20px 20px 40px 20px;
    margin-right: -6px;
    transition: all 0.2s ease-out;
}

.pricing-table .pricing-table-col:last-of-type {
    margin-right: 0;
}

.pricing-table .pricing-table-col .pricing-table-title {
    font-size: 20px;
    font-weight: 600;
    margin: 40px auto 60px auto;
}

.pricing-table .pricing-table-col .pricing-table-price {
    color: #428BFF;
    margin: 30px auto;
    line-height: 28px;
}

.pricing-table .pricing-table-col .pricing-table-price .currency {
    vertical-align: top;
    font-size: 24px;
}

.pricing-table .pricing-table-col .pricing-table-price .price {
    font-size: 100px;
    font-weight: bold;
}

.pricing-table .pricing-table-col .pricing-table-price .terms {
    font-size: 24px;
}

.pricing-table .pricing-table-col .pricing-table-description {
    margin: 40px 0;
}

.pricing-table .pricing-table-col.highlight {
    z-index: 10;
    position: relative;
    border: none;
    padding: 40px 20px 60px 20px;
    margin-top: 0;
    background-color: #428BFF;
    color: #ffffff !important;
}

.pricing-table .pricing-table-col.highlight .pricing-table-price {
    color: #ffffff !important;
}

.pricing-table .pricing-table-col.highlight .pricing-table-title {
    color: #ffffff !important;
}

/* Pricing Table Simple Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .pricing-table {
        font-size: 14px;
    }

    .pricing-table .pricing-table-col {
        margin-top: 17.5px;
        vertical-align: top;
        width: 313px;
        padding: 10px 20px 40px 20px;
    }

    .pricing-table .pricing-table-col + .pricing-table-col {
        margin-left: -2px;
    }

    .pricing-table .pricing-table-col .pricing-table-title {
        font-size: 17.5px;
        font-weight: 600;
        margin: 40px auto 60px auto;
    }

    .pricing-table .pricing-table-col .pricing-table-price {
        color: #428BFF;
        margin: 30px auto;
        line-height: 28px;
    }

    .pricing-table .pricing-table-col .pricing-table-price .currency {
        vertical-align: top;
        font-size: 21px;
    }

    .pricing-table .pricing-table-col .pricing-table-price .price {
        font-size: 87.5px;
        font-weight: bold;
    }

    .pricing-table .pricing-table-col .pricing-table-price .terms {
        font-size: 21px;
    }

    .pricing-table .pricing-table-col .pricing-table-description {
        margin: 40px 0;
    }

    .pricing-table .pricing-table-col.highlight {
        padding: 30px 20px 60px 20px;
        margin-top: 0;
        background-color: #428BFF;
        color: #222222;
    }

    .pricing-table .pricing-table-col.highlight .pricing-table-price {
        color: #ffffff;
    }
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
    .pricing-table .pricing-table-col {
        display: block;
        margin: 0 auto 20px;
        width: 80%;
    }

    .pricing-table .pricing-table-col + .pricing-table-col {
        margin-left: auto;
    }

    .pricing-table .pricing-table-col:last-of-type {
        margin-right: auto;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 20. Rating Slider */
/*------------------------------------------------------------------------------------------*/
.li-rating-slider {
    text-align: center;
    padding-bottom: 45px;
}

.li-rating-slider .stars {
    font-size: 27px;
    margin-bottom: 20px;
    color: #428BFF;
}

.li-rating-slider .stars .big {
    font-size: 36px;
}

.li-rating-slider .review {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
}

.li-rating-slider .author {
    font-size: 18px;
    color: #428BFF;
    margin-top: 20px;
    text-align: center;
}

.li-rating-slider .carousel-indicators {
    position: absolute;
    bottom: auto;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 25px;
}

.li-rating-slider .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ccc;
}

.li-rating-slider .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #716d6e;
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 21. Side Icon Text */
/*------------------------------------------------------------------------------------------*/
.li-side-icon-text .li-side-icon-text-icon {
    width: 46px;
    height: 46px;
    color: #428BFF;
    font-size: 44px;
    text-align: center;
    margin-top: 5px;
}

.li-side-icon-text .li-side-icon-text-icon_round {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    background-color: #428BFF;
    line-height: 46px;
}

.li-side-icon-text .li-side-icon-text-icon_square {
    width: 46px;
    height: 46px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    background-color: #428BFF;
    line-height: 46px;
}

.li-side-icon-text .li-side-icon-text-icon_rounded {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    background-color: #428BFF;
    line-height: 46px;
}

.li-side-icon-text .li-side-icon-text-icon_underline {
    width: 46px;
    height: 46px;
    color: #428BFF;
    font-size: 36px;
    text-align: center;
    border-bottom: 3px solid #428BFF;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon {
    position: relative;
    width: 44px;
    height: 26.56px;
    background-color: #428BFF;
    margin: 18.28px 0;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon i, .li-side-icon-text .li-side-icon-text-icon_hexagon span {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 44px;
    height: 45px;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon:before, .li-side-icon-text .li-side-icon-text-icon_hexagon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    border-left: 22.5px solid transparent;
    border-right: 22.5px solid transparent;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon:before {
    bottom: 100%;
    border-bottom: 12.99px solid #428BFF;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon:after {
    top: 100%;
    width: 0;
    border-top: 12.99px solid #428BFF;
}

.li-side-icon-text .li-side-icon-text-icon_outline {
    border: 2px solid #428BFF;
    background-color: transparent;
    color: #428BFF;
    line-height: 44px;
}

.li-side-icon-text .li-side-icon-text-icon_outline span.typcn {
    display: block;
    line-height: 40px;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon.li-side-icon-text-icon_outline {
    width: 46px;
    background-color: transparent;
    border-left: solid 2px #428BFF;
    border-right: solid 2px #428BFF;
    border-bottom: none;
    border-top: none;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon.li-side-icon-text-icon_outline i, .li-side-icon-text .li-side-icon-text-icon_hexagon.li-side-icon-text-icon_outline span {
    top: 1px;
    width: 43px;
    height: 28px;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon.li-side-icon-text-icon_outline:before, .li-side-icon-text .li-side-icon-text-icon_hexagon.li-side-icon-text-icon_outline:after {
    width: 32.3px;
    height: 32.3px;
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 5px;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon.li-side-icon-text-icon_outline:before {
    border-left: none;
    border-bottom: none;
    bottom: inherit;
    top: -16.2635px;
    border-top: solid 3.2426px #428BFF;
    border-right: solid 3.2426px #428BFF;
}

.li-side-icon-text .li-side-icon-text-icon_hexagon.li-side-icon-text-icon_outline:after {
    border-top: none;
    border-right: none;
    top: inherit;
    bottom: -16.2635px;
    border-bottom: solid 3.2426px #428BFF;
    border-left: solid 3.2426px #428BFF;
}

.li-side-icon-text .li-side-icon-text-content {
    color: #575756;
}

.li-side-icon-text .li-side-icon-text-title {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 10px;
    margin-top: 0;
}

.li-side-icon-text img {
    width: 100%;
    display: block;
}

.li-side-icon-text.left .li-side-icon-text-icon {
    float: left;
}

.li-side-icon-text.left .li-side-icon-text-title {
    margin-left: 75px;
    margin-top: 0px;
}

.li-side-icon-text.left .li-side-icon-text-content {
    margin-left: 75px;
}

.li-side-icon-text.right .li-side-icon-text-icon {
    float: right;
}

.li-side-icon-text.right .li-side-icon-text-title {
    text-align: right;
    margin-right: 75px;
}

.li-side-icon-text.right .li-side-icon-text-content {
    text-align: right;
    margin-right: 75px;
}

/*------------------------------------------------------------------------------------------*/
/* 22. Tabs */
/*------------------------------------------------------------------------------------------*/
.li-tabs .nav-tabs {
    border-bottom: none;
}

.li-tabs .nav-tabs li {
    background: transparent;
    padding: 1px 17px 3px 15px;
    margin: 0px -3px -1px 0;
    position: relative;
    z-index: 1;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
}

.li-tabs .nav-tabs li a {
    height: 38px;
    border: none;
    color: #2B4269;
    padding: 10px 2px;
    margin: 0 13px;
}

.li-tabs .nav-tabs li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 0 1px 1px;
    border-bottom-color: #F0F2F7;
    border-radius: 4px 0 0 0;
    background-color: #F8F9FC;
    z-index: -1;
}

.li-tabs .nav-tabs li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px 1px 1px 0;
    border-bottom-color: #F0F2F7;
    border-radius: 0 7px 3px 0;
    transform: skewX(20deg);
    background-color: #F8F9FC;
    z-index: -1;
}

.li-tabs .nav-tabs li.active {
    z-index: 10;
}

.li-tabs .nav-tabs li.active:before {
    background-color: #ffffff;
    border-top: 1px solid #F0F2F7;
    border-left: 1px solid #F0F2F7;
    border-bottom: none;
}

.li-tabs .nav-tabs li.active:after {
    background-color: #ffffff;
    border-top: 1px solid #F0F2F7;
    border-right: 1px solid #F0F2F7;
    border-bottom: none;
}

.li-tabs .nav-tabs li.active a {
    color: #428BFF;
    z-index: 10;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #F0F2F7;
}

.li-tabs .nav-tabs li:not([class='active']):hover a {
    border: none;
    background-color: transparent;
    color: #ffffff;
}

.li-tabs .nav-tabs li:not([class='active']):hover:before, .li-tabs .nav-tabs li:not([class='active']):hover:after {
    background-color: #428BFF;
}

.li-tabs .tab-content {
    border: 1px solid #F0F2F7;
    padding: 25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.li-tabs-minimal .nav-tabs {
    border-bottom: 1px solid #F0F2F7;
    font-weight: bold;
    font-size: 16px;
}

.li-tabs-minimal .nav-tabs li {
    margin: 0 1px -2px 0;
}

.li-tabs-minimal .nav-tabs li a {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #F0F2F7;
    margin: 0;
    color: #2B4269;
}

.li-tabs-minimal .nav-tabs li a:hover {
    border-radius: 0px;
    background-color: #F0F2F7;
}

.li-tabs-minimal .nav-tabs li.active a {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #428BFF;
    color: #428BFF;
}

.li-tabs-minimal .tab-content {
    padding: 22px 10px;
}

.li-tabs-vertical {
    position: relative;
}

.li-tabs-vertical .nav-tabs {
    margin-right: -16px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    border-bottom: none;
}

.li-tabs-vertical .nav-tabs li {
    display: block;
    float: none;
}

.li-tabs-vertical .nav-tabs li a {
    border: none;
    border-radius: 0;
    margin-right: 0;
    margin-bottom: 2px;
    background-color: #2B4269;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 25px;
}

.li-tabs-vertical .nav-tabs li.active a {
    border-top: 1px solid #F0F2F7;
    border-bottom: 1px solid #F0F2F7;
    border-left: 1px solid #F0F2F7;
    border-right: none;
    border-radius: 0;
    background-color: #ffffff;
    color: #428BFF;
}

.li-tabs-vertical .tab-content {
    position: relative;
    z-index: 0;
    padding: 20px 25px 0 25px;
    border: 1px solid #F0F2F7;
    margin-left: -15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.li-tabs-minimal-vertical {
    position: relative;
}

.li-tabs-minimal-vertical .nav-tabs {
    margin-right: -15px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    border-bottom: none;
}

.li-tabs-minimal-vertical .nav-tabs li {
    display: block;
    float: none;
}

.li-tabs-minimal-vertical .nav-tabs li a {
    text-align: right;
    border-bottom: 3px solid #F0F2F7;
    margin-right: 0;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    color: #2B4269;
}

.li-tabs-minimal-vertical .nav-tabs li.active a {
    border-radius: 0;
    background-color: #ffffff;
    color: #428BFF;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #428BFF;
    border-bottom: 3px solid #428BFF;
}

.li-tabs-minimal-vertical .tab-content {
    position: relative;
    z-index: 0;
    padding: 10px 25px 5px 25px;
    border-left: 1px solid #F0F2F7;
    margin-left: -15px;
}

/*------------------------------------------------------------------------------------------*/
/* 23. Textblock */
/*------------------------------------------------------------------------------------------*/
.li-textblock p:last-of-type {
    margin-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 24. Video */
/*------------------------------------------------------------------------------------------*/
.lp-video.embed-responsive.iframe-width-90 iframe {
    width: 90%;
    height: 90%;
}

.lp-video.embed-responsive.iframe-width-80 iframe {
    width: 80%;
    height: 80%;
}

.lp-video.embed-responsive.iframe-width-70 iframe {
    width: 70%;
    height: 70%;
}

.lp-video.embed-responsive.iframe-width-60 iframe {
    width: 60%;
    height: 60%;
}

.lp-video.embed-responsive.iframe-width-50 iframe {
    width: 50%;
    height: 50%;
}

.lp-video.embed-responsive.iframe-width-40 iframe {
    width: 40%;
    height: 40%;
}

.lp-video.embed-responsive.iframe-width-30 iframe {
    width: 30%;
    height: 30%;
}

.lp-video.embed-responsive.iframe-width-20 iframe {
    width: 20%;
    height: 20%;
}

.lp-video.embed-responsive.iframe-width-10 iframe {
    width: 10%;
    height: 10%;
}

/* Video Media Queries
-------------------------------------*/
@media (max-width: 480px) {
    .embed-responsive {
        overflow: visible;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 25. Contactform 7 */
/*------------------------------------------------------------------------------------------*/
div.wpcf7 br {
    margin: 0;
    display: block;
    line-height: 0;
    content: "";
}

div.wpcf7 .invert {
    background-color: #ECF0F1 !important;
}

div.wpcf7 .invert:focus {
    background-color: #e5e9ec !important;
}

div.wpcf7 .pill {
    border-radius: 100px;
    padding-left: 16px;
    -webkit-appearance: none;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 label {
    display: inline;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #fff;
    position: relative;
    padding: 10px 15px 10px 55px;
    line-height: 24px;
    background-color: #F7F7F7;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #32ba5b;
}

div.wpcf7-mail-sent-ok:before {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f058";
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
    height: 100%;
    width: 40px;
    position: absolute;
    background-color: #32ba5b;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.wpcf7-mail-sent-ng {
    border: 1px solid #fff;
    position: relative;
    padding: 10px 15px 10px 55px;
    line-height: 24px;
    background-color: #F7F7F7;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #f55753;
}

div.wpcf7-mail-sent-ng:before {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f057";
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
    height: 100%;
    width: 40px;
    position: absolute;
    background-color: #f55753;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.wpcf7-spam-blocked {
    border: 1px solid #fff;
    position: relative;
    padding: 10px 15px 10px 55px;
    line-height: 24px;
    background-color: #F7F7F7;
    border-radius: 4px;
    color: #575756;
    font-size: 14px;
    font-weight: bold;
    color: #f55753;
}

div.wpcf7-spam-blocked:before {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f057";
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
    height: 100%;
    width: 40px;
    position: absolute;
    background-color: #f55753;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

div.wpcf7-validation-errors {
    border: 1px solid #fff;
    position: relative;
    padding: 10px 15px 10px 55px;
    line-height: 24px;
    background-color: #F7F7F7;
    border-radius: 4px;
    color: #575756;
    font-size: 14px;
    font-weight: bold;
    color: #f55753;
}

div.wpcf7-validation-errors:before {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f057";
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    padding-top: 10px;
    text-align: center;
    height: 100%;
    width: 40px;
    position: absolute;
    background-color: #f55753;
    top: 0;
    left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.wpcf7-wrap-inline {
    position: relative;
    margin-bottom: 15px;
    display: block;
}

.wpcf7-wrap-inline .wpcf7-form-control-wrap {
    display: inline-block;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: none;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    position: absolute;
    display: none;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

.form-control.wpcf7-not-valid {
    border: 1px solid #f55753;
}

.wpcf7-defaults, .wpcf7-text,
.wpcf7-date,
.wpcf7-number,
.wpcf7-textarea, .wpcf7-select, .wpcf7-quiz {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e9ec;
    padding: 5px 10px;
    border-radius: 4px;
}

.wpcf7-defaults:focus, .wpcf7-text:focus,
  .wpcf7-date:focus,
  .wpcf7-number:focus,
  .wpcf7-textarea:focus, .wpcf7-select:focus, .wpcf7-quiz:focus {
    background-color: #eeeeee;
    box-shadow: none;
    border-color: #428BFF;
    outline: none;
}

.wpcf7-textarea {
    height: 180px;
}

.wpcf7-select {
    height: 45px;
    background-color: #fff;
}

.wpcf7-radio span.wpcf7-list-item.first, .wpcf7-checkbox span.wpcf7-list-item.first {
    margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 10px;
}

.wpcf7-radio .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item-label {
    font-weight: normal;
    margin: 0 5px;
}

.wpcf7-acceptance {
    margin-right: 5px !important;
}

.wpcf7-quiz-label {
    display: block;
}

.wpcf7-not-valid {
    border: 1px solid #f55753;
}

.wpcf7-file {
    width: 180px;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.wpcf7-file:before {
    -webkit-font-smoothing: antialiased;
    font-family: 'FontAwesome';
    content: "\f01b";
    font-size: 24px;
    position: absolute;
    z-index: 6;
    color: #fff;
    top: 8px;
    left: 15px;
}

.wpcf7-file:after {
    content: "Upload File";
    width: 180px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    background-color: #428BFF;
    border-radius: 4px;
    margin: 0;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 9px 26px 10px 50px;
    line-height: 1.5;
}

.wpcf7-submit {
    color: #ffffff;
    border-radius: 4px;
    margin: 0;
    border: 1px solid transparent;
    font-size: 16px;
    padding: 9px 26px 10px;
    height: 45px;
    line-height: 1.42857143;
}

/*------------------------------------------------------------------------------------------*/
/* 26. Location Map */
/*------------------------------------------------------------------------------------------*/
.location-map {
    position: relative;
    height: 500px;
    margin: 0;
}

.location-map .location-map-gmap {
    position: absolute;
    height: 500px;
    width: 100%;
    z-index: 1;
    margin: 0;
}

.location-map .location-map-address {
    position: absolute;
    max-width: 1170px;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    left: 0;
    right: 0;
}

.location-map .location-map-address .location-map-address-box {
    background-color: #428BFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 360px;
    float: right;
    z-index: 2;
    padding: 25px 30px 10px 12px;
}

.location-map .location-map-address .location-map-address-box .title-marker {
    float: left;
    color: #fff;
    font-size: 78px;
    margin-top: -3px;
}

.location-map .location-map-address .location-map-address-box address {
    color: #fff;
    margin-left: 90px;
    font-size: 18px;
}

.location-map .location-map-address .location-map-address-box a {
    margin-left: 90px;
    margin-bottom: 25px;
}

/* Location Map Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .location-map .location-map-address {
        max-width: 970px;
    }

    .location-map .location-map-address .location-map-address-box {
        width: 320px;
    }

    .location-map .location-map-address .location-map-address-box .title-marker {
        float: left;
        color: #fff;
        font-size: 68px;
        margin-top: -3px;
    }

    .location-map .location-map-address .location-map-address-box address {
        color: #fff;
        margin-left: 82px;
        font-size: 16px;
    }

    .location-map .location-map-address .location-map-address-box a {
        margin-left: 82px;
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .location-map .location-map-address {
        max-width: 320px;
    }

    .location-map .location-map-address .location-map-address-box {
        width: 320px;
    }
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 27. Icon text Box */
/*------------------------------------------------------------------------------------------*/
.li-icon-text-box {
    border-bottom: 5px solid rgba(66, 139, 255, 0.4);
    margin-bottom: 30px;
    background: #EEEEEE;
}

.li-icon-text-box .li-icon-text-box-inner {
    padding: 2px 50px 25px 23px;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid transparent;
}

.li-icon-text-box .li-icon-text-box-inner .li-icon-text-box-title {
    color: #428BFF;
    font-weight: bold;
    font-size: 20px;
}

.li-icon-text-box .li-icon-text-box-inner .li-icon-text-box-link {
    display: table;
    color: #428BFF;
    font-weight: bold;
    margin-top: -10px;
}

.li-icon-text-box .li-icon-text-box-inner .li-icon-text-box-link i {
    font-size: 18px;
    vertical-align: middle;
    margin-top: -2px;
}

.li-icon-text-box .li-icon-text-box-inner .li-icon-text-box-icon {
    color: rgba(66, 139, 255, 0.4);
    font-size: 112px;
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: 1;
    display: inline-block;
    width: 144px;
    height: 112px;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    transition: all 0.5s ease-out;
}

.li-icon-text-box:hover .li-icon-text-box-inner .li-icon-text-box-icon {
    font-size: 105px;
    right: -38px;
    bottom: -38px;
}

/* Icon Text Box Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .li-icon-text-box .li-icon-text-box-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 28. Countdown */
/*------------------------------------------------------------------------------------------*/
.li-countdown {
    color: #428BFF;
}

.li-countdown .li-countdown-block {
    text-align: center;
    display: inline-block;
    margin-right: 17px;
    width: 123px;
    height: 123px;
    padding-top: 20px;
}

.li-countdown .li-countdown-block:last-of-type {
    margin-right: 0;
}

.li-countdown .li-countdown-counter {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}

.li-countdown .li-countdown-label {
    font-size: 14px;
    margin-top: 2px;
}

.li-countdown.line .li-countdown-block .li-countdown-counter {
    border-bottom: 2px solid #428BFF;
    padding-bottom: 8px;
}

.li-countdown.box .li-countdown-block {
    border: 2px solid #428BFF;
}

.li-countdown.round .li-countdown-block {
    border: 2px solid #428BFF;
    border-radius: 90px;
}

.li-countdown.round .li-countdown-label {
    margin-top: 0;
}

/* Countdown Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .li-countdown .li-countdown-block {
        margin-right: 15px;
        width: 100px;
        height: 100px;
        padding-top: 15px;
    }

    .li-countdown .li-countdown-counter {
        font-size: 40px;
    }

    .li-countdown .li-countdown-label {
        font-size: 12px;
        margin-top: 0;
    }

    .li-countdown.line .li-countdown-block .li-countdown-counter {
        padding-bottom: 8px;
    }

    .li-countdown.round .li-countdown-label {
        margin-top: 0;
    }
}

/* Headings Media Queries
-------------------------------------*/
@media (max-width: 992px) {
    .li-countdown .li-countdown-block {
        margin-right: 10px;
        width: 75px;
        height: 75px;
        padding-top: 10px;
    }

    .li-countdown .li-countdown-counter {
        font-size: 28px;
        line-height: 1;
    }

    .li-countdown .li-countdown-label {
        font-size: 11px;
        margin-top: 0;
    }

    .li-countdown.line .li-countdown-block .li-countdown-counter {
        padding-bottom: 8px;
    }

    .li-countdown.round .li-countdown-block {
        padding-top: 12px;
    }

    .li-countdown.round .li-countdown-counter {
        line-height: 0.8;
    }

    .li-countdown.round .li-countdown-label {
        margin-top: 0;
    }
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 29. Global Social Icons Widget */
/*------------------------------------------------------------------------------------------*/
.li-global-social-icons-widget a {
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 5px;
}

.li-global-social-icons-widget a:hover {
    color: #fff;
}

.li-global-social-icons-widget a.li-facebook {
    background-color: #3c5a9a;
}

.li-global-social-icons-widget a.li-twitter {
    background-color: #55acee;
}

.li-global-social-icons-widget a.li-google-plus {
    background-color: #dd4b39;
}

.li-global-social-icons-widget a.li-youtube {
    background-color: #bb0000;
}

.li-global-social-icons-widget a.li-vimeo {
    background-color: #99aabb;
}

.li-global-social-icons-widget a.li-linkedin {
    background-color: #007bb5;
}

.li-global-social-icons-widget a.li-tumblr {
    background-color: #32506d;
}

.li-global-social-icons-widget a.li-pinterest {
    background-color: #cb2027;
}

.li-global-social-icons-widget a.li-skype {
    background-color: #12a5f4;
}

.li-global-social-icons-widget a.li-dribbble {
    background-color: #ea4c89;
}

.li-global-social-icons-widget a.li-behance {
    background-color: #1769ff;
}

.li-global-social-icons-widget a.li-flickr {
    background-color: #ff0084;
}

.li-global-social-icons-widget a.li-instagram {
    background-color: #125688;
}

.li-global-social-icons-widget a.li-deviantart {
    background-color: #4e6252;
}

.li-global-social-icons-widget a.li-digg {
    background-color: #356AA0;
}

.li-global-social-icons-widget a.li-reddit {
    background-color: #ff5700;
}

/* Global Social Icon Widget Media Queries
-------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 30. Responsive Helper */
/*------------------------------------------------------------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
.content-left-lg {
    text-align: left !important;
}

.content-left-lg p[style] {
    text-align: left !important;
}

.content-center-lg {
    text-align: center !important;
}

.content-center-lg p[style] {
    text-align: center !important;
}

.content-right-lg {
    text-align: right !important;
}

.content-right-lg p[style] {
    text-align: right !important;
}

.pull-left-lg {
    float: left !important;
}

.pull-right-lg {
    float: right !important;
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
    .content-left-md {
        text-align: left !important;
    }

    .content-left-md p[style] {
        text-align: left !important;
    }

    .content-center-md {
        text-align: center !important;
    }

    .content-center-md p[style] {
        text-align: center !important;
    }

    .content-right-md {
        text-align: right !important;
    }

    .content-right-md p[style] {
        text-align: right !important;
    }

    .pull-left-md {
        float: left !important;
    }

    .pull-right-md {
        float: right !important;
    }
}

/* Small devices (768px and down) */
@media (max-width: 768px) {
    .content-left-sm {
        text-align: left !important;
    }

    .content-left-sm p[style] {
        text-align: left !important;
    }

    .content-center-sm {
        text-align: center !important;
    }

    .content-center-sm p[style] {
        text-align: center !important;
    }

    .content-right-sm {
        text-align: right !important;
    }

    .content-right-sm p[style] {
        text-align: right !important;
    }

    .pull-left-sm {
        float: left !important;
    }

    .pull-right-sm {
        float: right !important;
    }
}

/* Extra Small devices (480px and down) */
@media (max-width: 480px) {
    .content-left-xs {
        text-align: left !important;
    }

    .content-left-xs p[style] {
        text-align: left !important;
    }

    .content-center-xs {
        text-align: center !important;
    }

    .content-center-xs p[style] {
        text-align: center !important;
    }

    .content-right-xs {
        text-align: right !important;
    }

    .content-right-xs p[style] {
        text-align: right !important;
    }

    .pull-left-xs {
        float: left !important;
    }

    .pull-right-xs {
        float: right !important;
    }
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 31. Top Widget Bar */
/*------------------------------------------------------------------------------------------*/
.li-topbar {
    width: 100%;
    min-height: 47px;
    background-color: #2B4269;
    top: 0;
    padding: 0px 15px 0 10px;
    z-index: 1030;
}

.li-topbar .social-icons {
    float: left;
    margin-left: -5px;
}

.li-topbar .social-icons a {
    color: #fff;
    height: 47px;
    width: 47px;
    text-align: center;
    display: inline-block;
    line-height: 47px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right-width: 0 !important;
    font-size: 20px;
    transition: all 0.2s ease-out;
}

.li-topbar .social-icons a:last-of-type {
    border-right-width: 1px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.li-topbar .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.li-topbar .contact-info {
    float: right;
    text-align: right;
}

.li-topbar .contact-info a {
    color: #fff;
    height: 47px;
    line-height: 47px;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

.li-topbar .contact-info a:last-of-type {
    margin-right: 0;
}

.li-topbar .contact-info a i {
    font-size: 20px;
    margin-right: 5px;
}

/* Top Widget Bar Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .li-topbar .social-icons {
        float: left;
        margin-left: -5px;
    }

    .li-topbar .social-icons a {
        color: #fff;
        height: 47px;
        width: 43px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .li-topbar {
        display: none !important;
    }
}

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/* 32. Mega Main Menu */
/*------------------------------------------------------------------------------------------*/
.mega_main_menu .menu_holder {
    padding: 20px 0 0 0;
}

.mega_main_menu .menu_holder .menu_inner > .nav_logo > .logo_link {
    padding-left: 8px;
}

.mega_main_menu .menu_holder .menu_inner .item_link > .link_content > .link_text > .link_descr {
    margin-bottom: 10px;
}

.mega_main_menu .menu_holder .menu_inner > ul > li > .mega_dropdown {
    top: 100%;
}

.mega_main_menu .menu_holder .menu_inner > ul > li[class*=additional_style_] > .item_link {
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
}

.mega_main_menu .menu_holder .menu_inner > ul > li > .item_link.with_icon i {
    padding-right: 10px !important;
}

.mega_main_menu .menu_holder .menu_inner > .nav_logo .mobile_toggle .mobile_button span {
    font-size: 24px;
}

.mega_main_menu.fullwidth-disable .menu_inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.mega_main_menu.primary.icons-left > .menu_holder > .menu_inner > ul > li.nav_woo_cart > .item_link > i:before {
    content: "\f291";
    font-family: FontAwesome;
    padding-right: 11px;
}

.mega_main_menu .nav_woo_cart .mage_dropdown {
    width: 300px;
}

.mega_main_menu .widget_shopping_cart_content {
    line-height: 1.6;
}

.mega_main_menu .woocommerce-mini-cart-item {
    border-bottom: 1px solid #DDE0E5;
    padding: 8px 0;
}

.mega_main_menu .woocommerce-mini-cart-item .attachment-shop_thumbnail {
    width: 50px;
    border-radius: 2px;
    margin-right: 10px;
}

.mega_main_menu .remove_from_cart_button {
    float: right;
    margin-top: 12px;
}

.mega_main_menu .woocommerce-mini-cart__total {
    margin-top: 15px;
}

.mega_main_menu .woocommerce-mini-cart__buttons .wc-forward {
    margin-right: 5px;
    height: 34px;
}

/* Mega Main Menu Media Queries
-------------------------------------*/
/* Desktops devices (desktops, 1200px and down)*/
@media (max-width: 959px) {
    .mega_main_menu .menu_holder {
        padding-bottom: 20px;
    }

    .mega_main_menu > .menu_holder > .menu_inner > ul {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .mega_main_menu .menu_holder .menu_inner > ul > li {
        padding: 5px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 33. Group List */
/*------------------------------------------------------------------------------------------*/
.li-list-group {
    margin: 0;
}

.li-list-group .list-group-item {
    padding: 8px 15px;
    border: 1px solid #F0F2F7;
}

.li-list-group .list-group-item_active {
    background-color: #F8F9FC;
    font-weight: bold;
    color: #2B4269;
}

.li-list-group .badge {
    background-color: #2B4269;
    margin-top: 5px;
}

/*------------------------------------------------------------------------------------------*/
/* 34. Alert */
/*------------------------------------------------------------------------------------------*/
/* Alert
-------------------------------------*/
.li-alert {
    margin-bottom: 0;
    padding: 11px 10px 8px 10px;
}

.li-alert .alert-icon {
    display: inline-block;
    margin-right: 12px;
    margin-left: 10px;
    font-size: 20px;
}

.li-alert .alert-content {
    display: inline-block;
}

.li-alert .alert-content p {
    margin-bottom: 0;
    line-height: 1;
}

.li-alert .close {
    opacity: 1;
    font-weight: 900;
}

.li-alert.li-alert_success {
    background-color: #F3FAF8;
    border-color: #BFD1CF;
    color: #09A699;
}

.li-alert.li-alert_success .close {
    color: #09A699;
}

.li-alert.li-alert_info {
    background-color: #EBF6FB;
    border-color: #BFD4DE;
    color: #0090D9;
}

.li-alert.li-alert_info .close {
    color: #0090D9;
}

.li-alert.li-alert_warning {
    background-color: #FFFCEE;
    border-color: #F0DBB4;
    color: #FDB81C;
}

.li-alert.li-alert_warning .close {
    color: #FDB81C;
}

.li-alert.li-alert_danger {
    background-color: #FFF6F4;
    border-color: #F8CDCD;
    color: #F15857;
}

.li-alert.li-alert_danger .close {
    color: #F15857;
}

/* Alert Light Color
-------------------------------------*/
.li-alert_light-color {
    margin-bottom: 0;
    padding: 0px;
    height: 74px;
}

.li-alert_light-color .alert-icon {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 36px;
    border-right: 1px solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-right: 20px;
}

.li-alert_light-color .alert-icon span, .li-alert_light-color .alert-icon i {
    line-height: 72px;
}

.li-alert_light-color .alert-content {
    display: block;
    margin-top: 30px;
}

.li-alert_light-color .alert-content p {
    margin-bottom: 0;
    line-height: 1;
}

.li-alert_light-color .close {
    margin-top: 25px;
    margin-right: 25px;
    opacity: 1;
    font-weight: 900;
}

.li-alert_light-color.li-alert_success {
    border-color: #09A699;
    color: #09A699;
}

.li-alert_light-color.li-alert_success .alert-icon {
    background-color: #F3FAF8;
}

.li-alert_light-color.li-alert_success .close {
    color: #09A699;
}

.li-alert_light-color.li-alert_info {
    border-color: #0090D9;
    color: #0090D9;
}

.li-alert_light-color.li-alert_info .alert-icon {
    background-color: #EBF6FB;
}

.li-alert_light-color.li-alert_info .close {
    color: #0090D9;
}

.li-alert_light-color.li-alert_warning {
    border-color: #FDB81C;
    color: #FDB81C;
}

.li-alert_light-color.li-alert_warning .alert-icon {
    background-color: #FFFCEE;
}

.li-alert_light-color.li-alert_warning .close {
    color: #FDB81C;
}

.li-alert_light-color.li-alert_danger {
    border-color: #F15857;
    color: #F15857;
}

.li-alert_light-color.li-alert_danger .alert-icon {
    background-color: #FFF6F4;
}

.li-alert_light-color.li-alert_danger .close {
    color: #F15857;
}

/* Alert Solid Color
-------------------------------------*/
.li-alert_solid-color {
    margin-bottom: 0;
    padding: 0px;
    height: 74px;
}

.li-alert_solid-color .alert-icon {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
}

.li-alert_solid-color .alert-icon span, .li-alert_solid-color .alert-icon i {
    line-height: 72px;
}

.li-alert_solid-color .alert-content {
    display: block;
    margin-top: 30px;
    color: #ffffff;
}

.li-alert_solid-color .alert-content p {
    margin-bottom: 0;
    line-height: 1;
}

.li-alert_solid-color .close {
    margin-top: 25px;
    margin-right: 25px;
    opacity: 1;
    color: #ffffff;
    font-weight: 900;
}

.li-alert_solid-color.li-alert_success {
    background-color: #09A699;
}

.li-alert_solid-color.li-alert_info {
    background-color: #0090D9;
}

.li-alert_solid-color.li-alert_warning {
    background-color: #FDB81C;
}

.li-alert_solid-color.li-alert_danger {
    background-color: #F15857;
}

/*------------------------------------------------------------------------------------------*/
/* 35. Divider */
/*------------------------------------------------------------------------------------------*/
.li-divider_line {
    border-bottom: 1px solid #F0F2F7;
    display: block;
    width: 100%;
}

.li-divider_double-line {
    border-bottom: 1px solid #F0F2F7;
    border-top: 1px solid #F0F2F7;
    height: 3px;
    display: block;
    width: 100%;
}

.li-divider_double-line-bold {
    border-bottom: 3px solid #F0F2F7;
    border-top: 1px solid #F0F2F7;
    height: 6px;
    display: block;
    width: 100%;
}

.li-divider_dashed {
    border-bottom: 1px dashed #F0F2F7;
    display: block;
    width: 100%;
}

.li-divider_double-dashed {
    border-bottom: 1px dashed #F0F2F7;
    border-top: 1px dashed #F0F2F7;
    height: 5px;
    display: block;
    width: 100%;
}

.li-divider_dashed-bold {
    border-bottom: 2px dashed #F0F2F7;
    display: block;
    width: 100%;
}

.li-divider_line-middle-color {
    border-bottom: 1px solid #F0F2F7;
    display: block;
    width: 100%;
    position: relative;
}

.li-divider_line-middle-color:after {
    content: '';
    width: 40%;
    height: 3px;
    background-color: #428BFF;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20%;
}

.li-divider_line-icon-center {
    border-bottom: 1px solid #F0F2F7;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 28px;
}

.li-divider_line-icon-center .divider-icon {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -28px;
    background-color: #F0F2F7;
    text-align: center;
    color: #ffffff;
    line-height: 56px;
    font-size: 24px;
    border-radius: 28px;
}

/*------------------------------------------------------------------------------------------*/
/* 36. Image Gallery */
/*------------------------------------------------------------------------------------------*/
.li-image-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.li-image-gallery .image-gallery-wrapper {
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.li-image-gallery .gallery-image {
    width: 100%;
    z-index: 0;
    transition: all 0.5s ease-out;
}

.li-image-gallery .gallery-image-link {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.li-image-gallery .gallery-image-link:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transition: all 0.4s ease-out;
    background-color: #2B4269;
    z-index: 2;
}

.li-image-gallery .gallery-image-link:hover:before {
    opacity: 0.7;
}

.li-image-gallery .gallery-image-link:hover .gallery-image {
    transform: scale(1.2);
}

.li-image-gallery .gallery-image-link:after {
    transition: all 0.2s ease-out;
    content: "+";
    width: 50px;
    height: 50px;
    border-radius: 36px;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 26px;
    line-height: 48px;
    color: #ffffff;
    margin: -25px 0 0 -25px;
    opacity: 0;
    z-index: 3;
}

.li-image-gallery .gallery-image-link:hover:after {
    opacity: 1;
}

/* Image Gallery Media Queries
-------------------------------------*/
@media (max-width: 992px) {
    .li-image-gallery .image-gallery-wrapper {
        width: calc(100% / 3) !important;
    }
}

@media (max-width: 768px) {
    .li-image-gallery .image-gallery-wrapper {
        width: calc(100% / 2) !important;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 37. Progress Bar */
/*------------------------------------------------------------------------------------------*/
.li-progressbar-bar {
    width: 100%;
    position: relative;
    height: 15px;
    margin-bottom: 41px;
}

.li-progressbar-bar .li-progressbar-bar-label {
    display: inline-block;
}

.li-progressbar-bar .li-progressbar-bar-value {
    position: absolute;
    right: 0;
    top: 3px;
}

.li-progressbar-bar-full {
    width: 100%;
    height: 41px;
    position: relative;
}

.li-progressbar-bar-full .li-progressbar-bar-full-label {
    position: absolute;
    top: 6px;
    left: 16px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

.li-progressbar-bar-full .li-progressbar-bar-full-value {
    position: absolute;
    right: 16px;
    top: 6px;
    font-size: 14px;
    font-weight: bold;
}

.li-progressbar-round {
    margin: 0 auto;
    max-width: 200px;
    height: 200px;
    position: relative;
}

.li-progressbar-round .progressbar-round-value {
    font-size: 24px;
    height: 105px;
    width: 105px;
    border-radius: 55px;
    background-color: #ECF0F1;
    text-align: center;
    line-height: 105px;
    font-weight: bold;
    color: #2B4269;
}

.li-progressbar-half-round {
    margin: 0 auto;
    max-width: 200px;
    height: 100px;
}

.li-progressbar-half-round .progressbar-half-round-value {
    font-size: 24px;
    font-weight: bold;
    color: #2B4269;
    top: 45% !important;
}

/*------------------------------------------------------------------------------------------*/
/* 38. Portfolio */
/*------------------------------------------------------------------------------------------*/
.li-portfolio {
    border: 1px solid #F0F2F7;
}

/* Portfolio Small
-------------------------------------*/
.portfolio_small .portfolio_meta {
    position: relative;
    overflow: hidden;
    height: 100px;
    margin-top: -15px;
}

.portfolio_small .portfolio_info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    height: 85px;
    width: 100%;
    background-color: #F8F9FC;
}

.portfolio_small .portfolio_info:before {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #F8F9FC transparent;
}

.portfolio_small .portfolio_title {
    color: #2B4269;
    font-weight: bold;
}

.portfolio_small .portfolio_description {
    font-size: 14px;
}

.portfolio_small .portfolio_info_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: #2B4269;
    visibility: hidden;
    transition: all 0.4s ease;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.portfolio_small .portfolio_info_overlay:before {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #2B4269 transparent;
}

.portfolio_small .portfolio_info_overlay .btn {
    width: 48%;
}

.portfolio_small:hover .portfolio_meta .portfolio_info_overlay {
    visibility: visible;
    bottom: 0px;
}

.portfolio_small .carousel-control {
    background: none;
}

/* Portfolio Large
-------------------------------------*/
.portfolio_large {
    display: flex;
    align-items: stretch;
}

.portfolio_large .portfolio_images {
    flex: 1;
}

.portfolio_large .portfolio_images .slide {
    height: 100%;
}

.portfolio_large .portfolio_images .slide img {
    object-fit: cover;
    height: 410px;
}

.portfolio_large .portfolio_images .carousel-indicators li {
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    opacity: 0.7;
}

.portfolio_large .portfolio_images .carousel-indicators li.active {
    opacity: 1;
    margin: 1px;
}

.portfolio_large .portfolio_meta {
    flex: 1;
}

.portfolio_large .portfolio_meta .portfolio_info {
    padding: 35px 25px 15px 25px;
    height: 100%;
    background-color: #F8F9FC;
}

.portfolio_large .portfolio_meta .portfolio_info:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0px;
    border-color: transparent #F8F9FC transparent transparent;
}

.portfolio_large .portfolio_meta .portfolio_info_overlay {
    display: flex;
    justify-content: space-between;
}

.portfolio_large .portfolio_meta .portfolio_info_overlay .btn {
    width: 48%;
}

.portfolio_large .portfolio_meta .portfolio_title {
    color: #2B4269;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}

/* Portfolio Media Queries
-------------------------------------*/
/* Small devices (768px and down) */
@media (max-width: 768px) {
    .portfolio_large {
        display: block;
    }

    .portfolio_large .portfolio_images .slide {
        height: 100%;
    }

    .portfolio_large .portfolio_images .slide img {
        object-fit: cover;
        height: 410px;
        width: 100%;
    }

    .portfolio_large .portfolio_meta:before {
        display: none;
    }
}

/*------------------------------------------------------------------------------------------*/
/* 39. Mobil Contact Bar */
/*------------------------------------------------------------------------------------------*/
.li-mobile-contact-bar {
    height: 60px;
}

.li-mobile-contact-bar .li-mobile-contact-bar-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    background-color: red;
    font-weight: bold;
    font-size: 18px;
    z-index: 100;
}

.li-mobile-contact-bar .li-mobile-contact-bar-button a {
    color: #fff;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
}

.li-mobile-contact-bar .li-mobile-contact-bar-button a i {
    font-size: 30px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}

/*------------------------------------------------------------------------------------------*/
/* 40. WooCommerce */
/*------------------------------------------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb {
    float: right;
    font-size: 14px;
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}

.woocommerce .page-title {
    margin-bottom: 65px;
}

.woocommerce .woocommerce-message {
    border: 1px solid #eaeaea;
    background-color: #fbfbfc;
    border-radius: 4px;
}

.woocommerce .woocommerce-message .button {
    margin: -4px 0 -3px 0;
    background-color: #32ba5b;
    color: #ffffff;
    height: 36px;
}

.woocommerce .woocommerce-message:before {
    color: #32ba5b;
}

.woocommerce .woocommerce-info {
    border: 1px solid #eaeaea;
    background-color: #fbfbfc;
    border-radius: 4px;
}

.woocommerce .woocommerce-info .button {
    margin: -4px 0 -3px 0;
    background-color: #32ba5b;
    color: #ffffff;
    height: 36px;
}

.woocommerce .woocommerce-info:before {
    color: #428BFF;
}

.woocommerce .woocommerce-error {
    border: 1px solid #eaeaea;
    background-color: #fbfbfc;
    border-radius: 4px;
}

.woocommerce .woocommerce-error .button {
    margin: -4px 0 -3px 0;
    background-color: #32ba5b;
    color: #ffffff;
    height: 36px;
}

.woocommerce .woocommerce-error:before {
    color: #f55753;
}

.woocommerce .woocommerce-result-count {
    margin: 15px 0 35px 0;
}

.woocommerce .woocommerce-ordering {
    margin-bottom: 35px;
}

.woocommerce .woocommerce-ordering .orderby {
    height: 45px;
    border-color: #F8F9FC;
    width: 260px;
}

.woocommerce span.onsale {
    height: 50px;
    width: 50px;
    line-height: 41px;
    background-image: linear-gradient(-180deg, #F5515F 0%, #DF1A38 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

.woocommerce ul.products li.product .onsale {
    left: 0;
    right: auto;
    margin: -8px 0 0 -8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__tags {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__tags li {
    display: inline;
    font-size: 12px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__tags li a {
    color: #575756;
}

.woocommerce .attachment-shop_catalog {
    border-radius: 4px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 900;
    color: #575756;
    line-height: 1.5;
    padding-top: 0;
}

.woocommerce .products .star-rating {
    margin-bottom: 10px;
    color: #FFCC00;
    font-size: 16px !important;
}

.woocommerce ul.products li.product .price {
    color: #E4243F;
    font-weight: bold;
    font-size: 20px;
    margin-top: 18px;
    transition: all 0.1s ease-in;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 8px;
    color: #575756;
}

.woocommerce ul.products li.product .price ins {
    color: #E4243F;
}

.woocommerce ul.products li.product .button {
    background-color: transparent;
    color: #575756;
    opacity: 0;
    width: 100%;
    transition: all 0.4s ease-out;
    position: absolute;
    bottom: -13px;
    padding: 0;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .button:before {
    content: '\f055';
    font-family: 'FontAwesome';
    margin-right: 8px;
    color: #32ba5b;
}

.woocommerce ul.products li.product .button:after {
    color: #32ba5b;
    top: 0px;
}

.woocommerce ul.products li.product .added_to_cart.wc-forward {
    display: none;
}

.woocommerce ul.products li.product {
    width: 30.8%;
    margin-bottom: 40px;
    transition: all 0.5s ease-in;
}

.woocommerce ul.products li.product:hover .button {
    opacity: 1;
}

.woocommerce ul.products li.product:hover .price {
    opacity: 0;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.woocommerce .woocommerce-product-rating .star-rating span {
    color: #FFCC00;
}

.woocommerce .woocommerce-review-link {
    font-size: 14px;
}

.woocommerce div.product p.price {
    font-size: 24px;
    color: #575756;
    margin-bottom: 0;
}

.woocommerce div.product p.price del {
    display: inline-block;
    margin-right: 5px;
}

.woocommerce div.product p.price ins {
    color: #E4243F;
}

.woocommerce .related.products {
    padding: 85px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #f8f9f9;
}

.woocommerce .related.products h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #428BFF;
    line-height: 44px;
    margin-bottom: 45px;
}

.woocommerce .related.products ul.products {
    max-width: 1170px;
    margin: 0 auto;
}

.woocommerce .related.products ul.products li.product {
    width: 22.05%;
}

.woocommerce .related.products ul.products li.product h2 {
    text-align: left;
}

.woocommerce .woocommerce-product-details__short-description {
    margin-top: 15px;
    font-size: 15px;
}

.woocommerce .product_meta {
    font-size: 14px;
}

.woocommerce .product_meta .posted_in {
    display: block;
}

.woocommerce .product_meta .tagged_as {
    display: block;
}

.woocommerce div.product form.cart .button {
    background-color: transparent;
    color: #63738C;
    border: 2px solid #63738C;
    margin-top: 0;
    transition: all 0.4s ease-out;
    height: 43px;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .button:before {
    content: "\f291";
    font-family: FontAwesome;
    padding-right: 11px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #428BFF;
    color: #ffffff;
    border: 2px solid #428BFF;
}

.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 40px;
}

.woocommerce .woocommerce-tabs.wc-tabs-wrapper .container {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px;
    margin-bottom: 45px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
    margin-bottom: 85px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f8f9f9;
    border-color: #f2f2f2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border-color: #f2f2f2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    border-color: #f2f2f2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #f2f2f2;
}

.woocommerce table.shop_table {
    padding: 10px 30px 25px 30px;
}

.woocommerce table.shop_table thead {
    text-transform: uppercase;
}

.woocommerce table.shop_table .actions {
    padding-top: 30px;
}

.woocommerce table.cart .product-remove {
    text-align: center;
}

.woocommerce a.remove {
    color: #63738C !important;
    display: inline-block;
}

.woocommerce table.cart .product-name a {
    font-weight: bold;
    color: #575756;
}

.woocommerce table.cart .product-thumbnail img {
    width: 100px;
}

.woocommerce table.cart td.actions .input-text {
    width: 270px !important;
    height: 45px;
    border-radius: 4px;
}

.woocommerce table.cart td.actions .checkout-button {
    margin-left: 5px;
    float: right;
    line-height: 25px;
}

.woocommerce table.cart td.actions .checkout-button:hover {
    background-color: #32ba5b;
}

.woocommerce table.cart .button, .woocommerce table.cart input.button:disabled[disabled] {
    float: none;
    height: 45px;
    background: #428BFF;
    color: #ffffff;
}

.woocommerce .cart-collaterals .cart_totals {
    margin-bottom: 85px;
}

.woocommerce .cart-collaterals .cart_totals table {
    font-size: 17px;
}

.woocommerce .cart-collaterals .cart_totals table th {
    width: 40%;
    padding: 15px 30px;
    background-color: #fbfbfc;
}

.woocommerce .cart-collaterals .cart_totals table td {
    padding: 15px 30px;
}

.woocommerce .woocommerce-checkout .form-row {
    padding: 3px;
    margin: 0 0 10px 0;
}

.woocommerce .woocommerce-checkout label {
    margin-bottom: 0;
}

.woocommerce .woocommerce-checkout h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-checkout .select2-selection--single {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #F0F2F7;
    padding: 8px;
    background-color: #fbfbfc;
}

.woocommerce .woocommerce-checkout .select2-selection--single .select2-selection__arrow b {
    border-color: #575756 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-left: -15px;
    margin-top: 6px;
}

.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .checkmark {
    top: 4px;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment {
    background-color: #ffffff !important;
    margin-bottom: 85px;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_box {
    background-color: #f2f2f3 !important;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .payment_box:before {
    border-bottom-color: #f2f2f3 !important;
}

.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .about_paypal {
    margin-left: 20px;
    font-size: 16px !important;
}

.woocommerce .woocommerce-checkout .woocommerce-account-fields,
.woocommerce .woocommerce-checkout .wc-terms-and-conditions {
    margin-top: 12px;
}

.woocommerce .woocommerce-checkout #place_order {
    height: 55px;
    background: #428BFF;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
}

.woocommerce form.checkout_coupon {
    border: 1px solid #F0F2F7;
}

.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}

.woocommerce form.checkout_coupon .button {
    background-color: #428BFF;
    color: #ffffff;
}

.woocommerce form.woocommerce-form-login {
    border: 1px solid #F0F2F7;
}

.woocommerce form.woocommerce-form-login .button {
    background-color: #428BFF;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 20px;
}

.woocommerce form.woocommerce-form-login .woocommerce-LostPassword {
    float: right;
    margin-top: 11px;
}

.woocommerce form.register {
    border: 1px solid #F0F2F7;
}

.woocommerce form.register .button {
    background-color: #428BFF;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
}

.woocommerce .woocommerce_empty_cart .cart-empty {
    text-align: center;
    font-size: 20px;
}

.woocommerce .woocommerce_empty_cart .return-to-shop {
    text-align: center;
}

.woocommerce .woocommerce_empty_cart .return-to-shop .button {
    background-color: #428BFF;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.5;
}

.woocommerce .track_order .woocommerce_track_order_desc {
    font-size: 20px;
}

.woocommerce .track_order .button {
    background-color: #428BFF;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.5;
}

.woocommerce h2 {
    font-weight: bold;
    font-size: 26px;
}

.woocommerce .input-text {
    min-height: 45px;
    border-radius: 4px;
    border: 1px solid #F0F2F7;
    padding: 8px;
    background-color: #fbfbfc;
}

.woocommerce .button {
    height: 45px;
    background: #428BFF;
    color: #ffffff;
}

.woocommerce .woocommerce-form__label-for-checkbox {
    margin-top: 0;
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}

.woocommerce .woocommerce-form__label-for-checkbox input {
    position: absolute;
    opacity: 0;
}

.woocommerce .woocommerce-form__label-for-checkbox .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    background-color: #eee;
    border: 1px solid #F0F2F7;
}

.woocommerce .woocommerce-form__label-for-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.woocommerce .woocommerce-form__label-for-checkbox input:checked ~ .checkmark {
    background-color: #428BFF;
    border: 1px solid #428BFF;
}

.woocommerce .woocommerce-form__label-for-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.woocommerce .woocommerce-form__label-for-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.woocommerce .woocommerce-form__label-for-checkbox .checkmark:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    left: 2px;
    color: #ffffff;
}

.woocommerce .quantity {
    position: relative;
    margin-right: 10px !important;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
  .woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce .quantity input.qty {
    width: 80px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #F0F2F7;
    border-radius: 4px;
    text-align: left;
}

.woocommerce .quantity input:focus {
    outline: 0;
}

.woocommerce .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.woocommerce .quantity .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.woocommerce .quantity .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.woocommerce .quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.woocommerce .woocommerce-MyAccount-navigation {
    float: none;
    width: auto;
    margin-bottom: 85px;
}

.woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: auto;
    margin-bottom: 85px;
}

.woocommerce .woocommerce-MyAccount-content h3 {
    font-weight: bold;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders .button {
    height: 28px;
}

.woocommerce .sidebar.widget-area {
    clear: both;
}

.woocommerce .sidebar.widget-area h2 {
    font-size: 16px;
}

.woocommerce .woocommerce-product-search {
    position: relative;
}

.woocommerce .woocommerce-product-search label {
    width: 100%;
}

.woocommerce .woocommerce-product-search .search-field {
    background-color: #F6F8F8;
    border: 1px solid #F8F9FC;
    height: 45px;
    width: 100%;
    border-radius: 23px 3px 3px 23px;
    padding-left: 57px;
    font-weight: normal;
    font-size: 16px;
    outline: none;
}

.woocommerce .woocommerce-product-search .search-field:focus {
    border: 1px solid #428BFF;
}

.woocommerce .woocommerce-product-search .search-field::-webkit-input-placeholder {
    color: #2B4269;
}

.woocommerce .woocommerce-product-search .search-field::-moz-placeholder {
    color: #2B4269;
}

.woocommerce .woocommerce-product-search .search-field:-ms-input-placeholder {
    color: #2B4269;
}

.woocommerce .woocommerce-product-search .search-field:-moz-placeholder {
    color: #2B4269;
}

.woocommerce .woocommerce-product-search input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: FontAwesome;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    text-rendering: auto;
    display: block;
    background-color: #2B4269;
    border: none;
    position: absolute;
    top: 0;
    left: -2px;
    height: 45px;
    width: 45px;
    border-radius: 23px;
    color: #ffffff;
    font-size: 21px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    height: 30px;
    background-color: #2B4269;
    color: #ffffff;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #F6F8F8;
    margin-bottom: 22px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    background-color: transparent;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #DDE0E5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -6px;
    background-color: #428BFF;
    border: 2px solid #fff;
    height: 17px;
    width: 17px;
}

.woocommerce .widget_price_filter .price_label .from,
.woocommerce .widget_price_filter .price_label .to {
    font-weight: bold;
}

.woocommerce .widget_products .product_list_widget li,
.woocommerce .widget_top_rated_products .product_list_widget li,
.woocommerce .widget_recently_viewed_products .product_list_widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.woocommerce .widget_products .product_list_widget li:hover,
  .woocommerce .widget_top_rated_products .product_list_widget li:hover,
  .woocommerce .widget_recently_viewed_products .product_list_widget li:hover {
    padding-left: 0;
    background-color: transparent;
}

.woocommerce .widget_products .product_list_widget li a,
.woocommerce .widget_top_rated_products .product_list_widget li a,
.woocommerce .widget_recently_viewed_products .product_list_widget li a {
    padding: 0;
}

.woocommerce .widget_products .product_list_widget li a:hover,
  .woocommerce .widget_top_rated_products .product_list_widget li a:hover,
  .woocommerce .widget_recently_viewed_products .product_list_widget li a:hover {
    color: #428BFF;
}

.woocommerce .widget_products .product_list_widget li a:after,
.woocommerce .widget_top_rated_products .product_list_widget li a:after,
.woocommerce .widget_recently_viewed_products .product_list_widget li a:after {
    content: '';
}

.woocommerce .widget_products .product_list_widget li img,
.woocommerce .widget_top_rated_products .product_list_widget li img,
.woocommerce .widget_recently_viewed_products .product_list_widget li img {
    float: left;
    width: 65px;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
}

.woocommerce .widget_products .product_list_widget li .product-title,
.woocommerce .widget_top_rated_products .product_list_widget li .product-title,
.woocommerce .widget_recently_viewed_products .product_list_widget li .product-title {
    font-size: 14px;
}

.woocommerce .widget_products .product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products .product_list_widget li .star-rating,
.woocommerce .widget_recently_viewed_products .product_list_widget li .star-rating {
    font-size: 14px;
    color: #FFCC00;
}

.woocommerce .widget_products .product_list_widget li .woocommerce-Price-amount,
.woocommerce .widget_top_rated_products .product_list_widget li .woocommerce-Price-amount,
.woocommerce .widget_recently_viewed_products .product_list_widget li .woocommerce-Price-amount {
    font-size: 14px;
}

.woocommerce .widget_products .product_list_widget li ins,
.woocommerce .widget_top_rated_products .product_list_widget li ins,
.woocommerce .widget_recently_viewed_products .product_list_widget li ins {
    text-decoration: none;
}

.woocommerce .widget_products .product_list_widget li ins .woocommerce-Price-amount,
  .woocommerce .widget_top_rated_products .product_list_widget li ins .woocommerce-Price-amount,
  .woocommerce .widget_recently_viewed_products .product_list_widget li ins .woocommerce-Price-amount {
    font-size: 14px;
    color: #E4243F;
    text-decoration: none;
}

.woocommerce .widget_products .product_list_widget li del .woocommerce-Price-amount,
.woocommerce .widget_top_rated_products .product_list_widget li del .woocommerce-Price-amount,
.woocommerce .widget_recently_viewed_products .product_list_widget li del .woocommerce-Price-amount {
    font-size: 14px;
    color: #575756;
}

.woocommerce .widget_rating_filter ul li {
    padding-top: 8px;
    padding-bottom: 4px;
}

.woocommerce .widget_rating_filter ul li a:after {
    content: '';
}

.woocommerce .widget_layered_nav_filters ul li {
    float: none;
}

.woocommerce .widget_product_tag_cloud .tagcloud a {
    height: 36px;
    background-color: #F8F9FC;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 18px;
    font-size: 14px !important;
    margin-bottom: 5px;
    margin-right: 2px;
    font-weight: normal;
    text-decoration: none;
    color: #2B4269;
    transition: all 0.2s ease-out;
}

.woocommerce .widget_product_tag_cloud .tagcloud a:hover {
    background-color: #428BFF;
    color: #ffffff;
    font-weight: bold;
}

/*------------------------------------------------------------------------------------------*/
/* 41. Textblock */
/*------------------------------------------------------------------------------------------*/
.li-review-block {
    display: flex;
}

.li-review-block.review-block-shadow {
    transition: all 0.3s ease-out;
    padding: 30px;
}

.li-review-block.review-block-shadow:hover {
    box-shadow: 0 0 10px 0 rgba(197, 197, 197, 0.3);
}

.li-review-block .review-block-image {
    margin-right: 23px;
    width: 84px;
    height: 84px;
    overflow: hidden;
}

.li-review-block .review-block-image.round {
    border-radius: 85px;
}

.li-review-block .review-block-image.rounded {
    border-radius: 6px;
}

.li-review-block .review-block-author {
    font-weight: bold;
}

.li-review-block .review-block-author-source {
    color: #428BFF;
    font-weight: normal;
}

.li-review-block .review-block-rating {
    color: #F5A623;
}

/*------------------------------------------------------------------------------------------*/
/* 42. Pricing Table Advanced */
/*------------------------------------------------------------------------------------------*/
.li-pricing-table-advanced {
    display: flex;
    justify-content: center;
}

.li-pricing-table-advanced .pricing-table-col {
    width: 286px;
    text-align: center;
    border-top: 1px solid #DDE0E5;
    border-bottom: 1px solid #DDE0E5;
    border-left: 1px solid #DDE0E5;
}

.li-pricing-table-advanced .pricing-table-col:last-of-type {
    border-right: 1px solid #DDE0E5;
}

.li-pricing-table-advanced .pricing-table-col.label-col {
    font-weight: bold;
    text-align: right;
}

.li-pricing-table-advanced .pricing-table-col.highlight-col {
    border-width: 2px;
    border-right: 2px solid;
    border-color: #428BFF;
    z-index: 10;
    margin-right: -1px;
}

.li-pricing-table-advanced .pricing-table-header {
    height: 145px;
    background-color: #F8F9FC;
    border-bottom: 1px solid #DDE0E5;
    font-size: 24px;
    font-weight: bold;
    padding-top: 40px;
}

.li-pricing-table-advanced .pricing-table-header .pricing-table-subtitle {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.li-pricing-table-advanced .pricing-table-price-label {
    height: 160px;
    border-bottom: 1px solid #DDE0E5;
    padding: 65px 30px 65px 15px;
    color: #2B4269;
}

.li-pricing-table-advanced .pricing-table-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 160px;
    border-bottom: 1px solid #DDE0E5;
    color: #2B4269;
}

.li-pricing-table-advanced .pricing-table-currency-sign {
    font-size: 24px;
    height: 85px;
}

.li-pricing-table-advanced .pricing-table-price-value {
    font-size: 101px;
    line-height: 1;
    height: 125px;
    font-weight: 300;
}

.li-pricing-table-advanced .pricing-table-condition {
    font-size: 24px;
    vertical-align: bottom;
    height: 65px;
}

.li-pricing-table-advanced .pricing-table-feature-label {
    height: 55px;
    border-bottom: 1px solid #DDE0E5;
    padding: 15px 30px 15px 15px;
    color: #2B4269;
}

.li-pricing-table-advanced .pricing-table-feature-value {
    height: 55px;
    border-bottom: 1px solid #DDE0E5;
    padding: 15px;
    text-align: center;
}

.li-pricing-table-advanced .pricing-table-feature-value .check-icon {
    color: #32ba5b;
}

.li-pricing-table-advanced .pricing-table-feature-value .x-cross-icon {
    color: #f55753;
}

.li-pricing-table-advanced .pricing-table-feature-mobile-label {
    display: none;
}

.li-pricing-table-advanced .pricing-table-action {
    height: 105px;
    padding-top: 25px;
}

@media (max-width: 992px) {
    .li-pricing-table-advanced .pricing-table-col.label-col {
        display: none;
    }

    .li-pricing-table-advanced .pricing-table-feature-value {
        height: 80px;
    }

    .li-pricing-table-advanced .pricing-table-feature-mobile-label {
        display: block;
        font-weight: bold;
    }
}

@media (max-width: 768px) {
    .li-pricing-table-advanced {
        display: block;
    }

    .li-pricing-table-advanced .pricing-table-col.label-col {
        display: none;
    }

    .li-pricing-table-advanced .pricing-table-col {
        margin: 0 auto 20px auto;
        border-right: 1px solid #DDE0E5;
    }

    .li-pricing-table-advanced .pricing-table-col.highlight-col {
        margin-right: auto;
    }
}

/*------------------------------------------------------------------------------------------*/
/* Font Weights
-------------------------------------*/
.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-bold {
    font-weight: 700;
}

/* Alignments
-------------------------------------*/
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.inline {
    display: inline-block;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Margins
-------------------------------------*/
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

/* Paddings
-------------------------------------*/
.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

/* Columns Gap
-------------------------------------*/
.cg5 div[class^="col-"] {
    padding: 0 5px;
}

.cg10 div[class^="col-"] {
    padding: 0 10px;
}

.cg15 div[class^="col-"] {
    padding: 0 15px;
}

.cg20 div[class^="col-"] {
    padding: 0 20px;
}

.cg25 div[class^="col-"] {
    padding: 0 25px;
}

.cg30 div[class^="col-"] {
    padding: 0 30px;
}

/* Hidden Elements
-------------------------------------*/
.of-hidden {
    overflow: hidden;
}

.li-animate {
    visibility: hidden;
}

/* Accessibility
-------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
  /* Above WP toolbar. */
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  /* Display block on Small devices
  -------------------------------------*/
    .block-md {
        display: block;
        width: 100%;
    }

    .fluid-on-sm {
        width: 100%;
    }
}

/* Small devices (768px and down) */
@media (max-width: 768px) {
  /* Display block on Small devices
  -------------------------------------*/
    .block-sm {
        display: block;
        width: 100%;
    }
  /* Text Center on Small devices
  -------------------------------------*/
    .t-center-sm {
        text-align: center;
    }
}
