
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    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. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.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;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.page-link:focus {
    box-shadow: inherit;
}

.post.sticky {
    background: #fff;
    box-shadow: 0px 25px 57px 3px rgba(0, 27, 103, 0.1);
    padding: 30px;
    position: relative;
}

.post.sticky:after {
    color: #fff;
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 25px;
    height: 55px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 12px;
    z-index: 2;
}

.post.sticky:before {
    border-left: 76px solid transparent;
    border-top: 80px solid var(--themeColor);
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}
.post-author-img img {
    padding-right: 0 !important;
    margin-right: 16px;
    width: 46px;
    border-radius: 50%;
    border: 2px solid var(--themeColor);
}

ul.post-meta-tag-categori a {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: var(--lightColor);
    padding-right: 10px;
}

.blog-post-title {
    line-height: 45px !important;
}
.dust-blog-single-content {
    padding-bottom: 15px;
}
.dust-blog-single-content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--headingColor);
    line-height: 26px;
    margin-bottom: 35px;
    overflow: hidden;
}

.single-blog-details-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.dust-blog-single-content p a {
    font-weight: 600;
    border-bottom: 2px solid #b5b6bb;
}

.wp-block-image {
    margin-bottom: 45px;
    overflow: hidden;
}

.dust-blog-single-content h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.recent-post-thumb img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

blockquote.wp-block-quote, .comment-content blockquote, .dust-blog-single-content blockquote{
    background-color: var(--themeColor);
    background-image: url(../images/bg/8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 62px 43px 62px 50px;
    margin-bottom: 30px;
}
.comment-content blockquote p {
    margin-bottom: 0 !important;
}

blockquote.wp-block-quote p, .comment-content blockquote p{
    font-family: "Barlow", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 36px;
}

blockquote.wp-block-quote {
    background-color: var(--themeColor);
    background-image: url(../images/bg/8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 62px 43px 62px 50px;
    margin-bottom: 30px;
}

blockquote.wp-block-quote p {
    font-family: "Barlow", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 36px;
}

blockquote.wp-block-quote cite {
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    padding-left: 58px;
    position: relative;
    margin-bottom: 0;
    display: block;
}

blockquote.wp-block-quote cite:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 2px;
    background: var(--bodyColor);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

blockquote.wp-block-quote cite:after {
    content: '';
    position: absolute;
    background-image: url(../images/icons/quote.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    bottom: 0;
    right: 110px;
}
.dust-blog-single-content ul li {
    font-size: 16px;
    color: var(--headingColor);
    font-weight: 500;
    list-style: disc;
}
form.post-password-form input[type="password"] {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--borderColor2);
    color: var(--lightColor);
}

.post-password-form input[type="submit"] {
    background: #92d9eb;
    border: none;
    color: #fff;
    padding: 12px 25px;
    margin-left: -6px;
}
.dust-blog-single-content .page-links a, .dust-blog-single-content .page-links span {
    position: relative;
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: var(--grayColor);
    background-color: transparent;
    border: 1px solid var(--borderColor);
    border-radius: 0;
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.dust-blog-single-content .page-links {
    margin-bottom: 30px;
}
.post-thumb img {
    height: auto;
}
.dust-blog-single-content iframe, .dust-blog-single-content video {
    width: 100%;
}
.recent-post-title h4 {
    word-break: break-word;
}
.breadcrumb-area-title.montserrat-title {
    word-wrap: break-word;
    word-break: break-all;
}
.post-meta-tag-categori {
    display: inline-block !important;
    line-height: 1.9 !important;
}
ul.post-meta-tag-categori a {
    display: inline-block;
}
.dust-blog-single-content ol {
    padding-left: 20px;
}

.dust-blog-single-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
}
.dust-blog-single-content ul {
    padding-left: 20px;
}
.dust-blog-single-content select {
    border: 1px solid #d6d6d6;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.dust-blog-single-content select {
    border: 1px solid #d6d6d6;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.wp-block-search__input {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--borderColor2);
    color: var(--lightColor);
    width: calc(100% - 80px);
}

button.wp-block-search__button {
    background: #92d9eb;
    border: none;
    color: #fff;
    padding: 9px;
}
.has-large-font-size {
    font-size: 36px !important;
    line-height: 45px !important;
}
p.wp-block-tag-cloud a {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: var(--lightColor);
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid var(--borderColor2);
    display: inline-block;
    font-size: 16px !important;
    margin-bottom: 20px;
    margin-right: 15px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form textarea {
    padding: 20px 22px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--headingColorTwo);
    background-color: #fbfcff;
    background-clip: padding-box;
    border: 1px solid #dee4f2;
    border-radius: 0;
    height: auto;
    width: 100%;
    margin-top: 0;
}

.comment-form textarea:focus {
    color: var(--headingColor);
    background-color: #fff;
    border-color: var(--headingColorTwo);
    outline: none;
    box-shadow: none;
}

.comment-reply-title,
.comments-title {
    font-family: "Barlow", sans-serif;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 44px;
    position: relative;
}

ol.comment-list>li {
    border-bottom: 1px solid var(--borderColor2);
    margin-bottom: 30px;
}

.comment-reply-title:after,
.comments-title:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background: var(--themeColor);
    bottom: 0;
    left: 0;
}

.form-submit input[type="submit"]:focus {
    outline: none;
}

.comment-form label {
    font-size: 14px;
    color: #3e445b;
    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    margin-top: 0;
}
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
    margin-bottom: 20px;
}
.comments-area .comment-content dl, .comments-area .comment-content ol, .comments-area .comment-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comments-area .comment-content dt {
    margin-bottom: 5px;
}
.comments-area .comment-content dd {
    margin: 0 16px 16px;
    margin: 0 1rem 1rem;
    font-size: 16px;
    line-height: 26px;
    color: var(--headingColor);
}
.comments-area .comment-content ul {
    list-style: disc;
    padding-left: 20px;
}
.comments-area .comment-content ul li ul {
    margin: 10px 0 0;
    list-style-type: circle;
}
.comments-area .comment-content ol li ol {
    margin: 10px 0 0;
}
.comments-area .comment-content ol li {
    line-height: 1.8;
    margin-bottom: 10px;
    list-style-type: decimal;
}
.comments-area .comment-content ol li, .comments-area .comment-content ul li{
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
    color: var(--lightColor);
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}
.comments-area .comment-content ol {
    padding-left: 20px;
}
.comments-area .comment-content ul li {
    list-style: disc;
    line-height: 1.8;
    margin-bottom: 10px;
}
.form-submit input[type="submit"] {
    padding: 0;
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    color: var(--bodyColor);
    position: relative;
    z-index: 1;
    background: transparent;
}

