/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Default Css
# Accessibility
# Alignments
# Clearings
# Widgets
# Blog Page
# Single Posts
# Comment Css
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header Css
    ## Header Search CSS
# Banner Css
# 404 Css
# Pre loader Css
# Scroll Top Css
# Footer Css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Css
--------------------------------------------------------------*/

body {
    font-size: 16px;
    line-height: 1.8;
    color: #98989A;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: #F8F7FA;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a, h1, h2, h3, h4, h5, h6, strong, dt, th, .comment-meta .fn, .comment-reply-link, .no-comments {
    color: #191B1E;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover {
    text-decoration: none;
}

a, h1, h2, h3, h4, h5, h6, strong, dt, th, .comment-meta .fn, .comment-reply-link, .no-comments,
.xr-transition,
input[type=submit],
button[type=submit],
.slick-dots button {
    -webkit-transition: .3s;
    transition: .3s;
}

button {
    cursor: pointer;
}

table td a {
    font-weight: 500;
}

i {
    font-weight: normal;
}

label {
	color: #444;
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #626262;
    border: 1px solid #DADEEE;
    border-radius: 3px;
    padding: 15px;
    box-shadow: none;
    outline: none;
    width: 100%;
    margin-bottom: 25px;
    transition: .3s;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

form.search-form label, form.search-form input {
    margin-bottom: 0;
    width: 100%;
    border-radius: 5px;
}

form.search-form {
    position: relative;
}

form.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    font-size: 18px;
}

textarea {
    height: 120px;
    width: 100%;
}

code {
    background-color: #f0e1e3;
    font-weight: normal;
}

pre {
	background: #f8f8f8;
	padding: 30px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: 30px;
	color: #212529;
}

ul, ul ul, ol, ol ol, ol ul, ul ol {
    padding-left: 20px;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    opacity: 1;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    right: -36px;
    padding-right: 0;
    top: -36px;
}

.slick-slide:focus, .slick-slider a:focus {
    box-shadow: none !important;
    outline: none !important;
}

.site-btn,
select:focus,
input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

.page-builder-used aside.sidebar-widget-area,
.page-builder-not-used .content-area {
    margin: 115px 0;
}

.xr-cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.xr-vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.xr-table {
    display: table;
    height: 100%;
    width: 100%;
}

.xr-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.site {
    overflow-x: hidden;
}

.site-btn, input[type="submit"], button[type="submit"] {
    display: inline-block;
    padding: 20px 35px 17px 35px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: .5px;
    font-family: 'Teko', sans-serif;
}

.site-btn:hover, input[type="submit"]:hover, button[type="submit"]:hover {
    color: #ffffff;
}

a.site-btn i,
.comments-area button.site-btn i,
.wpcf7-form-control.wpcf7-submit i {
    font-size: 18px;
    margin-left: 20px;
}


input[type=submit],
button[type=submit] {
    border: 0;
}

.site-btn-text {
    font-weight: 500;
    line-height: 1;
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.xr-video-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
}

.xr-video-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.xr-video-button:after {
    z-index: 1;
    transition: all 200ms;
}

.xr-video-button:before, .xr-video-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.xr-video-button i {
    color: #fff;
    z-index: 2;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    left: 1px;
    top: 2px;
    font-size: 20px;
}

.search-no-results .row.all-posts-wrapper {
    height: auto !important;
}


@-webkit-keyframes autofill {
    to {
        color: #ffffff;
        background: transparent;
    }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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;
    clip-path: none;
    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. */
}

