/**************************************

    File Name: style.css
    Template Name: Castora
	
**************************************/

/**************************************
    Table of Content

    1. FONTS
    2. BASIC
    3. LOADER
    4. HEADER
    5. SECTION
    6. PORTFOLIO
    7. FOOTER
    8. ELEMENTS
    9. PRICING
    10. TESTIMONIAL
    11. TEAM MEMBER
    12. FORMS
    13. PAGES
    14. BLOG
    15. SIDEBAR WIDGETS
    16. SIDEBAR EXPENDED
    17. RESPONSIVE

**************************************/
/* BASIC 
**************************************/

@font-face {
    font-family: "neue helvetica";
    src: url("../fonts/Helvetica-Neue-LT-55-Roman.ttf") format("truetype");
   
}



body {
    line-height: 1.666;
    background-color: #ffffff;
	font-family: "neue helvetica";
	font-size: 16px;
	color:#777;
}

body.boxed {
    background-color: #333;
}

body.boxed #wrapper {
    margin: 2rem auto;
    max-width: 1240px;
	overflow: hidden;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #000;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
	line-height: 1.2;
    margin-bottom: 20px;
	margin-top: 20px;
}

h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #000;
}

mark {
    padding: 0;
}

p {
    margin-bottom: 10px;
}



a:hover,
a:focus {
    color: #222;
	text-decoration: none;
}

.blockquote,
blockquote {
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    padding: 40px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	background: inherit;
	padding: 40px 0;
	box-shadow: none;
	margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	color: inherit;
}

.wp-block-pullquote.is-style-solid-color .wp-block-quote:after,
.wp-block-pullquote.is-style-solid-color blockquote:after {
	content: "";
}

.readmore {
    display: block;
    font-size: 11px;
    margin: 1rem 0 0;
    color: #222;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}

.margin-50 {
	margin-bottom: 50px;
}

.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.process-box:hover .process-end, 
.normal-box h4::after, 
.image-box h4::after,
.widget-title:after,
.onsale,
.image-box h4::after,
.tooltip-inner,
.post-publish .fa:hover,
.page-link,
mark,
.bg {
	opacity: 1;
	color:#fff;
	background-color:#222;
}

::selection {
    background: #222;
    color: #fff;
}

::-moz-selection {
    background: #222;
    color: #fff;
}

.gform .form-control:focus,
.search-form .search-field:focus,
.wpcf7 .form-control:focus {
  background: #f7f7f7;
  outline: none;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: #222;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #222;
}

/*----------------unit----------------------*/
#wrapper {
	overflow: hidden;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	max-width: 100%;
	overflow: hidden;
}

.wp-caption {
	text-align: center;
	color: #686868;
}

figcaption {
	margin-top: 0.5em;
    margin-bottom: 1em;
	color: #686868;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
	margin: 0;
}

.page .wp-caption.alignright figcaption {
	margin-bottom: 0;
	margin-top: 5px;
}

.page figure.wp-caption.alignright {
	margin-top: -15px;
}

iframe {
	max-width: 100%;
}

.fb_iframe_widget {
	max-width: 100%;
}

.fb-post.fb_iframe_widget span {
	max-width: 100%;
}

.wp-block-embed iframe {
	max-width: 100%!important;
	min-width: 220px!important;
}

.screen-reader-text {
	display: none;
}

.alignright {
	float: right;
	margin: 6px 0 6px 20px;
}

.alignleft {
	float: left;
	margin: 6px 20px 6px 0;
}

img.aligncenter {
	display:block;
	text-align:center;
	display: block;
	margin:0 auto 20px auto;
	padding:0px;
	border:0px;
	background:none;
}

img.alignleft {
	float:left;
	margin: 6px 20px 6px 0;
	display: inline;
	border:0px;
	background:none;
	padding:0;
	display:block;
}

img.alignright {
	padding:0;
	float:right;
	margin: 6px 0 6px 20px;
	border:0px;
	display:block;
	background:none;
}

figure.aligncenter {
	margin:0 auto 20px auto;
}

blockquote {		 
	margin: 20px 0;
	position:relative;  
	width:auto;
}

table {
	width: 100%;
}

.blog-desc table {
	margin-bottom: 30px;
}

table th {
	font-weight: 500;
}

.wp-block-calendar table th {
	background: #f7f7f7;
	font-weight: 500;
	text-align: center;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-calendar-table td a {
	color: #222;
	font-weight: 500;
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
	border-color: #eaeaea;
}

table td,
table th {
	padding: 8px;
	border: 1px solid #eaeaea;
	color: #686868;
}

.widget table td,
.widget table th {
	text-align: center;
}

select {
	border: 1px solid #eaeaea;
	height: 44px;
	padding: 10px;
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
	background-position: 96%;
	background-size: 3%;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	max-width: 100%;
	overflow: hidden;
	color: #222;
	margin-bottom: 5px;
	border-radius: 4px;
}

.widget_archive select {
	min-width: 200px;
}

.sidebar select,
.footer-widget-area select {
	width: 100%;
}

pre {
	border: 1px solid #eaeaea;
    font-size: 12px;
    line-height: 1.3125;
    margin: 5px 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}

code {
	background: none;
	color: #222;
}

kbd {
	background: #222;
}

.pager {
    margin: 0;
}

.pagination > li {
	float: left;
    min-width: 30px;
    line-height: 36px;
}

.pagination > li > a,
.pagination > li > span {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
}

.pager li > a,
.pager li > span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pagination > li.current > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #fafafa;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	border-left: 5px solid #222;
}

.wp-block-search .wp-block-search__button {
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
	height: 45px;
	border: none;
	color: #fff;
    padding: 0 25px;
	margin-left: 0;
}

.wp-block-search .wp-block-search__input {
	float: left;
    max-width: 345px;
    border-color: #f5f5f5;
    padding-left: 20px;
	background: #f5f5f5;
}

.post-meta.sticky-posts {
	position: relative;
}

.sticky .sticky-content {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: -38px;
	right: 20px;
	z-index: 1;
	transform: rotate(-45deg);
	writing-mode: vertical-lr;
    display: inline-block;
    padding: 42px 3px;
}

.sticky-content .sticky-post {
	font-size: 16px;
	color: #000;
}

.sticky .sticky-content::before {
	position: absolute;
    z-index: 1;
    content: '';
    border-top: 15px solid #f4f4f4;
	border-left: 15px solid #f4f4f4;
	border-right: 15px solid #f4f4f4;
    border-bottom: 15px solid #f4f4f4;
    bottom: -15px;
	height: 30px;
	width: 100%;
	right: 0;
}

.sticky .sticky-content::after {
	position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
	height: 100%;
	width: 100%;
	background-color: #f4f4f4;
	color: #000;
}

.gallery-caption {
	color: #000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #660016;
}

dd {
	margin-bottom: 20px;
}

.hidden-sec {
    display: none;
}

.visible-sec {
    display: block;
}

.tagcloud a,
.tagwidget li a,
.wp-block-tag-cloud a {
    margin: 0 0 10px 0;
	display: inline-block;
	font-size: 12px!important;
	background: #f4f4f4;
	padding: 6px 15px;
	color: #777;
}

.wp-block-tag-cloud a {
	margin-right: 7px;
}

.tagcloud a:hover,
.tagwidget li a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:focus,
.tagwidget li a:focus,
.wp-block-tag-cloud a:focus {
	background: #000;
	color: #fff;
}

.sidebar ul {
	padding-left: 0;
}

.sidebar .widget_nav_menu ul.sub-menu {
	padding-left: 10px;
}

.sidebar ul li {
	list-style: none;
	padding-bottom: 10px;
}

.panel-grid-cell {
	position: relative;
}

.post-password-form input[type="password"] {
	border: none;
	background-color: #f7f7f7;
	padding: 0 1rem;
	height: 45px;
	display: block;
}

.post-password-form input[type="submit"] {
	border: none;
	padding: 5px 35px;
	color: #fff;
    height: 45px;
    background: #222;
    border: none;
    color: #fff!important;
    cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
	background: #222;
}

.right.carousel-control > span,
.left.carousel-control > span {
	top: 45%;
	position: absolute;
}

.comments-list li .children {
	padding-left: 10px;
}

.blog-tags {
	float: left;
	width: 100%;
}

.blog-tags h5 span,
.blog-social h5 span {
	position: relative;
}

.custom-title span:after,
.blog-social h5 span:after {
    background-color: #222;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    top: 15px;
    width: 20px;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-left: 5px;
	margin-left: 10px;
}

.blog-social h5 span:after {
	right: auto;
	left: -40px;
	height: 0;
}

.blog-tags:hover h5 span:after,
.blog-item-comment:hover .custom-title span:after,
.blog-social:hover h5 span:after {
	background-color: #192B72;
	width: 50px;
}

.blog-social:hover h5 span:after {
	left: -70px;
}

.page-links {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.page-links .page-links-title {
	padding-right: 5px;
}

.page-links .post-page-numbers {
	margin-right: 10px;
}

.page-links a,
.page-links span.post-page-numbers {
	color: #fff;
    background-color: #222;
    padding: 15px 18px;
    border: 1px solid #222;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
	display: inline-block;
	border-radius: 50%;
}

.page-links .post-page-numbers.current,
.page-links a:hover,
.page-links a:focus {
	background: #222;
    color: #fff;
    border-color: #222;
}

.wp-audio-shortcode {
	margin-bottom: 20px;
}

.media-list li.pingback {
	list-style: none;
}

.pagination {
	margin-top: 70px;
	justify-content: center;
	margin-bottom: 0;
	padding-bottom: 10px;
}

/*-----------------------blocks-------------*/

.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-rss {
	padding: 0;
}

.wp-block-latest-posts.is-grid {
	margin-bottom: 30px;
}

.sidebar .wp-block-latest-posts .wp-block-latest-posts__featured-image {
	float: left;
	max-width: 100px;
	margin-right: 15px;
  }
  
  .sidebar .widget .wp-block-latest-posts li a {
	display: flex;
  }
  
  .sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {
	float: left;
	width: 100%;
  }
  
  .sidebar .wp-block-latest-posts.wp-block-latest-posts__list li > a {
	color: #222;
	font-weight: 600;
  }
  
  .sidebar .wp-block-latest-posts.wp-block-latest-posts__list li > a:hover {
	text-decoration: underline;
	color: #000;
  }
  
  .sidebar .wp-block-latest-posts.wp-block-latest-posts__list li time {
	color: #777;
  }

.wp-block-rss li {
	list-style: none;
	margin-bottom: 10px;
}

.wp-block-rss li:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
	margin-bottom: 0;
}

.wp-block-image .alignleft {
	margin-right: 30px;
}

.sidebar .wp-block-image {
	margin: 0;
}

.wp-block-image figcaption {
	color: #686868;
	font-size: 16px;
}

.wp-block-cover-image,
.wp-block-cover {
	min-height: 330px;
}

.wp-block-cover {
	margin-bottom: 40px;
}

.wp-block-video figcaption {
	color: #686868;
	font-size: 16px;
}

.wp-block-pullquote {
	border-width: 0;
	border-style: solid;
	padding: 0;
	border-color: #ddd;
	color: #333;
}

.wp-block-pullquote p {
	margin-bottom: 0.5em;
	line-height: 1.4;
}

.wp-block-pullquote blockquote p {
	font-size: 20px;
	margin-bottom: 0;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	color: #333;
	text-transform: inherit;
}

.wp-block-button__link {
	background: #222;
	color: #fff !important;
	border: 1px solid #222;
	border-radius: 30px;
	margin-bottom: 5px;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-color: #222;
	color: #222!important;
}

.blocks-gallery-caption {
	font-size: 16px;
    margin: 10px auto 30px;
	color: #686868;
}

.wp-block-embed figcaption {
	font-size: 16px;
	color: #686868;
}

.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color) {
	color: #fff;
}

.wp-block-quote,
blockquote {
	padding: 40px 80px 40px 80px;
	margin: 0 0 30px 0;
	background: #fff;
	box-shadow: 16px 0 32px 0 rgba(0, 0, 0, 0.03);
	font-size: 24px;
	color: #000;
	text-align: center;
	border: 2px solid #f4f4f4;	
}

.format-quote .wp-block-quote,
.format-quote blockquote {
	padding: 125px 80px 40px 80px;
}

.formate-quote .wp-block-quote {
	border: none;
	box-shadow: none;
	margin: 0;
}

.wp-block-quote p:last-child,
blockquote p:last-child {
	margin-bottom: 0;
}

.wp-block-calendar table caption,
table caption {
	caption-side: top;
	padding-top: 0;
	padding-bottom: 5px;
}

.wp-block-calendar table caption {
	padding-bottom: 15px;
}

.wp-calendar-nav {
	padding-top: 5px;
	text-align: left;
}

.wp-calendar-nav a {
	font-size: 14px;
	color: #222;
}

.wp-calendar-table td#today {
	color: #fff;
	background: #222;
	border-color: #222;
}

.footer-widget-area .wp-calendar-table td#today {
	border-color: #eaeaea;
}

.wp-block-calendar table {
	margin-bottom: 10px;
}

.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
}

.wp-block-calendar .wp-calendar-nav {
	margin-bottom: 30px;
}

.has-text-align-right.wp-block-quote {
	text-align: right;
}

.wp-block-columns .wp-block-column .wp-block-quote {
	padding: 15px;
}

.wp-block-file .wp-block-file__button {
	background: #222;	
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	padding: 25px;
}

.blog-box .meta-bottom {
	margin-top: 10px;
	font-weight: 600;
	float: left;
	width: 100%;
}

.meta-bottom i {
	margin-right: 5px;
	color: #222;
}

.wp-block-audio audio {
	min-width: 220px;
}

.wp-block-quote p {
	z-index: 1;
	position: relative;
	margin-bottom: 0;
	font-weight: 700;
	line-height: 38px;
}

.format-quote .wp-block-quote:after,
.format-quote blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f10e";
	top: 40px;
	font-size: 30px;
	line-height: 1;
	left: 44%;
	background: #fff;
	color: #000;
	padding: 20px;
	border-radius: 50px;
	box-shadow: 16px 0 32px 0 rgba(0, 0, 0, 0.06);
	border: 1px solid #f4f4f4;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-color: #f4f4f4;
	border-width: 2px;
}

.is-style-solid-color blockquote {
	border: none;
}

.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
	font-weight: 600;
}

.wp-block-separator {
	margin: 1.65em auto!important;
	border-top: 1px solid #999;
	border-bottom: none;
	float: none!important;
}

.has-large-font-size {
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.2;
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation,
.wp-block-quote cite a {
	color: #777;
	font-weight: 700;
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
}

.formate-quote .wp-block-quote cite a {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin: 0 10px;
}

.formate-quote .wp-block-quote cite a i {
	margin-right: 5px;
}

.gallery-carousel,
.wp-block-archives,
.wp-block-categories,
.wp-block-search,
.wp-block-archives-dropdown {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.sidebar .gallery-carousel,
.sidebar .wp-block-archives,
.sidebar .wp-block-categories,
.sidebar .wp-block-search,
.sidebar .wp-block-archives-dropdown,
.footer-widget-area .gallery-carousel,
.footer-widget-area .wp-block-archives,
.footer-widget-area .wp-block-categories,
.footer-widget-area .wp-block-search,
.footer-widget-area .wp-block-archives-dropdown {
	margin-bottom: 0;
}

.wp-block-code {
	border: 1px solid #eaeaea;
	border-radius: 0;
	color: #222;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid #eaeaea;
}

.wp-block-group.has-background {
	margin-bottom: 15px;
}

.wp-block-latest-posts.is-grid {
	margin-bottom: 30px;
}

.wp-block-group.has-background {
	padding: 30px;
}

.wp-block-group.has-background p:last-child {
	margin-bottom: 0;
}

.wp-block-media-text {
	margin-bottom: 15px;
}

.wp-block-media-text.has-background .wp-block-media-text__content {
	padding: 15px;
}

.wp-block-media-text.has-background .wp-block-media-text__content p:last-child {
	margin-bottom: 0;
}


/* LOADER 
**************************************/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#loader {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -50px auto;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #F4F7F9;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.boxed-slider .container-fluid {
    padding: 0;
}


/* HEADER 
**************************************/

.affix {
	position: fixed;
}

body.admin-bar .header-main.affix {
    margin-top: 32px;
}

.header-main.affix {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	right: 0;
	display: block;
	z-index: 1000;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #f4f7f9;
}

.header-style3 .header-main.affix {
	background: #000;
	border-bottom-color: #000;
}

.transparent-header .mobile-menu .header-button-ac .btn.btn-primary.align-right {
	display: block;
}

.header {
    padding: 0;
	position: relative;
	z-index: 9999;
}

.header.header-style3 {
	background: transparent;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header.header-style4 {
	background: transparent;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logged-in.admin-bar .header.header-style3 {
	top: 32px;
}

.logged-in.admin-bar .header.header-style4 {
	top: 32px;
}

.transparent-header.header-style4 .navbar-nav > .menu-item > a {
	color: #fff;
}

.transparent-header.header-style4 .header-main.affix .navbar-nav > .menu-item > a {
	color: #000;
}

.header-style4 .navbar .header-right-slider {
	background: #ff5001;
}

.header-border {
	border: none;
	border-bottom: 1px solid #f4f7f9;
	margin: 0;
}

.header .navbar {
	padding: 0;
}

.header-call-to-action {
	background: #222;
	padding: 20px 40px;
	margin-left: 40px;
	margin-right: -30px;
	min-width: 255px;
}

.header-call-to-action a span {
	color: rgba(255,255,255, 0.7);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	display: block;
}

.header-call-to-action a {
	color: #000;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.normal-header {
    padding: 0;
}

.normal-header .navbar {
    padding: 0;
}

.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
    padding: 1rem 3rem;
}

.navbar-nav .menu-item a {
    line-height: 1;
    padding: 30px;
	display: block;
	margin-top: -1px;
	font-weight: 500;
	position:relative;
}

.navbar-nav > .menu-item > a:before {
	position: absolute;
	content: "";
	bottom: -1px;
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);	
	width: 100%;
	height: 4px;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74,.72,.27,.24);
}

.header-style3 .navbar-nav > .menu-item > a:before {
	background: #fff;
}

.navbar-nav > .menu-item:hover > a:before,
.navbar-nav > .menu-item.current_page_parent > a:before,
.navbar-nav > .menu-item.current-menu-item > a:before,
.navbar-nav > .menu-item.current-menu-parent > a:before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.transparent-header .navbar-nav > .menu-item > a {
	padding: 39px 20px;
}

.transparent-header.header-style1 .navbar-nav > .menu-item > a,
.transparent-header.header-style2 .navbar-nav > .menu-item > a,
.transparent-header.header-style3 .navbar-nav > .menu-item > a {
	padding: 42px 0 15px 0;
	margin: 0 22px 30px 22px;
}

.transparent-header.header-style3 .navbar-nav > .menu-item > a {
	color: #fff;
}

.transparent-header.header-style2 .navbar-nav > .menu-item:first-child > a {
	margin-left: 0;
}

.transparent-header.header-style1 .navbar-nav > .menu-item > a:before,
.transparent-header.header-style2 .navbar-nav > .menu-item > a:before,
.transparent-header.header-style3 .navbar-nav > .menu-item > a:before {
	height: 1px;
}

.transparent-header.header-style4 .navbar-nav > .menu-item > a:before {
	height: 0;
}

.light-header.transparent-header .navbar-nav > .menu-item > a {
	color: #222;
}

.light-header.transparent-header .navbar-nav > .menu-item.current-menu-item > a,
.light-header.transparent-header .navbar-nav > .menu-item:hover > a {
	color: #222;
}

.navbar-toggleable-md .offcanvas-menu .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.offcanvas-menu .dropdown-btn.open,
.offcanvas-menu .dropdown-btn {
	display: none;
}

@media (min-width: 1025px) {	
	.navbar-nav > .menu-item.menu-item-has-children i {
		top: 1px;
		position: relative;
		padding-left: 2px;
	}

	.navbar-nav .menu-item a .svg-inline--fa {
		padding: 1px;
		position: absolute;
		top: 14px;
		font-size: 12px;
		right: 0;
	}

	.navbar-nav .menu-item.current-menu-item > a,
	.navbar-nav .menu-item.current_page_parent > a,
	.navbar-nav .menu-item:hover > a {
		color: #222;
	}

	.navbar-nav .dropdown-menu .menu-item a i {
		position: absolute;
		right: 15px;
		top: 5px;
	}

	.navbar ul li .dropdown-menu {
		position: absolute;
		z-index: 9;
		border-radius: 6px;
		display: block;
		left: 0;
		opacity: 0;
		padding: 15px 25px;
		right: 0;
		top: 100%;
		visibility: hidden;
		min-width: 230px;
		border: 1px solid #f5f5f5;
		background: #ffffff;
		-webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
		-moz-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
		box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
		margin: 0;
		transform: scale(1 , 0);
		transform-origin: 0 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font-size: 16px;
	}

	.header-style3 .navbar ul li .dropdown-menu {
		background: #000;
		border-color: #000;
	}

	.navbar ul li .dropdown-menu li {
		display: block;
		padding: 0;
		position: relative;
	}

	.navbar ul li .dropdown-menu li a {
		padding: 10px 0 0;
		line-height: 1.6;
		color: #5d5d5d;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border: none;
	}

	.header-style3 .navbar ul li .dropdown-menu li a {
		color: #fff;
		border-bottom-color: #333;
	}

	.navbar ul li .dropdown-menu li:last-child a {
		padding-bottom: 10px;
	}

	.navbar ul li:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}

	.navbar ul li .dropdown-menu li:hover > a {
		color: #222;
	}

	.header-style3 .navbar ul li .dropdown-menu li:hover > a {
		color: #f5f5f5;
	}

	.navbar .has-submenu > ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		left: 100%;
	}

	.navbar .has-submenu > ul li ul {
		position: absolute;
		top: 0;
		visibility: hidden;
		display: block;
		opacity: 0;
		left: 130%;
	}
	.navbar-collapse .navbar-nav li.dropdown .dropdown-btn {
		display: none;
	}
}

/* Mobile-menu */
.mobile-menu i {
	display: none;
}

.nav-outer .mobile-nav-toggler,
.nav-outer .header-right-slider {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}

.nav-logo img {
	max-width: 135px;
}

.mobile-menu,
.offcanvas-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;	
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.offcanvas-menu {
	height: auto;
	min-height: 100%;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu,
.offcanvas-menu-visible .offcanvas-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .navbar-nav li.current > a:before {
	height: 100%;
}

.mobile-menu .menu-backdrop,
.offcanvas-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background: #222;
}

.mobile-menu-visible .mobile-menu .menu-backdrop,
.offcanvas-menu-visible .offcanvas-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box,
.offcanvas-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #222;
	padding: 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.offcanvas-menu .menu-box {
	background: #ecf1f4;
}

.logged-in.admin-bar .mobile-menu .menu-box,
.logged-in.admin-bar .offcanvas-menu .menu-box {
	top: 32px;
}

.logged-in.admin-bar .header-sticky.affix .mobile-menu .menu-box {
	top: 0;
}

.mobile-menu-visible .mobile-menu .menu-box,
.offcanvas-menu-visible .offcanvas-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn,
.offcanvas-menu .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.offcanvas-menu .close-btn {
	color: #000;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ccc;
	border-radius: 100%;
	right: 30px;
	top: 17px;
	font-size: 13px;
}

.offcanvas-menu .close-btn .svg-inline--fa {
	font-size: 13px;
}

.logged-in.admin-bar .mobile-menu .close-btn,
.logged-in.admin-bar .offcanvas-menu .close-btn {
	top: 46px;
}

.logged-in.admin-bar .header-sticky.affix .mobile-menu .close-btn {
	top: 14px;
}

.mobile-menu-visible .mobile-menu .close-btn,
.offcanvas-menu-visible .offcanvas-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .navbar-nav,
.offcanvas-menu .navbar-nav {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.offcanvas-menu .navbar-nav {
	padding-top: 60px;
}

.mobile-menu .navbar-nav li,
.offcanvas-menu .navbar-nav li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.offcanvas-menu .navbar-nav li {
	border-color: #d0d7dc;
	margin: 0 30px;
}

.offcanvas-menu .navbar-nav li:last-child {
	border-bottom: 1px solid #d0d7dc;
}

.mobile-menu .navbar-nav:last-child,
.offcanvas-menu .navbar-nav:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navbar-nav li >ul >li:first-child,
.offcanvas-menu .navbar-nav li >ul >li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navbar-nav li > a,
.mobile-menu .navbar-nav .menu-item.current-menu-item > a,
.mobile-menu .navbar-nav .menu-item.current_page_parent > a,
.mobile-menu .navbar-nav .menu-item:hover > a,
.transparent-header .mobile-menu .navbar-nav > .menu-item > a,
.offcanvas-menu .navbar-nav li > a,
.offcanvas-menu .navbar-nav .menu-item.current-menu-item > a,
.offcanvas-menu .navbar-nav .menu-item.current_page_parent > a,
.offcanvas-menu .navbar-nav .menu-item:hover > a,
.transparent-header .offcanvas-menu .navbar-nav > .menu-item > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px!important;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	border: none;
	margin: 0;
}

.offcanvas-menu .navbar-nav li > a,
.offcanvas-menu .navbar-nav .menu-item.current-menu-item > a,
.offcanvas-menu .navbar-nav .menu-item.current_page_parent > a,
.offcanvas-menu .navbar-nav .menu-item:hover > a,
.transparent-header .offcanvas-menu .navbar-nav > .menu-item > a {
	color: #000;
	padding: 12px 0!important;
}

.transparent-header .mobile-menu .btn.btn-primary.align-right {
	margin: 10px 25px;
	display: none;
}

.mobile-menu .navbar-nav li ul li > a,
.mobile-menu .navbar ul li .dropdown-menu li a,
.offcanvas-menu .navbar-nav li ul li > a,
.offcanvas-menu .navbar ul li .dropdown-menu li a {
	font-size: 15px;
	margin-left: 20px!important;
}

.mobile-menu .navbar-nav li > a:before,
.offcanvas-menu .navbar-nav li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0!important;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navbar-nav li.dropdown .dropdown-btn,
.offcanvas-menu .navbar-nav li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 12px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navbar-nav li.dropdown .dropdown-btn.open,
.offcanvas-menu .navbar-nav li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navbar-nav li > ul,
.mobile-menu .navbar-nav li > ul > li > ul,
.offcanvas-menu .navbar-nav li > ul,
.offcanvas-menu .navbar-nav li > ul > li > ul {
	display: none;
	background: none;
	padding: 0;
	margin: 0;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.navbar .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: #222;
    display: none;
	padding: 0;
}