.form-submit:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    background: var(--solidWhite);
    left: 0;
    bottom: 9px;
    z-index: -1;
    /* opacity: 0; */
    -webkit-transition: .5s;
    transition: .5s;
}

.form-submit:hover:after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: var(--themeColor);
}

p.form-submit {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.comment-author.vcard img {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
}

.comment-author.vcard {
    padding-left: 50px;
    position: relative;
}

.comment-metadata,
.comment-content,
.reply,
.comment-awaiting-moderation,
.comment-author.vcard {
    padding-left: 100px;
}

.comment-content p {
    margin-bottom: 20px;
}

.comment-author.vcard .fn {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
    color: var(--headingColor);
    font-family: "Barlow", sans-serif;
}

ol.comment-list .children li {
    border-top: 1px solid var(--borderColor2);
    padding-top: 30px;
    padding-left: 50px;
    list-style: none;
}

ol.comment-list .children {
    padding: 0;
}
#comments .comment-list .comment-body .comment-content img {
    margin: 5px 0;
}
.comment-content p,
.comment-awaiting-moderation {
    font-size: 16px;
    font-weight: 500;
    color: var(--headingColor);
    line-height: 26px;
    margin-bottom: 35px;
}

.comment-body {
    position: relative;
}

.comment-metadata a,
.reply a {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: var(--lightColor);
}

.comment-content {
    margin-top: 15px;
}

#comments .comment-author .says {
    display: none;
}

.comment-awaiting-moderation {
    margin-bottom: 15px;
}

.comment-awaiting-moderation {
    display: block;
    margin-top: 10px;
}

.reply {
    position: absolute;
    top: 30px;
    right: 30px;
}

.comment-list {
    padding: 0;
    list-style: none;
    padding: 0;
}


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# 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%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## 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;
}


/*Widget Style*/

.search-form {
    position: relative;
}

.search-form:after {
    content: "\f002";
    font-family: 'fontawesome' !important;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 0;
    border: none;
    background: var(--themeColor);
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
    margin-left: -5px;
}

.search-form label input.search-field {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--borderColor2);
    color: var(--lightColor);
    width: calc(100% - 80px);
}

.search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 41px;
    text-indent: -999999px;
    height: 100%;
    z-index: 111;
    background: none !important;
    cursor: pointer;
    border: none;
}

.search-form input[type="submit"]:focus {
    outline: inherit;
}

.search-form label {
    width: 100%;
    margin: 0;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li, 
.widget.widget_rss ul li, 
.widget.widget_nav_menu ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
}
.widget.widget_nav_menu ul li .sub-menu .sub-menu li {padding-left: 7px;}
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:after,
.widget.widget_pages ul li:after,
.widget.widget_meta ul li:after,
.widget.widget_recent_comments ul li:after,
.widget.widget_recent_entries ul li:after, 
.widget.widget_rss ul li:after,
 .widget.widget_nav_menu ul li:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: var(--grayColor);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    border-radius: 50%;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a, 
.widget.widget_rss ul li a, 
.widget.widget_nav_menu ul li a {
    font-size: 16px;
    color: var(--lightColor);
    text-align: left;
    padding: 0;
    height: auto;
    line-height: 1;
    background: transparent;
    border: none;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.widget.widget_categories ul li a:after,
.widget.widget_archive ul li a:after,
.widget.widget_pages ul li a:after,
.widget.widget_meta ul li a:after,
.widget.widget_recent_comments ul li a:after,
.widget.widget_recent_entries ul li a:after, 
.widget.widget_rss ul li a:after, 
.widget.widget_nav_menu ul li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    background: var(--solidWhite);
    left: 0;
    bottom: 4px;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    transition: .5s;
}