/* 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;
    margin-bottom: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    clear: both;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# 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;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sidebar-widget-area .widget {
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    background-color: #fff;
}

.sidebar-widget-area .widget-title {
    color: #0F0F0F;
    font-size: 24px;
}

.sidebar-widget-area .widget-title a {
    color: #ffffff;
}

.sidebar-widget-area .widget.widget_xpress-recent-posts .widget-title,
.sidebar-widget-area .widget.widget_text .widget-title {
    margin-bottom: 30px;
}

.sidebar-widget-area .widget.widget_calendar .widget-title,
.sidebar-widget-area .widget.widget_recent_comments .widget-title,
.sidebar-widget-area .widget.widget_recent_entries .widget-title,
.sidebar-widget-area .widget.widget_rss .widget-title {
    margin-bottom: 20px;
}
.sidebar-widget-area .widget.widget_tag_cloud a span {
    color: #fff;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget_xpress_about_company_widget .about-info-img {
    margin-top: 0 !important;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    padding-left: 15px;
}

.widget ul li {
    position: relative;
    padding: 8px 0;
}

.widget ul li:first-of-type {
    border-color: transparent;
}

.widget ul ul li:first-of-type {
    padding-top: 10px;
    border-color: #dddddd;
    margin-top: 5px;
}

.widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget ul ul li:first-of-type {
    margin-top: 10px;
}

.widget select,
.single-post-wrapper select {
    max-width: 100%;
    padding: 0 10px;
    background: top;
    line-height: 1;
    border: 1px solid #DADEEE;
    appearance: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-image: url(../img/select_arrow.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    color: #98989A;
    background-color: #fff;
}
.widget select option,
.single-post-wrapper select option {
	color: #0F0F0F;
}

select {
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.widget.widget_calendar caption {
    caption-side: top;
    padding-top: 0;
}

.widget.widget_calendar caption, .wp-calendar-nav {
    text-transform: uppercase;
    font-weight: 500;
    color: #0F0F0F;
}
.footer-widget-area .widget.widget_calendar caption,
.footer-widget-area table th {
    color: #fff;
}
.widget table {
    margin-bottom: 20px;
}

.content-area button[type="submit"].search-submit, 
.widget.widget_search button[type="submit"] {
	padding: 10px;
	color: #0F0F0F;
	height: 46px;
	width: 46px;
	right: 8px;
	background: transparent;
	margin-top: 9px;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper {
	display: block;
	position: relative;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	margin-bottom: 0;
}
.widget label.wp-block-search__label {
	display: none;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	position: absolute;
	width: auto;
	border: none;
	font-weight: 400;
	margin-top: 7px;
	padding: 10px 20px 7px 20px;
	color: #fff;
}
.sidebar-widget-area .widget.widget_archive .post-count-number, .sidebar-widget-area .widget.widget_meta .post-count-number, .sidebar-widget-area .widget.widget_categories .post-count-number, .sidebar-widget-area .widget.widget_xpress_nav_menu .post-count-number {
	right: 15px;
	top: 12px;
}
.widget .post-count-number {
    position: absolute;
    right: 0;
    pointer-events: none;
    transition: .3s;
    font-size: 14px;
}

.widget.widget_rss ul li {
    border-top: 0;
    padding-bottom: 20px;
}

.widget.widget_rss ul li:last-child {
    padding-bottom: 0;
}

.widget.widget_rss ul li a {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    display: block;
    line-height: 1.2;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-widget-area .widget.widget_rss li a,
.footer-widget-area strong {
    color: #fff;
}
.widget.widget_rss .rss-date {
    margin-bottom: 15px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
}

.widget.widget_rss cite {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    color: #222222;
}


.widget.widget_text img {
    margin: 15px 0;
}

.tagcloud, .wp-block-tag-cloud {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -5px;
	margin-top: -5px;
}
.tagcloud a, .wp-block-tag-cloud a {
	border: 1px solid #F4F2F6;
	color: #98989A;
	min-height: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12px !important;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 700;
	padding: 7px 21px;
	margin: 5px;
	border-radius: 5px;
	text-transform: uppercase;
    font-weight: 700;
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover {
	color: #ffffff;
    border-color: transparent;
}

.sidebar-widget-area .widget.widget_archive ul li,
.sidebar-widget-area .widget.widget_categories ul li,
.sidebar-widget-area .widget.widget_meta ul li,
.sidebar-widget-area .widget.widget_nav_menu ul li,
.sidebar-widget-area .widget.widget_pages ul li,
.sidebar-widget-area .widget.widget_xpress_nav_menu ul li {
    border: none;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}

.widget.widget_archive li a,
.widget.widget_categories li a,
.widget.widget_meta li a, .widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_xpress_nav_menu ul li a {
    display: block;
    border: 1px solid #DADEEE;
    padding: 10px 15px 10px 17px;
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
    font-size: 14px;
}
.widget.widget_categories ul li:last-child, .widget.widget_xpress_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.widget.widget_archive li a,
.widget.widget_categories li a, .widget.widget_meta li a,
.widget.widget_nav_menu li a,
.widget.widget_pages li a,
.widget.widget_xpress_nav_menu ul li a {
    color: #98989A;
}
.widget.widget_archive li a:hover,
.widget.widget_categories li a:hover, .widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.widget.widget_pages li a:hover, .widget .post-count-number:hover,
.widget.widget_xpress_nav_menu ul li a:hover {
    color: #0F0F0F;
}
.sidebar-widget-area .widget.widget_archive li:hover .post-count-number,
.sidebar-widget-area .widget.widget_archive li a:hover,
.sidebar-widget-area .widget.widget_categories li a:hover + .post-count-number,
.sidebar-widget-area .widget.widget_categories li a:hover,
.sidebar-widget-area .widget.widget_pages li a:hover,
.sidebar-widget-area .widget.widget_meta li a:hover,
.sidebar-widget-area .widget.widget_nav_menu li a:hover,
.sidebar-widget-area .widget.widget_xpress_nav_menu ul li a:hover,
.sidebar-widget-area .widget.widget_xpress_nav_menu li a:hover + .post-count-number {
	color: #0F0F0F;
    box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}

.widget .comment-author-link {
    font-weight: 500;
    color: #222222;
    font-size: 17px;
}
.xpress-subscribe-form input {
	border-color: #F1F2F9;
	box-shadow: 0px 4px 4px rgba(5, 5, 5, 0.02);
}
/*Recent Post Widget */
.recent-posts .item .thumb {
	flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	max-width: 130px;
	margin-right: 20px;
	height: 78px;
	overflow: hidden;
}
.recent-posts .item .thumb img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	object-fit: cover;
	height: 100%;
}
.recent-posts .rp-title {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 500;
	margin-top: 4px;
    letter-spacing: 0;
}
.footer-widget-area .recent-posts .rp-title a:hover {
	color: #fff;
}
.recent-posts li {
    padding: 0 !important;
}
.recent-posts li:not(:last-child) {
	margin-bottom: 20px;
}
.recent-posts .xr-recent-widget-date {
	font-size: 13px;
	color: #B1B6CA;
}
/* cta widget */
.widget.widget_xpress_cta_button_widget {
	padding: 0;
}
.cta-widget-content {
	text-align: center;
	padding: 50px 20px;
	min-height: 485px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cta-title {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 40px;
}
/* 5.8 Block Widget CSS */


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.slick-track {
	-webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.18, 0.99) !important;
	-o-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.18, 0.99) !important;
	transition: all 0.8s cubic-bezier(0.65, 0.05, 0.18, 0.99) !important;
}
.sticky {
    display: block;
}

.sticky .post-content-wrapper {
    position: relative;
}
.sticky .post-content-wrapper::before {
	position: absolute;
	content: "\f08d";
	font-family: "Font Awesome 5 Pro";
	font-size: 35px;
	right: 50px;
	top: 30px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 500;
}


.updated:not(.published) {
    display: none;
}


.page-links {
    clear: both;
    margin: 1.5em 0;
}

.single-post-item article {
    margin-bottom: 40px;
}

.single-post-wrapper {
    background: #fff;
}

.single-post-wrapper .post-content-wrapper {
    padding: 40px 50px 50px 50px;
    -webkit-transition: .3s;
    transition: .3s;

}
.post-content-wrapper p {
	font-size: 18px;
	line-height: 30px;
}