.navbar .header-right-slider {
	position: relative;
	cursor: pointer;
	line-height: 1;
	margin: 0 0 0 20px;
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
	height: 52px;
	width: 52px;
	border-radius: 100%;
	min-width: 52px;
	text-align: center;
}

.navbar .header-right-slider i {
	display: inline-block;
	color: #fff;
	font-size: 36px;
	line-height: 52px;
}

.navbar .mobile-nav-toggler .svg-inline--fa,
.navbar .header-right-slider .svg-inline--fa {
	float: right;
	font-size: 22px;
	margin-top: 14px;
	z-index: 1;
}

.header-style3 .navbar .mobile-nav-toggler .svg-inline--fa,
.header-style3 .navbar .header-right-slider .svg-inline--fa {
	color: #fff;
}

.bottom-social-icons {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 100%;
}

.social-offcanvas {
	padding: 0;
	margin: 30px 0 0;
}

.top-bar-social {
	padding: 10px 0;
	margin: 0;
}

.logged-in.admin-bar .social-offcanvas {
	margin: 30px 0;
}

.offcanvas-widget-area {
	padding: 20px;
}

.offcanvas-call-to-action {
	text-align: center;
}

.offcanvas-call-to-action a {
	text-decoration: underline;
}

.header-top-bar {
	border-bottom: 1px solid #e0e5e8;
}

.header-topbar-nav {
	padding: 10px 0;
	margin: 0;
}

.header-topbar-nav li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.social-offcanvas li,
.top-bar-social li {
	list-style: none;
}

.social-offcanvas li a,
.top-bar-social li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 100%;
	margin: 5px;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.social-offcanvas li a:hover,
.social-offcanvas li a:focus,
.top-bar-social li a:hover,
.top-bar-social li a:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}

@media (max-width: 1024px) {
	.menu-outer .navbar-wrap {
	display: block !important;
	}

	.navbar .mobile-nav-toggler {
		display: block;
		width: 100%;
	}

	.header-bottom{
		margin-left: 20px;
	}

	.navbar{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1025px){
	.header-main .navbar-toggleable-md .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100%;
	}

	.header-style2 .header-main .navbar-toggleable-md .navbar-collapse {
		width: auto;
		display: block !important;
	}

	.header-style2 .header-main .navbar-collapse,
	.header-style2 .header-main .header-bottom {
		flex-grow: 1;
		flex-basis: 0;
	 }
}


/*-------end dropdown--------------*/

.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.5em;
    margin-top: -0.3rem;
    vertical-align: middle;
    content: "\f107";
    border: 0;
    font-family: 'FontAwesome';
}

.navbar-toggler {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.navbar-toggler-right {
    top: 13px;
}

.header-section {
    padding: 2rem 0;
    margin-bottom: 3rem;
    background-color: #ffffff;
    border-bottom: 1px dotted #eaeaea;
}

.logo img {
    max-width: 324px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.searchmenu .form-control {
    font-size: 13px;
    background-color: #ffffff;
    height: 45px;
    border: 0;
    border: 1px solid #ecede8;
    min-width: 220px;
    float: right;
    font-style: italic;
    border-radius: 0 !important;
}

.searchmenu .input-group-addon {
    border: 0;
    border-radius: 0 !important;
    background-color: #ffffff;
}

.searchmenu i {
    font-size: 13px;
}

.tooltip-inner {
    font-size: 12px;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    margin-top: 13px;
}

.header-main .collapse:not(.show) {
	display: block;
}

.navbar-nav {
    margin: 0 auto;
}

.menu-right,
.social {
    margin-top: 6px;
}

.social {
	padding: 7px 0;
	margin: 0 0 0 10px;
	display: inline-block;
}

.single-product .social {
	margin-left: 0;
}

.social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	font-weight: 600;
}

.social li a {
	color: #222;
}

.social li a:hover {
	color: #fff;
}

.menu-right {
    margin-left: 8px;
}

.fa-bars {
    font-size: 14px;
}

.navbar-brand {
    padding: 0;
	margin: 0;
	font-size: 30px;
	color: #222;
	font-weight: 700;
	position: relative;
	line-height: 1;
	z-index: 99999;
	min-width: 210px;
	max-width: 210px;
}

.navbar-brand.sticky-header-logo {
	display: none;
}

.header-sticky.affix .navbar-brand.sticky-header-logo {
	display: block;
}

.header-sticky.affix .navbar-brand.default-logo {
	display: none;
}

.header.header-style2 .navbar-brand {
	width: 250px;
	text-align: center;
}

.navbar-brand img {
	padding: 0;
	position: relative;
	z-index: 1;
}

.header.header-style2 .navbar-brand .absolute-logo-bg {
	max-width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.social a {
    padding: 0;
    display: inline-block;
    width: auto;
    height: 34px;
    color: #fff;
    line-height: 34px;
    text-align: center;
	font-size: 14px;
	margin-left: 10px;
	border-radius: 50%;
}

.social a:first-child {
	margin-left: 0;
}

.widget.themestall .social a {
	font-size: 14px!important;
}

.summary.entry-summary .social a {
	width: auto;
	background: none;
}

.footer .social a {
	width: 20px;
    height: 20px;
	line-height: 20px;
	background: none;
}

.social a:hover,
.social a:focus {
	color:#222;
}

.footer .social a:hover,
.footer .social a:focus {
	background: none;
	color: #222;
}

.summary.entry-summary .social a:hover,
.summary.entry-summary .social a:focus {
	color: #222;
}

body.creative-head .header-section {
    margin-bottom: 0;
}

.breadcrumb {
	padding: 0;
    margin: 0 0 15px 0;
    background: transparent;
    display: inline-block;
	position: relative;
	color: rgba(255,255,255, 0.7);
}

.breadcrumb li {
	display: inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 18px;
	color: rgba(255,255,255, 0.7);
}

.breadcrumb li a {
	color: rgba(255,255,255, 0.7);
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #fff;	
}

.breadcrumb li.active {
	color: #fff;
	font-weight: 400;
}

.breadcrumb .divider-breadcrumb {
	padding: 0;
    line-height: 28px;
    display: inline-block;
	margin: 0 15px;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255, 0.3);
}

.breadcrumb li.active span.delimiter {
	display: none;
}

/* SECTION 
**************************************/
.section {
    padding: 90px 0;
}

.single-product .section.section-main-container {
	padding-bottom: 0;

}

.no-padding.section {
	padding: 0;
}

.section-button {
    display: block;
    margin: 2rem 0 0;
}

.section-button .btn {
    padding: 16px 43px;
}

.video-section {
    position: relative;
	padding: 5rem 0;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/pattern.png) repeat center center rgba(0, 0, 0, 0.7);
}

.nopadbot {
    padding-bottom: 0;
}

.bgwhite {
    background-color: #ffffff
}

.bgdark {
    background-color: #222;
}

.bglight {
    background-color: #f7f7f7;
}

.section.bg-banner {
	padding: 0;
}

.bg-banner .tagline-message {
	background-repeat: no-repeat;
	position: relative;
	padding: 165px 0;
	background-size: cover!important;
	background-color:#555;
	background-blend-mode: multiply;
}

.single-podcast .bg-banner .tagline-message {
	padding-bottom: 50px;
}

.post-media img {
    width: 100%;
}

.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
    font-weight: 400 !important;
    color: #ffffff;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong {
    font-weight: bold !important;
    color: #212121;
}

.tp-caption.NotGeneric-Title span,
.NotGeneric-Title span {
    font-weight: 600 !important;
}

.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    color: #ffffff;
    line-height: 1.7;
}

.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
    border-width: 2px !important;
    border-radius: 500px;
}

.blog-media .mejs-container,
.blog-media .mejs-container .mejs-controls,
.blog-media .mejs-embed,
.blog-media .mejs-embed body {
	background: #000;
}

.blog-media .mejs-controls {
	padding: 0;
}

.blog-media .podcast-audio-player {
	width: 100%;
}

.podcast-style-three .left-content {
	position: relative;
	padding-left: 0;
}

.podcast-style-four .left-content {
	padding-left: 0;
}

.style-four-box {
    border: 1px solid #e0e5e8;
    margin-bottom: 30px;
	padding: 40px;
}

.style-four-box:hover {
	box-shadow: 40px 0 80px rgb(0 0 0 / 10%);
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	border-color: #fff;
}

.style-four-box:hover .img-overlay {
	visibility: visible;
	opacity: 1;
}

.style-four-box .podcast-media img {
	border-radius: 100%;
}