.widget.widget_categories ul li a:hover:after,
.widget.widget_archive ul li a:hover:after,
.widget.widget_pages ul li a:hover:after,
.widget.widget_meta ul li a:hover:after,
.widget.widget_recent_comments ul li a:hover:after,
.widget.widget_recent_entries ul li a:hover:after, 
.widget.widget_rss ul li a:hover:after, 
.widget.widget_nav_menu ul li a:hover:after {
    background: var(--themeColor);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%
}

.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover, 
.widget.widget_rss ul li a:hover, 
.widget.widget_nav_menu ul li a:hover {
    color: var(--bodyColor) !important;
}

.widget.widget_pages ul li:after {
    top: 13px;
}
.widget.widget_nav_menu ul li:after {
    top: 11px;
}
.tagcloud a {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: var(--lightColor);
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid var(--borderColor2);
    display: inline-block;
    font-size: 16px !important;
    margin-bottom: 20px;
    margin-right: 15px;
}
.widget.widget_nav_menu ul li .sub-menu li {
    padding-left: 10px;
}
.wpb-js-composer .vc_tta-container {
    margin-bottom: 0 !important;
}
.widget.widget_nav_menu ul li {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.widget.widget_nav_menu ul li > .sub-menu li {
    margin-bottom: 5px !important;
}
.widget.recent-posts-widget-with-thumbnails a {
    text-decoration: none;
    color: var(--headingColor);
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}

.rpwwt-post-date {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: var(--grayColor);
    margin-top: 10px;
}

.widget-area select{
    border: 1px solid #d6d6d6;
    padding: 10px;
    width: 100%;
}

table {
    margin: 0 0 32px;
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    padding: .5em;
    border: 1px solid #f8f8f8;
    word-break: break-all;
    text-align: center;
    font-family: "Barlow", sans-serif;
}

thead {
    background: var(--themeColor);
}

.widget_categories ul.children li:after {
    left: 6px;
}

.widget_categories ul li:after {
    top: 12px !important;
}
span.rss-date {
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: var(--lightColor);
    margin: 10px 0;
}

.widget.widget_rss ul li:after {
    background: no-repeat;
}

.widget.widget_rss ul li {
    padding: 0;
}

.widget cite {
    color: var(--headingColor);
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

.rssSummary {
    color: var(--headingColor);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.widget.widget_rss ul li {
    margin-bottom: 30px;
}

.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}
.wp-caption.alignnone img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
/*Progress*/

.progress .progress-bar {
    -webkit-animation-name: animateBar;
            animation-name: animateBar;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in 0.5s;
            animation-timing-function: ease-in 0.5s;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
}

@-webkit-keyframes animateBar {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes animateBar {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

.btn.btn-link {
    line-height: 1.8 !important;
}

.portfolio-details-title-img {
    margin-bottom: 80px;
}

.work-details-area {
    padding: 140px 0;
}

.call-to-action-content .mail-address {
    display: block;
}

.dust-main-area.dust-v-composer-disabled {
    padding: 140px 0;
}

.dust-main-area.dust-v-composer-disabled p {
    color: var(--headingColor);
    font-weight: 500;
}

ul.dust-breadcrumb li span {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: var(--bodyColor);
    text-decoration: none;
    padding-left: 10px;
}

.dust-breadcrumb li:before {
    display: inline-block;
    background: var(--bodyColor);
    content: '';
    width: 3px;
    height: 3px;
    padding: 0;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -3px;
    left: 10px;
}

.btn.hover-bar:hover:before {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer-menu .hover-bar:before {
    bottom: 10px;
}

#primary-menu .hover-bar:before {
    bottom: 8px;
}

.btn.btn-link.hover-bar:hover:before {
    background: var(--themeColor);
}

ul.dust-breadcrumb li:first-child span {
    padding-left: 0;
}

.dust-breadcrumb li:first-child:before {
    background: transparent;
    display: none;
}

/*404 Image*/
.not-found{
    background-size: cover;
}
.error-404.not-found h2{
    color: #fff;
    font-size: 48px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 55px
}
.error-404.not-found span {
    color: var(--themeColor);
}

.error-404.not-found p {
    color: #7d839d;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 40px 0;
    margin-top: 35px;
}
.error-404.not-found .dust-404-btn {
    background: #fff;
    padding: 14px 30px;
    display: inline-block;
    font-weight: 500;
}
ul.social-404 {
    background: #fff;
    width: 600px;
    text-align: center;
    padding: 60px 0;
}

ul.social-404 li {
    display: inline-block;
}

ul.social-404 li a {
    font-size: 28px;
    margin: 0 15px;
}
.not-found .page-content {
    padding: 140px 0;
}