.post-meta {
    margin-bottom: 20px;
    margin-top: -4px;
}

.post-meta li {
	font-size: 16px;
	line-height: 25px;
	margin-right: 50px;
	font-weight: 500;
	color: #98989A;
	margin-top: 4px;
}
.post-meta li a, .post-meta li a span {
    color: #98989A;
}

.post-meta li:last-child {
    margin-right: 0;
}

.post-meta li i {
    font-size: 16px;
}

.post-meta li i {
	margin-right: 5px;
	color: #191B1E;
}

.post-gallery-slider.slick-slider {
    max-height: 435px;
}

article .post-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 1.1;
	font-weight: 700;
	word-break: break-word;
	text-transform: uppercase;
}

.post-excerpt p:last-child {
    margin-bottom: 0;
}

.post-read-more {
    margin-top: 35px;
}


.audio-iframe-wrapper {
    position: relative;
}

.audio-iframe-wrapper iframe {
    height: 400px;
    width: 100%;
}

.audio-iframe-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.post-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}

.post-thumbnail-wrapper .slick-arrow {
    position: absolute;
    color: #ffffff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    top: 50%;
    margin-top: -30px;
    left: 30px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.post-thumbnail-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 30px;
}

.post-thumbnail-wrapper .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.post-video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
}
.video-icon {
	position: absolute;
	height: 100px;
	width: 100px;
	color: #fff;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 18px;
	line-height: 100px;
	transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: -50%;
	-moz-border-radius: -50%;
	-ms-border-radius: -50%;
	-o-border-radius: -50%;
}
.video-icon:hover {
    color: #fff;
}
.video-icon-white {
    background-color: #fff !important;
    color: #0F0F0F;
}
.video-icon-white:hover {
    color: #0F0F0F;
}
.video-icon::before, .video-icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	opacity: 0.15;
	z-index: -10;
}
.video-icon-white::before, .video-icon-white::after {
    background-color: #fff !important;
}
.video-icon::before {
	animation: inner-ripple 2000ms linear infinite;
	-webkit-animation: inner-ripple 2000ms linear infinite;
}
.video-icon::after {
	animation: outer-ripple 2000ms linear infinite;
	z-index: -10;
}
.layout-right-sidebar .sidebar-widget-area,
.layout-grid-rs .sidebar-widget-area {
	padding-left: 25px;
}
.layout-left-sidebar .sidebar-widget-area,
.layout-grid-ls .sidebar-widget-area {
	padding-right: 25px;
}
.blog-item {
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-color: #fff;
}
.blog-item .blog-thumb a {
    overflow: hidden;
}
.blog-item .blog-thumb img {
	width: 100%;
	transition: .3s;
}
.blog-item:hover .blog-thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.blog-item .blog-content {
	padding: 30px 40px 30px;
}
.blog-item .post-cat a {
	font-size: 11px;
	text-transform: uppercase;
	background: #DDB06F;
    color: #fff;
	padding: 6px 20px 5px;
	letter-spacing: .4px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 24px;
	font-weight: 700;
}
.blog-item .blog-title {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 12px;
}
.blog-item p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
.blog-item .blog-bottom {
	margin-top: 15px;
}
.blog-item .blog-author {
	margin-right: 50px;
	margin-top: 15px;
}
.blog-item .blog-date {
	margin-top: 15px;
}
.blog-item .avatar {
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.blog-item .author-name {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.blog-item .blog-date i {
	font-size: 15px;
	color: #191B1E;
	margin-right: 5px;
}
.blog-carousel .slick-list {
	margin-right: calc(-100vw / 2 + 940px / 2);
}
.blog-carousel .slick-slide {
	margin-right: 30px;
}
/* animation */
@keyframes outer-ripple {
    0% {
      transform: scale(1);
      filter: alpha(opacity=50);
      opacity: 0.5;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      -webkit-filter: alpha(opacity=50); }
    80% {
      transform: scale(1.5);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5); }
    100% {
      transform: scale(2.5);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transform: scale(2.5);
      -moz-transform: scale(2.5);
      -ms-transform: scale(2.5);
      -o-transform: scale(2.5); } }
  @-webkit-keyframes outer-ripple {
    0% {
      transform: scale(1);
      filter: alpha(opacity=50);
      opacity: 0.5;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
    80% {
      transform: scale(2.5);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transform: scale(2.5);
      -moz-transform: scale(2.5);
      -ms-transform: scale(2.5);
      -o-transform: scale(2.5); }
    100% {
      transform: scale(3.5);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transform: scale(3.5);
      -moz-transform: scale(3.5);
      -ms-transform: scale(3.5);
      -o-transform: scale(3.5); } }
  @-moz-keyframes outer-ripple {
    0% {
      transform: scale(1);
      filter: alpha(opacity=50);
      opacity: 0.5;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1); }
    80% {
      transform: scale(2.5);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transform: scale(2.5);
      -moz-transform: scale(2.5);
      -ms-transform: scale(2.5);
      -o-transform: scale(2.5); }
    100% {
      transform: scale(3.5);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transform: scale(3.5);
      -moz-transform: scale(3.5);
      -ms-transform: scale(3.5);
      -o-transform: scale(3.5); 
    } 
}


.post-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-pagination ul {
	padding-left: 0;
	margin-bottom: 0;
}
.post-pagination ul li a, .post-pagination ul li span, .page-links a, .page-links span {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 52px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	color: #0B0B0B;
	background-color: #fff;
	transition: .3s;
    border-radius: 5px;
}
.page-links a, .page-links span {
    background-color: #F8F7FA;
}
.page-numbers .fas {
    font-size: 16px;
}

.post-pagination span.page-numbers.dots {
	font-size: 26px;
	line-height: 44px;
}

.post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current {
    color: #ffffff;
    text-decoration: none;
}

.post-pagination nav.navigation.pagination {
    display: inline-block;
}

.post-pagination {
    margin-top: 10px;
}

.layout-grid .sticky .post-content-wrapper:before,
.layout-grid-ls .sticky .post-content-wrapper:before,
.layout-grid-rs .sticky .post-content-wrapper:before {
    font-size: 30px;
    right: 30px;
    top: 30px;
}

.layout-grid .post-title, .layout-grid-ls .post-title, .layout-grid-rs .post-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2;
    margin-top: 0;
}