.style-four-box .img-overlay {
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.style-four-box .img-overlay .svg-inline--fa {
	color: #fff;
	position: relative;
    text-align: center;
    width: 100%;
    margin: 0!important;
    top: 37%;
    margin-right: 0;
}

.podcasts-content .podcast-style-three .svg-inline--fa {
	color: #000;
	margin: 0;
}

.podcast-style-three span,
.style-five-box .left-content span {
	position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
	background: #f4f7f9;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
	top: 6px;
}

.style-five-box .left-content span {
	left: 0;
}

.podcasts-content .style-five-box .svg-inline--fa {
	margin-left: 0;
	margin-right: 0;
}

/*-----------pricing table-----------*/
.pricing-icon-container {
	display: inline-block;
}

.single-pricing-table {
	border: 1px solid #f4f4f4;
	border-radius: 20px;
	padding: 50px;
}

.pricing-icon-container svg {
	vertical-align: middle;
}

.pricing-content h5 {
	font-size: 40px;
	line-height: 60px;
	margin: 20px 0 0 0;
}

.pricing-content h4 {
	margin-bottom: 5px;
}

.pricing-content .featured-yes h4 {
	margin: 15px 0 80px 0;
}

.pricing-content ul {
	padding: 0;
	margin: 0;
}

.pricing-content ul li {
	list-style: none;
	padding-bottom: 5px;

}

.pricing-content ul li:last-child {
	padding-bottom: 0;
}

.pricing-content li .svg-inline--fa {
	color: #777;
	padding-right: 3px;
}

.pricing-icon-container .svg-inline--fa {
	font-size: 25px;
}

.pricing-content a {
	border-radius: 6px;
	padding: 12px 30px;
	display: inline-block;
    margin : 10px 0 20px 0;
	transition: all .5s ease-out;
	line-height: 1;
}

.pricing-content a:hover,
.pricing-content a:focus {
	background: #222;
	color: #ffffff;
}

.pricing-content .featured-yes a {
	background: #000;
	color: #222;
}

.pricing-content .featured-yes a:hover,
.pricing-content .featured-yes a:focus {
	background: #222;
	border-color: #222;
	color: #ffffff;
}

/*-----------Service-----------*/
.service-des {
	overflow: hidden;
	border-radius: 10px;
}

.service-des-box {
	padding: 45px;
	border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eaeaea;
	border-radius: 0 0 10px 10px;
	position: relative;
	overflow: hidden;
}

.service-des-box h5 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

.service-des-box h5 a {
	color:#222;	
}

.service-des-box h5 a:hover,
.service-des-box h5 a:focus {
	color:#222;	
}

.service-des-box h5 span {
	color:#222;
}

.service-single-content ul {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: left;
}

.service-single-content ul li {
	list-style: none;
}

.service-single-content ul li svg {
	margin-right: 20px;
	color: #222;
	-webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cat-lists {
	padding: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
}

.cat-lists h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

.cat-lists ul {
	padding: 0;
	margin: 0;
}

.cat-lists li {
	list-style: none;
    margin: 0 0 25px 0;
}

.cat-lists li:last-child {
	margin-bottom: 0;
}

.cat-lists li a {
	color: rgba(14,24,43,0.7);
	display: block;
	position: relative;
}

.cat-lists li a:hover {
	color: #222;
}

.cat-lists li .svg-inline--fa {
	font-size: 12px;
    position: absolute;
    right: 0;
    top: 9px;
}


/* PORTFOLIO 
**************************************/
.cbp::after,
.cbp-lazyload::after,
.cbp-popup-loadingBox::after,
.cbp-popup-singlePageInline::after {
	display: none;
}

.single-img-gal {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.no-gutters .single-img-gal {
	margin-bottom: 0;
}

.single-img-gal .image-link {
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 80px;
	left: 0;
	background: #fff;
	text-align: center;
	line-height: 80px;
	opacity: 0;
}

.single-img-gal:hover .image-link {
	opacity: 1;
}

.single-img-gal img,
.blog-media img,
.absolute-pager img {
	transition: all .5s ease-out;
}

.single-img-gal:hover img,
.absolute-pager:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.pager {
    list-style: none;
    padding: 0;
}

.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0 solid #ffffff!important;
  position: relative;
  zoom: 1;
  box-shadow: none;
}

.flex-control-nav {
	display: none!important;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  color:#ffffff;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 24px;
  display: inline-block;
  padding:18px 23px;
  content: '\f104';
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

.post-publish {
    padding: 0;
}

.post-publish .fa {
    background-color: #ffffff;
    border: 1px solid #121212;
    color: #121212;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 2px 0;
    padding: 0;
}

.flex-direction-nav a {
    background-color: #ffffff !important;
    color: #000000 !important;
    line-height: 25px;
}

.btn.btn-primary.fileupload-exists{
	line-height: 22px;
}

.images-label {
	padding-top: 10px;
}

.success-message {
	text-align: center;
}

/* FOOTER 
**************************************/

.footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	background-size: cover;
}

.footer.section {
	padding-bottom: 0;
	padding-top: 80px;
}

.footer-bottom-part {
	padding-bottom: 60px;
	border-bottom: 1px solid #d0d7dc;
}

.main-footer.main-footer-style2 .footer-bottom-part {
	border-color: #1f1f1f;
}

.footer-top-part {
	margin-bottom: 75px;
	background: #000;
	padding: 60px 70px;
	border-radius: 10px;
}

.call-to-action-description {
	margin: 0;
	color: #0E182B;
}

.call-to-action-title {
	font-size: 30px;
	margin-top: 0;
}

.call-to-action-phone-link {
	display: inline-block;
	border-radius: 40px;
	background: #fff;
	padding: 5px;
}

.call-to-action-phone-link a{
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
	margin-left: 30px;
}

.call-to-action-phone-link a span {
	width: 60px;
    height: 60px;
    background: #000;
    border: 5px solid #222;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
	line-height: 52px;
	margin-left: 35px;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.call-to-action-phone-link:hover a span{
	background: #222;
}

.widget-title-top {
	margin: 0 0 35px 0;
	font-size: 36px;
}

.footer-logo img{
	max-width: 214px;
}

.footer-menu {
	margin: 0;
}

.footer-menu li {
	display: inline-block;
	margin-right: 50px;
}

.footer-menu li:last-child {
	margin-right: 0;
}

.footer-menu li a {
	display: block;
	line-height: 13px;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
	color: #222;
}

.copyrights.copyright-style2 .text-right a {
	color: #fff;
}

.copyrights.copyright-style2 .text-right a:hover {
	color: #fff;
}

.copyright-style2 .footer-menu li a,
.copyright-style2 .footer-menu li a {
	color: #999;
}

.copyright-style2 .footer-menu li a:hover,
.copyright-style2 .footer-menu li a:focus {
	color: #efefef;
}

.footer-menu li:first-child a {
	border: none;
}

.widget-title {
    display: inline-block;
    padding: 0;
    margin: 0 0 30px 0;
    z-index: 1;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
	width: 100%;
}

.widget-title span {
	position: relative;
}

.widget:hover .widget-title span:after {
	background-color: #fff;
	width: 20px;
}

.footer-widget-area .widget-title {
	font-size: 18px;
	color: #777;
	margin-bottom: 35px;
	position: relative;
	padding-left: 20px;
}

.footer-widget-area .widget-title:before {
	position: absolute;
	left: 0;
	content: "\f0e7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: linear-gradient(to right, #2343ce 0%, #dd5fdf 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-style2 .footer-widget-area .widget-title {
	color: #fff;
}

.footer-widget-area .widget-title span {
	position: relative;
	display: inline-block;
}

.footer-widget-area p:last-child {
	margin-bottom: 0;
}

.footer-widget-area ul li {
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.footer-widget-area .footer-contact li {
	margin-bottom: 25px;
}

.footer-widget-area .widget_rss ul li {
	padding-bottom: 15px;
}

.footer-widget-area .widget_rss ul li a {
	padding-bottom: 15px;
}

.footer-widget-area .widget_rss ul li:last-child {
	padding-bottom: 0;
}

.footer-widget-area ul li a {
	display: inline-block;
	padding: 0;
}

.footer-widget-area .footer-contact li a {
	padding: 0;
}

.footer-widget-area ul li:last-child a {
	padding-bottom: 0;
}

.footer-widget-area ul.children,
.footer-widget-area ul.sub-menu {
	padding: 10px 0 12px 10px;
}

.footer-widget-area li:last-child ul.sub-menu,
.footer-widget-area li:last-child ul.children {
	padding-bottom: 0;
}

.footer-widget-area .menu-services-container ul.menu li a,
.footer-widget-area .menu-quick-links-container ul.menu li a {
	display: block;
}

.footer.footer-style1 .footer-widget-area .blog-list-widget img {
	border: none;
    max-width: 60px;
    border-radius: 0;
}

.footer.footer-style1 .footer-widget-area .blog-list-widget .mb-1 {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	font-weight: 500;
}

.footer-widget-area p {
	margin-bottom: 15px;
}

.footer-widget-area ul li a {
	color: #000;
}

.footer-style2 .footer-widget-area ul li a {
	color: #999;
}

.footer-widget-area ul li a:hover,
.footer-widget-area ul li a:focus {
	color:#222;
}

.footer-style2 .footer-widget-area ul li a:hover,
.footer-style2 .footer-widget-area ul li a:focus {
	color:#efefef;
}

.footer-style2 .footer-widget-area:first-child > .widget_media_image:first-child {
	display: none;
}

.footer-style1 .footer-widget-area:first-child > .widget_media_image:last-child {
	display: none;
}

.footer-contact li h5 {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	line-height: 1;
	font-weight: 400;
}

.footer-style2 .footer-contact li h5 {
	color: #222;
}

.entry {
    position: relative;
    overflow: hidden;
}

.magnifier {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .text-widget p {
    padding: 1rem 0;
    margin: 0;
}

.footer .social {
    border: 0;
	padding: 0;
}

.footer.footer-style1 .social a,
.footer.footer-style2 .social a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255, 0.1);
	margin-left: 0;
	color: #222;
}

.footer.footer-style2 .social a {
	background: #222;
	color: #fff;
}

.footer.footer-style1 .social a:hover,
.footer.footer-style1 .social a:focus {
	background: #222;
	color: #fff;
	border-color: #222;
}

.footer .social a {
    margin-right: 10px;
    width: auto;
	font-weight: 600;
}

.footer .social a:last-child {
	margin-right: 0;
}

.footer .social a:hover,
.footer .social a:focus {
	color: #222;
	text-decoration: underline;
}

.footer-widget-area ul {
	padding: 0;
	margin: 0;
}

.footer-widget-area ul li:last-child {
	margin-bottom: 0;
}

.footer-widget-area .widget {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.footer-widget-area .footer-logo-widget {
	max-width: 216px;
	margin: 0;
}

.footer-style1 .footer-widget-area p:last-child {
	margin: 0;
}

.footer .footer-widget-area p.wp-caption-text {
	margin-top: 5px;
}

.footer-widget-area .widget:last-child {
	margin-bottom: 0;
}

#message {
    display: none;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

#map {
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
}

.contact-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-widget ul li {
    margin-top: 0;
    line-height: 1;
    position: relative;
    margin-bottom: 18px;
}

.contact-widget ul li:last-child {
    margin-bottom: 0;
}

.contact-widget ul li span {
    width: 80px;
    display: inline-block;
}

.contact-list {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	display: block;
	margin-bottom: 7px;
}

.contact-list span {
	width: 120px;
    display: inline-block;
}

.main-footer {
	background: #ecf1f4;
}

.main-footer.main-footer-style2 {
	background-color: #222;
	background-repeat: no-repeat;
    position: relative;
    background-size: cover!important;
    background-blend-mode: multiply;
}

.copyrights {
    padding: 40px 0;
	font-size: 16px;
}

.copyrights p {
    margin-bottom: 0;
    padding: 0;
}

.copyrights i {
    margin-left: 6px;
}

.dmtop a{
	color: #fff;
	display: block;
}

.dmtop a:hover,
.dmtop a:focus {
	color: #fff;
}

.dmtop {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    margin-left: 5px;
    visibility: hidden;
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1;
	border-radius: 100%;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.dmtop.dmtop-show {
	visibility: visible;
}

.dmtop:hover,
.dmtop:hover i {
	background: #222;
}

/* ELEMENTS 
**************************************/
.process-box h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    line-height: 1;
    margin: 25px 0 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}

.process-end h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    margin-bottom: 15px;
}

.process-end p {
    color: #222;
}

.process-box i {
    font-size: 44px;
    line-height: 1;
}

.process-box {
    background-color: #222;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.process-end {
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    padding: 30px 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.process-box:hover .process-end {
    opacity: 1;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: visible;
}

.breadcrumb-content {
	max-width: 865px;
}

.tagline-message h1 {
    line-height: 54.6px;
    font-size: 50px;
	margin: 0;
	color: #fff;
	max-width: 850px;
}

.image-box {
    position: relative;
    padding: 3rem 1.5rem;
    overflow: hidden;
}

.martop100 {
    margin-top: -150px;
}

.overflow-visible {
	overflow: visible!important;
}

.normal-box {
    position: relative;
    padding: 3rem;
    overflow: hidden;
    background-color: #ffffff;
}

.image-box .details {
    z-index: 1;
    bottom: -120px;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	padding: 3rem 1.5rem;
}

.image-box:hover .details {
    bottom: 0;
}

hr.invis {
    border: 0;
    margin: 2rem 0;
}

hr.invis1 {
    border: 0;
    margin: 4rem 0;
}

.normal-box p,
.image-box p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.normal-box p {
    color: rgba(0, 0, 0, 0.7);
}

.normal-box h4,
.image-box h4 {
    display: inline-block;
    padding: 0 0 1rem;
    margin: 0;
    z-index: 1;
    font-size: 18px;
    line-height: 1;
    position: relative;
    color: #ffffff;
}

.normal-box h4 {
    color: #222;
}

.image-box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.image-box:hover .image-box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); 
}

.image-box.bg2,
.image-box.bg3,
.image-box.bg1 {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.image-box.style3 {
	padding: 0;
}

.services img {
    width: 120px; 
}

.services p {
    padding: 0;
    margin: 0 0 1.2rem;
}

.services .widget-title {
    display: table;
    margin: 2rem auto 1rem;
    padding: 0;
    width: auto;
}

.service-style.style4 .widget-title {
	margin: 2rem 0 1rem;
	padding: 0;
}

.services.text-left .widget-title {
    display: block;
    text-align: left;
}

.services.text-left img {
    width: 100%;
}

.btn-primary {
    background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
    border: none;
    line-height: 1;
    padding: 18px 34px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.elementor-section .elementor-button {
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-primary .svg-inline--fa,
.btn-primary i {
	margin-left: 4px;
}

.slides .svg-inline--fa,
.icon-position .svg-inline--fa {
	position: relative;
	top: 1px;
} 

.header.transparent-header.light-header .btn-primary{
	max-height: 52px;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #222;
	box-shadow: none;
	color: #fff;
}

.form-submit .btn-primary {
	padding-left: 30px;
	padding-right: 50px;
	margin-bottom: 20px;
}

.read-more-wrapper i {
	margin-left: 10px;
	font-size: 14px;
}

.read-more-wrapper {
	margin-top: 35px;
}

.more-link {
	color: #ffffff;
	text-decoration: none;
	margin-top: 0;
	padding: 15px 45px;
	background: #222;
	display: inline-block;
	font-weight: 700;
	border-radius: 6px;
	display: none;
}

.more-link:hover,
.more-link:focus {
	text-decoration: none;
	background: #ffc600;
	color: #111111
}

.alignleft {
    float: left;
    display: table-cell;
    margin: 10px 20px 10px 0;
}

.alignright {
    float: right;
    display: table-cell;
    margin: 10px 0 10px 20px;
}

/* TEAM MEMBERS 
**************************************/
.team-content {
	position: relative;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	border-radius: 10px;
	background: #fff;
}

.team-content.teams-style1 {
	padding: 0 0 20px;
	border-radius: 30px 0 0 0;
}

.team-name h5 a {
	font-size: 20px;
	text-transform: uppercase;
}

.team-name{
	position: relative;
	padding: 0 30px 15px 30px;
	border: 2px solid #f4f4f4;
    margin-top: -2px;
}

.team-social-icons li a:hover {
	color: #fff;
	background: #000;
}

.team-content img {
	z-index: 1;
	position: relative;
}

.team-content.teams-style1 .team-social-icons {
	position: absolute;
    top: -100px;
    background: #222;
    height: 70px;
    right: 0;
	left: 0;
	opacity: 0;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-content.teams-style1 img {
	max-height: 430px;
    object-fit: cover;
    object-position: top;
}

.team-content.teams-style1:hover .team-social-icons {
	opacity: 1;
}

.team-content:hover .team-name h5 a {
	color: #ffffff;
}

.team-content.teams-style1:hover .team-name h5 a {
	color: #222;
}

.team-content.teams-style1:hover .team-social-icons li a {
	color: #222;
}

.team-content.teams-style1:hover {
	background: #F6FBFF;
	color: #222;
}

.elementor .team-content.teams-style2 img {
	border-radius: 10px;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	max-height: 210px;
    object-fit: cover;
    object-position: top;
}

.team-name span .svg-inline--fa {
	border: 1px solid #222;
	border-radius: 50%;
    padding: 10px;
    height: 80px;
    width: 80px;
}

.team-name p {
	line-height: 1.2;
	margin-top: 30px;
	color: #777;
	margin-bottom: 5px;
}

.team-name h5 {
	margin: 0 0 20px;
	font-size: 20px;
}

.team-social-icons {
	padding: 0;
	margin-bottom: 10px;
}

.team-social-icons li {
	list-style: none;
	display: inline-block;
}

.team-social-icons li a {
	font-size: 14px;
	margin: 0 5px 5px 0;
	background: #f4f4f4;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

.team-content.teams-style1 .team-social-icons li {
	margin-top: 15px;
}

.team-content.teams-style1 .team-social-icons li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	background: #fff;
	line-height: 40px;
	border-radius: 100%;
}

.team-social a {
	margin-right: 5px;
	display: inline-block;
}

.team-social {
	padding-bottom: 20px;
}

.castora-progressbar .elementor-title {
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}

.castora-progressbar .elementor-progress-wrapper {
	position: relative;
	overflow: inherit !important;
}

.castora-progressbar .elementor-progress-bar{
	border-radius: 60px;
}

.castora-progressbar .elementor-progress-text {
	display: none;
}

.castora-progressbar .elementor-progress-percentage {
	position: absolute;
	right: 0;
	top: -42px;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	padding-right: 0;
}

.appointment-bg .elementor-background-overlay {
	background-size: 50% auto;
}

/*-------------home two--------------*/
.main-home-two .elementor-text-editor {
	max-width: 600px;
}

/* FORMS 
**************************************/
.media-list .comment-respond {
	margin-bottom: 30px;
	padding-top: 20px;
}

.comment-reply-title {
	margin-top: 30px;
	font-size: 24px;
	position: relative;
	margin-bottom: 25px;
	display: block;
}

.comment-reply-title a {
	font-weight: 600;
}

.comment-respond .form-control {
	border: none;
	background: #fff;
    border-radius: 0;
	color: #222;
	height: 60px;
	font-size: 14px;
	padding: 25px 30px 25px 25px;
	position: relative;
	border: 1px solid #eeeeee;
}

.comment-respond .form-control:focus {
	box-shadow: 0 19px 32px rgb(12 12 12 / 6%);
}

.comment-respond .form-group {
	position: relative;
	margin-bottom: 25px;
}

.comment-respond .form-submit {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}

.comment-respond .form-group:before {
	position: absolute;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f075";
	top: 22px;
	line-height: 1;
	color: #222;
	z-index: 1;
}

.comment-respond .form-group.comment-des:before {
	top: 20px;
}

.comment-respond .comment-url:before {
	content: "\f0ac";
}

.comment-respond .comment-name:before {
	content: "\f007";
}

.comment-respond .comment-email:before {
	content: "\f0e0";
}

.comment-respond .form-submit:before {
	content: "\f178";
    right: 30px;
    top: 18px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	z-index: 1;
	line-height: 1;
	color: #fff;
}

.comment-respond .form-submit:hover:before,
.comment-respond .form-submit:focus:before {
	color: #fff;
}

.comment-form-cookies-consent {
	margin-bottom: 15px;
}

.comment-form-cookies-consent label {
	width: 95%;
	vertical-align: top;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: 4px;
}

.search-form .search-field,
.wpcf7 .form-control {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    display: block;
    height: 74px;
    padding: 0 1rem;
    width: 100%;
}

.search-form .search-field {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 78px;
}

.wpcf7 .form-control {
	background: #fff;
	font-size: 16px;
	height: 60px;
	padding: 15px 50px 15px 40px;
}

.wpcf7 .booking-form .form-control {
	background: rgba(246, 251, 255, 0.3);
	font-size: 14px;
}

.wpcf7 form.sent .booking-form .wpcf7-response-output {
	color: #fff;
}

.wpcf7 .booking-form.request-booking-form .form-control {
	background: #F3F8FC;
	border-radius: 6px;
	font-size: 18px;
}

.wpcf7 span {
	margin-bottom: 30px;
	display: block;
}

.position-relative {
	position: relative;
}

.wpcf7 i {
    position: absolute;
    top: 23px;
    z-index: 1;
    left: 34px;
	color: #222;
}

.big-contact-form .form-control {
    margin-bottom: 20px;
}

.comment-respond textarea.form-control {
    height: 150px;
	resize: none;
	padding-left: 25px;
	padding-top: 25;
}

.wpcf7 textarea.form-control {
	height: 250px;
	resize: none;
	padding-top: 20px;
}

.gform .form-control:focus,
.search-form .search-field:focus,
.wpcf7 .form-control:focus {
    color: #222;
    background: #ffffff;
    border-color: none;
    outline: none;
}

.wpcf7 .form-control:focus {
	background: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #222;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #222;
    opacity: 1;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.booking-form .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.booking-form .form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.booking-form.request-booking-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.booking-form.request-booking-form .form-control::-moz-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.booking-form.request-booking-form .form-control:-ms-input-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.wpcf7 .booking-form.contact-form-page .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.wpcf7 .booking-form.contact-form-page .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.wpcf7 .booking-form.contact-form-page .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.booking-form .btn-primary {
	display: block;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
}

.booking-form .col-md-12.text-center svg {
	position: absolute;
    left: 34%;
    top: 19px;
}

.booking-form.request-booking-form.request-bg .col-md-12.text-center svg {
	left: 33%;
}

.booking-form .col-md-12.text-center:hover svg {
	color: #fff;
}

.booking-form .btn-primary:hover,
.booking-form .btn-primary:focus {
	background: rgba(246, 251, 255, 0.3);
}

.booking-form.request-booking-form .btn-primary:hover,
.booking-form.request-booking-form .btn-primary:focus {
	background: #222;
	color: #fff;
}

.booking-form.request-booking-form h3 {
	margin-bottom: 50px;
	margin-top: 0;
}

.appointment-bg .booking-form.request-booking-form h3 {
	margin-bottom: 30px;
}

.appointment-bg .wpcf7 span {
	margin-bottom: 25px;
}

.top-form-control::-webkit-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.top-form-control::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.top-form-control:-ms-input-placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.page .tnp-widget-minimal input.tnp-email::-webkit-input-placeholder {
	color: #222;
}

.page .tnp-widget-minimal input.tnp-email::-moz-placeholder {
	color: #222;
}

.page .tnp-widget-minimal input.tnp-email:-ms-input-placeholder {
	color: #222;
}

.form-control::placeholder {
    color: #222;
    opacity: 1;
}

button,
input,
optgroup,
select,
textarea {
	outline: none;
}

.plus-minus-button {
	height: 54px;
	width: 54px;
	border-radius: 100%;
	border: 2px solid #f0f0f0;
	background: none;
    color: #999;
    font-size: 19px;
	cursor: pointer;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	outline: none;
}

.search-form .search-submit {
	height: 74px;
	background: #ffffff;
	border: none;
	color: #fff!important;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-radius: 0 6px 6px 0;
	width: 78px;
	text-indent: -999999px;
	position: absolute;
	right: 0;
}

.search-form {
	position: relative;
	display: inline-block;
	border: 1px solid #eeeff3;
	border-radius: 6px;
}

.footer-widget-area .search-form {
	border: none;
}

.search-form:after {
    position: absolute;
    color: #222;
    left: auto;
	right: 24px;
    top: 25px;
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
	cursor: pointer;
	font-weight: 900;
}

.search-form:hover:after {
	color: #222;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
	color: #fff;
}

.search-form label {
	width: 100%;
	margin: 0;
	float: left;
}

.blog-list-widget .justify-content-between img {
	float: left;
}

.single-product .gallery-content {
	opacity: 0; 
	transition: opacity .25s ease-in-out;
}

/*----------Faq------*/
.wpcf7 .faqform .form-control {
	background: #EEEFF2;
	border-radius: 5px;	
}

.faqform .btn-primary {
	padding: 20px 35px;
}

.wpcf7 .faqform span {
	margin-bottom: 20px;
}

.faqform .wpcf7-form-control.wpcf7-textarea {
	height: 100px;
}

.faq-accordian.elementor-element .elementor-accordion .elementor-accordion-item {
	border-bottom: 1px solid #DCDFE2 !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	width: 46px !important;
	text-align: right;
	color: #222!important;
}

.faq-accordian .elementor-accordion-icon-opened {
	background: #222;
	box-shadow: 0 10px 30px rgba(0, 186, 236, 0.5);
	text-align: center;
	display: inline-block;
	height: 46px;
	width: 46px;
	line-height: 46px;
	color: #ffffff;
	font-size: 14px;
}

.faq-accordian .elementor-accordion-icon-closed {
	font-size: 14px;
}

.faq-accordian.elementor-element .elementor-accordion .elementor-tab-content {
	margin-top: -5px;
}

/*----------contact-box-content------*/
.contact-box-content {
	padding: 30px;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #fff;
	border-radius: 30px 0px 30px 0px;
	max-width: 500px;
	margin: auto;
}

.contact-icon {
	color: #222;
    position: relative;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 54px;
	font-size: 20px;
	text-align: center;
	margin-right: 2px;
	bottom: 10px;
}

.contact-box-content h5 {
	font-size: 30px;
	margin: 10px 0 8px 0;
}

.contact-box-content p {
	margin: 0;
	font-size: 20px;
    color: #222;
}

/*-------------percent box-----------*/
.percent-box-content {
	background: #222;
	padding: 40px 60px;
	font-weight: 600;
}

.percent-box-content h5{
	font-size: 120px;
	color: #fff;
	line-height: 1;
}

.percent-box-content h5 span {
	font-size: 30px;
}

.percent-box-content .right-con-per span {
	font-size: 20px;
	display: block;
	color: #fff;
}

/* PAGES 
**************************************/
.about-widget {
    padding: 2rem;
}

.about-widget .lead {
    font-size: 34px;
    padding: 0 0;
    line-height: 1.4;
    color: #111111;
    font-weight: bold;
}

.page-title1 img {
    max-width: 120px;
    margin: 0 auto 25px;
}

.page-title1 p {
    margin-bottom: 0;
	color: rgba(255,255,255, 0.7);
    margin-top: 7px;
}

.notfound h2 {
    font-size: 140px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}

.notfound h3 {
    font-size: 40px;
    padding: 0;
    margin: 0;
	line-height: 1.2;
}

.error404 .content {
	padding-right: 15px;
}

.notfound p {
    padding: 2rem 80px 1.4rem 80px;
    margin-bottom: 0;
}

.alink {
    font-weight: bold;
    text-decoration: underline !important;
}

.blog-box img.float-left {
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
}

.blog-box img.float-right {
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

/* BLOG 
**************************************/
.soundcloud {
	width: 100%;
	border: 7px solid #fff;
	border-bottom: none;
	max-height: 130px;
}

.soundcloud-content .mb-30 {
	margin-bottom: 22px;
}

.video-popup {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 78px;
	color: #000;
	font-size: 14px;
	background: #fff;
	z-index: 1;
	border-radius: 100%;
	border: 3px solid #fff;
}

.popup-video-content .video-popup {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	height: 100px;
	width: 100px;
	line-height: 100px;
}

.popup-video-content .video-popup:before,
.slider .slides .video-popup:before {
	border: 4px solid rgba(255,255,255, 0.4);
    position: absolute;
    left: -25px;
    top: -25px;
    content: "";
    width: 150%;
    height: 150%;
    border-radius: 100%;
	animation: border-video 1500ms ease-out infinite;
}

.slider .slides .video-popup:before {
	left: -10px;
    top: -10px;
	border: 6px solid rgba(254,219,65, 0.1);
}

.video-popup:hover,
.video-popup:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}

.popup-video-content .video-popup:hover,
.popup-video-content .video-popup:focus {
	border-color: #fff;
}

.form-wrapper p {
    padding-bottom: 1rem;
    margin: 0;
}

.form-wrapper .clearfix {
    margin-bottom: 0.6rem;
}

.form-wrapper .form-control {
    border-radius: 0;
    margin-bottom: 1rem;
    border: 1px solid #eaeaea;
    font-size: 12px;
    min-height: 45px;
    font-weight: lighter;
}

.form-wrapper textarea {
    padding-top: 20px;
    min-height: 120px !important;
	overflow: hidden;
}

.media-heading{
    font-size: 17px;
    padding: 0 130px 0 0;
	margin-top: 0;
}

.media-heading span {
	display: block;
	font-size: 14px;
	color: #686868;
	font-weight: 500;
}

.media-body {
	position: relative;
}

.position-edit-links {
	position: absolute;
	right: 0;
	top: 5px;
}

.blog-item-comment {
	float: left;
	width: 100%;
	margin-top: 0;
}

.page .blog-item-comment {
	margin-top: 30px;
}

.blog-item-comment-form {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.single-podcast .blog-item-comment-form {
	background: #f7f7f7;
	padding: 35px 60px;
	border-radius: 16px;
}

.media-list {
	padding: 0;
	margin-bottom: 0;
}

.media-list .media .avatar {
	border-radius: 50%;
	background: #eaeaea;
}

.media-list li.comment {
	margin-bottom: 30px;
}

.media-list li.comment,
.media-list li.trackback,
.media-list li.pingback{
	list-style: none;
	margin-bottom: 15px;
}

.media-list li.comment:last-child {
	margin-bottom: 0;
}

.comment-edit-link,
.comment-reply-link {
	margin-left: 10px;
	position: relative;
	padding-left: 20px;
	font-weight: 600;
	font-size: 14px;
}

.comment-reply-link:before,
.comment-edit-link:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Pro";
    content: "\f3e5";
    font-weight: 300;
	line-height: 1;
}

.comment-edit-link:before {
	content: "\f044";
}

.comment-edit-link:hover,
.comment-reply-link:hover,
.comment-edit-link:focus,
.comment-reply-link:focus{
	color: #222;
}

.comments-list li .children {
	padding-left: 30px;
}

.comments-list .media-right,
.comments-list small {
    color: #999 !important;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 10px;
}

.comments-list .media {
    margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
}

.media-list .commentform {
	margin-top: 60px;
}

.comments-list img {
    margin-right: 30px;
}

.comments-list p:last-child {
    padding-bottom: 0;
}

.authorbox {
    padding: 50px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #eeeeee;
}

.authorbox .social {
	padding: 0;
}

.authorbox .social li a,
.authorbox .social li a {
	height: 30px;
	width: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	color: #686868;
	background: #E1E4EC;
	border-radius: 100%;
}

.authorbox .social li a:hover,
.authorbox .social li a:focus {
	background: #222;
	color: #fff;
}

.authorbox img {
	border-radius: 50%;
}

.authorbox h5 {
	margin: 10px 0 10px 0;
	font-size: 36px;
}

.authorbox h4 span {
	font-size: 12px;
	display: block;
	color: #222;
	line-height: 1;
	padding-bottom: 10px;
}

.authorbox p {
    padding: 0;
    margin: 0 0 0.8rem;
	line-height: 1.5;
}

.authorbox p:last-child {
	margin: 0;
}

.author-social a {
    margin-right: 10px;
}

.blog-list .blog-desc {
    padding-top: 0;
}

.blog-list .blog-desc h4 {
    padding-top: 0.7rem;
}

.blog-list .blog-meta {
    margin: 0.5rem 0;
}

/*-----heading-content------*/
.heading-content h2 {
	margin: 0;
	font-size: 40px;
	color: #000;
	line-height: 46px;
	position: relative;	
}

.heading-content h2 .heading-text {
	border-bottom: 1px dotted #adaccf;
    padding-bottom: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.heading-content .heading-icon svg,
.heading-content .heading-icon i {
	max-width: 40px;
	line-height: 24px;
}

.heading-content h2 .heading-icon {
	margin: auto;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -10px;
    font-size: 20px;
}

.heading-content h2 .heading-icon::before {
	position: absolute;
    content: "";
    background: #ffffff;
    bottom: 0;
    height: 50px;
    z-index: 0;
    padding: 10px 20px;
    margin-left: -10px;
}

.heading-content h2 .heading-icon .svg-inline--fa,
.heading-content h2 .heading-icon svg {
	position: relative;
}

.heading-content {
	position: relative;
	margin-bottom: 10px;
}

.heading-content .sub-title {
	display: inline-block;
	color: #777;
	font-size: 16px;
	position: relative;
	line-height: 20px;
	z-index: 1;
	margin-bottom: 10px;
}

.heading-content.right .sub-title {
	padding-right: 20px;
}

.heading-content.left .sub-title {
	padding-left: 20px;
}

.heading-content.left.border-show .sub-title {
	padding-left: 0;
}

.heading-content .bg-title {
	position: absolute;
	top: 0;
	font-size: 160px;
	line-height: 76px;
	color: #f8f8f8;
	width: 100%;
	left: 0;
	font-weight: 600;
}

.heading-content.left .bg-title {
	left: -5px;
}

.heading-content p {
	max-width: 490px;
    margin-top: 10px;
}

.heading-content.left p {
	margin: 20px 0 10px;
	max-width: 600px;
}

.heading-content.right p {
	margin: 10px 0 0;
	float: right;
	max-width: 600px;
}

/*-----end heading-content------*/

/*-----start featured category--*/
.cat-list-column {
	background: #fff;
	position: relative;
	min-height: 266px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	margin-bottom: 30px;
	padding: 50px 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.last-item-more:after {
	background-color: rgba(0, 158, 116, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	top: 0;
	bottom: 0;
}

.img-icon-box {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid #f7f7f7;
	margin: 0 auto 20px;
    line-height: 88px;
}

.cat-list-column .img-icon-box img {
	position: relative;
	max-height: 55px;
}

.cat-list-column > a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.cat-list-column h5 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

.last-item-more h5{
	color: #fff;
}

.cat-list-column.last{
	margin: 0;
}

.cat-list-column i {
	color: #222;
	font-size: 40px;
}

.cat-list-column:hover,
.cat-list-column:focus {
	box-shadow: 0 8px 16px rgba(0,29,35, 0.10);
	outline: none;
}

.item-count {
	color: #686868;
	font-size: 14px;
	line-height: 18px;
}

#ctf.ctf-super-narrow .ctf-author-name {
	color: #222!important;
}

/*-----------radio----------*/
.radio-grid-content .wp-radio-listing {
	border-bottom: none;
}

.owl-carousel.radio-carousel .wp-radio-listing,
.owl-carousel.radio-carousel .wp-radio-listing:hover {
	box-shadow: none;
	border: none;
}

.owl-carousel.radio-carousel .wp-radio-listing .play-btn-wrap {
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
	background: rgba(0,0,0,0.7);
	width: 100%;
	bottom: 0;
	right: 0;
	border-radius: 100%;
	opacity: 0;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-carousel.radio-carousel .wp-radio-listing .podcast-media:hover .play-btn-wrap {
	opacity: 1;
}

.owl-carousel.radio-carousel .podcast-media {
	margin: auto;
    position: relative;
}

.radio-title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
}

.radio-paragraph {
	text-align: center;
	font-size: 16px;
}

.owl-carousel.radio-carousel .wp-radio-listing .play-btn-wrap button {
	position: relative;
    left: 35%;
}

.owl-carousel.radio-carousel .owl-nav {
	width: 100%;
    top: auto;
    right: 0;
	bottom: -52px;
	margin: 0;
}

.owl-carousel.radio-carousel .owl-prev {
	float: none;
}

.owl-carousel.radio-carousel .owl-next {
	float: none;
}

.single-wp_radio .blog-meta.blog-meta-single {
	display: none;
}

.wp-radio-player-status .status-text-live,
.wp-radio-player-status .status-text-offline {
	border-radius: 0;
}

.single-wp_radio .blog-item-next-prev {
	border-bottom: none;
	margin-bottom: 0;
}

.single-wp_radio .wp-radio-listing {
	box-shadow: none;
}

.wp-radio-page-title .wp-radio-thumbnail {
	border-radius: 100%;
	border: 2px solid #ccc;
}

.wp-radio-page-title .wp-radio-thumbnail img {
	border-radius: 100%;
}

.wp-radio-page-title .wp-radio-player-song-title span {
	color: #000;
}

.wp-radio-single .wp-radio-header .wp-radio-details .radio-country>span,
.wp-radio-single .wp-radio-header .wp-radio-details .genres>span {
	font-size: 14px;
	color: #686868;
	font-weight: normal;
}

.wp-radio-single .wp-radio-header .wp-radio-details .radio-country-link {
	font-size: 14px;
}

.wp-radio-single .wp-radio-header .wp-radio-details .genres>a,
.wp-radio-listing .listing-details .genres a {
    background: #fff;
    border: 2px solid #f4f4f4;
    padding: 7px 25px;
    border-radius: 50px;
	margin: 5px 8px 5px 0;
    box-shadow: 16px 0 32px 0 rgb(0 0 0 / 6%);
    font-size: 12px;
    display: inline-block;
}

.wp-radio-listing .listing-thumbnail img {
	border-radius: 0;
	width: 115px;
}

.wp-radio-single .wp-radio-header .wp-radio-details .genres>a:hover,
.wp-radio-listing .listing-details .genres a:hover {
	background: #000;
}

.wp-radio-single .wp-radio-header .play-btn-wrap button .dashicons,
.wp-radio-listing .play-btn-wrap button .dashicons {
	font-size: 20px;
}

.wp-radio-single .wp-radio-header .play-btn-wrap button,
.wp-radio-listing .play-btn-wrap button {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #eeeff3;
	display: block;
}

.wp-radio-single .wp-radio-header .play-btn-wrap button:hover,
.wp-radio-listing .play-btn-wrap button:hover {
	transform: scale(1.0);
}

.wp-radio-single .play-btn-wrap button.active,
.wp-radio-single .play-btn-wrap button:hover,
.wp-radio-single .wp-radio-player-controls button.active,
.wp-radio-single .wp-radio-player-controls button:hover {
	color: #fff!important;
	background: #000!important;
	border-color: #000!important;
}

.wp-radio-single .wp-radio-header {
	border-color: #eeeff3;
	padding-bottom: 20px;
}

.wp-radio-single .wp-radio-footer {
	border-color: #eeeff3;
}

.wp-radio-single .wp-radio-body {
	padding: 20px 0;
}

.wp-radio-single .station-contacts .contacts-title,
.wp-radio-related h3 {
	color: #000;
	border-color: #eeeff3;
	font-size: 24px;
}

.station-slogan {
	border-color: #eeeff3;
}

.wp-radio-listing {
	border: none;
    align-items: initial;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.radio-grid-content .wp-radio-listing {
	display: block;
	width: 100%;
}

.wp-radio-listing:hover {
	box-shadow: none;
}

.wp-radio-listing .listing-thumbnail {
	padding-left: 0;
}

.wp-radio-search-form .wp-radio-search-form-submit {
	background: #000;
	border-radius: 0;
}

.wp-radio-search-form .wp-radio-search-form-submit:hover {
	background: #2343ce;
}

.wp-radio-search-form {
	box-shadow: none;
	border: 1px solid #eeeff3;
	border-radius: 0;
}

.wp-radio-search-form input,
.wp-radio-search-form select {
	border-right-color: #eeeff3;
}

.wp-radio-search-form>* {
	height: 50px;
}

.listing-top {
	box-shadow: none;
	padding: 0;
}

.listing-top .listing-sort select,
.listing-top .show-per-page select {
	border-color: #eeeff3;
	width: 54px;
	height: 36px;
	border-radius: 0;
}

.listing-footer {
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.listing-footer form input {
	border: 1px solid #eeeff3;
	border-radius: 0;
}

.listing-footer form button {
	background: #000;
}

.wp-radio-player.full-width .wp-radio-player-song-title span {
	color: #000;
}

.listing-top .listing-sort, .listing-top .show-per-page {
	margin: 0;
}

.wp-radio-button:hover {
	background: #2343ce;
}

.wp-radio-pagination>a.selected,
.wp-radio-pagination>a:hover,
.wp-radio-pagination>li.selected,
.wp-radio-pagination>li:hover,
.wp-radio-pagination>span.selected,
.wp-radio-pagination>span:hover {
	background: #2343ce;
}

/*-----------RADIO-GRID----------*/
.radio-grid-title {
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 30px;

}

.podcast-grid-media .play-btn-wrap {
	position: relative;
	justify-content: center;
}

.podcast-grid-media .play-btn-wrap .play-btn {
	position: absolute;
	background-color: #000 !important;
	border: 3px solid #fff;
}

.paly-button-bg {
	background-color: #000;
}

.podcast-grid-icon i {
	color: #fff;
}

.podcast-grid-icon i:hover {
	color: #C62F38;
}

/*-----------services----------*/
.services-content {
	padding: 0;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-content.style1 {
	padding: 50px 40px;
    border-radius: 4px;
	position: relative;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.services-content.style1:before {
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	content: "";
	border-radius: 4px;
}

.services-content.style1:hover:before,
.services-content.style1.active-yes:before {
    opacity: 1;
}

.team-content img {
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-content img {
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-img {
	overflow: hidden;
}

.services-content.style1 h3 {
	font-size: 20px;
	color: #fff;
}

.services-content.style1 p {
	color: #707070;
	position: relative;
}

.main-icon-container {
	position: relative;
}

.services-content.style1:hover h3,
.services-content.style1:hover p,
.services-content.style1.active-yes h3,
.services-content.style1.active-yes p {
	color: #fff;
}

.services-content.style1 .main-icon-container span {
	display: inline-block;
	font-size: 60px;
	line-height: 1;
	color: #707070;
}

.services-content.style1 span.service-icon svg,
.services-content.style1 span.service-icon,
.services-content.style1 span.service-icon-right {
	max-height: inherit;
	color: #707070;
}

.services-content.style1:hover .main-icon-container svg,
.services-content.style1.active-yes .main-icon-container svg {
	color: #fff;
}

.icon-container-bg {
	position: absolute;
	bottom: -40px;
	left: 25px;
}

.service-des .icon-container-bg span {
	display: inline-block;
}

.service-des .icon-container-bg {
	overflow: hidden;
}

.services-content.style1 a,
.learnmore-service {
	margin-top: 20px;
	display: inline-block;
	color: #222;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 2px dashed #222;
	position: relative;
}

.learnmore-service {
	margin-top: 0;
	font-size: 16px;
}

.services-content.style1 a:hover,
.services-content.style1 a:focus,
.learnmore-service:hover,
.learnmore-service:focus {
	color: #000;
	border-color: #000;
}

.service-single-img {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	border-radius: 10px 10px 0 0;
}

.service-img-style1 {
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	border-radius: 10px 10px 0 0;
}

.service-single-img img,
.service-des img {
	-webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-single-content:hover > .service-single-img img,
.team-content:hover > .team-img img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.read-more-service {
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	z-index: 2;
	background: #222;
	border-radius: 100%;
	display: inline-block;
}

.post-type-archive-service .read-more-service {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.read-more-service:hover,
.read-more-service:focus {
	color: #014c8c;
	background: #000;
}

.service-des-style2 {
	padding: 30px;
	position: relative;
	overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.service-icon,
.services-content.style1 .service-icon,
.service-style1 .service-icon {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 186, 236, 0.3);
	-webkit-animation: moveAnimation 7s linear infinite;
	animation: moveAnimation 7s linear infinite;
	position: absolute;
	right: -20px;
	bottom: -60px;
}

.service-icon-right {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 186, 236, 0.3);
	-webkit-animation: moveAnimation 7s linear infinite;
	animation: moveAnimation 7s linear infinite;
	position: absolute;
	right: -60px;
	bottom: -15px;
}

.animation-move-circle {
	overflow: hidden;
}

.animation-move-circle:after {
	width: 500px;
	height: 500px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 186, 236, 0.3);
	-webkit-animation: moveAnimation 12s linear infinite;
	animation: moveAnimation 12s linear infinite;
	position: absolute;
	right: -170px;
	top: -170px;
	content: "";
}

.service-single-content .service-icon svg {
	display: none;
}
  
@keyframes nudge {
	0%, 100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(10px, 0);
	}

	80% {
		transform: translate(-10px, 0);
	}
}

@keyframes moveAnimation {
	0%,
	  100% {
	  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
	  -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	  transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
	34% {
	  border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
	  -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
	  transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
	50% {
	  -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	  transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
	67% {
	  border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
	  -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
	  transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } 
}

.services-content.style1 .service-icon {
	max-height: inherit;
}

.post-type-archive-service .service-des-style2 {
	background: #F6FBFF;
}

.service-single-content:hover .service-single-img:after {
	background-color: #F6FBFF;
	-webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%);
    clip-path: polygon(0 100%, 0 100%, 100% 100%);
}

.service-style2 .service-single-content {
	background: #ffffff;
	border-radius: 10px;
	margin-bottom: 30px;
}

.service-style1 .service-single-content {
	margin-bottom: 30px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-style1 .service-single-content:hover {
	box-shadow: 0 19px 32px rgb(12 12 12 / 16%);
	border-radius: 0 0 10px 10px;
}

.service-style2 .service-single-content:hover {
	background: #F6FBFF;
}

.service-style1 .service-single-content:hover .services-lists .svg-inline--fa {
	color: #222;
}

.services-main-content.service-style2 .service-single-content img {
	max-height: 210px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px 10px 0 0;
}

.service-des-style2 h5 {
	font-size: 22px;
	margin: 0 0 10px 0;
}

.service-des-style2 p {
	line-height: 1.3;
}

.service-des-style2 h5 a span {
	color: #222;	
}

.service-single-content:hover .read-more-service {
	background: #000;
	color: #222;
}

.post-type-archive-service .service-single-content {
	margin-bottom: 30px;
}

.service-box-des-style2 {
	padding: 0 0 0 15px;
}

.services-content .number {
	color: #222;
    padding: 12px 15px;
    border: 2px solid #f2fbff;
    display: inline-block;
    line-height: 1.4;
    font-weight: 600;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-content h3 {
	margin: 25px 0 18px;
    font-size: 22px;
	position: relative;
}

.services-content.style1 h3 {
	margin-bottom: 10px;
}

.services-content p {
	margin-bottom: 0;
}

.services-content.style1:hover .number {
	background: #222;
	color: #fff; 
}

.hover-icon {
	visibility: hidden;
}

.middle-icon {
	position: absolute;
    right: -25px;
    top: 45%;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

@keyframes border-video {
  0% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

@-webkit-keyframes border-video {
  0% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

/*--------accordion------------------*/
.home-accordion .elementor-accordion .elementor-accordion-item {
	margin-bottom: 16px;
	border-radius: 6px;
	border: 1px solid #eaeaea!important;
}

.home-accordion .elementor-accordion .elementor-tab-title.elementor-active {
	background: #222;
	border-radius: 6px 6px 0 0;
}

.home-accordion .elementor-accordion .elementor-tab-content {
	border-top-width: 0!important;
	padding: 0 30px 30px 30px;
}

.home-accordion .elementor-accordion .elementor-tab-content.elementor-active {
	background: #222;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 6px 6px;
}

.home-accordion .elementor-accordion .elementor-tab-title {
	padding: 30px;
}

/*-----------counter-content---------*/
.counter-content {
	padding: 0;
	border-radius: 0 20px 0 20px;
	background: #F6FBFF;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.counter-content.counter-style2 {
	background: #fff;
	padding: 0 25px 25px 0;
}

.counter-content .counter-icon {
	font-size: 80px;
	line-height: 1;
}

.counter-content .counter-icon svg {
	max-width: 80px;
	height: auto;
}

.counter-content.counter-style2 {
	background: #f6fbff;
	max-width: 165px;
}

.counter-content.counter-style2 .counter-icon {
	font-size: 40px;
    background: #222;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
	width: 60px;
	height: 60px;
}

.counter-content.counter-style2 .counter-icon svg {
	max-width: 100%;
}

.about-counter .counter-content .counter-icon svg {
	max-width: 30px;
	margin-left: 55px;
}

.about-counter .counter-content span.number.count-number {
	margin: 0;
}

.about-counter .counter-icon {
	line-height: 0 ;
} 

.counter-content span.number.count-number {
	font-size: 20px;
    font-weight: 700;
    line-height: 1;
	position: relative;
	color: #000;
	margin: 0;
	display: inline-block;
}

.counter-content.counter-style2 span.number.count-number {
	margin: 10px 0 0 10px;
	color: #222;
}

.counter-content.counter-style2 span.number.count-number .counter {
	font-size: 30px;
}

.counter-content span.number.count-number.show-circle:before {
	position: absolute;
    width: 60px;
    height: 60px;
    content: "";
    background: #d96555;
    left: -30px;
    top: -5px;
    border-radius: 100%;
}

.counter-content span.number.count-number .counter {
	position: relative;
	margin-right: -5px;
}

.counter-content h5 {
    font-size: 16px;
    margin: 0 0 5px 0;
	line-height: 20px;
	font-weight: 500;
}

.counter-content.counter-style2 h5 {
	margin: 10px;
    display: inline-block;
}

/*--------partner-------------*/
.partner-content a {
	display: block;
	position: relative;
}

.partner-content .owl-carousel .owl-item a img {
	max-height: 40px;
	width: auto;
	margin: auto;	
}

.partner-content .owl-carousel .owl-item a:hover img {
	opacity: 0.8;
}

.partner-img-top {
	position: relative;
}

.partner-img-wrap-hover {
	position: absolute;
	top: 0;
    visibility: hidden;
	-moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	width: 100%;
}

.partner-img-top:hover .partner-img-wrap-hover {
	visibility: visible;
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.reviews-section button {
	background-color: transparent;
	border: none;
	padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 0 7px;
}

.owl-dots button:focus {
	outline: none;
	text-decoration: none;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
	margin: 4px;
	border: 1px solid transparent;
	border-image-slice: 1;
	
}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
	border-color: #e0e5e8;
	border-image-source: linear-gradient(to right, #2343ce, #dd5fdf);
}

.owl-theme .owl-dots .owl-dot span {
	background: #000;
	display: block;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0;
	padding: 2px;
	margin: 7px;
}

.owl-theme.partner-carousel .owl-dots {
	margin-top: 20px;
}

/*-------testimonials---------*/
.testi-des h5 {
	margin-bottom: 0;
	margin-top: 0;
}

.testi-style1 .testi-des h4 {
	margin-bottom: 25px;
}

.rating-testi {
	position: relative;
	display: block;
	height: 35px;
	width: 150px;
	margin: 45px 0 20px 0;
}

.testi-des .rating-testi .svg-inline--fa {
	font-size: 16px;
	color: #000;
}

.testi-style2 .testi-item {
	padding: 30px;
}

.img-testi-container {
	margin-right: 0;
	width: 365px;
	position: absolute;
	margin-top: 70px;
}

.testi-style2 .testi-item img {
	width: 282px;
	height: 282px;
	border-radius: 50%;
	object-fit: cover;
	margin: auto;
	border: 8px solid #fff;
}

.testi-des-style2 {
	color: #fff;
	padding: 100px 150px 60px 250px;
	margin-left: 180px;
	background: #222;
	border-radius: 10px;
}

.testi-des-style2 svg {
	line-height: 1;
    max-height: 50px;
    width: auto;
}

.testi-des-style2 .svg-inline--fa {
	font-size: 15px;
	line-height: 80px;
}

.testi-des-style2 h4 {
	line-height: 35px;
	color: #fff;
	margin-bottom: 0;
}

.testi-des-style2 p {
	color: rgba(255,255,255, 0.7);
}

.title-rating-author {
	position: relative;
	display: inline-block;
	top: -20px;
}

.title-rating-author h5 {
	margin: 0;
	font-size: 24px;
	line-height: 36px;
}

.title-rating-author p {
	margin-bottom: 7px;
}

.title-rating-author span {
	width: 70px;
	height: 50px;
	border-radius: 50%;
	color: rgba(255,255,255, 0.7);
	line-height: 70px;
	text-align: center;
	margin: auto;
	display: inherit;
}

.title-rating-author span svg {
	color: #FDBD47;
	font-size: 14px;
	position: relative;
	top: -2px;
}

.owl-nav {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	position: absolute;
	top: 45%;
	width: 100%;
}

.related.products .owl-nav {
	width: auto;
	top: -75px;
	right: 0;
}

.related.products .owl-prev i, 
.related.products .owl-next i {
    padding: 3px 10px;
    color: #000;
    margin-right: 5px;
    font-size: 14px;
    opacity: 0.7;
}

.related.products .owl-nav button.owl-prev,
.related.products .owl-nav button.owl-next {
	width: 20px;
	height: 30px;
	line-height: 30px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color: #000;
}

.related.products .owl-nav button.owl-prev:hover i,
.related.products .owl-nav button.owl-next:hover i {
	opacity: 1;
}

.all-items-link {
	position: absolute;
	left: 50%;
	top: -115px;
	color: #222;
}

.all-items-link:hover,
.all-items-link:focus {
	color: #000;
}

.service-style2 .owl-nav {
	top: -125px;
	right: 0;
	width: auto;
	margin: 0;
}

.service-style2.owl-carousel .owl-nav button.owl-prev,
.service-style2.owl-carousel .owl-nav button.owl-next {
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #222;
	margin-left: 10px;
  	transform: rotate(-90deg);
	border-radius: 100%;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-style2.owl-carousel .owl-nav button.owl-prev:hover,
.service-style2.owl-carousel .owl-nav button.owl-next:hover {
	background: #000;
}

.service-style2.owl-carousel .owl-nav button.owl-prev:hover i,
.service-style2.owl-carousel .owl-nav button.owl-next:hover i {
	color: #222;
}

.service-style2 .owl-prev i,
.service-style2 .owl-next i {
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
	opacity: 1;
}

.testi-style2 .owl-nav {
	width: 44px;
	right: 70px;
	top: 33%;
}

.owl-carousel.testi-style2 .owl-nav button.owl-prev,
.owl-carousel.testi-style2 .owl-nav button.owl-next {
	width: 44px;
	height: 44px;
	background: rgba(255,255,255, 0.1);
	margin: 10px 0;
	border-radius: 100%;
}

.owl-carousel.testi-style2 .owl-nav button.owl-prev:hover,
.owl-carousel.testi-style2 .owl-nav button.owl-next:hover,
.owl-carousel.testi-style2 .owl-nav button.owl-prev:focus,
.owl-carousel.testi-style2 .owl-nav button.owl-next:focus {
	background: #000;
}

.owl-prev i,
.owl-next i {
	padding: 3px 20px;
	color: #fff;
	margin-right: 5px;
	font-size: 36px;
	opacity: 0.8;
}

.radio-carousel .owl-prev i,
.radio-carousel .owl-next i {
	padding: 0;
	color: #000;
	margin: 0 5px;
	font-size: 14px;
	opacity: 0.8;
	border: 1px solid #CDCDCD;
	border-radius: 100%;
    height: 36px;
    width: 36px;
    line-height: 35px;
}

.owl-carousel.radio-carousel .owl-item img {
	height: 120px;
    width: 120px;
    margin: auto;
    border: 4px solid #ccc;
    border-radius: 100%;
    object-fit: cover;
}

.owl-carousel.radio-carousel .podcast-media {
	line-height: 120px;
	text-align: center;
}

.owl-carousel.testi-style2 .owl-prev i,
.owl-carousel.testi-style2 .owl-next i {
	padding: 0;
	margin-right: 0;
	font-size: 20px;
	opacity: 1;
	line-height: 1.7;
}

.owl-carousel.testi-style2 .owl-prev:hover i,
.owl-carousel.testi-style2 .owl-next:hover i {
	color: #222;
}

.wp-radio-player.full-width {
	box-shadow: none;
	border-top: 2px solid #efefef;
	background: #fff;
}

.play-btn-wrap button,
.wp-radio-player-controls button {
	color: #000;
}

.wp-radio-player-details .station-title {
	color: #000;
}

.gallery-carousel .owl-prev i,
.gallery-carousel .owl-next i {
	background: #000;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
	margin: 0 20px;
	font-size: 20px;
	color: #fff;
}

.owl-prev i:hover,
.owl-next i:hover {
	opacity: 1;
}

.owl-prev {
	float: left;
}

.owl-next {
	float:right;
}

#sync1 .testi-image img {
	border-radius: 10px;
}

.testi-des {
	padding: 0 0 0 110px;
}

.testi-des p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}

#sync1 .testi-des p {
	font-size: 18px;
	line-height: 30px;
}

.testi-des .svg-inline--fa {
    font-size: 80px;
    color: #222;
}

.testi-name {
	background: #fff;
	padding: 15px;
	float: left;
	width: 100%;
}

.testi-name h5 {
	margin: 12px 0 0 0;
}

.testi-name p {
	margin: 0 0 16px 0;
    color: #222;
    font-size: 14px;
    line-height: 26px;
	font-weight: 600;
}

.testi-name h5 .svg-inline--fa {
	float: right;
	color: #222;
	padding: 10px;
	background: #eefcf7;
	font-size: 40px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.testi-item:hover .testi-name h5 .svg-inline--fa {
	background: #222;
	color: #fff;
}

.testi-bg {
	background-position: 12%!important;
}

.testimonial-carousel-container {
	position: relative;
}

/*------------list icons------*/
.listicon-content p {
	margin: 0;
	line-height: 16px;
	font-weight: 500;
}

.listicon-content p span {
	width: 16px;
	border-radius: 100%;
	height: 16px;
	color: #222;
	text-align: center;
	margin-right: 15px;
	float: left;
	line-height: 16px;
	font-size: 10px;
}

.listicon-content p a {
	text-decoration: underline;
}

.progress-counter {
	background-color: #55c981;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 7px 7px 5px;
	position: absolute;
	right: -22px;
	bottom: -35px;
}

.progress-counter:after {
	border-style: solid;
	border-width: 0 3.5px 4px 3.5px;
	border-color: transparent transparent #55c981;
	top: -4px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -3.5px;
	position: absolute;
	width: 0;
}

.castora-donation-form-widget p.theme-color {
	color: #222;
	margin: 0 0 10px;
	font-weight: 600;
}

/*------feature lists---------*/
.featured-lists-content .featured-main-content {
	position: relative;
	z-index: 1;
	height: 0;
	padding-top: 100%;
	transform: rotate(-13deg);
}

.featured-lists-content .featured-main-content i {
	color: #fff;
}

.featured-lists-content .featured-main-content:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #222;
}

.featured-lists-content .services_item-icon {
	position: absolute;
	z-index: 1;
	width: 17%;
	height: 17%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: 41%;
	top: 41%;
	cursor: pointer;
	font-size: 30px;
}

.featured-lists-content .services_item-icon:hover,
.featured-lists-content .services_item-wrap.active .services_item-icon {
	border: 7px solid #fff;
}

.featured-lists-content .services_item-content .content-img {
	padding: 83px;
	border-radius: 100%;
}

.featured-lists-content .services_item-icon:before,
.featured-lists-content .services_item-icon:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 99.9%;
	height: 99.9%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #222;
}

.featured-lists-content .services_item-icon:after {
	opacity: 0;
}

.featured-lists-content .services_item-icon .services_icon {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	line-height: 1;
}

.featured-lists-content .services_item-icon .services_icon-grad2 {
	opacity: 0;
}

.featured-lists-content .services_item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 8%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	display: block;
}

.featured-lists-content .services_item-wrap.active .services_item-icon:before {
	opacity: 0; 
}

.featured-lists-content .services_item-wrap.active .services_item-icon:after {
	opacity: 1; 
}

.featured-lists-content .services_item-wrap.active .services_item-icon .services_icon-grad1 {
	opacity: 0; 
}

.featured-lists-content .services_item-wrap.active .services_item-icon .services_icon-grad2 {
	opacity: 1; 
}

.featured-lists-content .services_item-wrap.active .services_item-icon + .services_item-content {
	opacity: 1;
	visibility: visible;
}

@-webkit-keyframes circuit_service_hexagon_1 {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg); } 
}

@-moz-keyframes circuit_service_hexagon_1 {
	0% {
	-moz-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-moz-transform: rotate(360deg);
	transform: rotate(360deg); } 
}

@-o-keyframes circuit_service_hexagon_1 {
	0% {
	-o-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-o-transform: rotate(360deg);
	transform: rotate(360deg); } 
}

@keyframes circuit_service_hexagon_1 {
	0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg); }
	100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg); } 
}

@-webkit-keyframes circuit_service_hexagon_2 {
	0% {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }
	100% {
	-webkit-transform: rotate(540deg);
	transform: rotate(540deg); } 
}

@-moz-keyframes circuit_service_hexagon_2 {
	0% {
	-moz-transform: rotate(180deg);
	transform: rotate(180deg); }
	100% {
	-moz-transform: rotate(540deg);
	transform: rotate(540deg); } 
}

@-o-keyframes circuit_service_hexagon_2 {
	0% {
	-o-transform: rotate(180deg);
	transform: rotate(180deg); }
	100% {
	-o-transform: rotate(540deg);
	transform: rotate(540deg); } 
}

@keyframes circuit_service_hexagon_2 {
	0% {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg); }
	100% {
	-webkit-transform: rotate(540deg);
	-moz-transform: rotate(540deg);
	-o-transform: rotate(540deg);
	transform: rotate(540deg); } 
}

@-moz-document url-prefix() {
	.services_icon-grad1,
	.services_icon-grad2 {
	-webkit-text-fill-color: initial; }
}

/*------posts-content---------*/
.posts-content .blog-media {
	margin-bottom: 0;
}

.posts-content {
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.posts-content .posts-loop {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.posts-content .posts-loop:hover {
	box-shadow: none;
}

.posts-content .rel-blog-desc {
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding: 30px;
	border: 1px solid #dcdcdc;
}

.posts-content .posts-loop-style1 .rel-blog-desc {
	padding: 25px;	
}

.posts-content .posts-loop-style1 .small-post .rel-blog-desc {
	padding: 25px 25px 25px 0;	
}

 .posts-content h4.blog-des-title {
	font-size: 22px;
	line-height: 1.4;
	padding: 0;
	margin: 0 0 25px 0;
}

.posts-content .blog-box.small-post h4.blog-des-title {
	padding-bottom: 8px;
}

.posts-content .blog-read-more {
	font-weight: 700;
}

.posts-style2 h4.blog-des-title {
	font-size: 18px;
	line-height: 26px;
}

.posts-content .rel-blog-desc p {
	margin-bottom: 15px;
}

.posts-content .blog-box {	
	border: 1px solid #eaeaea;
    border-radius: 10px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}

.posts-content .blog-box:hover {
	box-shadow: 0 20px 40px rgba(0,18,88,0.1);
}

.posts-content .blog-box.small-post {
	margin-bottom: 30px;
}

.cat-readmore-con a {
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
	margin: 15px -15px 2px 2px;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	font-size: 14px;
}

.posts-style2 .cat-readmore-con {
	position: absolute;
    z-index: 1;
    bottom: -2px;
    right: 0;
}

.cat-readmore-con.absolute-position {
	position: absolute;
    bottom: 0;
    left: 30px;
}

.cat-readmore-con.absolute-position a {
	margin: 0 2px 0 0;
}

.posts-style2 .cat-readmore-con a {
	margin: 15px 0 2px 2px;
}

.cat-readmore-con a:hover,
.cat-readmore-con a:focus {
	color: #fff;
}

.posts-loop:hover .cat-readmore-con a {
	background: #222;
}

.posts-loop:hover .cat-readmore-con .read-more-link {
	background: #222;
	color: #fff;
}

.cat-readmore-con .read-more-link {
	padding: 15px 20px;
	background: #fff;
	color: #222;
	margin: 0;	
}

/*----------podcast-----------*/
.channel-name {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}

.podcast-carousel .channel-name {
	margin-right: 8px;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 0;
}

.host-name {
	font-size: 14px;
}

.host-name span {
	color: #777;
}

.podcast-single-content h3 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 1.2;
}

.podcast-single-content p {
	font-size: 14px;
}

.podcast-carousel .podcast-single-content h3 {
	font-size: 18px;
	margin-bottom: 25px;
}

.podcast-bottom-data {
	font-size: 14px;
	border-top: 1px solid #e0e5e8;
    padding-top: 20px;
	margin-top: 35px;
}

.podcast-bottom-data span a {
	margin-left: 5px;
}

.podcast-carousel .btn-podcast-carousel {
	font-weight: 700;
	background: linear-gradient(to right, #2343ce 0%, #dd5fdf 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.podcast-carousel .item {
	background: #fff;
}

.podcast-carousel .podcast-single-content {
	margin: 40px;
}

.podcast-single-content {
	margin-left: 40px;
}

.style-two .podcast-single-content {
	margin: 0;
}

.podcast-btn {
	border-color: #fff;
    border-radius: 30px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 32px;
	line-height: 1;
}

.podcast-meta-bottom .podcast-btn {
	margin-left: 0;
}

.podcast-btn.btn-dark-def:hover,
.podcast-btn.btn-dark-def:focus {
	box-shadow: none;
	color: #fff;
}

.style-two .podcast-btn {
	margin-right: 15px;
	margin-left: 0;
	padding: 10px 20px;
	font-weight: 500;
}

.btn-dark-def {
	color: #fff;
	background: #000;
	border-color: #000;
	border-radius: 0;
}

.btn-dark {
	color: #000;
	background: #fff;
	border-color: #fff;
}

.podcast-style-five .btn-dark {
	border-color: #e6e6e6;
	margin: 15px 0 30px 30px;
}

.podcast-btn:hover,
.podcast-btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
}

.elementor .podcasts-content hr {
	margin: 30px 0;
	border-top-color: #e1e1e1;
}

.podcasts-content .svg-inline--fa {
	font-size: 12px;
	margin-right: 10px;
}

.podcasts-content i {
	font-size: 12px;
	margin-right: 5px;
}

.podcast-media .img-overlay .svg-inline--fa {
	font-size: 25px;
}

.podcasts-content .podcast-bottom-data .svg-inline--fa,
.podcasts-content .podcast-bottom-data i {
	color: #bfc0c0;
}

.podcasts-content .podcast-bottom-data .btn-podcast-carousel .svg-inline--fa {
	margin-right: 0;
	margin-left: 10px;
	color: #2343ce;
}

.podcasts-content .podcast-style-five .podcast-btn .svg-inline--fa {
	margin-left: 10px;
	margin-right: 0;
}

.podcast-date {
	margin-right: 10px;
}

.podcast-duration {
	margin-left: 10px;
	color: #000;
}

.style-two .podcast-media {
	margin-bottom: 30px;
}

.podcast-media span {
	position: absolute;
	bottom: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
}

.podcast-media span .svg-inline--fa {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.podcast-button a {
	background: #fff;
	border: #fff;
	color: #000;
    border-radius: 30px;
	padding: 20px 40px;
}

.podcast-button .svg-inline--fa {
	margin-right: 7px;
}

.podcast-media {
	position: relative;
}

.podcast-cat-desc {
	padding: 0;
	margin: 0;
}

.podcast-carousel .podcast-cat-desc {
	margin-left: 8px;
}

.podcast-cat-desc li {
	display: inline-block;
	list-style: none;
}

.podcast-cat-desc li a {
	background: #000;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	font-size: 11px;
}

.style-five-box .podcast-cat-desc li a {
	background: none;
    color: #000;
    display: inline-block;
    padding: 15px 0 0 0;
    font-size: 11px;
}

.style-five-box .left-padding-list .podcast-cat-desc li a {
	padding: 0;
}

.style-five-box .left-padding-list .podcast-title {
	font-size: 18px;
}

.podcast-style-five {
	background: #fff;
}

.style-five-box .left-content {
	background: #fff;
	margin: 0 30px 15px 30px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.style-five-box .left-content.left-padding-list {
	padding-left: 55px;
}

.podcast-style-three .podcast-cat-desc li a,
.podcast-style-four .podcast-cat-desc li a,
.podcast-carousel .podcast-cat-desc li a {
	background: transparent;
	color: #999;
	margin-right: 10px;
	padding: 0;
	font-size: 14px;
}

.podcast-top-des {
	margin-bottom: 15px;
}

.podcast-top-des span {
	margin-right: 10px;
	text-transform: capitalize;
}

.podcast-title {
	margin: 0;
	font-size: 20px;
}

.bottom-margin-podcast {
	margin-bottom: 30px;
}

/*---------newsletter---------*/
#wrapper .tnp.tnp-widget-minimal {
	margin: 0 auto;
	max-width: 600px;
}

#wrapper .tnp-form {
	position: relative;
	background: #fff;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

#wrapper .tnp-widget-minimal input.tnp-email {
	width: 67%;
	background: none;
    border: none;
	color: #999;
	padding:0;
	font-size: 14px;
	float: left;
	height: 50px;
}

#wrapper .tnp-widget-minimal input.tnp-email:focus {
	border: none;
}

#wrapper .tnp-widget-minimal input.tnp-submit {
	width: 150px;
	background: transparent;
	line-height: 2;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor: pointer;
	float: right;
	height: 50px;
	color: #000;
	font-size: 14px;
}

#wrapper .tnp-widget-minimal input.tnp-submit:hover,
#wrapper .tnp-widget-minimal input.tnp-submit:focus {
	background: transparent;
	border: none;
	outline: none;
}

#wrapper .tnp-form:after {
	content: "\f30b";
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #000;
}

.image-boxes img,
.blog-media img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.layout-rs .content {
	margin-right: 20px;
}

.layout-rs.single-podcast .content {
	margin-right: 0;
}

.layout-rs .blog-box {
    background-color: #ffffff;
	margin: 0 0 60px 0;
}

.layout-rs.single-podcast .blog-box {
	margin: 0;
}

.layout-ls .blog-box {
    background-color: #ffffff;
	margin: 0 0 60px 20px;
}

.error404.layout-rs .blog-box {
	margin-bottom: 0;
}

.blog-box{
	border-radius: 6px;
}

.content .post:last-child .blog-box {
	margin-bottom: 0;
}

.layout-ls .blog-box {
    margin-bottom: 2rem;
    background-color: #ffffff;
	margin-left: 20px;
}

.text-left-previous,
.text-right-next {
	font-size: 16px;
	color: #222;
	line-height: 1.3;
	display: inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	margin: 0;
}

.text-left-previous, 
.text-right-next {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
	display: inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.blog-item-next-prev {
	position: relative;
	float: left;
	width: 100%;
}

.center-icons {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 46px;
	color: #000;
	line-height: 1;
}

.text-center {
	text-align: center !important;
}

.text-left-previous span, 
.text-right-next span {
	font-size: 14px;
	display: block;
	color: #777;
	padding-bottom: 10px;
}

.tags-social-box {
	float: left;
	width: 100%;
}

.blog-item-next-prev {
	position: relative;
	float: left;
	width: 100%;
	margin: 50px 0;
	border-top: 1px solid #eaeaea;
    padding: 50px 0;
	border-bottom: 1px solid #eaeaea;
}

.absolute-pager.text-right {
	padding: 0 0 0 40px;
}

.absolute-pager {
	padding: 0 40px 0 0;
}

.absolute-pager {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;
}

.wpcf7 .booking-form.request-booking-form.request-bg .form-control {
	background: #F6FBFF;
}

.wpcf7 .booking-form.contact-form-page .form-control {
	border: 1px solid #f2f2f2;
	color: #83868C;
	background: none;
}

.wpcf7 textarea.form-control {
	height: 60px;
}

.wpcf7 .booking-form.contact-form-page textarea.form-control {
	height: 150px;
}

.wpcf7 .booking-form.contact-form-page .btn-primary:hover,
.wpcf7 .booking-form.contact-form-page .btn-primary:focus {
	background: #000;
}

div.wpcf7 .ajax-loader{
	display: none;
}

.booking-form p {
	color: #000;
}

.contact-page-icons.elementor-widget .elementor-icon-list-icon {
	color: #222;
	margin-right: 25px;
}

.absolute-pager .text-left-previous i,
.absolute-pager .text-left-previous svg {
	margin-right: 7px;
}

.absolute-pager .text-right-next i,
.absolute-pager .text-right-next svg {
	margin-left: 7px;
}

.aut-dat-box {
	display: inline-block;
	width: 48%;
	padding-top: 10px;
}

.aut-dat-box span {
	color: #222;
	font-weight: 600;
}

.project-meta-content .port-cat {
	font-weight: 600;
	color: #222;
}

.project-meta-content .btn-primary {
	padding: 30px;
}

.blog-media {
	position: relative;
	z-index: 1;
}

.blog-box .blog-media {
	border: 1px solid #eeeff3;
	border-bottom: none;
}

.blog-box .related-posts .blog-media {
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #eeeff3;
	text-align: center;
}

.blog-box .blog-media.formate-quote {
	border: 1px solid #eeeff3;
}

.posts-loop-style1 .blog-media img {
	border-radius: 6px 0 0 6px;
}

.posts-loop-style1 .col-lg-6:first-child .blog-media img {
	max-height: 325px;
	border-radius: 10px 10px 0 0;
}

.posts-content .posts-loop-style1 .col-lg-6:first-child h4.blog-des-title {
	padding: 0;
	margin: 0;
}

.blog-desc {
	float: left;
	width: 100%;
	position: relative;
	padding: 40px 40px 5px 40px;
	border: 1px solid #eeeff3;
}

.blog-desc.with-thumb-des {
	margin-top: -1px;
}

.single-post .blog-desc {
	padding-bottom: 20px;
}

.single-post .blog-desc.with-thumb-des {
	margin-top: 0;
}

.blog-des-top {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.single-post .blog-des-top {
	padding-bottom: 0;
}

.blog-desc .post-views {
	display: none;
}

.related-posts {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.custom-title {
	margin: 10px 0 30px 0;
	font-size: 24px;
}

.custom-title span{
	position: relative;
}

.related-posts .read-more-wrapper {
	display: none;
}

.list-style .blog-desc {
    padding: 0;
}

.list-style.blog-box {
    margin-bottom: 4rem;
}

.small-blog-box .blog-desc h4 {
    font-size: 24px;
}

.small-blog-box .blog-meta {
    margin: 0.7rem 0 0.6rem;
}

.cat-title a {
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 10px 10px 0;
    padding: 5px 15px;	
	position: relative;
	color: #fff;
}

.cat-title.with-thumb {
	margin: 0 20px 0 0;
	position: absolute;
	bottom: -24px;
	left: 45px;
	z-index: 1;
}

.thumb-author {
	margin: 0 20px 0 0;
	position: absolute;
	bottom: -24px;
	right: 45px;
	z-index: 1;
	box-shadow: 0 0px 11px rgba(93,61,225, 0.09);
}

.thumb-author a {
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin: 0;
	padding: 10px 15px 10px 10px;
	position: relative;
	color: #000;
}

.thumb-author a img {
	padding: 0 10px 0 0;
}

@keyframes drop{
	0%		{ top:-350px; }
	100%	{ top:0; }
}

h4.blog-des-title {
    font-size: 30px;
    margin: 0 0 15px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 45px;
	letter-spacing: -0.3px;
}

.search h4.blog-des-title {
	padding: 0;
}

.top-search-submit {
	background: none;
	border: none;
	position: absolute;
	right: 14px;
	left: auto;
	top: 13px;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}

.top-search-form {
	position: relative;
	margin: 27px 0;
	text-align: right;
}

.top-form-control {
	border-radius: 30px;
	border: 1px solid #ececec;
	padding: 7px 50px 7px 20px;
	font-size: 14px;
}

.related-posts h4.blog-des-title {
    font-size: 22px;
    line-height: 30px;
	letter-spacing: normal;
	margin-bottom: 5px;
}

.related-posts .rel-blog-desc {
	padding: 30px;
}

.related-posts .blog-media {
	margin: 0;
}

.related-posts .rel-blog-desc p:last-child {
	margin-bottom: 0;
}

.related-single-post {
	border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 0;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.related-posts .related-single-post:hover {
	background: none;
}

.related-single-post .cat-title.with-thumb {
	margin: 0 20px 0 0;
    position: absolute;
    bottom: 5px;
    left: 15px;
    z-index: 1
}

.related-single-post .cat-title {
	padding: 0;
}

.cat-title a {
	line-height: 18px;
}

.contact-form .form-group .btn.btn-primary {
	cursor: pointer;
}

.blog-meta {
    display: inline-block;
    margin: 30px 0 0 0;
	font-size: 12px;
	width: 100%;
	border-top: 1px solid #eeeff3;
    padding: 35px 0 0 0;
}

.single-post .blog-meta {
    margin: 0 0 20px;
    padding: 0;
}

.posts-content .blog-meta {
	border: none;
}

.author-first-last {
	display: inline-block;
	font-size: 14px;
	color: #000;
}

.author-display-name {
	width: 100%;
	display: block;
	color: #999;
	font-size: 12px;
}

.posts-content .post-author img {
	border-radius: 100%;
	margin-right: 10px;
	vertical-align: sub;
}

.blog-meta.blog-meta-single {
	border-top: none;
}


.blog-meta.blog-meta-single span i {
	margin-right: 7px;
    color: #000;
}

.blog-meta.blog-meta-single .single-category a {
	padding-right: 0;
	margin-right: 0;
}

.blog-meta.blog-meta-single .single-category a:after {
	background: none;
}

.posts-content .blog-meta{
	margin-bottom: 0;
	padding-top: 0;
}

.wp-block-quote .blog-meta {
	margin-bottom: 0;
}

.related-posts .blog-meta {
	margin: 0 0 10px 0;
	border: none;
    padding-bottom: 0;
}

.meta-bottom a {
	float: right;
}

.blog-meta a {
	margin-right: 30px;
	color: #686868;
    font-size: 14px;
}

.blog-meta a:hover,
.blog-meta a:focus {
	color: #222;
}

.blog-box .blog-meta a {
	padding-right: 30px;
	position: relative;
	display: inline-block;
}

.blog-box .blog-meta a:last-child{
	margin-right: 0;
	padding-right: 0;
}

.blog-box .blog-meta a:after {
	position: absolute;
	right: 0;
	height: 14px;
	width: 1px;
	content: "";
	background: #ddd;
	top: 3px;
}

.blog-box .blog-meta a:last-child:after {
	width: 0;
}

.blog-meta .svg-inline--fa,
.blog-meta i {
	margin-right: 7px;
	color: #000;
}

.wp-block-quote .blog-meta .svg-inline--fa,
.wp-block-quote .blog-meta i {
	color: #fff;
}

.meta-bottom a img {
	border-radius: 100%;
	margin-right: 15px;
}

.absoulate-social-metapart {
	position: absolute;
}

.social-metapart .blog-social {
	padding: 0 23px;
	text-align: left;
}

.social-metapart .blog-social:after {
	border: none;
}

.absoulate-social-metapart .blog-social {
    margin-top: -30px;
}

.blog-social-inner {
	position: relative;
	display: inline-block;
	background: #fff;
	z-index: 1;
	padding: 0 10px;	
}

.absoulate-social-metapart .blog-social-inner {
	padding: 10px 15px;
	box-shadow: 0 0px 11px rgba(93,61,225, 0.09);
}

.blog-social a,
.blog-social .btn {
    outline: 0 none !important;
	text-decoration: none !important;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #222;
	line-height: 25px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin: 0 4px;
}

.blog-social .facebook-social {
	background: #5635DE;
}

.blog-social .twitter-social {
	background: #5497FB;
}

.blog-social .linkedin-social {
	background: #2867b2;
}

.blog-social .pinterest-social {
	background: #c8232c;
}

.socibox {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #fff;
	font-size: 12px;
}

.blog-social a:hover,
.blog-social a:focus {
	box-shadow: 0 0px 36px rgba(42,50,168, 0.10);
}

.socibox:hover,
.socibox:focus {
	box-shadow: 0 0px 36px rgba(42,50,168, 0.10);
	color: #fff;
}

.post-bottom {
    border-top: 1px dotted #eaeaea;
    padding-top: 1rem;
}

.post-share {
    position: relative;
    display: block;
}

.customshare {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 1px;
}

.customshare .list {
    position: absolute;
    top: 0.2rem;
    right: 0;
    text-align: center;
    background: transparent;
}

.customshare .list a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    z-index: 1000;
    font-weight: normal;
    text-align: center;
    background: #fff;
    color: #ffffff !important;
}

.ie9 .customshare .list strong {
    padding-top: 5px;
    height: 41px;
}

.customshare .list a {
    background: #ff3;
    -webkit-transition: -webkit-transform .0001s linear, background .0001s ease, color .0001s ease;
    -moz-transition: -moz-transform .0001s linear, background .0001s ease, color .0001s ease;
    -ms-transition: -ms-transform .0001s linear, background .0001s ease, color .0001s ease;
    -o-transition: -o-transform .0001s linear, background .0001s ease, color .0001s ease;
    transition: transform .0001s linear, background .0001s ease, color .0001s ease;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.customshare .list a:hover {
    color: #fff;
    text-decoration: none;
}

.customshare .list .tw,
.customshare .list .fb,
.customshare .list .gp {
    font-size: 14px;
}

.customshare .list:hover strong span,
.customshare .list.hover strong span {
    height: 135px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.customshare .list:hover a,
.customshare .list.hover a {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s, .4s, .4s;
    -moz-transition-duration: .3s, .4s, .4s;
    -ms-transition-duration: .3s, .4s, .4s;
    -o-transition-duration: .3s, .4s, .4s;
    transition-duration: .3s, .4s, .4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.customshare .list:hover a .fa {
    transform: rotate(45deg);
}

.customshare .list:hover .tw,
.customshare .list.hover .tw {
    -webkit-transition-delay: .1s, .0001s, .0001s;
    -moz-transition-delay: .1s, .0001s, .0001s;
    -ms-transition-delay: .1s, .0001s, .0001s;
    -o-transition-delay: .1s, .0001s, .0001s;
    transition-delay: .1s, .0001s, .0001s;
}

.customshare .list:hover .fb,
.customshare .list.hover .fb {
    -webkit-transition-delay: .2s, .0001s, .0001s;
    -moz-transition-delay: .2s, .0001s, .0001s;
    -ms-transition-delay: .2s, .0001s, .0001s;
    -o-transition-delay: .2s, .0001s, .0001s;
    transition-delay: .2s, .0001s, .0001s;
}

.customshare .list:hover .gp,
.customshare .list.hover .gp {
    -webkit-transition-delay: .3s, .0001s, .0001s;
    -moz-transition-delay: .3s, .0001s, .0001s;
    -ms-transition-delay: .3s, .0001s, .0001s;
    -o-transition-delay: .3s, .0001s, .0001s;
    transition-delay: .3s, .0001s, .0001s;
}

.page-link {
    background-color: #fff;
    border: 0 dotted #eaeaea;
    border-radius: 0;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-left: 3px;
    padding: 0.6rem 0.8rem;
    position: relative;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link:hover,
.page-link:focus {
    background-color: #222;
}

.content {
    padding-right: 0;
}

.woocommerce .content,
.woocommerce-page .content {
	overflow: visible;
}

.woocommerce .price-html,
.woocommerce-page .price-html {
	font-size: 14px;
}

.search-no-results .content h1.entry-title {
	margin-top: 0;
}

.blog-grid .blog-bottom.text-center,
.blog-grid .blog-desc.text-center {
    text-align: left !important;
}

.blog-grid .blog-desc h4 {
    font-size: 24px;
	line-height: 28px;
}

.blog-grid .blog-desc p {
    margin-bottom: 20px;
}

/* SIDEBAR WIDGETS 
**************************************/
.user-widget {
	border-radius: 6px;
}

.user-widget .user-img h5 {
	font-size: 18px;
	line-height: 1;
	margin: 20px 0 15px 0;
}

.user-widget .user-img img {
	border-radius: 100%;
}

.user-widget p {
	padding: 0 10px;
}

.user-social {
	line-height: 1;
}

.user-social a {
	line-height: 30px;
	color: #686868;
	font-size: 14px;
	margin: 0 3px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #eeeff3;
	border-radius: 100%;
}

.user-social a:hover,
.user-social a:focus{
	color: #222;
}

.sidebar .widget {
    display: block;
    position: relative;
    margin-bottom: 40px;
	padding: 35px;
	border: 1px solid #eeeff3;
	position: relative;
}

.single-podcast .sidebar .widget {
	border: none;
	padding: 0 0 0 30px;
}

.sidebar .widget:hover:before {
    background-color: #222;
    left: 75px;
	right: 75px;
}

.sidebar #media_image-3.widget_media_image{
	padding: 0;
}

.sidebar #media_image-3.widget_media_image img{
	border-radius: 6px;
}

.sidebar #media_image-3.widget_media_image.widget:before{
	height: 0;

}

.sidebar .widget_media_image .widget-title {
	margin: 40px;
}

.sidebar .widget:last-child{
	margin-bottom: 0;
}

.sidebar .widget-title {
	margin-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 15px 0;
}

.blog-list-widget img {
    border: 1px solid #eaeaea;
    max-width: 100px;
    margin-right: 20px !important;
	min-height: 80px;
	object-fit: cover;
	border-radius: 0;
}

.blog-list-widget span {
	font-size: 14px;
	color: #686868;
}

.footer.footer-style1 .blog-list-widget span{
	color: #a6b6b9;
}

.footer.footer-style1 .blog-list-widget .svg-inline--fa {
	color: #222;
}

.blog-list-widget .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.blog-list-widget .w-100 {
    margin-bottom: 20px;
}

.blog-list-widget .w-100:last-child {
    margin-bottom: 0;
}

.blog-list-widget .w-100:hover h5,
.blog-list-widget .w-100:focus h5{
	color: #222;
}

.blog-list-widget .w-100 span
.blog-list-widget .w-100:hover span,
.blog-list-widget .w-100:focus span{
	color: #686868;
}

.footer-widget-area .blog-list-widget .w-100 {
	margin-bottom: 20px;
}

.blog-list-widget .w-100.last-item {
    margin-bottom: 0;
}

.blog-list-widget small {
    font-size: 11px;
}

.blog-list-widget .mb-1 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    margin-top: 0;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tag-widget a,
.tagcloud a {
    background-color: #eeeff3;
    display: inline-block;
    margin: 0 7px 10px 0;
    line-height: 1;
    padding: 8px 15px;
	border: 1px solid #fff;
	color: #686868;
	border-radius: 0;
}

.footer-widget-area .tag-widget a,
.footer-widget-area .tagcloud a {
	background: #f9f9f9;
	border-color: #f9f9f9;
}

.footer-widget-area .tagcloud a:hover,
.footer-widget-area .tagcloud a:focus,
.tag-widget a:hover,
.tagcloud a:hover,
.tag-widget a:focus,
.tagcloud a:focus {
	background: #000;
	border-color: #000;
	color: #fff;
}

.blog-tags ul {
	padding: 0;
	margin: 0;
}

.blog-tags ul li {
	display: inline-block;
	margin-right: 10px;
}

.blog-tags ul li a {
	background: #fff;
	border: 2px solid #f4f4f4;
	padding: 7px 25px;
	border-radius: 50px;
	margin-bottom: 10px;
	box-shadow: 16px 0 32px 0 rgba(0, 0, 0, 0.06);
	font-size: 12px;
	display: inline-block;
}

.blog-tags ul li a:hover,
.blog-tags ul li a:focus {
	background: #000;
	color: #fff;
}

.pagination li a {
	color: #6D708D;
	min-height: 40px;
	min-width: 40px;
	background-color: #fff;
	padding: 0;
	border: none;
	line-height: 40px;
	font-weight: 600;
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(50,39,193, 0.08);
	text-align: center;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.current a {
	background: #222;
	color: #fff;
	border-color: #222; 
}

.sidebar .widget_instagram-feed-widget .sbi_photo {
	margin: 0 10px 10px 0;
}

/* SIDEBAR WIDGETS (EXPANDED) 
**************************************/
div.sidewrapper.sidenav {
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -35em;
    top: 0;
    width: 290px;
    z-index: 99999;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.sidewrapper .widget {
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 1rem 2rem 0;
}

.nav-expanded div.sidewrapper {
    right: 0;
    margin-right: 0;
    transition: margin-left 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: margin-left 0.4s ease-in-out 0s;
}

#nav-close {
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 27px;
    padding-right: 0;
    position: relative;
    right: 30px;
    text-align: center;
    top: 17px;
    width: 30px;
}

.logged-in.admin-bar #nav-close {
	top: 35px;
}

.widget-title.dark-color,
.sidewrapper .widget-title {
    color: #222;
}

.category-widget ul,
.sidebar .widget ul,
.sidewrapper.sidenav .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget ul.children {
	padding-left: 15px;
}

.category-widget li,
.sidebar .widget li,
.sidewrapper.sidenav .widget li {
    padding: 0 0 0 10px;
}

.sidebar .widget .wp-block-latest-comments li {
	padding: 0;
}

.wp-block-search .wp-block-search__label {
	display: none;
}

.sidebar .widget .wp-block-search .wp-block-search__label {
	display: block;
	color: #000;
}

.sidebar .widget .wp-block-group__inner-container > h1,
.sidebar .widget .wp-block-group__inner-container > h2,
.sidebar .widget .wp-block-group__inner-container > h3,
.sidebar .widget .wp-block-group__inner-container > h4,
.sidebar .widget .wp-block-group__inner-container > h5,
.sidebar .widget .wp-block-group__inner-container > h6,
.sidebar .widget-title,
.sidebar .widget h2,
.wp-block-search .wp-block-search__label {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeff3;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget h2,
.sidebar .widget-title,
.wp-block-search .wp-block-search__label {
	font-size: 20px;
}

.sidebar .widget .wp-block-group__inner-container > h1:after,
.sidebar .widget .wp-block-group__inner-container > h2:after,
.sidebar .widget .wp-block-group__inner-container > h3:after,
.sidebar .widget .wp-block-group__inner-container > h4:after,
.sidebar .widget .wp-block-group__inner-container > h5:after,
.sidebar .widget .wp-block-group__inner-container > h6:after,
.sidebar .widget .widget-title:after,
.sidebar .widget h2:after,
.wp-block-search .wp-block-search__label:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	content: "";
	background: #000;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget:hover .wp-block-group__inner-container > h1:after,
.sidebar .widget:hover .wp-block-group__inner-container > h2:after,
.sidebar .widget:hover .wp-block-group__inner-container > h3:after,
.sidebar .widget:hover .wp-block-group__inner-container > h4:after,
.sidebar .widget:hover .wp-block-group__inner-container > h5:after,
.sidebar .widget:hover .wp-block-group__inner-container > h6:after,
.sidebar .widget:hover .widget-title:after,
.sidebar .widget:hover h2:after,
.sidebar .widget:hover .wp-block-search .wp-block-search__label:after {
	width: 60px;
	background: #000;
}

.sidebar .widget_rss li {
	padding: 0 0 20px 0;
}

.sidebar .widget_rss li:last-child {
	padding: 0;
}

.widget_rss.widget cite {
	font-weight: 500;
}

.sidebar .widget li a {
	padding: 10px 0 10px 0;
	display: inline-block;
} 

.widget ul li {
	position: relative;
	padding-left: 10px;
}

.footer-widget-area .widget ul li {
	padding-left: 0;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-widget-area .widget ul li:hover {
	padding-left: 10px;
}

.footer-widget-area .widget ul li:hover:after {
	opacity: 1;
}

.widget ul li:after {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f054";
	top: 17px;
	line-height: 1;
	font-size: 11px;
}

.widget .castora-categories li:after {
	opacity: 0;
}

.footer-widget-area .widget ul li:after {
	opacity: 0;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-style2 .footer-widget-area .widget ul li:after {
	color: #fff;
}

.sidebar .widget .recentcomments:after,
.footer-widget-area .widget .recentcomments:after,
.sidebar .widget_rss.widget li:after,
.footer-widget-area .widget_rss.widget li:after {
	content: "";
}

.sidebar .widget .recentcomments,
.footer-widget-area .widget .recentcomments {
	padding: 0 0 15px 0;
}

.sidebar .widget .recentcomments:last-child,
.footer-widget-area .widget .recentcomments:last-child {
	padding-bottom: 0;
}

.footer-widget-area .widget ul li:after {
	top: 7px;
}

.sidebar .widget_rss.widget li a {
	padding: 0 0 10px 0;
	width: 100%;
	font-weight: 500;
}

.sidebar .widget .children li:last-child,
.sidebar .widget .sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar .castora-categories li {
	border: none;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.sidebar .castora-categories li:last-child {
	margin-bottom: 0;
}

.sidebar .castora-categories li a {
	padding: 15px 25px;
	display: block;
	background: #f9f9f9;
	font-weight: 600;
}

.sidebar .castora-categories li span {
	background: #f5f5f5;	
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 56px;
    padding: 0 20px;
	color: #000;
}

.sidebar .castora-categories li a:hover,
.sidebar .castora-categories li a:focus {
	background: #222;
	color: #fff;
}

.sidebar .castora-categories li a:hover span,
.sidebar .castora-categories li a:focus span {
	background: #222;
	color: #fff;
}

.sidebar .castora-categories li:first-child {
	border: none;
}

/*------------single podcast --------*/
.single-podcast .blog-desc {
	padding: 0;
	border: none;
}

.single-podcast .blog-des-top .podcast_player {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}

.single-podcast .blog-des-top .podcast_meta {
	display: none;
}

.subscribe-links {
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;
}

.subscribe-links-header {
	padding: 0;
	margin: 0;
}

.subscribe-links li,
.subscribe-links-header li {
	list-style: none;
}

.subscribe-links li a,
.subscribe-links-header li a {
	padding: 15px 30px;
	display: block;
	text-align: center;
	border-radius: 30px;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	margin-left: 10px;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.subscribe-links-header li a {
	padding: 10px 35px;
	border: 2px solid #ececec;
	color: #000;
	background: transparent;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

.subscribe-links-header li a span {
	font-size: 12px;
	color: #999;
	position: absolute;
	font-weight: 400;
	top: 8px;
	left: 68px;
}

.subscribe-links-header li a .svg-inline--fa {
	font-size: 28px;
	margin-right: 13px;
	width: 20px;
}

.subscribe-links li a:hover,
.subscribe-links li a:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}

.subscribe-links-header li a:hover,
.subscribe-links-header li a:focus {
	background: #000;
	color: #fff;
	border-color: #000;
}

.subscribe-links li a .svg-inline--fa {
	margin-right: 7px;
	font-size: 14px;
}

.footer-bottom-part .sbi_no_avatar .sbi_header_img {
	background: transparent;
	width: 26px;
	height: 26px;
}

.footer-bottom-part .sbi_no_avatar .sbi_header_hashtag_icon {
	color: #2343ce;
	background: linear-gradient(to right, #2343ce 0%, #dd5fdf 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-bottom-part #sb_instagram .sb_instagram_header,
.footer-bottom-part .sb_instagram_header {
	padding: 0!important;
	margin: 0;
}

.footer-bottom-part #sb_instagram .sb_instagram_header .sbi_header_text,
.footer-bottom-part .sb_instagram_header .sbi_header_text {
	padding: 0;
}

.footer-bottom-part #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3,
.footer-bottom-part .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	padding: 0!important;
	font-size: 18px;
}

.footer-bottom-part #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
.footer-bottom-part #sb_instagram .sb_instagram_header .sbi_header_text h3,
.footer-bottom-part .sb_instagram_header .sbi_header_text .sbi_bio,
.footer-bottom-part .sb_instagram_header .sbi_header_text h3 {
	margin-left: 30px!important;
}

.footer-bottom-part #sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.footer-bottom-part #sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.footer-bottom-part .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.footer-bottom-part .sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
	width: 19px;
	height: 19px;
	margin-left: -15px!important;
}

.footer-bottom-part #sb_instagram .sb_instagram_header .sbi_header_img,
.footer-bottom-part .sb_instagram_header .sbi_header_img {
	width: 32px;
}

#sb_instagram .sbi_photo {
	max-height: 85px;
	margin: 0 10px 10px 0;
}

.footer-style1 #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
.footer-style1 #sb_instagram .sb_instagram_header .sbi_header_text h3,
.footer-style1 .sb_instagram_header .sbi_header_text .sbi_bio,
.footer-style1 .sb_instagram_header .sbi_header_text h3 {
	color: #777!important;
}

/* SHOPPING 
**************************************/
.page-title {
	display: none;
}

.result-coult-filter {
	margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}

.variations tr {
	width: 29%;
	float: left;
}

.variations tr td.label {
	display: block;
}

.reset_variations {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: -90px;
}

.reset_variations:after {
	background: #222;
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%
}

.reset_variations:hover:after {
	background: #222;
}

.single_add_to_cart_button:before {
	content: "\f291";
	top: 19px;
	left: 30px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.rating p {
    padding-bottom: 0;
    margin-bottom: 0;
}

hr.invis {
    border: 0;
}

hr.invis1 {
    margin: 3rem 0;
    border: 0;
}

hr.solidhr {
    margin: 35px 0;
    border-color: #eaeaea;
    border-style: dotted;
}

.custom-select {
    border: 1px solid #eaeaea;
    border-radius: 0;
    color: #464a4c;
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.25;
    max-width: 100%;
    min-height: 45px;
    outline: medium none;
    width: 100%;
}

.woocommerce-Reviews .comment-form {
	margin-top: 10px;
}

.woocommerce-Reviews .comment-respond .form-submit {
	padding: 0;
}

.woocommerce-Reviews .comment-form .comment-notes,
.woocommerce-Reviews .comment-form .comment-form-cookies-consent{
	padding: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0.3rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 120px;
	border-radius: 0;
	border-color: #eaeaea;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 96px;
	padding: 0;
}

.widget_product_tag_cloud .tagcloud a {
	position: relative;
	margin-bottom: 0;
	background: none;
	text-transform: inherit;
}

.widget_product_tag_cloud .tagcloud a:before {
	position: absolute;
	left: 0;
	content: "#";
}

.widget_product_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:focus {
	color: #000;
	background: none;
}


.woocommerce .woocommerce-result-count {
	width: 50%;
	line-height: 35px;
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering {
	text-align: right;
	width: 50%;
	margin-bottom: 0;
	position: relative;
}

.woocommerce .woocommerce-ordering select {
	border: none;
    padding: 0;
    max-width: 140px;
    font-weight: 600;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.2;
	float: right;
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering:after{
	position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    top: 10px;
    color: #222;
    font-size: 16px;
	background: #fff;
	width: 20px;
}	

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	width: 70px;
	border: 1px solid #eaeaea;
	margin-left: 0;
	padding: 3px;
	margin-right: 15px;
}

ul.product_list_widget .product-title{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    margin-top: 0;
	font-weight: normal;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	border: none!important;
}

.woocommerce .star-rating::before {
	color: #000;
}

.woocommerce .star-rating span::before {
	color: #000;
}

ul.product_list_widget .woocommerce-Price-amount {
	font-size: 14px;
}

.woocommerce .star-rating {
	font-size: 0.95rem;
	letter-spacing: 6px;
	width: 7em;
}

.woocommerce .products .star-rating {
	margin: 5px 0 .5em;
	float: right;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 15px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none!important;
	margin: 0;
	padding: 8px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #6D708D;
	min-height: 40px;
	min-width: 40px;
	background-color: #fff;
	padding: 0;
	border: none;
	line-height: 40px;
	font-weight: 600;
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(50,39,193, 0.08);
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li:first-child a,
.woocommerce nav.woocommerce-pagination ul li:first-child span {
	margin-left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #222;
	color: #fff;
	border-color: #222;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 50%;
	float: left;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 48%;
	margin-bottom: 100px;
	float: right;
	padding-left: 50px;
}

.woocommerce-review-link {
	line-height: 28px;
	float: left;
	font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #222;
	font-size: 24px;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: 600;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.entry-summary ins {
	text-decoration: none;
	float: left;
	padding-right: 15px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 1;
	color: #95b0b6;
	font-size: 18px;
}

.woocommerce div.product .product_title {
	font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 15px;
	line-height: 1;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 5px;
}

.woocommerce-product-details__short-description {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #eaeaea;
}

.product_meta {
	padding-bottom: 12px;
	color: #686868;
	font-size: 14px;
	font-weight: 600;
}

.product_meta a {
	color: #686868;
}

.woocommerce .quantity .qty {
	border: 1px solid #eaeaea;
	padding: 4px 0;
	height: 40px;
	width: 54px;
	font-size: 18px;
}

.single-product.woocommerce .quantity .qty {
	border-radius: 100%;
	height: 54px;
}

.quantity input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
}

.single-product .quantity input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity input[type=number] {
	-moz-appearance: textfield;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 10px;
	float: none;
}

.variations tr {
	width: 33%;
	float: left;
}

.variations tr td.label {
	display: block;
}

.woocommerce div.product form.cart .variations label {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	padding: 0;
	position: relative;
}

.woocommerce div.product form.cart .variations select {
	border: 1px solid #eaeaea;
	height: 34px;
	padding: 5px;
	font-weight: 600;
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
	background-position: 93%;
	background-size: 4%;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	line-height: 14px;
	min-width: 168px;
}

.reset_variations {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: -100px;
}

.reset_variations:after {
	background: #001d23;
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%
}

.reset_variations:hover:after {
	background: #009e74;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
    border: none;   
    font-size: 14px;
    line-height: 1;
    padding: 20px 45px 20px 45px;
	color: #fff;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-radius: 30px;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	float: none;
}

.single-product.woocommerce .button.single_add_to_cart_button {
	padding-left: 60px;
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.single-product.woocommerce #respond input#submit,
.single-product.woocommerce #respond input#submit.alt {
	padding: 20px 50px 20px 30px;
}

.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}

.woocommerce div.product form.cart .button {
	float: none;
	margin-left: 20px;
}

.single_add_to_cart_button:before {
	content: "\f291";
	top: 19px;
	left: 36px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #000;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #222;
	color: #fff;
}

.woocommerce-product-gallery__image img {
    border: 1px solid #eaeaea;
}

.shop-box {
    margin-bottom: 30px;
    position: relative;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.shop-box:hover .shop-media {
	box-shadow: 0 19px 32px rgb(12 12 12 / 16%);
}

.onsale {
    position: absolute;
    top: 1rem;
    z-index: 11;
    right: 1rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #ddd;
}

.woocommerce span.onsale {
    position: absolute;
    top: 20px;
    z-index: 11;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
	background-color: #222;
	padding: 0;
	font-weight: normal;
}

.woocommerce-product-gallery__image.product_gallery_main {
	position: relative;
	float: right;
	width: 80%;
}

.woocommerce-product-gallery__image.product_gallery_main.full-width-gallery {
	width: 100%;
}

.product-thumbnails {
	float: left;
	width: 20%;
	padding-right: 30px;
}

.product-thumbnails .woocommerce-product-gallery__image {
	width: 100%;
	margin-bottom: 30px;
}

.product-thumbnails .woocommerce-product-gallery__image img {
	width: auto !important;
} 

.woocommerce-product-gallery__image:hover .magnifier {
    opacity: 1;
    visibility: visible;
}

.woocommerce-product-gallery__image .magnifier a {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -1rem auto;
    color: #ffffff;
    text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.thumbnails-image {
	width: 100%;
	float: left;
	position: relative;
}


.woocommerce div.product div.images .woocommerce-product-gallery__image.no-margin-right {
	margin-right: 0;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: none;
}

.woo-tabs.stretch-content {
	clear: both;
}

.woocommerce div.product div.images {
	margin-bottom: 100px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: none!important;
	border: none!important;
	background: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	height: 0;
	width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-bottom: 3px solid transparent;
	padding: 0;
	border-width: 0 0 3px 0;	
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 3px solid #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 600;
	color: #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #222;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 24px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 2rem 0 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
}

.woocommerce-Tabs-panel > h2,
.woocommerce-Reviews-title {
	display: none;
}

.woocommerce-Tabs-panel .woocommerce-product-attributes.shop_attributes {
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
	margin-top: 30px;
}

.woocommerce .woocommerce-tabs .panel table.shop_attributes td p:last-child {
	margin-top: 0;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="password"],
.woocommerce #review_form #respond input[type="email"] {
	border: 1px solid #eee;
	padding: 5px 10px;
	width: 100%;
	height: 45px;
	border-radius: 0;
}

.woocommerce #reviews #comment,
.woocommerce #review_form #respond textarea {
	height: 120px;
	resize: none;
}

.woocommerce #review_form #respond textarea:focus,
.woocommerce #review_form #respond input[type="text"]:focus,
.woocommerce #review_form #respond input[type="password"]:focus,
.woocommerce #review_form #respond input[type="email"]:focus {
	box-shadow: 0 19px 32px rgb(12 12 12 / 6%);
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.related.products {
	float: left;
	width: 100%;
	margin: 60px 0 60px 0;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	min-width: 180px;
    height: 54px;
	border-color: #eaeaea;
	padding-left: 15px;
	margin-right: 20px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: #222;
	padding: 18px 34px 18px 34px;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #fff;
	background: #222;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #000;
	color: #fff;
	padding: 20px 34px 20px 34px;
}

.single-product.woocommerce .button:disabled,
.single-product.woocommerce .button.disabled {
	padding-left: 60px!important;
} 

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce div.product .stock {
	color: #222;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	max-width: 48%;
	padding: 0;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 48%;
	padding: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    margin-bottom: 1rem;
    background: #F3F8FC;
    border: none;
    height: 60px;
    padding: 10px 15px;
	border-radius: 0;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input{
	top: 16px;
}

.woocommerce form .form-row textarea {
	min-height: 120px;
	padding: 15px;
	resize: none;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce-cart-form table thead tr{
	background: #F3F8FC;
}

.woocommerce-cart-form table thead tr th{
	border-width: 0 1px 1px 0;
}

.woocommerce-cart-form table thead tr th:last-child{
	border-width: 0 0 1px 0;
}

.woocommerce table.shop_table td{
	border-width: 0 1px 1px 0;
}

.woocommerce-cart-form table tr td {
	border-width: 0 1px 1px 0;
}

.woocommerce-cart-form table tr td:last-child{
	border-width: 0 0 1px 0;
}

.woocommerce-cart-form table tr:last-child td{
	border-width: 0;
	padding: 20px;
}

.cart-collaterals tr:last-child td,
.cart-collaterals tr:last-child th{
	border-width: 0;
}

.cart-collaterals table tr th,
.cart-collaterals table tr.cart-subtotal td {
	border-width: 0;
}

.woocommerce table.shop_table th {
	font-weight: 500;
	padding: 15px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
	padding: 15px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border-collapse: collapse;
	margin-bottom: 40px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
	font-weight: 500;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background: #F3F8FC;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	border-color: #eaeaea;
	padding: 40px 40px 20px;
}

.woocommerce-checkout #payment div.form-row {
	padding: 20px 40px 40px;
}

.woocommerce .woocommerce-cart-form a.remove {
	color: #5e848c!important;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	font-weight: normal;
    font-size: 20px;
    line-height: 16px;
}

.woocommerce-checkout h3#order_review_heading {
	margin-top: 20px;
}

.woocommerce .woocommerce-cart-form a.remove:hover,
.woocommerce .woocommerce-cart-form a.remove:focus{
	color: #fff!important;
	border-color: #ff0000;
}

.woocommerce form .form-row {
	padding: 0;
}

.woocommerce-checkout h3,
.cart_totals h2,
.related.products h2 {
    z-index: 1;
    position: relative;
    line-height: 1.7;
    font-size: 28px;
    padding: 0 0 15px;
    margin: 0;
}

.related.products h2 {
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-form.register,
.woocommerce-ResetPassword.lost_reset_password {
	padding: 53px;
    border: 1px solid #eaeaea;
    margin: 0 auto;
    max-width: 650px;
    border-radius: 0;
	background: #fff;
	position: relative;
}

.woocommerce form.checkout_coupon {
	margin-bottom: 30px;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	height: 56px;
	margin-bottom: 0;
	width: 97%;
}

.woocommerce form.checkout_coupon .form-row-first{
	width: 60%;
}

.woocommerce form.checkout_coupon .form-row-last {
	width: 40%;
}

.woocommerce-Input.woocommerce-Input--text.input-text {
	border: none;
    border-radius: 0;
	color: #001d23;
	height: 60px;
	font-size: 14px;
	padding: 25px 30px;
	position: relative;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row {
	width: 100%;
}

.woocommerce-form .form-control {
	background: #F3F8FC;
}

.already-account {
	float: right;
	text-decoration: underline;
	padding-top: 14px;
}

.woocommerce-LostPassword.lost_password {
	position: absolute;
	bottom: 52px;
	right: 53px;
}

.woocommerce-LostPassword.lost_password a{
	text-decoration: underline;
	line-height: 4;
}

.woocommerce > h2{
	display: none;
}

.woocommerce-form-login__rememberme {
	margin-top: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 40px;
    background: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0, 0.04);
	border: 1px solid #f4f4f4;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	background: #F3F8FC;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding:  0 40px 40px;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-width: 0 1px 1px 1px;
	padding: 20px;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid;
    border-color: #eaeaea;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a{
	color: #001d23;
}

.woocommerce-MyAccount-navigation ul li:first-child {
	border-width: 1px 1px 1px 1px;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 35%;
    color: #fff;
    background: #001d23;
    border-radius: 30px;
    padding: 5px 10px;
	font-size: 14px;
}

.widget_product_search button[type="submit"]{
	display: none;
}

.shop-media {    
    position: relative;
	background: #F3F8FC;
	overflow: hidden;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #222;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #222;
	line-height: 3.8;
	background-color: #F3F8FC;
}

.address-field .select2-container--default .select2-selection--single{
	background-color: #F3F8FC;
    border: none;
    border-radius: 6px;
    padding: 8px;
	height: 60px;
	margin-bottom: 1rem;
}

.address-field .select2-container--default .select2-selection--single:focus {
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 46px;
}

.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	right: 8px;
}

.select2-dropdown {
	border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #eaeaea;
}

.select2-container--open .select2-dropdown--below {
	border: 1px solid #eaeaea;
	border-top: none;
	margin-top: 16px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #009e74;
	border-radius: 0;
	width: 10px;
	height: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #001d23;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    float: right;
    color: #001d23;
    padding: 0;
    background: none;
	text-transform: uppercase;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: left;
	line-height: 1;
	color: #999;
	font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #009e74;
}

.shop-table .btn {
    margin-top: 1.5rem;
}

.shop-table .qty-changer {
    max-width: 80px !important;
}

.shop-table .form-group {
    display: block;
    margin: -14px auto;
    position: absolute;
    text-align: center;
    width: 75px;
}

.shop-table .text-left.table td {
    text-align: left !important;
}

.shop-table img {
    max-width: 100px;
}

.table-bordered thead td,
.table-bordered thead th {
    border: 0 none;
}

.shop-table .table td {
    text-align: center;
    vertical-align: middle;
}

.shop-table .table th {
    color: #121212;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.couponcode .btn {
    margin-top: 10px !important;
}

.payment-methods .form-check {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #dbdbdb;
}

.shop-table .text-left.table td .form-check-input,
.payment-methods .form-check-input {
    margin-right: 10px;
}

.shop-title del span,
.shop-title del {
	color: #95b0b6;
	font-size: 14px;
}

.shop-title ins {
	text-decoration: none;
	float: left;
	padding-right: 8px;	
}

.shop-box .shop-details {
	padding-top: 20px;
}

.shop-box .shop-details .menu-img-zoom a {
	font-size: 12px;
}

.shop-title h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.shop-title h4:hover a {
	text-decoration: underline;
}

.add-to-cart-overlay {
	position: absolute;
	top: 35%;
	text-align: center;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.woocommerce .shop-box .button,
.woocommerce-page .shop-box .button {
	position: relative;
	padding: 0;
    font-size: 14px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
}

.woocommerce .shop-box:hover .add-to-cart-overlay,
.woocommerce-page .shop-box:hover .add-to-cart-overlay {
	top: 35%;
	opacity: 1;
}

.stars-rating i,
.stars-rating .svg-inline--fa {
    color: #000;
    font-size: 0.95rem;
    line-height: 1;
}

.woocommerce table.shop_attributes td {
	padding: 0 5px;
}

.item-ratings.row {
	margin-left: -15px!important;
	margin-right: -15px!important;
	font-size: 14px;
}

.products-grid-content .col-lg-4 > a {
	display: block;
}

/*--------------jplayer--------------*/
/************************************************************
				Box Sizing
************************************************************/

.cas-playerultimate-audio-player-footer .jp-jplayer {
	width: 100px!important;
	min-width: 100px;
	max-height: 100px;
}

.cas-playerultimate-audio-player-footer .jp-jplayer img {
	height: 100%!important;
	width: 100%!important;
	object-fit: cover;
}

.cas-playerultimate-audio-player-footer .player-main-block {
	width: inherit!important;
}

.cas-playerultimate-audio-player-footer .jp-audio,
.cas-playerultimate-audio-player-footer .jp-audio-stream,
.cas-playerultimate-audio-player-footer .jp-video {
	border: none;
	background: #fff;
	color: #000;
}

.cas-playerultimate-audio-player-footer {
    display: block;
    height: 100px;
    width: 100%;
    max-width: 100%;
    float: left;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    font-size: 16px;
    padding: 0;
    transition: all .2s ease-in-out;
}

body .castora-player-hide-bottom.cas-playerultimate-audio-player-footer,
.castora-player-hidden .cas-playerultimate-audio-player-footer {
    bottom: -100px;
}

.castora-player-up-down span.castora-player-show-text {
	display: none;
}

.castora-player-hide-bottom .castora-player-up-down span.castora-player-hide-text {
	display: none;
}

.castora-player-hide-bottom .castora-player-up-down span.castora-player-show-text {
	display: block;
}

.castora-player-hide-bottom .castora-player-up-down {
	margin-top: -30px;
}

.player-default .castora-player-up-down {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 0;
    opacity: 1;
    transition: all .2s ease-in-out;
    line-height: 30px;
    font-size: 18px;
    padding: 0 8px;
    text-decoration: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #fff;
	color: #000;
	z-index: 9999;
}

.row.d-flex.align-items-center.no-gutters.right-part {
	margin-top: 3px;
}

.cas-playerultimate-audio-player-footer .jp-volume-bar-value {
	height: 5px;
	background: #000;
}

body .cas-playerultimate-audio-player-footer {
    display: flex;
    padding: 0;
    z-index: 9000;
	background: #fff;
	box-shadow: 16px 0 32px 0 rgba(0, 0, 0, 0.06);
}

.cas-playerultimate-audio-player-footer .jp-type-playlist .jp-details,
.cas-playerultimate-audio-player-footer .jp-type-single .jp-details {
	text-align: left;
	background: #fff;
}

.cas-playerultimate-audio-player-footer .jp-audio .jp-interface,
.cas-playerultimate-audio-player-footer .jp-audio-stream .jp-interface {
	background: #fff;
	height: auto;
}

.cas-playerultimate-audio-player-footer .jp-audio .jp-controls {
	width: auto;
	padding: 0;
	text-align: left;
}

.cas-playerultimate-audio-player-footer .jp-audio .jp-type-single .jp-progress {
	margin: 0;
	left: 0;
	width: 75%;
	float: left;
}

.cas-playerultimate-audio-player-footer .jp-audio .jp-type-single .jp-time-holder {
	float: right;
	width: 22%;
	margin-top: -5px;
}

body.castora-player-hidden .cas-playerultimate-audio-player-footer,
body.castora-player-loader .cas-playerultimate-audio-player-footer {
	opacity:0;
}

.cas-playerultimate-audio-player-footer .jp-details .jp-title {
	padding-left: 15px;
}

.cas-player-column, .cas-player-columns {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cas-player-jplayer-design-overide *{
	outline: none !important; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cas-player-jplayer-design-overide img {
	box-shadow:none !important;  
	object-fit: cover;  
	display: inline-block;
}

/************************************************************
				Clearfix
************************************************************/
.cas-playerultimate-clearfix:before,
.cas-playerultimate-clearfix:after {
	content: "";
	display: table;
}

.cas-playerultimate-clearfix::after {
	clear: both;
}

.cas-playerultimate-clearfix {
	clear: both;
}

/************************************************************
				Coomon css
************************************************************/
.cas-player-jplayer-design-overide button, 
.cas-player-jplayer-design-overide button:focus, 
.cas-player-jplayer-design-overide button:active {
	border:0px !important; 
	padding:0px !important
}

.jp-volume-controls button, 
.jp-toggles button, 
.playlist-btn-block button {
	background:none !important; 
	padding:0px !important; 
	margin:0px !important 
}

.cas-playerultimate-hide {
	display:none;
}

.img-responsive {
	max-width: 100%;
	height: auto; 
	display: block;
}

div.jp-type-playlist div.jp-playlist a.active {
	color: #ff6347;
}

.section-padding { 
	padding: 120px 0;
}

.title-block h2 {
  position: relative;
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 75px;
  color: #111;  
}

.title-block h2:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 70px;
  left: 0;
  bottom: -30px;
  background: #111;
}

.audio-controller-wrap { 
	position: relative;
}

.jp-details .jp-title { 
	font-size: 16px; 
	font-weight: 400; 
	padding: 0;
}

.playlist-btn-block { 
	position: absolute; 
	right: 15px;  
	bottom: 15px;
}

.playlist-btn-block button { 
	background: transparent;
}

.playlist-btn-block button:before {
  content: "\f0c9";
  left: 0;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #777777;
  margin-left: auto;
  margin-right: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.playlist-btn-block.two {
	bottom: auto;  
	top: 18px; 
	z-index: 99999;
}

.playlist-btn-block.two button:before {
	content: "\f0ca"; 
	color: #fff;
}

.playlist-btn-block.two button.active:before { 
	color: #ff6347;
}

.left-align,
.right-align { 
	display: inline-block; 
	width: 49%;
}

.right-align { 
	text-align: right;
}

.playlist-hide { 
	display: none;
}

.audio-share-block { 
	position: relative;
}

.audio-share-block i.fa {
	cursor: pointer;
}

.audio-share-block .share-option {
	position: absolute; 
	right: 20px; 
	top: 0;
}

.playlist-wrap {
	position: relative;
}

.audio-share-block i.fa.active { 
	color: #ff6347;
}

.option-icon-list { 
	margin: 0; 
	padding: 0;  
	float: right;
}

.option-icon-list a { 
	display: inline-block; 
	margin: 0 5px; 
	font-size: 16px;
}

.option-icon-list .playlist-icon {
  height: 33px;
  width: 33px;
  background: #ff6347;
  text-align: center;
  border-radius: 50%;
  line-height: 33px;
  margin: 8px 3px;
  display: inline-block;
  position: relative;
}

.option-icon-list .playlist-icon:before {
  content: "\f04b";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.jp-playlist-current .playlist-icon:before {
  content: "\f028";
}

div.jp-type-playlist div.jp-playlist a {
  cursor: pointer;
}

.playlist-wrap .jp-playlist .payment-list {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #ff6347;
  position: absolute;
  width: 100%;
  bottom: -28px;
  left: 0;
  display: block;
  z-index: 99;
}

.playlist-wrap .jp-playlist .payment-list li {
  display: inline-block;
  margin: 0 10px;
}

.playlist-wrap .jp-playlist .payment-list li a {
  font-size: 18px;
  color: #fff;
}

.playlist-wrap .jp-playlist .payment-list li a:hover {
  color: #fff;
}

.jp-video .jp-volume-controls.volume-style-two-wrap { 
	width: 60%; 
	top: 50px; 
	left: 17%;
}

.player-layout-two .jp-volume-controls.volume-style-two-wrap { 
	width: 120px; 
	top: 12px; 
	left: 5px;
}

.jp-video .jp-volume-controls.volume-style-two-wrap .jp-volume-bar {
  width: 100%;
}

.jp-volume-bar-value {
  height: 2px;
  top: 0;
  overflow: visible;
}

.jp-volume-bar-value:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px; 
  border-radius: 50%;
  right: -10px;
  top: -9px;
}

.jp-progress {width: 62%; margin: 0 auto;}


/**************************************************************
				Bar designs
**************************************************************/
.cas-player-jplayer-design-overide .jp-volume-bar { 
	width: 90px; 
	height: 2px; 
	overflow: visible;
}

.cas-player-jplayer-design-overide .jp-volume-bar-value { 
	position: relative;
}

.cas-player-jplayer-design-overide .jp-volume-bar { 
	background: #d7d7d7;
}

.jp-video .jp-progress, 
.jp-type-single .jp-progress  {
	height: 3px;
	overflow: visible;
	margin-bottom: 10px;
}

.jp-play-bar {
	background: #000;
}

.jp-video .jp-progress .jp-play-bar, 
.jp-type-single .jp-progress .jp-play-bar  { 
	position: relative; 
	overflow: visible !important;
}

.jp-video .jp-progress .jp-play-bar:before, 
.jp-type-single .jp-progress .jp-play-bar:before { 
	content: ''; 
	position: absolute; 
	height: 15px; 
	width: 2px;
	border-radius: 0; 
	right: -2px; 
	top: -6px;
}

.jp-state-playing .jp-progress .jp-play-bar:before, 
.jp-state-playing .jp-type-single .jp-progress .jp-play-bar:before {
	background: #000;
}

.jp-volume-bar-value::before {
	content: '';  
	position: absolute; 
	height: 10px; 
	width: 10px;   
	border-radius: 50%; 
	right: -10px; 
	top: -4px;
}

/*----------------------------------------------------------------------------
cas-player-jplayer-design-overide  Player Style
----------------------------------------------------------------------------*/

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-30:last-child {
	margin-bottom: 0;
}

.cas-player-jplayer-design-overide .jp-video-270p {
	width:100%;
}

.cas-player-jplayer-design-overide  .player-main-block {
	margin-bottom: 0;
}

.cas-player-jplayer-design-overide  .player-main-block {
	margin-bottom: 0;
}

.cas-player-jplayer-design-overide.audio-player-absolute  .player-main-block {
	width: 100%;
}

.cas-player-jplayer-design-overide  .album-art-block .jp-jplayer > img {
	max-width: 100%;
	height: auto !important;
}

.cas-player-jplayer-design-overide  .jp-jplayer,
.cas-player-jplayer-design-overide  .jp-video,
.cas-player-jplayer-design-overide  .jp-video > div {
	height: auto !important;
	width: 100% !important;
}

.cas-player-jplayer-design-overide  .jp-jplayer {
	height: 0px !important;
	position: relative;
	padding-top: 0;
	overflow: hidden;
}

.cas-player-jplayer-design-overide  .jp-jplayer img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}

.cas-player-jplayer-design-overide  .album-art-block.size-two .jp-jplayer {
  padding-top: 125%;
}

.cas-player-jplayer-design-overide  .player-main-block .track-meta-info {
  display: block !important;
}

.cas-player-jplayer-design-overide  .album-art-block {
  position: relative;
}

.cas-player-jplayer-design-overide  .album-art-block .track-meta-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  z-index: 99;
  background: transparent;
}

.cas-player-jplayer-design-overide  .album-art-block .jp-title {
  font-size: 18px;
  display: block;
  background: rgba(0, 0, 0, 0.33);
}

.cas-player-jplayer-design-overide  .overlay-one {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.cas-player-jplayer-design-overide  .audio-controller-wrap {
  padding: 20px 20px 10px 20px;
  background: #f7f7f7;
  min-height: 150px;
  margin-bottom: 5px;
}

.player-layout-seven .cas-player-jplayer-design-overide  .audio-controller-wrap, 
.player-layout-eight .cas-player-jplayer-design-overide  .audio-controller-wrap {
  margin: 0;
}

.cas-player-jplayer-design-overide  .jp-video .jp-interface,
.cas-player-jplayer-design-overide  .jp-details,
.cas-player-jplayer-design-overide  .jp-playlist {
  border: none;
}

.cas-player-jplayer-design-overide  .jp-interface {
	background: transparent;
	align-items: center;
	display: flex;
	height: 40px;
}

.cas-player-jplayer-design-overide .jp-controls-holder {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  top: 0;
}

.cas-player-jplayer-design-overide .jp-controls .controller-common,
.cas-playerultimate-audio-player-footer .jp-controls .controller-common {
  text-indent: 0;
  position: relative;
  z-index: 9;
}

.cas-playerultimate-audio-player-footer .jp-controls .controller-common {
	background: #fff!important;
	height: auto;
	line-height: 1;
}

.cas-player-jplayer-design-overide .jp-controls button,
.cas-playerultimate-audio-player-footer .jp-controls button {
  display: inline-block;
  float: none;
}

.cas-player-jplayer-design-overide  .jp-video .jp-type-playlist .jp-controls {
  width: 100%;
  text-align: center;
  float: none;
  margin: 0 auto 12px auto;
}

.cas-player-jplayer-design-overide .jp-video .jp-progress {
  margin-bottom: 15px;
}

.cas-player-jplayer-design-overide .controller-common {
	height: 16px;
	width: 16px;
	background: #fff;
	text-align: center;
	border-radius: 0;
	line-height: 1;
	cursor: pointer;
	margin: 0;
	display: inline-block;
	position: relative;
	border:0px !important;
	padding:0px !important;
	color: #000;
	vertical-align: middle;
}

.podcast-style-three .cas-player-jplayer-design-overide .controller-common {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.cas-player-jplayer-design-overide .controller-common:focus {
  background: #fff;
}

.cas-player-jplayer-design-overide .controller-common:before,
.cas-playerultimate-audio-player-footer .controller-common:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.cas-player-jplayer-design-overide .style-four-box:hover .controller-common:before,
.cas-playerultimate-audio-player-footer .style-four-box:hover .controller-common:before {
	color: #2343ce;
}

.podcast-style-three .cas-player-jplayer-design-overide .controller-common:before,
.podcast-style-three .cas-playerultimate-audio-player-footer .controller-common:before {
	color: #fff;
}

.podcast-style-three .cas-player-jplayer-design-overide .controller-common {
	background: transparent;
}

.cas-player-jplayer-design-overide .jp-state-playing .jp-play,
.cas-playerultimate-audio-player-footer .jp-state-playing .jp-play {
  background: #fff;
}

.podcast-style-three .cas-player-jplayer-design-overide .jp-state-playing .jp-play,
.podcast-style-three .cas-playerultimate-audio-player-footer .jp-state-playing .jp-play {
	background: transparent;
}

.cas-player-jplayer-design-overide .jp-state-playing .jp-play:focus,
.cas-playerultimate-audio-player-footer .jp-state-playing .jp-play:focus {
  background: #fff;
}

.podcast-style-three .cas-player-jplayer-design-overide .jp-state-playing .jp-play:focus,
.podcast-style-three .cas-playerultimate-audio-player-footer .jp-state-playing .jp-play:focus {
	background: transparent;
}

.cas-player-jplayer-design-overide .jp-previous:before,
.cas-playerultimate-audio-player-footer .jp-previous:before {
  content: "\f048";
}

.cas-player-jplayer-design-overide .jp-play:before,
.cas-playerultimate-audio-player-footer .jp-play:before {
	content: "\f04b";
  }

.cas-player-jplayer-design-overide .jp-state-playing .jp-play:before,
.cas-playerultimate-audio-player-footer .jp-state-playing .jp-play:before {
  content: "\f04c";
}

.cas-player-jplayer-design-overide .jp-play.active:before,
.cas-playerultimate-audio-player-footer .jp-play.active:before {
  content: "\f04c";
}

.cas-player-jplayer-design-overide .jp-next:before {
  content: "\f051";
}

.cas-player-jplayer-design-overide .jp-video .jp-volume-controls {
  left: 5px;
}

.cas-player-jplayer-design-overide .player-layout-four .jp-volume-controls {
  left: 17%;
}

.cas-player-jplayer-design-overide .jp-mute:focus,
.cas-player-jplayer-design-overide .jp-state-muted .jp-mute:focus,
.cas-player-jplayer-design-overide .jp-state-muted .jp-mute,
.cas-playerultimate-audio-player-footer .jp-mute:focus,
.cas-playerultimate-audio-player-footer .jp-state-muted .jp-mute:focus,
.cas-playerultimate-audio-player-footer .jp-state-muted .jp-mute {
  background: transparent;
}

.cas-player-jplayer-design-overide .jp-state-muted .jp-mute:focus:before,
.cas-player-jplayer-design-overide .jp-state-muted .jp-mute:before,
.cas-playerultimate-audio-player-footer .jp-state-muted .jp-mute:focus:before,
.cas-playerultimate-audio-player-footer .jp-state-muted .jp-mute:before  {
  content: "\f026";
}

.cas-player-jplayer-design-overide .jp-volume-controls button,
.cas-playerultimate-audio-player-footer .jp-volume-controls button {
  text-indent: 0px;
  background: transparent;
  height: 30px;
  width: 30px;
  left: -10px;
  top: -9px;
}

.cas-playerultimate-audio-player-footer .jp-volume-controls button {
	left: auto;
	right: 20px;
	top: -14px;
}

.cas-player-jplayer-design-overide .jp-volume-controls button:before,
.cas-playerultimate-audio-player-footer .jp-volume-controls button:before {
  content: "\f028";
  left: 0;
  right: 0;
  top: 0;
  font-size: 14px;  
  margin-left: auto;
  margin-right: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.cas-player-jplayer-design-overide .audio-controller-block,
.cas-playerultimate-audio-player-footer .audio-controller-block {
  text-align: center;
  margin-bottom: 5px;
}

.cas-player-jplayer-design-overide .jp-toggles button,
.cas-playerultimate-audio-player-footer .jp-toggles button {
  text-indent: 0;
}

.cas-player-jplayer-design-overide .jp-state-shuffled .jp-shuffle:focus,
.cas-player-jplayer-design-overide .jp-state-shuffled .jp-shuffle,
.cas-player-jplayer-design-overide .jp-shuffle:focus,
.cas-player-jplayer-design-overide .jp-shuffle,
.cas-player-jplayer-design-overide .jp-state-looped .jp-repeat,
.cas-player-jplayer-design-overide .jp-repeat:focus,
.cas-player-jplayer-design-overide .jp-state-looped .jp-repeat:focus {
  background: transparent;
}

.cas-player-jplayer-design-overide .jp-video .jp-toggles,
.cas-playerultimate-audio-player-footer .jp-video .jp-toggles {
  right: 0;
  width: auto;
  z-index: 99;
}

.cas-player-jplayer-design-overide .jp-toggles button {
  margin: 0;
  position: relative;
  background: transparent;
}

.cas-player-jplayer-design-overide .jp-toggles button:before {
  left: 0;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #111;
  margin-left: auto;
  margin-right: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.jp-video .player-controller-style-two .jp-toggles {
  position: relative;
  display: inline-block;
  width: 49%;
  text-align: center;
}

.cas-player-jplayer-design-overide .jp-shuffle:before {
  content: "\f074";
}

.cas-player-jplayer-design-overide .jp-state-shuffled .jp-shuffle:before {
  color: #ff6347;
}

.cas-player-jplayer-design-overide .jp-repeat:before {
  content: "\f01e";
}

.cas-player-jplayer-design-overide .jp-toggles .playlist-btn {
  width: 20px;
}

.cas-player-jplayer-design-overide .playlist-btn:before {
  content: "\f0ca";
}

.cas-player-jplayer-design-overide .jp-wish:before {
  content: "\f08a";
}

.cas-player-jplayer-design-overide .jp-wish.active:before {
  content: "ï€„";
}

.cas-player-jplayer-design-overide .playlist-btn.active:before {
  color: #ff6347;
}

.cas-player-jplayer-design-overide .duration-2 {
  text-align: center;
  font-size: 0;
  line-height: 10px;
}

.cas-player-jplayer-design-overide  .duration-2 .jp-current-time,
.cas-player-jplayer-design-overide  .duration-2 .jp-duration {
  display: inline-block;
  width: 50px;
  margin: 0;
  float: none;
  text-align: center;
  font-style: normal;
}

.jp-video .player-controller-style-two .jp-toggles button {
  float: none;
  margin: 0 auto;
  display:inline-block;
}

.player-controller-style-two {
  position: relative;
}

.player-controller-style-two .jp-controls {
  position: absolute;
  top: -15px;
  overflow: visible;
}

.player-controller-style-two .controller-common {
  margin: 0 -5px;
}

.player-controller-style-two .controller-common.jp-play {
  width: 64px;
  height: 64px;
  margin-bottom: -5px;
  line-height: 64px;
  vertical-align: bottom;
  border: 1px solid #e7e7e7;
  position: relative;
  z-index: 99;
}

/**************************************************************
				Playlist CSS
**************************************************************/
.cas-player-jplayer-design-overide .player-layout-two .jp-current-time {
	margin-left:0px;
}

.cas-player-jplayer-design-overide .player-layout-two .jp-duration {
	margin-right:0px;
}

.cas-player-jplayer-design-overide .player-layout-two .jp-current-time, 
.cas-player-jplayer-design-overide .player-layout-two .jp-duration {
	margin-top:-8px;
} 

.cas-player-jplayer-design-overide .duration-2 .jp-current-time,
.cas-player-jplayer-design-overide .duration-2 .jp-duration,
.cas-player-jplayer-design-overide .duration-2 .divider { 
	font-size: 14px;
}

.cas-player-jplayer-design-overide .song-meta-data span { 
	display: block; 
	line-height: 23px;
}

.cas-player-jplayer-design-overide .jp-playlist li {
	border: none;
}

.cas-player-jplayer-design-overide div.jp-type-playlist div.jp-playlist li.jp-playlist-current { 
	list-style: none;
}

.cas-player-jplayer-design-overide .slimScrollBar {
	width: 6px !important; 
	opacity: 1 !important; 
	right: 0 !important; 
	border-radius: 0px !important; 
	display: none;
}

.cas-player-jplayer-design-overide .playlist-block,
.cas-player-jplayer-design-overide .playlist-block-style-two,
.cas-player-jplayer-design-overide .playlist-block-style-three,
.cas-player-jplayer-design-overide .playlist-block-style-four,
.cas-player-jplayer-design-overide .playlist-block-style-five { 
	padding: 20px 30px 0px 30px; 
	background: #f7f7f7; 
	border-right: 6px solid #b7b7b7;
}

.cas-player-jplayer-design-overide .amplitude-song-container { 
	position: relative; 
	margin: 20px 0;
}

.cas-player-jplayer-design-overide .track-right-content { 
	position: absolute; 
	right: 0px; 
	top: 15px;
}

.cas-player-jplayer-design-overide .amplitude-song-container.amplitude-playing:before { 
	content: ''; 
	height: 100%; 
	width: 4px;  
	position: absolute;  
	left: -30px;  
	top: 0;  
	background: #ff6347;
}

.cas-player-jplayer-design-overide .amplitude-song-container.amplitude-playing .song-title {
	color: #ff6347;
}

.cas-player-jplayer-design-overide div.jp-type-playlist div.jp-playlist li.jp-playlist-current { 
	padding-left: 0;
}

.cas-player-jplayer-design-overide div.jp-type-playlist div.jp-playlist li.jp-playlist-current:before { 
	content: '';  
	position: absolute; 
	height: 100%; 
	width: 5px; 
	left: -30px;
  background: #ff6347;
}

.cas-player-jplayer-design-overide .player-main-block {
	border:0px;
}

.cas-player-jplayer-design-overide  div.jp-type-playlist div.jp-playlist li:last-child { 
	padding: 0;
}

.cas-player-jplayer-design-overide .jp-playlist ul.playlist li a.jp-playlist-item {
	display:inline !important; 
	float:left;
}

.cas-player-jplayer-design-overide .jp-playlist ul.playlist {
	padding: 0 !important; 
	margin: 0px !important; 
	list-style:none !important;
}

.cas-player-jplayer-design-overide .jp-playlist ul.playlist li {
	padding:0 !important;  
	margin:0 0 15px 0 !important; 
	position: relative; 
	float:left; 
	width:100%;
}

.cas-player-jplayer-design-overide .jp-playlist ul.playlist li:last-child { 
	margin-bottom: 0;
}

.cas-player-jplayer-design-overide .jp-playlist ul.playlist li .duration {
	float: right; 
	text-align: right; 
	font-size: 14px;
}

.cas-player-jplayer-design-overide .jp-playlist-item h4 {
	font-size: 16px; 
	margin-bottom: 0; 
	margin:12px 0 0 0 !important; 
	line-height: 15px;
}

.cas-player-jplayer-design-overide div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
.cas-player-jplayer-design-overide div.jp-type-playlist div.jp-playlist a:hover {
	color: #ff6347;
}

.cas-player-jplayer-design-overide div.jp-type-playlist div.jp-playlist .jp-artist{
	padding-bottom:10px; 
	display:block;
}

.cas-player-jplayer-design-overide .single-audio-controller { 
	position: relative;  
	margin-bottom: 8px;
}

.cas-player-jplayer-design-overide .single-audio-controller .jp-controls { 
	position: absolute; 
	top: -4px;
}

.cas-player-jplayer-design-overide .single-audio-controller .jp-toggles { 
	position: relative;
}

.cas-player-jplayer-design-overide .single-audio-controller .jp-toggles button {
	float: right; 
	width: 20px; 
}

.cas-player-jplayer-design-overide .jp-video .single-audio-controller .jp-toggles { 
	width: 49%;
}

.cas-player-jplayer-design-overide .player-block {
	padding: 30px 20px 25px 20px; 
	background: #e7e7e7;
}

.cas-player-jplayer-design-overide .jp-toggles button {
	float: right; 
	width: 20px; 
	height: 20px;
}

/**************************************************************
				Single Grid CSS
**************************************************************/

.castora-player-btn {
	margin-top: 50px;
}

.castora-player-btn .player-btn-banner {
	color: #fff;
	line-height: 60px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}

.player-btn-banner span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	border: 2px solid rgba(255,255,255, 0.5);
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}

.player-btn-banner .svg-inline--fa {
	font-size: 18px;	
	color: #fff;
	margin-left: 4px;	
}

.cas-player-jplayer-design-overide .jp-type-single {
	margin-bottom: 0; 
	position: relative;
}

.cas-player-jplayer-design-overide .jp-type-single .jp-controls {
	padding:10px 0px !important; 
	width:100%;
}

.cas-player-jplayer-design-overide .jp-type-single .jp-type-single .jp-progress {
	left:50px;
}

.position-unset {
	position:unset !important;
}

.cas-player-jplayer-design-overide .jp-type-single .jp-controls {
	overflow:visible;
}

.podcast-style-three .cas-player-jplayer-design-overide .jp-type-single .jp-controls {
	width: 40px;
	height: 40px;
	background: #2343ce;
	background-image: linear-gradient(to right, #2343ce, #dd5fdf);
	color: #fff;
	margin-right: 30px;
	border-radius: 100%;
	text-align: center;
	padding: 0!important;
} 

.cas-player-jplayer-design-overide .jp-type-single .jp-type-single .jp-progress,
.cas-player-jplayer-design-overide .jp-type-single .jp-type-single .jp-time-holder,
.cas-player-jplayer-design-overide .jp-type-single .jp-volume-controls {
	width:100%;
}

.cas-player-jplayer-design-overide .jp-type-single .jp-volume-bar {
	width:100%;
}

.cas-player-jplayer-design-overide .jp-type-single .jp-volume-controls button { 
	left: auto;
    top: auto;
    padding: 0px !important;
    margin: 0px !important;
    right: auto;
    position: relative;
	width: auto;
	height: auto;
}

.cas-player-jplayer-design-overide .jp-type-single .jp-volume-controls button:hover, .cas-player-jplayer-design-overide .jp-type-single .jp-volume-controls button:focus,
.cas-player-jplayer-design-overide .jp-type-single .jp-toggles button:hover, 
.cas-player-jplayer-design-overide .jp-type-single .jp-toggles button:focus {
	background:none !important;
}

.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .jp-type-single .cas-player-medium-7 .jp-progress {
	margin-top:25px; 
	width: 90%; 
	margin-left: 0px; 
	margin-right: 0px;
}

.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .jp-type-single .jp-time-holder {
	width: 90%;
}

.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .cas-playerultimate-audio-player-innr-wrap.cas-player-medium-4 .jp-progress { 
	margin-left: auto; 
	margin-right: auto;
}

.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .jp-current-time,
.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .jp-duration,
.cas-playerultimate-audio-player-footer .jp-current-time,
.cas-playerultimate-audio-player-footer .jp-duration {
	width: auto;
}

.cas-playerultimate-audio-player-footer .jp-current-time,
.cas-playerultimate-audio-player-footer .jp-duration {
	font-size: 13px;
	font-style: normal;
}

.cas-playerultimate-audio-player-footer .jp-duration {
	margin-right: 10px;
}

.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .jp-type-single .cas-player-medium-3 .jp-volume-controls {
	margin-top:26px;
}

.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .jp-type-single .jp-details {
	clear:both;  
	padding:10px;
}

.cas-player-jplayer-design-overide.cas-playerultimate-layout-1 .jp-type-single .jp-artist {
	font-weight:normal !important; 
	font-size:11px; 
	color:#fff;
}

.audio-player-absolute.cas-player-columns {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.open-audio-absolute,
.close-audio-absolute {
	position: fixed;
	bottom: 50px;
	left: auto;
	right: 0;
	border: none;
	background: #000;
	color: #fff;
	z-index: 999;
	width: 36px;
    height: 36px;
	cursor: pointer;
}

.open-audio-absolute {
	display: none;
}

/*-------------sound timeline--------------*/

.sound-timeline {
	border-radius: 20px;
	background: #f5f5f5;
	padding: 40px;
}

.timeline-list {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.sound-timeline .timeline-list:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sound-timeline .timeline-list h4 {
	font-size: 22px;
	margin-top: 0;
}

.sound-timeline .timeline-list h4 span.title-number {
	color: #c0c0c0;
	margin-right: 4px;
}

.sound-timeline .timeline-list h4 span.timeline-duration {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.sound-timeline .timeline-list .btn-dark {
	margin: 15px 0 0 0;
}

.sound-timeline .timeline-list .btn-dark .svg-inline--fa {
	margin-right: 10px;
	font-size: 12px;
}

/*--------------elementor tabs-------------*/
.elementor-widget-tabs .elementor-tabs-wrapper {
	border-bottom: 1px solid #e6e6e6;
}

.elementor-section .elementor-widget-tabs .elementor-tab-content {
	padding-left: 0;
}

.elementor-section .elementor-widget-tabs .elementor-tab-title {
	padding: 25px;
}

.elementor-section .elementor-widget-tabs .elementor-tab-title:first-child {
	padding-left: 0;
}

.elementor-section .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active {
	border-bottom: 1px solid #000;
}

.elementor-section .elementor-accordion .elementor-tab-title {
	padding-right: 0;
}

.elementor-section .elementor-accordion .elementor-tab-title,
.elementor-section .elementor-accordion .elementor-accordion-item {
	border-width: 1px 0 1px 0!important;
}

.elementor-section .elementor-accordion .elementor-tab-content {
	border-width: 1px 0 1px 0!important;
}

.elementor-section .elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 14px;
	font-weight: 700;
}

.elementor-section .elementor-title {
	margin-bottom: 10px;
	display: inline-block;
}

.elementor-progress-wrapper {
	border-bottom: 2px solid #ececec;
	padding-bottom: 4px;
}

/**************************************************************
				Grid CSS
**************************************************************/

.blog-media .jp-audio,
.blog-media .jp-audio-stream,
.blog-media .jp-video {
	background: transparent;
}

.jp-audio .jp-type-single .jp-toggles {
	display: none;
}

.cas-player-column,
.cas-player-columns {
	width:100%;  
	float: left; 
	position: relative;  
}

.blog-media .jp-audio .jp-type-single .jp-progress {
	width: 100%;
	margin: 0;
}

.jp-audio .jp-type-single .jp-time-holder {
	display: flex;
    width: 100%;
    line-height: 1;
	align-items: center;
	font-size: 13px;
}

.blog-media .jp-current-time,
.blog-media .jp-duration {
	width: auto;
	line-height: 1;
	font-size: 13px;
	font-style: normal;
	color: #000;
}

.blog-media .jp-duration {
	padding-right: 10px;
	color: #999;
}

.cas-player-medium-2 {
	width: 60px;
}

.cas-player-medium-3 {
	width: 170px;
}

.podcast-style-four .cas-player-medium-3 {
	width: 230px;
}

/*----------dark mode----------------*/
.dark-mode,
.dark-mode .service-style2 .service-single-content,
.dark-mode .copyrights,
.dark-mode #wrapper .tnp-form,
.dark-mode .layout-rs .blog-box {
	background-color: #212121;
}

.dark-mode .slider .slides li:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.7);
}

.dark-mode,
.dark-mode .blog-meta a {
	color: #f7f7f7;
}

.dark-mode .header {
	border-bottom-color: #212121;
}

.dark-mode .navbar-nav .menu-item a,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .counter-content.counter-style2 span.number.count-number,
.dark-mode .service-des-box h5 a,
.dark-mode .service-des-style2 h5 a {
	color: #fff;
}

.dark-mode .navbar ul li .dropdown-menu,
.dark-mode .counter-content.counter-style2,
.dark-mode .testi-des-style2,
.dark-mode .wpcf7 .booking-form.request-booking-form .form-control,
.dark-mode .main-footer,
.dark-mode .service-des-box {
	background: #333;
}

.dark-mode .icon-container-bg {
	z-index: 9;
}

.dark-mode .service-style2 .service-single-content:hover {
	background: #444;
}

.dark-mode .navbar ul li .dropdown-menu,
.dark-mode .navbar ul li .dropdown-menu li a,
.dark-mode .service-des-box,
.dark-mode .services-content.style1,
.dark-mode .sidebar .widget,
.dark-mode .blog-meta {
	border-color: #444;
}

.dark-mode .home-accordion .elementor-accordion .elementor-accordion-item {
	border-color: #444!important;
}

.dark-mode .booking-form .col-md-12.text-center svg,
.dark-mode .footer-call-to-action .call-to-action-title,
.dark-mode .call-to-action-phone-link a {
	color: #212121;
}

.dark-mode .contact-form .form-control::-moz-placeholder,
.dark-mode .wpcf7 .form-control::-moz-placeholder,
.dark-mode .form-control::placeholder { 
  color: #f7f7f7;
} 

.dark-mode .contact-form .form-control:-ms-input-placeholder,
.dark-mode .wpcf7 .form-control:-ms-input-placeholder,
.dark-mode #wrapper .tnp-widget-minimal input.tnp-email:-ms-input-placeholder { 
  color: #f7f7f7; 
}

.dark-mode .contact-form .form-control::-webkit-input-placeholder,
.dark-mode .wpcf7 .form-control::-webkit-input-placeholder,
.dark-mode #wrapper .tnp-widget-minimal input.tnp-email::-webkit-input-placeholder { 
  color: #f7f7f7; 
}

.dark-mode .booking-form .form-control::-moz-placeholder,
.dark-mode #wrapper .tnp-widget-minimal input.tnp-email::-moz-placeholder { 
  color: #f7f7f7;
}

#wrapper .tnp-widget-minimal input.tnp-email:-ms-input-placeholder {
	color: #999;
}

#wrapper .tnp-widget-minimal input.tnp-email:-ms-input-placeholder { 
	color: #999; 
}

#wrapper .tnp-widget-minimal input.tnp-email::-webkit-input-placeholder { 
	color: #999;
}

.dark-mode .booking-form .form-control:-ms-input-placeholder { 
  color: #f7f7f7; 
}

.dark-mode .booking-form .form-control::-webkit-input-placeholder { 
  color: #f7f7f7;
}

.dark-mode .form-control::-webkit-input-placeholder {
    color: #f7f7f7;
}

.dark-mode .form-control::-moz-placeholder {
    color: #f7f7f7;
}

.dark-mode .form-control:-ms-input-placeholder {
    color: #f7f7f7;
}

.posts-content .posts-style2 .posts-loop .blog-media img {
	width: 100%;
}

/* RESPONSIVE 
**************************************/
@media (min-width: 1720px) {
	.container-fluid {
		max-width: 1690px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 100%;
		width: 992px;
	}
}

@media (min-width: 1100px) {
	.container {
		max-width: 100%;
		width: 1068px;
	}
}

@media (min-width: 420px) {
	.posts-content .row.justify-content-center .col-md-6.col-lg-3.col-xl-3.posts-style2 {
		width: 50%;
	}
}

@media (max-width: 1920px){

	.podcast-carousel .podcast-single-content {
		margin: 30px;
	}

	.podcast-bottom-data {
		margin-top: 12px;
		padding-top: 12px;
	}

	.podcast-carousel .podcast-single-content h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
}

@media (max-width: 1650px){

	.podcast-carousel .podcast-single-content {
		margin: 25px;
	}

	.podcast-bottom-data {
		margin-top: 10px;
		padding-top: 10px;
	}

	.podcast-carousel .podcast-single-content h3 {
		margin-bottom: 10px;
		font-size: 17px;
	}
	
}

@media (min-width: 1200px) and (max-width: 1399px){
	.header-call-to-action {
		padding: 20px 25px;
		margin-left: 25px;
		margin-right: -15px;
		min-width: 230px;
	}

}

@media (min-width: 1200px) {
	.container {
		max-width: 100%;
		width: 1190px;
	}
	.main-home-two .elementor-heading-title{
		font-size: 60px!important;
		line-height: 70px!important;
	}

	.container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (min-width: 1210px) {
	.container {
		max-width: 100%;
		width: 1200px;
	}
}

@media (min-width: 1320px) {
	.container {
		max-width: 100%;
		width: 1290px;
	}

}

@media (min-width: 1650px) {

	.podcast-single-content .podcast-bottom-data {
		font-size: 15px;
	}
}

@media (min-width: 1199px) {
    .contact-details ul li {
        padding: 1.5rem 0.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
	.main-home-two .elementor-heading-title {
		font-size: 40px!important;
		line-height: 50px!important;
	}

	.featured-category,
	.partner-content,
	.posts-content,
	.tab-exceed-heading .heading-content {
		margin: 0 15px;
	}

}

@media (max-width: 1250px) {
	.transparent-header.header-style1 .navbar-nav > .menu-item > a,
	.transparent-header.header-style2 .navbar-nav > .menu-item > a,
	.transparent-header.header-style3 .navbar-nav > .menu-item > a {
		margin-left: 12px;
		margin-right: 12px;
	}

	.podcast-carousel .podcast-single-content {
		margin: 25px;
	}
}

@media (max-width: 1199px) {

	#wrapper .tnp-widget-minimal input.tnp-email {
		width: 58%;
	}

	.single-pricing-table {
		padding: 25px;
	}

	.header.header-style2 .navbar-brand {
		width: 200px;
	}

	.header.header-style2 .navbar-brand .absolute-logo-bg {
		width: 200px;
	}

	.transparent-header.header-style1 .navbar-nav > .menu-item > a,
	.transparent-header.header-style2 .navbar-nav > .menu-item > a,
	.transparent-header.header-style3 .navbar-nav > .menu-item > a {
		margin-left: 12px;
		margin-right: 12px;
	}

	.jp-state-no-volume .jp-volume-controls {
		display: block;
	}

	.posts-content .posts-loop-style1 .small-post .rel-blog-desc {
		padding: 15px 25px 15px 0;
	}

	.posts-content .small-post h4.blog-des-title {
		padding-bottom: 5px;
	}
	
	.elementor-widget-container .row {
		margin: 0;
	}

	.elementor-widget-container .row.booking-form.contact-form-page,
	.elementor-widget-container .podcast-style-four .row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.elementor-widget-container .row.margin-bottom-30 {
		margin-bottom: 30px;
	}

	.elementor-widget-container .row.margin-bottom-30:last-child {
		margin-bottom: 0;
	}

	.elementor-widget-container .blog-box.small-post .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	table td, table th {
		padding: 7px;
	}

	.header.transparent-header .btn-primary {
		max-height: 52px;
	}

	.transparent-header .navbar-nav > .menu-item > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-call-to-action {
		margin-right: -15px;
	}

	.light-header .navbar-nav > .menu-item > a {
		padding: 17px 20px;
	}

	.light-header .btn-primary {
		padding: 17px 30px;
	}

	.percent-box-content {
		padding: 40px 20px;
	}

	.footer .social a {
		margin-bottom: 0;
	}

	.sidebar .widget {
		padding: 25px;
	}

	.sidebar .widget_media_image {
		padding: 0;
	}

	.page figure.wp-caption.alignright {
		margin-top: 10px;
	}

	.team-name {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1025px) and (max-width: 1199px){
	.slider .slides h2 {
		line-height: 62px;
		font-size: 52px;
	}
}

@media (min-width: 1025px) and (max-width: 1150px){
	
	.transparent-header .navbar-nav > .menu-item > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-call-to-action {
		padding: 20px 15px;
		margin-left: 0;
		margin-right: -15px;
		min-width: 193px;
	}

	.header-call-to-action a {
		font-size: 23px;
	}

	.header-call-to-action a span {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {

	.castora-player-btn {
		margin-top: 25px;
	}
	
	.subscribe-links {
		margin-top: 30px;
	}

	.header-right-slider {
		display: none;
	}

	.middle-icon {
		display: none;
	}

	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
		width: 100%;
		max-width: 100%;
	}

	.header {
		padding: 15px 0;
	}

	.header-bottom,
	.header-bottom.d-flex {
		display: none!important;
	}

	.header.header-style2 .navbar-brand {
		text-align: left;
	}

	.sound-timeline {
		padding: 25px;
	}

	body.admin-bar .header-main.affix {
		margin-top: 32px;
	}

	.mobile-menu .navbar-nav li > a svg {
		display: none;
	}

	.services-content.style1 {
		padding: 50px 15px;
	}

	.slider .slides p {
		padding-right: 40px;
	}
	
	.slider .slides .text-center p {
		padding: 0;
	}

	.slider .indicators {
		right: 20px;
	}

	.slider .slides p {
		padding-right: 30px;
	}

	.slider .slides h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.posts-loop-style1 .col-lg-6:first-child .blog-media img {
		max-height: inherit;
	}

	.posts-content .posts-loop-style1 .blog-box {
		margin-bottom: 30px;
	}

	.posts-content .posts-loop-style1 .blog-box.small-post:last-child {
		margin-bottom: 0;
	}

	.percent-box-content {
		padding: 40px 15px;
	}

	.comment-form-cookies-consent label {
		width: 91%;
	}

	.wp-block-quote, blockquote {
		padding: 30px;
	}

	.media {
		display: block;
	}

	.comments-list .pull-left img {
		margin-bottom: 20px;
	}

	.wp-block-search .wp-block-search__input {
		max-width: 395px;
	}

	.related-posts h4.blog-des-title {
		font-size: 20px;
		line-height: 26px;
	}

	.related-posts .rel-blog-desc {
		padding: 25px;
	}

	.widget_archive select {
		min-width: 160px;
	}

	.section.section-main-container {
		padding: 100px 0;
	}

	.transparent-header.header-style1 .navbar-nav > .menu-item > a,
	.transparent-header.header-style2 .navbar-nav > .menu-item > a,
	.transparent-header.header-style3 .navbar-nav > .menu-item > a {
		padding: 30px 25px;
		margin: 0;
	}

	h4.blog-des-title {
		letter-spacing: 0;
	}

	.features-area-group-item {
		min-height: 350px!important;
	}

	.notfound p {
		padding-left: 20px;
		padding-right: 20px;
	}

	.transparent-header.light-header .btn btn-primary.align-right {
		display: none;
	}

	.widget-title {
		margin-bottom: 20px;
	}

	.testi-des {
		padding: 0 0 0 50px;
	}

	.testi-name h5 {
		font-size: 17px;
	}


	.mobile-bg-sec {
		background-size: 0 auto!important;
	}

	.posts-content .posts-style2 .posts-loop {
		margin-bottom: 40px;
	}

	.testi-bg {
		background-position: -40%!important;
	}

	.transparent-header .navbar-nav > .menu-item > a {
		padding: 16px 20px;
	}

	.featured-lists-content .services_item-content .content-img {
		padding: 60px;
	}

	.counter-content h5 {
		line-height: 1.3;
	}

	.heading-content p {
		position: relative;
		width: 82%;
		margin-top: 25px;
	}

	.footer-widget-area .widget:last-child {
		margin-bottom: 50px;
	}

	.percent-box-content h5 {
		font-size: 80px;
	}

	.percent-box-content .right-con-per span {
		font-size: 18px;
	}

	.project-meta-content h2 {
		font-size: 40px;
	}

	.sidebar .widget {
		padding: 25px;
	}

	.sidebar .widget_media_image {
		padding: 0;
	}
}

@media (min-width: 992px) and (max-width: 1024px){
	.transparent-header .navbar-nav > .menu-item > a {
		padding: 16px 15px;
	}
}

@media (min-width: 1025px) {

	.navbar-toggleable-md .navbar-nav {
		display: block;
	}

	.navbar-toggleable-md .navbar-nav li {
		display: inline-block;
	}

	.navbar-toggleable-md .offcanvas-menu .navbar-nav li {
		display: block;
	}

    .mobile-menu {
        display: none;
    }

	.logged-in.admin-bar .fixed-top {
		top: 32px;
	}
}

@media (max-width: 1024px){
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		position: static;
		float: none;
	}
}


@media (min-width: 768px) and (max-width: 992px){

	.wp-block-search .wp-block-search__button {
		padding: 0 15px;
	}

	.blog-list-widget .d-flex.align-items-center {
		display: block!important;
	}

	.blog-list-widget .d-flex.align-items-center .image {
		margin-bottom: 10px;
	}

	.sidebar .castora-categories li a {
		padding: 15px 10px;
	}

	.posts-loop.posts-loop-style1 {
		max-width: 800px;
		margin: auto;
	}

	.sidebar .widget_nav_menu ul.sub-menu {
		padding-left: 8px;
	}

	.widget-title {
		line-height: 1.2;
	}

	.sidebar table td,
	.sidebar table th {
		font-size: 14px;
		padding: 3px;
	}

	.team-name {
		padding: 10px;
	}

	.media-heading {
		padding-right: 100px;
	}
	
}

@media (max-width: 1024px) {

	.header-main.affix {
		padding: 15px 0;
	}

	.single-podcast .blog-item-comment-form {
		padding: 30px;
	}

	.team-content {
		margin-bottom: 30px;
	}

	.posts-content .posts-loop-style1 .small-post .rel-blog-desc {
		padding: 20px 25px 20px 0;
	}

	.img-testi-container {
		width: 300px;
	}

	.title-rating-author {
		padding: 15px 25px;
	}

	.title-rating-author h5 {
		font-size: 22px;
	}

	.testi-des-style2 {
		margin-left: 130px;
		padding: 80px 30px 80px 220px;
	}

	.testi-style2 .owl-nav {
		top: 8%;
	}

	.pricing-content a {
		padding: 10px 28px;
	}

	.header-call-to-action {
		padding: 20px 30px;
		margin-left: 20px;
		margin-right: -15px;
		min-width: 215px;
	}

	.header-call-to-action a span {
		font-size: 16px;
	}

	.sticky .post-meta.sticky-posts {
		margin-right: 0;
	}
	
	.heading-content h2 {
		font-size: 30px;
    	line-height: 38px;
		letter-spacing: normal;
	}
	
	.heading-content .bg-title {
		font-size: 70px;
	}
	
	.hidden-sec {
        display: block;
    }

    .visible-sec {
        display: none!important;
	}

	.header-main .navbar-toggleable-md .visible-sec {
		display: none!important;
	} 

    .normal-header .navbar-toggler-right {
        top: -3px;
    }

    .normal-header .fixed-top {
        position: relative !important;
    }
	
    .m30 {
        margin: 1rem 0;
    }

    .fixed-top {
        padding: 1rem;
		position: relative;
    }

    .mobile-menu {
        display: block;
    }
	
	.comments-list li .children {
		padding-left: 15px;
	}

	.sidebar .widget {
		padding: 25px;
	}

	.sidebar .widget_media_image {
		padding: 0;
	}

	.layout-rs .blog-box {
		margin-right: 0;
	}

	.layout-rs .content {
		margin-right: 0;
	}

	.read-more-wrapper {
		right: 25px;
	}

	.user-social a {
		margin: 0 8px 8px;
	}

	.blog-list-widget .justify-content-between {
		text-align: center;
	}

	.footer.footer-style1 .footer-widget-area .blog-list-widget .justify-content-between {
		text-align: left;
	}

	.blog-list-widget .justify-content-between img {
		float: none;
		margin-bottom: 15px;
		margin-right: 0!important;
	}

	.sidebar .widget_media_image .widget-title {
		margin: 25px;
	}

	.tagline-message h1 {
		font-size: 48px;
	}
	
	.donation-form-page .paypal-button {
		right: 25px;
		top: 45px;
		padding: 10px 0px!important;
	}

	.project-meta-content h2 {
		font-size: 30px;
	}
	
	.project-meta-content h4 {
		font-size: 17px;
	}

	.widget-title {
		font-size: 19px;
	}

	.authorbox {
		padding: 25px;
	}

	.authorbox .align-items-center {
		align-items: initial!important;
	}

	.comment-respond {
		padding: 0;
	}

	.contact-box-content {
		padding: 15px;
	}

	.contact-box-content h5 {
		font-size: 24px;
	}

	.wpcf7 textarea.form-control {
		height: 200px;
	}	
}

@media (max-width: 992px) {

	.footer-call-to-action .col-lg-6.text-right {
		text-align: left!important;
	}

	.call-to-action-phone-link {
		margin-top: 15px;
	}

	.blog-social {
		text-align: left!important;
	}

	.blog-social h5 span:after {
		left: auto;
	}

	.contact-box-content {
		max-width: 550px;
	}
}

@media (max-width: 767px) {

	.top-bar-social {
		justify-content: center!important;
	}

	.header-topbar-nav {
		text-align: center;
		padding-bottom: 0;
	}

	.cas-playerultimate-audio-player-footer .jp-jplayer {
		display: none;
	}

	.cas-playerultimate-audio-player-footer .jp-type-playlist .jp-details,
	.cas-playerultimate-audio-player-footer .jp-type-single .jp-details {
		width: 100%!important;
		margin-bottom: 10px;
		max-width: 100%;
	}

	.cas-playerultimate-audio-player-footer.player-default .jp-type-single.d-flex {
		display: block!important;
	}

	.cas-playerultimate-audio-player-footer .jp-audio .jp-interface, .cas-playerultimate-audio-player-footer .jp-audio-stream .jp-interface {
		max-width: 85%;
	}

	.cas-playerultimate-audio-player-footer .jp-audio .jp-type-single .jp-progress {
		width: 65%;
	}

	.cas-playerultimate-audio-player-footer .jp-audio .jp-type-single .jp-time-holder {
		width: 30%;
	}

	.cas-playerultimate-audio-player-footer .jp-volume-controls button {
		right: -25px;
	}

	.cas-playerultimate-audio-player-footer .jp-audio .jp-controls {
		float: left;
	}

	.center-icons {
		display: none;
	}

	.blog-desc {
		padding: 25px 25px 5px 25px;
	}

	.single-post .blog-desc {
		padding-bottom: 5px;
	}

	.blog-des-top {
		padding-bottom: 5px;
	}

	.blog-meta {
		padding-top: 25px;
	}

	body.admin-bar .header-sticky.header-main.affix {
		margin-top: 0;
	}

	.row.d-flex.align-items-center.no-gutters .podcast-media a,
	.row.d-flex.align-items-center.style-two .podcast-media a {
		display: block;
		text-align: center;
	}

	.podcast-date,
	.podcast-duration {
		line-height: 1.2;
	}

	.products-grid-content .col-lg-4 > a {
		margin-bottom: 30px;
	}
	
	.podcast-single-content {
		margin-left: 0;
		padding: 20px 0;
	}

	.podcast-carousel .podcast-single-content {
		margin: 20px;
		padding: 0;
	}

	.podcasts-content .align-items-center.no-gutters .d-flex.justify-content-end {
		justify-content: flex-start!important;
	}

	.podcasts-content .align-items-center.no-gutters .d-flex.justify-content-end .podcast-btn {
		margin-left: 0;
		margin-right: 10px;
	}

	.navbar-brand {
		max-width: 190px;
		min-width: 190px;
	}

	.subscribe-links-header.d-flex {
		display: none!important;
	}

	.style-four-box {
		padding: 15px;
	}

	.style-four-box .podcast-media {
		margin: 0 auto 20px;
		max-width: 120px;
	}

	#sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
		max-width: 180px;
	}

	.single-podcast .bg-banner .tagline-message {
		padding-top: 50px;
	}

	.subscribe-links {
		margin-top: 20px;
		display: block!important;
	}

	.subscribe-links li a {
		margin: 10px 0 0 0;
	}

	.cas-player-jplayer-design-overide .jp-type-single {
		margin-top: 10px;
	}

	.partner-content .owl-carousel .owl-item a img {
		margin: 0 auto;
	}

	.blog-box .blog-meta a {
		margin-bottom: 10px;
	}

	.sticky-content .sticky-post {
		font-size: 14px;
	}

	.gallery-carousel .owl-prev i,
	.gallery-carousel .owl-next i {
		font-size: 15px;
		width: 40px;
		height: 40px;
		line-height: 38px;
		padding: 3px 10px;
	}

	.services-main-content.service-style1 {
		max-width: 600px;
		margin: auto;
	}

	.booking-form.request-booking-form h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.all-items-link {
		display: none;
	}

	.services-main-content .owl-nav {
		display: none;
	}

	.slider .slides h2 {
		font-size: 36px;
    	line-height: 54px;
	}

	.slider .slides p {
		padding-right: 0;
	}

	.slider .indicators {
		display: none;
	}

	.social a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}

	.blog-social h5 span:after {
		left: auto;
	}

	.blog-social:hover h5 span:after {
		left: auto;
	}

	.cbp-l-filters-button {
		margin-bottom: 50px;
	}

	.call-to-action-phone-link {
		margin-top: 15px;
	}

	.services-main-content.service-style2 .service-single-content img {
		max-height: inherit;
	}

	.header-call-to-action {
		display: none;
	}

	.img-testi-container {
		width: 275px;
		position: relative;
		margin: auto;
	}

	.title-rating-author {
		padding: 15px;
	}

	.title-rating-author h5 {
		font-size: 22px;
	}

	.testi-des-style2 {
		padding: 50px 30px 10px 30px;
		margin-left: 0;
		margin-top: -50px;
	}

	.testi-style2 .owl-nav {
		display: none;
	}

	.testi-style2 .testi-item {
		padding: 15px;
	}
 
	.service-box-des-style2 {
		padding: 15px 0 0 0;
	}

	.heading-content {
		margin-bottom: 20px;
	}

	.comment-respond .form-group.comment-des {
		margin-bottom: 25px;
	}

	.pagination > li {
		line-height: 36px;
	}

	.related-single-post {
		margin-bottom: 15px;
	}

	.related-posts .col-md-6:last-child .related-single-post {
		margin-bottom: 0;
	}

	table td, table th {
		padding: 7px;
	}

	.team-content {
		text-align: center;
	}

	.breadcrumb-content.text-right {
		text-align: right!important;
	}

	.breadcrumb-content.text-right .breadcrumb {
		text-align: left;
	}

	.read-more-wrapper {
		position: relative;
		right: auto;
	}

	.footer.footer-style1 .footer-widget-area ul.menu li {
		width: 100%;
	}

	select {
		float: left;
		max-width: 250px;
		width: 100%;
	}

	.project-meta-content .btn-primary {
		padding: 15px;
	}

	.aut-dat-box {
		display: none;
	}

	.navbar .mobile-nav-toggler .svg-inline--fa {
		margin-top: 12px;
	}

	.variations tr {
		width: 100%;
	}

	.image-wrap-thum {
		margin: 30px 0 0 0;
	}

	.image-wrap-thum .col-md-4 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.footer-widget-area .widget-title {
		margin-bottom: 30px;
	}

	.featured-lists-content .featured-main-content {
		transform: rotate(0deg);
	}

	.testi-bg {
		background-image: none!important;
	}

	.posts-content .posts-style2 .posts-loop {
		margin-bottom: 30px;
	}

	.posts-content .posts-style2:last-child .posts-loop {
		margin-bottom: 30px;
	}

	.posts-content .blog-meta a {
		margin-right: 10px;
	}

	.testi-name h5 .svg-inline--fa {
		display:none;
	}

	.authorbox {
		padding: 25px;
	}

	.comments-list img {
		margin-bottom: 20px;
	}

	.comment-respond .form-control {
		padding: 15px 30px 15px 15px;
	}

	.comment-respond .form-group.comment-des::before {
		top: 13px;
	}

	.footer-bottom-part {
		padding-bottom: 55px;
	}

	.footer-widget-area .widget:last-child {
		margin-bottom: 50px;
	}

	.heading-content h2 {
		font-size: 26px;
    	line-height: 34px;
	}

	.heading-content .sub-title {
		font-size: 20px;
	}
	
	.heading-content .bg-title {
		font-size: 60px;
	}
	
	.heading-content p {
		position: relative;
		margin-top: 15px;
		width: 100%;
	}
	
	.heading-content.left .bg-title {
		left: 0;
	}
	
	.section {
		padding: 40px 0;
	}

	.section.section-main-container {
		padding: 60px 0;
	}

	.section.section-main-container.no-padding {
		padding: 0;
	}

	.footer-menu{
		margin-top: 15px;
	}
	
	.section.bg-banner {
		padding: 0;
		background-position: center center;
	}
	
	.layout-rs .blog-box {
		margin-right: 0;
	}

	.layout-rs .content {
		margin-right: 0;
	}

	.layout-ls .blog-box {
		margin-left: 0;
	}
	
	h4.blog-des-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.wp-block-quote {
		padding: 15px;
	}

	.text-left-previous,
	.text-right-next {
		margin-bottom: 15px;
	}

	.related-posts .rel-blog-desc {
		padding: 25px;
	}

	.authorbox img {
		margin-bottom: 15px;
	}

	.comment-respond {
		padding: 0;
	}

	.submit-button-btn .btn-primary {
		padding: 18px 28px;
	}

	.submit-button-btn .btn-primary {
		padding-left: 50px;
	}

	.sidebar .widget {
		padding: 25px;
	}

	.sidebar .widget_media_image {
		padding: 0;
	}

	.footer-menu li:first-child a {
		padding-left: 0;
	}

	.text-right {
		text-align: left!important;
	}

	.menu-img-zoom.text-right {
		text-align: right!important;
	}

	.woocommerce .woocommerce-result-count {
		line-height: 25px;
	}

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		margin-bottom: 30px;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
		margin-bottom: 50px;
	}

	.woocommerce-LostPassword.lost_password {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 30px;
	}

	.single-product .section.section-main-container {
		padding-top: 60px;
	}

	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs {
		padding: 60px 0;
	}

	.related.products {
		margin: 50px 0 60px;
	}

	.footer .social {
		margin-top: 15px;
	}
	
	.project-meta-content h2 {
		font-size: 30px;
	}

	.aut-dat-box {
		width: 100%;
	}

	.project-meta-content .btn-primary {
		margin-top: 20px;
	}

	.posts-content .rel-blog-desc {
		padding: 15px;
	}

	.cat-readmore-con.absolute-position {
		left: 15px;
	}

	.footer-top-part {
		padding: 50px 30px;
		margin-bottom: 50px;
	}

	.services-content {
		padding: 20px 0;
	}

	.testi-des {
		padding: 25px 0 0;
	}

	.rating-testi{
		margin: 20px 0 10px 0;
	}

	.percent-box-content {
		padding: 15px;
	}

	.percent-box-content h5 {
		font-size: 60px;
	}

	.percent-box-content .right-con-per span {
		font-size: 14px;
	}

	.sidebar {
		margin-top: 40px;	
	}
	
	.featured-lists-content .services_item-content .content-img {
		padding: 60px;
	}
}

@media (max-width: 600px) {

	.posts-content .blog-box.small-post .blog-meta {
		margin-bottom: 15px;
	}

	.posts-content .blog-box.small-post h4.blog-des-title {
		font-size: 20px;
		line-height: 22px;
		padding: 0;
	}

	.posts-content .blog-box.small-post .blog-read-more {
		font-size: 16px;
	}

	.posts-content .posts-loop-style1 .small-post .rel-blog-desc {
		padding: 15px 15px 15px 0;
	}

	.team-name h5 {
		font-size: 18px;
	}

	.tagline-message h1 {
		font-size: 40px;
	}

	.donation-form-page .paypal-button {
		position: relative;
		top: 10px;
		left: 0;
	}

	.testi-name h5 {
		font-size: 18px;
	}

	#wrapper .tnp-widget-minimal input.tnp-email {
		padding: 0;
		width: 50%;
	}

    .contact-details ul li {
        width: 100% !important;
        float: none !important;
        display: block;
        border: 0 !important;
    }

    .tagline-message h3 {
        font-size: 16px;
    }
	
	.image-box .details {
		padding: 1rem 1.5rem;
	}
	
	.testimonial {
		margin-bottom: 15px;
	}	

	.blog-box .meta-bottom {
		float: left;
		width: 100%;
	}
	
	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 15px);
	}	
}

@media (max-width: 540px) {

	.podcast-style-three .cas-player-jplayer-design-overide .jp-type-single .jp-controls {
		margin-right: 10px;
	}

	.podcast-style-three .cas-player-medium-7.cas-player-columns {
		margin-right: 10px;
	}

	.gallery-carousel .owl-nav {
		top: 40%;
		margin-top: 0;
	}

	.posts-content .blog-box.small-post .blog-meta {
		display: none;
	}

	.booking-form .col-md-12.text-center svg {
		left: 30%;
	}
}

@media (max-width: 480px) {

	.cat-title.with-thumb {
		left: 15px;
		bottom: 15px;
	}

	.video-popup {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.comment-respond .form-submit:before {
		right: 35px;
	}

	.form-submit .btn-primary {
		padding: 18px 65px 18px 35px;
	}

	.blog-meta a {
		margin-right: 12px;
	}

	.blog-box .blog-meta a {
		padding-right: 12px;
	}

	.text-left-previous, .text-right-next {
		font-size: 18px;
	}

	.comments-list .comment .media .pull-left {
		min-width: 170px;
	}

	.posts-content .blog-box.small-post .blog-read-more {
		display: none;
	}

	.call-to-action-phone-link {
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	.call-to-action-phone-link a {
		font-size: 24px;
		margin-left: 0;
	}

	.call-to-action-phone-link a span {
		margin: 10px auto 20px;
		display: block;
	}

	.booking-form .col-md-12.text-center svg {
		left: 28%;
	}
}

@media (max-width: 360px) {

	.booking-form .col-md-12.text-center svg {
		left: 25%;
	}

	table td,
	table th {
		padding: 5px;
	}

	.pagination > li > a,
	.pagination > li > span {
		margin-right: 5px;
	}

}

@media (max-width: 330px) {

	.slider .slides .btn.btn-primary {
		margin-bottom: 30px;
	}

	.posts-content .blog-box.small-post h4.blog-des-title {
		margin-bottom: 0;
		font-size: 15px;
	}

	.posts-content .posts-loop-style1 .small-post .rel-blog-desc {
		padding-right: 10px;
	}

	.wp-block-embed-twitter .twitter-tweet.twitter-tweet-rendered {
		width: 105%!important;
	}

	.twitter-tweet.twitter-tweet-rendered {
		width: 105%!important;
	}

	.wp-block-embed.wp-block-embed-twitter iframe {
		max-width: 95%!important;
		min-width: 200px!important;
	}

	.twitter-tweet.twitter-tweet-rendered iframe {
		max-width: 95%!important;
	}
}