.layout-grid .audio-iframe-wrapper iframe, .layout-grid-ls .audio-iframe-wrapper iframe,
.layout-grid-rs .audio-iframe-wrapper iframe {
    height: 210px;
}

.layout-grid .single-post-wrapper .post-content-wrapper,
.layout-grid-ls .single-post-wrapper .post-content-wrapper,
.layout-grid-rs .single-post-wrapper .post-content-wrapper {
    padding: 28px 30px 28px 30px;
}

.layout-grid .post-read-more,
.layout-grid-ls .post-read-more,
.layout-grid-rs .post-read-more {
    margin-top: 20px;
}

.layout-grid .all-posts-wrapper .post-meta ul li,
.layout-grid-ls .all-posts-wrapper .post-meta ul li,
.layout-grid-rs .all-posts-wrapper .post-meta ul li {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
}

.layout-grid .all-posts-wrapper .post-meta ul li i,
.layout-grid-ls .all-posts-wrapper .post-meta ul li i,
.layout-grid-rs .all-posts-wrapper .post-meta ul li i {
    font-size: 14px;
}

.layout-grid .all-posts-wrapper .xr-video-button:after,
.layout-grid-ls .all-posts-wrapper .xr-video-button:after,
.layout-grid-rs .all-posts-wrapper .xr-video-button:after {
    height: 60px;
    width: 60px;
}

.layout-grid .all-posts-wrapper .xr-video-button:before,
.layout-grid-ls .all-posts-wrapper .xr-video-button:before,
.layout-grid-rs .all-posts-wrapper .xr-video-button:before {
    height: 65px;
    width: 65px;
}

.layout-grid .post-thumbnail-wrapper .slick-arrow,
.layout-grid-ls .post-thumbnail-wrapper .slick-arrow,
.layout-grid-rs .post-thumbnail-wrapper .slick-arrow {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: -25px;
    left: 20px;
}

.layout-grid .post-thumbnail-wrapper .slick-arrow.slick-next,
.layout-grid-ls .post-thumbnail-wrapper .slick-arrow.slick-next,
.layout-grid-rs .post-thumbnail-wrapper .slick-arrow.slick-next {
    right: 20px;
    left: auto;
}
.layout-grid-rs .video-icon,
.layout-grid-ls .video-icon,
.layout-grid .video-icon {
	height: 70px;
	width: 70px;
	font-size: 14px;
	line-height: 73px;
}

table {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 15px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #dddddd;
}


.post-page-numbers {
    margin-right: 10px;
}

.entry-content table th, .entry-content table td {
    padding: 15px;
}

table th, table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #ccc;
}

.entry-content table {
    width: auto;
}

.post-details-wrapper .wp-block-calendar tfoot {
    border: 1px solid #ddd;
}

li.pingback, li.trackback {
    border: 2px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}

ul ol li:before {
    display: none;
}

ul ol li {
    padding-left: 0 !important;
}

ul ol li ul li:before {
    display: block;
}

.page p img {
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.post-details-wrapper .single-post-wrapper {
	padding: 40px;
	padding-bottom: 30px;
}
.single-post-wrapper p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
}
.post-details-wrapper article h1, .post-details-wrapper article h2, .post-details-wrapper article h3, .post-details-wrapper article h4, .post-details-wrapper article h5, .post-details-wrapper article h6 {
    margin: 20px 0 10px;
    line-height: 1.2;
}


.post-details-wrapper article h3 {
    margin-top: 10px;
}

.post-details-wrapper .post-thumbnail-wrapper {
    margin: -40px;
    margin-bottom: 30px;
}

.post-details-wrapper .entry-content img {
    margin-top: 20px;
    margin-bottom: 5px;
}

.post-details-wrapper .post-meta {
    margin-bottom: 20px;
}

.post-details-wrapper article .post-title {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 38px;
	line-height: 1.2;
}

blockquote.wp-block-quote, blockquote {
    background-color: #f5f5f6;
    font-size: 19px;
    color: #222222;
    padding: 35px 25px;
    margin: 30px 0;
    position: relative;
    line-height: 34px;
    border-left: 4px solid;
}

.wp-block-quote.is-large p:last-of-type, .wp-block-quote.is-style-large p:last-of-type {
    margin-bottom: 0;
}

p.has-large-font-size {
    line-height: 1.5;
}

.wp-block-quote.has-text-align-right {
    border-radius: 0;
    padding: 30px;
}

blockquote.wp-block-quote:before, blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-size: 90px;
    font-weight: 900;
    opacity: .1;
    top: 55px;
    left: 30px;
}
blockquote p {
	margin-bottom: 10px !important;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    color: #222222;
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
    color: #222222;
    font-weight: 500;
    font-size: 18px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 35px 25px;
    border-left: 4px solid
}

.post-details-wrapper article .entry-content a {
    font-weight: 500;
}

.comment-content a {
    word-wrap: break-word;
}

.post-password-form input[type="password"] {
    border-radius: 5px;
    margin-top: 15px;
    height: 58px;
}

.entry-content ol li, .entry-content ul li {
    margin-bottom: 5px;
}

.post-details-wrapper .entry-content {
    margin-bottom: 30px;
}


span.tag-title {
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
	color: #0F0F0F;
}

.post-tags a {
	border: 1px solid #F4F2F6;
	color: #98989A;
	min-height: 32px;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	text-transform: capitalize;
	padding: 7px 21px;
	margin: 5px;
	border-radius: 5px;
	text-transform: uppercase;
    font-weight: 700;
}

.post-tags a:hover {
    color: #fff;
    border-color: transparent;
}

.post-details-wrapper strong, .post-details-wrapper b, figcaption {
    font-weight: 500;
    color: #222222;
}


table {
    width: 100%;
    margin-bottom: 35px;
    margin-top: 15px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #dddddd;
}

.post-page-numbers {
    margin-right: 10px;
}

.entry-content table th, .entry-content table td {
    padding: 15px;
}

table th, table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #dddddd;
}

.entry-content table {
    width: auto;
}

.post-details-wrapper .wp-block-calendar tfoot {
    border: 1px solid #ddd;
}

li.pingback, li.trackback {
    border: 2px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}

ul ol li:before {
    display: none;
}

ul ol li {
    padding-left: 0 !important;
}

ul ol li ul li:before {
    display: block;
}

.page p img {
    margin-bottom: 30px;
}
.post-details-wrapper .post-password-form input[type="submit"] {
    padding: 23px 35px 18px 35px;
}




/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/
.comments-area {
	margin-top: 45px;
}

.comments-title {
	font-size: 24px;
	margin-bottom: 30px;
}

ol.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment ol.children {
	list-style: none;
	padding-left: 70px;
}

.comment span.says {
    display: none;
}

.comment-author.vcard,
footer.comment-meta {
    position: relative;
}

.comment-author.vcard img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-top: -5px;
}


.comment-author.vcard .fn {
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    left: 110px;
    top: -10px;
    text-transform: capitalize;
}


.bypostauthor {
    display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
    content: "\f02e";
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    top: 0;
    margin-left: 10px;
    position: relative;
    line-height: 1;
    font-weight: 900;
}

.comment-metadata {
    position: absolute;
    left: 110px;
    top: 30px;
}

.comment-metadata time {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

em.comment-awaiting-moderation {
    font-weight: 700;
    color: #1d1d1d;
    display: block;
    padding-left: 110px;
    margin-top: -25px;
    margin-bottom: 35px;
}

.comment-metadata span.edit-link,
span.edit-link {
    display: none;
}

.comment .comment-content {
    position: relative;
    padding-left: 110px;
    margin-top: -10px;
}

.comment article {
	margin-top: 15px;
	padding: 15px 15px 0px 0;
	position: relative;
}


.comment-content img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.comment-body .reply {
    position: absolute;
    right: 0;
    top: 8px;
}

.comments-area .reply a {
	position: relative;
	padding-left: 27px;
	font-weight: 500;
}

.comment-body .reply a::before {
	content: "\f122";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	left: 3px;
	top: 2px;
	font-size: 14px;
}

.comment-content a, .comment-body a {
    word-wrap: break-word;
    font-weight: 500;
}

.comment-content li {
    font-weight: 400;
    margin: 8px 0;
}

/* Comment Respond Form */

.comments-heading {
    font-size: 25px;
    margin-bottom: 5px;
}

#cancel-comment-reply-link {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.comment-respond {
	margin-top: 30px;
	border-top: 1px solid #F4F2F6;
	color: #282828;
	padding-top: 40px;
}

li.comment .comment-respond {
	margin-bottom: 40px;
}

.comment-form .comment-form-wrap {
	margin-top: 40px;
}

.comment-form .form-group {
    margin-bottom: 0;
}

.comment-form input, .comment-form textarea {
    background: #F4F2F6;
    color: #0F0F0F;
    border: 0;
}

.comment-message textarea {
    height: auto;
}

.comment-form-cookies-consent label {
    display: inline;
    margin-left: 10px;
}

.comment-form .comment-message {
    margin-top: 10px;
}


.comment-form-wrap ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #626262;
}

.comment-form-wrap :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #626262;
    opacity: 1;
}

.comment-form-wrap ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #626262;
    opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #626262;
}

.comment-form-wrap ::-ms-input-placeholder { /* Microsoft Edge */
    color: #626262;
}

.comment-form-wrap ::placeholder { /* Most modern browsers support this now. */
    color: #626262;
}

#message-cmt::placeholder { /* Most modern browsers support this now. */
    color: #626262;
}


/* Comment Respond Form End */


/* Block Style */
.post-details-wrapper article .entry-content .wp-block-button__link,
.post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button {
    font-weight: 400;
    margin-bottom: 15px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link {
    background: transparent !important;
}

a.wp-block-button__link, a.wp-block-button__link:hover {
    color: #ffffff;
}

.wp-block-cover {
    margin-bottom: 20px;
    margin-top: 10px;
}


.post-details-wrapper .wp-block-cover p:not(.has-text-color),
.wp-block-cover.has-background-dim strong, .wp-block-cover.has-background-dim a {
    color: #ffffff;
}

.wp-block-video figcaption {
    font-size: 16px;
    margin-top: 15px;
}

.wp-block-embed {
    margin-bottom: 30px;
}

.post-details-wrapper .wp-block-archives.wp-block-archives-list,
.post-details-wrapper .wp-block-archives.wp-block-archives-dropdown,
.post-details-wrapper .wp-block-categories.wp-block-categories-list,
.post-details-wrapper .wp-block-latest-comments,
.post-details-wrapper .wp-block-latest-posts {
    margin-bottom: 30px;
}

.post-details-wrapper .wp-block-latest-comments li {
    margin-bottom: 20px;
}

.post-details-wrapper .wp-block-calendar {
    display: inline-block;
    margin-bottom: 45px;
}

.post-details-wrapper .wp-block-calendar nav.wp-calendar-nav {
    text-align: right;
    margin-top: -76px;
    padding-right: 15px;
}

.post-details-wrapper .wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 40px;
}

.post-details-wrapper .entry-content .wp-block-latest-comments__comment img {
    margin-top: 0;
}

.wp-block-search .wp-block-search__input {
    max-width: 100%;
    border: 1px solid #DADEEE;
}
.sidebar-widget-area .widget.widget_block .wp-block-latest-comments {
	padding-left: 0;
	margin-top: 25px;
}
.wp-block-latest-comments__comment {
	margin-bottom: 22px;
}
.post-details-wrapper .wp-block-search .wp-block-search__button {
	margin-left: 0;
	margin-bottom: 25px;
	color: #32373c;
	padding: 20px;
}

.post-details-wrapper .wp-block-calendar tfoot, .post-details-wrapper .wp-block-calendar .wp-calendar-table caption {
    border: 1px solid #ddd;
    padding: 15px;
}

.post-details-wrapper ol.wp-block-latest-comments {
    padding-left: 0;
}

.wp-block-latest-posts__post-date {
    font-size: 15px;
}

.wp-block-group.has-background {
    margin: 30px 0 !important;
}

.wp-block-media-text {
    margin-bottom: 20px;
}

.post-details-wrapper .entry-content .wp-block-media-text__media img {
    margin-top: 0;
}


.post-details-wrapper .wp-block-table.is-style-stripes {
    border: 1px solid #dddddd;
}

.post-details-wrapper figure.wp-block-table.is-style-stripes table {
    margin: 0;
}

/* Block Style End */



/*--------------------------------------------------------------
# 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;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption, figcaption {
    font-size: 17px;
    margin-top: 15px;
    color: #222222;
    font-weight: 500;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-style: italic;
}
.single-post-wrapper .gallery {
    margin-right: -5px;
}
.single-post-wrapper table {
    margin-top: 20px;
}
.gallery {
	margin-bottom: 10px;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
	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;
}

.entry-content ul li.blocks-gallery-item:before {
    content: '';
}

.wp-block-gallery {
    margin-bottom: 30px;
}


.entry-content ul li.blocks-gallery-item {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-weight: 400;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 16px 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

ul.blocks-gallery-grid li:before {
    display: none;
}

.wp-block-gallery .blocks-gallery-item figure img {
    margin-top: 0;

}


.gallery-item figcaption {
    font-weight: normal;
}
.post-text .blocks-gallery-grid img {
	margin: 0;
}

/*--------------------------------------------------------------
# Header Css
--------------------------------------------------------------*/
.header-area {
	z-index: 2;
	position: relative;
}
.header-top-area {
	padding: 10px 0;
}

.header-info li a {
    color: #fff;
}
.header-info li {
	font-size: 14px;
	color: #fff;
	margin-right: 80px;
	font-weight: 500;
	line-height: 1;
}
.header-info li:last-child {
    margin-right: 0;
}
.header-info li i {
    padding-right: 5px;
    font-size: 13px;
}
.header-social li:not(:first-child) {
    margin-left: 15px;
}
.header-social li a {
	font-size: 14px;
    color: #fff;
}
.site-branding .site-title {
    margin-bottom: 0;
    font-size: 35px;
}
.logo-wrap img, .about-info-img img {
	max-width: 230px;
}
.main-menu-area {
	background: #fff;
    padding: 30px 0;
}
.main-menu-area.uk-active {
    background: #ffffff;
    padding: 10px 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 44;
}
.header-cta-button {
	margin-left: 40px;
}
.header-buttons-wrapper {
	margin-left: 130px;
}
.header-style-three .header-info li {
	font-size: 18px;
}
.header-style-three .header-info li i {
	font-size: 17px;
}
.logged-in.admin-bar .main-menu-area,
.logged-in.admin-bar .side-mobile-menu {
    top: 32px !important;
}
/* Submenu / Dropdown menu */
.main-navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-navigation ul li:not(:last-child) {
	margin-right: 45px;
}
.main-navigation ul li {
	display: inline-block;
	position: relative;
}
.main-navigation ul li a {
	padding: 35px 0;
	display: block;
	text-transform: uppercase;
	color: #0F0F0F;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	line-height: 1;
	letter-spacing: .7px;
    font-family: 'Teko', sans-serif;
}
.main-navigation ul li .submenu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	min-width: 240px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	background: #ffffff;
	padding: 20px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 3;
	text-align: left;
	transform-origin: 50% 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}
.main-navigation ul li.menu-last ul.submenu {
	right: 0;
	left: auto;
}
.main-navigation ul li.menu-last ul.submenu ul {
    right: auto;
    left: -100% !important;
}
.main-navigation ul li .submenu li {
	margin-right: 0;
}
.main-navigation ul li:hover > .submenu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(100%);
	-ms-transform: scaleY(100%);
	transform: scaleY(100%);
}
.main-navigation ul li .submenu li a {
	padding: 10px 30px;
}
.main-navigation ul li ul.submenu li ul.submenu {
	top: 10%;
	left: 100%;
	transform-origin: 50% 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
.main-navigation ul li ul.submenu li:hover > ul.submenu {
	top: 0;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}
.main-navigation ul li.menu-item-has-children > a::after {
	content: "+";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-54%);
}
.main-navigation ul ul li.menu-item-has-children > a::after {
	right: 19px;
	top: 19px;
}
/*--------------------------------------------------------------
## Header Search CSS
--------------------------------------------------------------*/

.header-search {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    color: #0F0F0F;
}
.header-style-three .header-search{
    color: #ffffff;
}

.header-style-three .header-mini-cart{
    margin-left: 35px;
}

.header-search-wrapper {
	position: fixed;
	z-index: 99999999;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
	background: rgba(27,26,26,.95);
}

.header-search-wrapper.search-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .4s;
    transition: .4s;
}

.search-close {
    position: absolute;
    right: 50px;
    height: 30px;
    width: 30px;
    top: 50px;
    cursor: pointer;
}

.search-close:before, .search-close:after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #fff;
    content: '';
    top: 0;
}

.search-close:before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-close:after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-search-wrapper .search-form {
    width: 50%;
    display: inline-block;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: .3s;
}

.header-search-wrapper.search-open .search-form {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header-search-wrapper input[type="search"], .header-search-wrapper form.search-form .search-submit, .header-search-wrapper form.search-form .search-submit:hover {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
    border-width: 0 0 2px 0;
    border-radius: 0;
    font-size: 25px;
}

.header-search-wrapper input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
}

.header-search-wrapper input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;

}

.header-search-wrapper input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

.header-search-wrapper input[type=search]:focus{
    border-color: #ffffff;
}

.header-search-wrapper input:-webkit-autofill,
.header-search-wrapper input:-webkit-autofill:hover,
.header-search-wrapper input:-webkit-autofill:focus,
.header-search-wrapper textarea:-webkit-autofill,
.header-search-wrapper textarea:-webkit-autofill:hover,
.header-search-wrapper textarea:-webkit-autofill:focus,
.header-search-wrapper select:-webkit-autofill,
.header-search-wrapper select:-webkit-autofill:hover,
.header-search-wrapper select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
.xr-table-cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.xr-table {
	display: table;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1024px){
    .header-style-three .header-mini-cart{
        margin-left: 15px;
    }
    .header-search-wrapper .search-form{
        width: 80%;
    }
}

@media only screen and (max-width: 767px){
    .header-style-three .header-mini-cart{
        margin-left: 0;
    }
}
/* Header Search CSS End */


/*--------------------------------------------------------------
# Banner Css
--------------------------------------------------------------*/
.banner-area {
	display: flex;
	align-items: center;
	padding: 100px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 400px;
	background-color: #191B1E;
}
.header-style-three .banner-area {
    min-height: 370px;
}

.header-style-three .banner-content {
    margin-top: 50px;
}

.banner-title {
	color: #ffffff;
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 8px;
}
.breadcrumb-container, .breadcrumb-container a {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

.breadcrumb-container a:hover {
    color: #ffffff;
}

.breadcrumb-container i {
    font-size: 17px;
}

.breadcrumb-container span {
    margin: 0 10px;
}

.breadcrumb-container span:first-child {
    margin-left: 0;
}

.breadcrumb-container span:last-child {
    margin-right: 0;
}

/*--------------------------------------------------------------
# 404 Css
--------------------------------------------------------------*/

.not-found-text-wrapper h1, .not-found-text-wrapper h2, .not-found-text-wrapper h3, .not-found-text-wrapper h4, .not-found-text-wrapper h5, .not-found-text-wrapper h6 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 0;
}

.not-found-text-wrapper p {
    margin-top: 15px;
    margin-bottom: 0;
}

.error-page-button {
    margin-top: 35px;
}

.text-404 h2 {
	font-size: 140px;
	line-height: 1;
}
.xr-vertical-center {
	min-height: 100%;
	display: flex;
	align-items: center;
}

/*--------------------------------------------------------------
# Pre loader Css
--------------------------------------------------------------*/
.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000; }
  
  .ctn-preloader .animation-preloader {
    z-index: 1000; }
  
  .ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #403380;
    height: 150px;
    width: 150px; }
  
  .ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff; }
  
  .ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2); }
  
  .ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff; }
  
  .ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b; }
  
  .ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none; }
  
  .ctn-preloader .loader .row {
    height: 100%; }
  
  .ctn-preloader .loader .loader-section {
    padding: 0px; }
  
  .ctn-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); }
  
  .ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339; }
  
  .ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
  
  .ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1); }
  
  @-webkit-keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg); } }
  @keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg); } }
  @-webkit-keyframes letters-loading {
    0%,
      75%,
      100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg); }
    25%,
      50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); } }
  @keyframes letters-loading {
    0%,
      75%,
      100% {
      opacity: 0;
      -webkit-transform: rotateY(-90deg);
      transform: rotateY(-90deg); }
    25%,
      50% {
      opacity: 1;
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); } }
  @media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
      height: 8em;
      width: 8em; }
  
    .ctn-preloader .animation-preloader .txt-loading {
      font: bold 3.5em "Roboto", sans-serif; } }
  @media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
      height: 7em;
      width: 7em; }
  
    .ctn-preloader .animation-preloader .txt-loading {
      font: bold 2em "Roboto", sans-serif; } }

/*--------------------------------------------------------------
# Scroll Top Css
--------------------------------------------------------------*/
.scroll-to-top {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	position: fixed;
	right: 15px;
	bottom: 60px;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 100;
	color: #fff;
}

.scroll-to-top.scroll-to-top-visible {
    opacity: 1;
    visibility: visible;
}



/*--------------------------------------------------------------
# Footer Css
--------------------------------------------------------------*/
.footer-widget-area {
    background-color: #fff;
    padding: 100px 0 60px;
    background-image: url("../img/footer-image.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;

}
.footer-widget-area .widget.widget_archive li,
.footer-widget-area .widget.widget_categories li,
.footer-widget-area .widget.widget_meta li,
.footer-widget-area .widget.widget_nav_menu li,
.footer-widget-area .widget.widget_pages li,
.footer-widget-area .widget.widget_xpress_nav_menu ul li {
    border: none;
    padding: 0;
}


.footer-widget-area .widget.widget_archive li a,
.footer-widget-area .widget.widget_categories li a,
.footer-widget-area .widget.widget_meta li a,
.footer-widget-area .widget.widget_nav_menu li a,
.footer-widget-area .widget.widget_pages li a,
.footer-widget-area .widget.widget_xpress_nav_menu ul li a {
    background-color: transparent;
    border: none;
    padding: 4px 15px 4px 0;
}

.footer-widget-area .widget.widget_xpress_nav_menu ul li a {
    display: inline-block;
}

.footer-widget-area .widget_xpress_nav_menu {
    padding-left: 50px;
}

.footer-widget-area .widget .post-count-number {
    top: 4px;
}

.footer-widget-area .widget ul ul li:first-of-type {
    margin-top: 0;
}

.footer-widget-area .widget.widget_archive li a, .footer-widget-area .widget.widget_categories li a,
.footer-widget-area .widget.widget_meta li a, .footer-widget-area .widget.widget_nav_menu li a,
.footer-widget-area .widget.widget_pages li a,
.footer-widget-area .widget.widget_xpress_nav_menu ul li a,
.footer-widget-area .widget .post-count-number,
.footer-widget-area {
    font-weight: 400;
}

.footer-widget-area .widget {
    margin-bottom: 35px;
}

.footer-widget-area .widget-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-widget-area .widget_archive select,
.footer-widget-area .widget_categories select {
    margin-top: 12px;
}

.footer-widget-area .widget_search .widget-title,
.footer-widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 25px;
}

.footer-widget-area .widget_calendar .widget-title {
    margin-bottom: 24px;
}

.footer-widget-area .widget ul li {
    border: none;
}



.footer-widget-area, .footer-widget-area a,
.footer-widget-area .widget.widget_archive li a,
.footer-widget-area .widget.widget_categories li a,
.footer-widget-area .widget.widget_meta li a,
.footer-widget-area .widget.widget_nav_menu li a,
.footer-widget-area .widget.widget_pages li a,
.footer-widget-area .widget.widget_xpress_nav_menu ul li a,
.footer-widget-area .widget .post-count-number,
.footer-widget-area table td,
.footer-widget-area .widget.widget_rss .rss-date {
    color: #fff;
    font-size: 16px;

}
.footer-widget-area table, .footer-widget-area table th, .footer-widget-area table td {
    border-color: #909498;
}

.footer-widget-area .widget.widget_tag_cloud a {
    background-color: #fff;
    border-color: transparent;
    color: #98989A;
}
.footer-widget-area .widget.widget_tag_cloud a:hover {
    color: #1e1d23;
}
.footer-widget-area .widget-title, .footer-widget-area .widget-title a{
    color: #fff;
}

.footer-widget-area .col-lg-3:first-child {
    width: 30%;
}
.footer-widget-area .col-lg-3:nth-child(2) {
    width: 20%;
}
.footer-bottom-area {
	padding: 20px 0;
	font-size: 15px;
	color: #A59BD7;
	font-weight: 500;
    background-color: #30246C;
}
.footer-bottom-area a, .footer-bottom-area a:hover {
	color: #fff;
}


.site-copyright-text {
    text-align: right;
}
/* About Company Widget */
.widget_xpress_about_company_widget .about-info-img {
    margin-bottom: 25px;
    margin-top: -8px;
}
.widget .social-icon li {
	padding: 0;
}
.social-icon li a {
	color: #8B8F9E;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
	font-size: 17px;
	background: #fff;
}
.social-icon li {
    padding: 0;
    margin-right: 10px;
}
.social-icon li {
	margin-top: 10px;
}
.social-icon li:last-child {
    margin-right: 0;
}
.social-icon li a.facebook {
    color: #FF0000;
}
.social-icon li a.twitter {
    color: #1DA1F2;
}
.social-icon li a.facebook {
    color: #4267B2;
}
.social-icon li a.linkedin {
    color: #0376e8;
}
.social-icon li a.pinterest {
    color: #E60023;
}
.social-icon li a.instagram {
    color: #8a3ab9;
}

/* Contact Info Widget */


.widget .widget-contact-info-list li {
    position: relative;
    padding-left: 25px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget-contact-info-list li i {
    position: absolute;
    top: 13px;
    left: 0;
    color: #fff;
}

.widget-addr-dsc p {
    margin-bottom: 0;
}

/*============================================
 Theme Color
 ============================================*/

 a:hover, .bypostauthor .comment-author.vcard .fn::after, .recent-posts .rp-title a:hover {
    color: #403380;
}


blockquote.wp-block-quote, blockquote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.has-text-align-right, .post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link {
    border-color: #DDB06F;
}

.header-social li a:hover, .header-info li i, .post-details-wrapper article .entry-content .is-style-outline .wp-block-button__link, .footer-widget-area a:hover, .footer-widget-area .widget.widget_archive li a:hover, .footer-widget-area .widget.widget_categories li a:hover, .footer-widget-area .widget.widget_meta li a:hover, .footer-widget-area .widget.widget_nav_menu li a:hover, .footer-widget-area .widget.widget_pages li a:hover, .footer-widget-area .widget.widget_recent_comments li .comment-author-link, .footer-widget-area .widget.widget_recent_comments li .comment-author-link a, .footer-widget-area .widget.widget_rss cite, .footer-widget-area table td a, .widget.widget_xpress_nav_menu ul li a:hover, .main-navigation ul li:hover > a, .main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a, .main-navigation ul li.current-menu-ancestor > a, .main-navigation ul li.current_page_ancestor > a, .header-style-three .main-navigation ul li ul li a:hover, .header-style-three .main-navigation ul li li.current-menu-item > a, .header-style-three .main-navigation ul li li.current_page_item > a, .footer-widget-area .recent-posts .rp-title a:hover, .footer-widget-area .widget.widget_categories li a:hover + .post-count-number, .footer-widget-area .widget.widget_archive li a:hover + .post-count-number {
    color: #DDB06F;
}


.header-top-area, .header-style-three .header-navigation-area, .footer-widget-area, .sidebar-widget-area .tagcloud a:hover, .post-tags a:hover, .wp-block-tag-cloud a:hover, .post-thumbnail-wrapper .slick-arrow, .video-icon, .video-icon::before, .video-icon::after, .post-pagination ul li a:hover, .page-links a:hover, .post-pagination ul li span.current, .page-links .current, .scroll-to-top, .side-info-close {
    background-color: #403380;
}
.site-btn, input[type="submit"], button[type="submit"], .wp-block-button__link, .post-details-wrapper article .entry-content .wp-block-file .wp-block-file__button, .widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: #DDB06F;
}
