/**************************************

    File Name: style.css
    Template Name: CrowdPress
	
**************************************/

/**************************************
    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. SHOPPING
    18. RESPONSIVE

**************************************/
/* BASIC 
**************************************/

body {
    line-height: 1.8;
    background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #5e848c;
}

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;
    line-height: 1.7;
	color: #001d23;
}

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: 20px;
    line-height: 25px;
    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: #001d23;
}

mark {
    padding: 0;
}

p {
    margin-bottom: 30px;
}

.elementor-widget-container p:last-child {
	margin-bottom: 0;
}

a:hover,
a:focus {
    color: #009e74;
	text-decoration: none;
}

.blockquote,
blockquote {
    font-size: 28px;
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    padding: 40px;
}

.wp-block-pullquote.is-style-solid-color blockquote{
	background: inherit;
	padding: 40px 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: #001d23;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}

.margin-50 {
	margin-bottom: 50px;
}

.team-desc small,
.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,
.da-thumbs.classic-portfolio .pitem a div i,
.page-link,
mark,
.bg {
	opacity: 1;
	color:#fff;
	background-color:#009e74;
}

::selection {
    background: #001d23;
    color: #fff;
}

::-moz-selection {
    background: #001d23;
    color: #fff;
}

.gform .form-control:focus,
.search-form .search-field:focus,
.woocommerce-product-search .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: #009e74;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #009e74;
}

.woocommerce table.shop_attributes td {
	padding: 0 5px;
}

/*----------------unit----------------------*/
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%;
}

.wp-caption{
	text-align: center;
}

figcaption {
	margin-top: 0.5em;
    margin-bottom: 1em;
}

.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;
}

.panel-row-style {
	position: relative;
}

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 {		 
	font-size: 28px;
	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: #fff;
	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: #5e848c;
}

.post-type-archive-product .sidebar table td,
.post-type-archive-product .sidebar table th,
.single-product .sidebar table td,
.single-product .sidebar table th,
.tax-product_cat .sidebar table td,
.tax-product_cat .sidebar table th{
	padding: 5px;
}

.widget table td,
.widget table th{
	text-align: center;
}

select {
	border: 1px solid #eaeaea;
	height: 34px;
	padding: 5px;
	font-weight: 600;
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
	background-position: 92%;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	line-height: 14px;
	max-width: 100%;
	overflow: hidden;
	color: #001d23;
	margin-bottom: 5px;
}

.wp-block-archives-dropdown select{
	margin-bottom: 20px;
} 

.widget_archive select{
	min-width: 200px;
}

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: #009e74;
}

kbd {
	background: #009e74;
}

.pager {
    margin: 0;
}

.pagination > li{
	float: left;
	min-width: 22px;
	line-height: 50px;
}

.pagination > li > a,
.pagination > li > span {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    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;
}

.sticky .sticky-content{
	line-height: 34px;
}

.sticky-post{
	color: #fff;
	font-weight: 700;
}

.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;
}

.more-link{
	padding: 6px 12px;
	border-radius: 4px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 600;
}

.tagcloud a,
.blog-tags li a,
.tagwidget li a,
.wp-block-tag-cloud a{
	padding: 10px 20px;
    margin: 0 0 10px 0;
	display: inline-block;
	font-size: 12px!important;
	background: #f7f7f7;
	font-weight: 600;
	color: #001d23;
}

.wp-block-tag-cloud a {
	margin-right: 7px;
}

.tagcloud a:hover,
.blog-tags li a:hover,
.tagwidget li a:hover,
.wp-block-tag-cloud a:hover{
	background: #009e74;
	color: #fff;
}

.sidebar ul{
	padding-left: 0;
}

.sidebar .widget_nav_menu ul.sub-menu{
	padding-left: 15px;
}

.sidebar .widget.widget_recent_comments li a {
	width: auto;
	padding: 10px 0!important;
    display: inline-block!important;
}

.sidebar ul li{
	list-style: none;
	padding-bottom: 10px;
}

.panel-row-style{
	position: relative;
}

.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: #009e74;
    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: #001d23;
}

.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%;
}

.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: #001d23;
    padding: 20px 24px;
    border: 1px solid #001d23;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
	display: inline-block;
}

.page-links .post-page-numbers.current,
.page-links a:hover,
.page-links a:focus {
	background: #009e74;
    color: #fff;
    border-color: #009e74;
}

.wp-audio-shortcode {
	margin-bottom: 20px;
}

.media-list li.pingback {
	list-style: none;
}

.pagination {
	margin-top: 15px;
	justify-content: center;
	margin-bottom: 0;
}

.post-type-archive-give_forms .pagination {
	justify-content: center;
}

/*-----------------------blocks-------------*/

.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-rss {
	padding: 0;
}

.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;
}

.wp-block-image figcaption {
	color: #5e848c;
	font-size: 16px;
}

.wp-block-cover-image,
.wp-block-cover {
	min-height: 330px;
}

.wp-block-cover {
	margin-bottom: 40px;
}

.wp-block-video figcaption {
	color: #5e848c;
	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: #001d23;
	color: #fff !important;
	border: 1px solid #001d23;
	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: #002d13;
	color: #001d23!important;
}

.blocks-gallery-caption {
	font-size: 16px;
    margin: 10px auto 30px;
	color: #5e848c;
}

.wp-block-embed figcaption {
	font-size: 16px;
	color: #5e848c;
}

.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: 60px;
	background: #009e74;
	color: #fff;
	border: none;
	text-align: center;
	line-height: 1.2;
}

.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: #009e74;
}

.wp-calendar-table td#today {
	color: #fff;
	background: #009e74;
	border-color: #009e74;
}

.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;
	border: none;
}

.wp-block-quote a,
.wp-block-quote .blog-meta a,
blockquote a,
blockquote code {
	color: #fff;
}

blockquote a:hover {
	color: rgba(255,255,255, 0.9);
}

.wp-block-columns .wp-block-column .wp-block-quote{
	padding: 25px;
}

.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%;
}

.wp-block-audio audio{
	min-width: 220px;
}

.wp-block-quote p {
	color: #fff;
	font-size: 28px;
	line-height: 38px;
	z-index: 1;
	position: relative;
	font-weight: 600;
	margin-bottom: 0;	
}

.wp-block-quote:after,
blockquote:after {
	position: absolute;
	right: 40px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f10d";
	bottom: 40px;
	font-size: 170px;
	line-height: 1;
	opacity: 0.15;
}

.formate-quote > .wp-block-quote:after {
	opacity: 0;
}

.formate-quote > .wp-block-quote p{
	font-size: 38px;
	line-height: 45px;
}

.wp-block-quote:not(.is-large):not(.is-style-large){
	border-color: #001d23;
	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: #fff;
	font-size: 14px;
	font-weight: 500;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation{
	color: #fff;
}

.gallery-carousel,
.wp-block-archives,
.wp-block-categories,
.wp-block-search {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.wp-block-code{
	border: 1px solid #eaeaea;
	border-radius: 0;
	color: #001d23;
}

.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: 9999;
}

#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: #fff;
    -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: #fff;
    -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: #fff;
    -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: #009e74;
    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 
**************************************/
.transparent-header .white-text a{
	color: #fff;
}
.header {
    padding: 0;
    position: relative;
}
.transparent-header {
	position: absolute;
	z-index: 99;
	left: 0;
	width: 100%;
	top: 0;
}
.transparent-header .navbar {
	padding: 20px 0;
}

.transparent-header.header-style1 .navbar {
	padding: 0;
}

.logged-in.admin-bar .transparent-header{
	top: 32px;
}
.header-top {
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}

.transparent-header .header-top {
	padding: 5px 0;
	border: none;
	background: rgba(0,0,0, 0.1);
}

.transparent-header.header-style1 .header-top{
	padding: 30px 0;
	background: none;
	border-bottom: 2px solid rgba(255,255,255, 0.1);
}

.transparent-header .header-main {
	border-bottom: 2px solid rgba(255,255,255, 0.1);
}

.transparent-header.header-style1 .header-main {
	border-bottom: none;
}

.profile-menu {
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: 600;
	display: inline-block;
}

.profile-menu li {
	display: inline-block;
	list-style: none;
	margin-right: 60px;
}

.profile-menu.right-menu li {
	margin-right: 0;
	margin-left: 60px;
}

.profile-menu.left-menu li:last-child{
	margin-right: 0;
}

.profile-menu li a{
	color: #001d23;
}

.profile-menu li a:hover,
.profile-menu li a:focus {
	color: #009e74;
}

.profile-menu li a .svg-inline--fa{
	color: #fff;
	padding: 1px;
	margin-right: 5px;
}

.profile-menu li a i {
	margin-right: 5px;
}

.transparent-header .profile-menu li a {
	font-weight: 500;
}

.transparent-header.header-style1 .profile-menu li a {
	color: #fff;
}

body.boxed .header {
    padding: 1rem;
    background-color: rgba(0, 0, 0, 1) !important;
	left: auto;
	max-width: 1240px;
	right: auto;
	margin: 0 auto;
}

.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 {
    font-size: 16px;
    line-height: 1;
    padding: 30px;
	color: #001d23;
	display: block;
	margin-top: -1px;
	font-weight: 600;
	position:relative;
}

.navbar-nav > .menu-item > a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #009e74;
	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);
}

.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 {
	-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:before {
	height: 0;
}

.transparent-header .navbar-nav > .menu-item > a {
	padding: 17px 30px;
	color: #fff;
}

.transparent-header.header-style1 .navbar-nav > .menu-item > a {
	padding: 30px;
	color: #fff;
}

.transparent-header.header-style1 .navbar-nav > .menu-item > a:before {
	height: 4px;
	background: #fff;
}

.light-header.transparent-header .navbar-nav > .menu-item > a {
	color: #001d23;
}

.transparent-header .navbar-nav > .menu-item.current-menu-item > a,
.transparent-header .navbar-nav > .menu-item:hover > a {
	color: #fff;
}

.light-header.transparent-header .navbar-nav > .menu-item.current-menu-item > a,
.light-header.transparent-header .navbar-nav > .menu-item:hover > a {
	color: #009e74;
}

.transparent-header .btn-primary {
	font-weight: 600;
}

@media (min-width: 992px) {
	
	.breadcrumb-content {
		max-height: 30px;
	}
	
	.navbar-nav > .menu-item.menu-item-has-children i {
		top: 0px;
		position: relative;
		font-size: 13px;
		padding-left: 2px;
		font-weight: 400!important;
	}

.navbar-nav .menu-item a .svg-inline--fa {
	padding: 1px;
	position: relative;
	top: 2px;
}

.navbar-nav .menu-item.current-menu-item > a,
.navbar-nav .menu-item.current_page_parent > a,
.navbar-nav .menu-item:hover > a {
	color: #009e74;
}

.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: 0;
-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
display: block;
left: 0;
opacity: 0;
padding: 18px 0;
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;
}
.navbar ul li .dropdown-menu li {
margin-left: 0;
text-align: left;
display: block;
padding: 9px 0;
position: relative;
}
.navbar ul li .dropdown-menu li a {
padding: 0 10px 0 25px;
line-height: 1.6;
font-weight: 500;
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;
}
.navbar ul li:hover > .dropdown-menu {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.navbar ul li .dropdown-menu li:hover > a {
color: #009e74;
border: none;
}

.navbar ul li .dropdown-menu li a,
.navbar ul li .dropdown-menu li li a,
.navbar-nav .dropdown-menu .menu-item.current-menu-item > a {
	border: none;
}

.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 {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.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 {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .navbar-nav li.current > a:before {
	height: 100%;
}
.mobile-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: #001d23;
}
.mobile-menu-visible .mobile-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 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #001d23;
	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;
}

.logged-in.admin-bar .mobile-menu .menu-box {
	top: 32px;
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-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;
}
.logged-in.admin-bar .mobile-menu .close-btn {
	top: 46px;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navbar-nav {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navbar-nav li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navbar-nav:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-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 {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px!important;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	border: none;
	margin: 0;
}

.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 {
	font-size: 15px;
	margin-left: 20px!important;
}
.mobile-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 {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	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 {
	-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 {
	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: #001d23;
    display: none;
	padding: 15px 0;
}

.transparent-header .navbar .mobile-nav-toggler{
	color: #fff;
}

.transparent-header.light-header .navbar .mobile-nav-toggler{
	color: #001d23;
}

.navbar .mobile-nav-toggler .svg-inline--fa {
	float: right;
	font-size: 20px;
	margin-top: 6px;
}

@media (max-width: 991.98px) {
	.menu-outer .navbar-wrap {
	display: block !important;
	}
	.navbar .mobile-nav-toggler {
		display: block;
	}
	.elementor-social-icon:last-child {
	margin: 0 0 10px 0!important;
	}
}

/*-------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 dashed #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: 0;
	margin: 0;
}

.social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	font-weight: 600;
}

.social li a{
	color: #001d23;
}

.social li a:hover{
	color: #fff;
}

.menu-right {
    margin-left: 8px;
}

.fa-bars {
    font-size: 14px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
	text-align: center;
	margin: 0;
	vertical-align: top;
	line-height: 1;
}

.navbar-brand img {
	max-width: 214px;
}

.social a {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #001d23;
    line-height: 42px;
    text-align: center;
	background: #f7f7f7;
	margin-right: 10px;
}

.footer.footer-style3 .social a {
    padding: 0;
    display: inline-block;
	margin-right: 10px;
	height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    background: none;
    border-radius: 0;
    border: 2px solid rgba(255,255,255,.1);
	color: #a6b6b9;
	margin-bottom: 10px;
}

.footer.footer-style3 .social a:hover,
.footer.footer-style3 .social a:focus {
    background: #009e74;
    color: #fff;
    border-color: #009e74;
}

.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 {
	background: #009e74;
	color: #fff;
}

.footer .social a:hover,
.footer .social a:focus {
	background: none;
	color: #009e74;
}

.summary.entry-summary .social a:hover,
.summary.entry-summary .social a:focus {
	color: #009e74;
}

body.creative-head .header-section {
    margin-bottom: 0;
}

.breadcrumb {
	padding: 20px 60px;
    margin: -20px 0 0 0;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -20px;
	border-radius: 0;
	box-shadow: 0 4px 8px rgba(0,0,0, 0.04);
}

.breadcrumb li {
	display: inline-block;
	font-weight: 600;
	color: #009e74;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.breadcrumb li.active {
	color: #009e74;
}

.breadcrumb li span.delimiter{
	padding: 0 10px 0 0;
    border-left: 2px solid #001d23;
    line-height: 28px;
    display: inline-block;
    min-width: 2px;
    height: 14px;
	margin: 0 0 0 10px
}

.breadcrumb li.active span.delimiter {
	display: none;
}

.tax-product_cat .breadcrumb li.active span.delimiter {
	display: none;
}


/* SECTION 
**************************************/
.button-icon .elementor-button-text {
	position: relative;
}

.button-icon .elementor-button-text:after{
	position: absolute;
    right: -15px;
    color: #001d23;
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    font-weight: 400;
    font-size: 12px;
    top: 2px;
}

.button-icon .elementor-button:hover .elementor-button-text:after,
.button-icon .elementor-button:focus .elementor-button-text:after {
	color: #fff;
}

.elementor-button-icon {
	font-size: 12px;
	margin-top: 2px;
}

.section {
    padding: 100px 0;
}

.page-template-home-page .footer.section.footer-style1 {
	padding-top: 220px;
}

.tax-give_forms_category .section {
	padding-bottom: 70px;
}

.no-padding.section {
	padding: 0;
}

.single-product .section.section-main-container {
    padding: 100px 0 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: #001d23;
}

.bglight {
    background-color: #f7f7f7;
}

.bg-banner {
	background-size: cover!important;
	background-repeat: no-repeat;
	position: relative;
	padding: 90px 0 120px 0;
	background-color: #001d23;
}

.header-style1.bg-banner {
	padding-top: 200px;
}

.header-style2.bg-banner {
	margin-top: 90px;
}

.header-style3.bg-banner {
	padding-top: 220px;
}

.bg-banner:before{
	position: absolute;
	background: rgba(44,78,85, 0.6);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}

.tp-bannertimer {
    display: none;
}

.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;
}


/* PORTFOLIO 
**************************************/
.cbp::after, .cbp-lazyload::after, .cbp-popup-loadingBox::after, .cbp-popup-singlePageInline::after {
	display: none;
}
.elementor-widget-crowdpress-portfolios .cbp > *{
	visibility: visible;
}

.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,
.shop-media img {
	transition: all .5s ease-out;
}

.single-img-gal:hover img,
.absolute-pager:hover img,
.shop-media: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;
}

.portfolio-filter ul {
    padding: 0 0 2rem 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li,
.cbp-l-filters-button .cbp-filter-item {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    text-align: left !important;
    vertical-align: middle;
	font-size: 16px;
	border: none;
	color: #fff;
	background: #001d23;
	padding: 18px 35px;
	font-weight: 600;
	line-height: 1;
}

.cbp-l-filters-button .cbp-filter-item:hover {
	color: #fff;
	background: #009e74;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
	color: #fff;
	background: #009e74;
}

.cbp-l-filters-button .cbp-filter-counter::after {
	border-top-color: #009e74;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #009e74;
	color: #fff;
	font-weight: 600;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 55px;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li a {
    font-size: 12px;
}

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.pitem {
    padding: 0 !important;
    margin: 0;
}

.pitem img {
    width: 100%;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.da-thumbs {
    position: relative;
}

.da-thumbs .pitem {
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background: #000;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div span {
    display: block;
    padding: 10px 0 0;
    margin: 40px 20px 0 20px;
    position: absolute;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.da-thumbs .pitem a div small {
    display: block;
    font-size: 11px;
    padding: 0;
    margin: 5px 20px 20px 0;
    color: rgba(255, 255, 255, 0.9);
}

.cbp-l-caption-title {
	font-size: 24px;
	color: #001d23;
	font-weight: 700;
}

.cbp-caption-activeWrap {
	background: #fff;
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap{
	z-index: 3;
}

.cbp-item-wrapper {
	background: #f7f7f7;
}

.cbp-caption-active .cbp-caption-activeWrap {
	width: 95%;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
	padding: 30px;
	position: relative;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-desc {
	color: #009e74;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px; 
}

.cbp-l-caption-alignLeft .cbp-l-caption-body > a {
	color: #fff;
	width: 45px;
	height: 45px;
	background: #009e74;
	line-height: 45px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body > a:hover {
	background: #001d23;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
	top: 0;
}

.cbp-caption-overlayBottomReveal .cbp-item-wrapper .cbp-caption-defaultWrap 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;
}

.cbp-caption-overlayBottomReveal .cbp-item-wrapper:hover .cbp-caption-defaultWrap img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
	height: 115px;
	-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;
	bottom: -115px;
}

.cbp-caption-overlayBottomReveal .cbp-item-wrapper:hover .cbp-caption-activeWrap {
	z-index: 4;
	bottom: 0;
}

.cbp-l-filters-button {
	background: #001d23;
	padding: 25px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

.features-area-group-item {
	min-height: 380px!important;
}

.features-area-group-btn {
	display: none;
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
}

.classic-portfolio .pitem {
    padding: 15px !important;
}

.classic-portfolio h4 a {
    text-decoration: none !important;
}

.classic-portfolio h4 {
    font-size: 15px;
    margin: 0;
    padding: 10px 0 0;
}

.classic-portfolio small {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 1;
}

.da-thumbs.classic-portfolio .pitem a div i {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50% !important;
}

.da-thumbs.classic-portfolio .pitem a div span {
    bottom: 0;
    left: 20px;
    margin: 0;
}

.da-thumbs.classic-portfolio .pitem p {
    padding: 10px 0 0;
    margin: 0;
}

.da-thumbs.classic-portfolio li {
    list-style: none;
}

.da-thumbs.classic-portfolio ul {
    padding: 0;
}

.list-portfolio h4,
.cbp-item-margin h4 {
    font-size: 21px;
    padding: 30px 0 10px;
	margin-bottom: 0;
}

.cbp-item-margin h4 > a,
.cbp-item-margin h4 > a:hover {
	text-decoration: none!important;
}

.cbp-item-margin small {
	color: #001d23;
	display: block;
	margin-bottom: 15px;
}

.cbp-item-margin .readmore:hover {
	text-decoration: underline;
	text-decoration-color: #001d23;
}

.next-portfolio {
	float: right;
}

.cbp-item-margin {
	margin-bottom: 30px;
}

.light-box-img {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	z-index: 3;
	display: block;
	opacity: 0;
	visibility: hidden;
	-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;
}

.light-box-img span {
	background: #001d23;
	color: #fff;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.light-box-img span i {
	color: #fff;
	line-height: 26px;
}

.cbp-caption-defaultWrap:hover .light-box-img {
	visibility: visible;
	opacity: 1;
}

.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;
}

.work-information {
    list-style: none;
    padding: 0 0 5px;
}

.work-information li {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.work-information li:last-child {
    margin-bottom: 0;
}

.work-details h4 {
    padding-bottom: 10px;
    line-height: 1;
}

.flex-direction-nav a {
    background-color: #ffffff !important;
    color: #000000 !important;
    line-height: 25px;
}

.start-project-section .start-project {
	background: #f7f7f7;
	padding: 100px;
}

.start-project-section .start-project .form-control{
	font-size: 16px;
	color: #5e848c;
}

.start-project-section .start-project textarea.form-control{
	min-height: 120px;
}

.select-project{
	height: 60px;
    width: 100%;
    border: none;
	background-position: 97%;
	font-weight: normal;
	padding-left: 30px;
	font-size: 16px;
	color: #5e848c;
	line-height: 20px;
}

.fileupload-preview.thumbnail{
	margin-bottom: 15px;
}

.btn.btn-primary.fileupload-exists{
	line-height: 22px;
}

.images-label {
	padding-top: 10px;
}

.success-message {
	text-align: center;
}

/* FOOTER 
**************************************/
.ts-button-style-default {
	padding: 10px 30px!important;
}
.ts-button-style-default .svg-inline--fa {
	margin: 0 5px 0 0;
}

.footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	background-size: cover;
}

.footer.footer-style1:after {
	background: rgba(0,29,35, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	top: 0;
	bottom: 0;
}

.footer.footer-style3 {
	border-top-color: #001d23;
	background-color: #001d23;
	background-image: url("../images/footerbg.png");	
	background-size:100% auto;
	background-position: center bottom;
	background-repeat: no-repeat; 
}

.footer-style3 .footer-bottom-part p,
.copyright-style3.copyrights p,
.footer-style3 .footer-bottom-part .widget-title,
.footer.footer-style3 .footer-bottom-part .footer-contact h5,
.footer-style3 .footer-bottom-part .footer-widget-area ul li a,
.copyrights.copyright-style3 .footer-menu li a {
	color: #fff;
}

.footer-style2 {
	padding-bottom: 0;
}

.footer-top-part {
	border-bottom: 2px solid #e9f4f9;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.footer-style1 .footer-top-part {
	display: none;
}

.footer-logo img{
	max-width: 214px;
}

.footer-style3 .footer-top-part {
	border-bottom-color: rgba(255,255,255, 0.1);
}

.footer-style2 .footer-bottom-part {
	border-bottom: 2px solid #e9f4f9;
	padding-bottom: 50px;
}

.footer-menu {
	margin: 0;
}

.footer-menu li{
	display: inline-block;
	margin-right: 15px;
}

.footer-menu li:last-child{
	margin-right: 0;
}

.footer-menu li a {
	color: #fff;
	display: block;
	padding: 0 0 0 15px;
	border-left: 2px solid #677173;
	line-height: 13px;
}

.copyright-style2 .footer-menu li a {
	color: #001d23;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
	color: #009e74;
}

.footer-menu li:first-child a{
	border: none;
}

.widget-title {
    display: inline-block;
    padding: 0;
    margin: 0 0 40px 0;
    z-index: 1;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    color: #001d23;
	width: 100%;
}

.footer.footer-style1 .widget-title {
	color: #fff;
}

.widget-title span {
	padding-left: 30px;
	display: block;
}

.widget-title:before {
    background-color: #009e74;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 2px;
	-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;
}

.sidebar .widget:hover .widget-title:before {
	background-color: #001d23;
}

.footer-widget-area .widget-title {
	font-size: 24px;
}

.footer-widget-area .widget-title span {
	position: relative;
	padding-left: 0;
	display: inline-block;
}

.footer-widget-area .widget-title:before {
	width: 0;
}

.footer-widget-area .widget-title span:before {
	height: 6px;
    width: 6px;
    border-radius: 50px;
    right: -10px;
    bottom: 4px;
    left: auto;
    top: auto;
	position: absolute;
	padding-left: 0;
	content: "";
	background: #009e74;
}

.footer-widget-area p:last-child{
	margin-bottom: 0;
}

.footer-style1 .footer-widget-area a{
	color: #a6b6b9;
}

.footer-widget-area ul li{
	list-style: none;
	padding: 0;
	color: #a6b6b9;
}

.footer-widget-area .widget_rss ul li {
	padding-bottom: 25px;
}

.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: 10px 0;
}

.footer-widget-area ul li:last-child a{
	padding-bottom: 0;
}

.footer-widget-area ul.children,
.footer-widget-area ul.sub-menu {
	padding: 0 0 18px 15px;
}

.footer-widget-area li:last-child ul.sub-menu,
.footer-widget-area li:last-child ul.children {
	padding-bottom: 0;
}

.footer.footer-style1 .footer-widget-area .menu-services-container ul.menu li {
	display: inline-block;	
}

.footer.footer-style1 .footer-widget-area .menu-services-container ul.menu li:nth-child(odd) {
  width: 55%;
}

.footer.footer-style1 .footer-widget-area .menu-services-container ul.menu li:nth-child(even) {
  width: 43%;
}

.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-style2 .footer-widget-area ul li{
	display:inline-block;
}

.footer-widget-area p {
	margin-bottom: 15px;
}

.footer-widget-area ul li a{
	position: relative;
	padding: 0 0 18px 18px;
	color: #001d23;	
}

.footer-widget-area .widget_recent_comments ul li a{
	padding-left: 0;
}

.footer.footer-style1 .footer-widget-area ul li a{
	color: #a6b6b9;
}

.footer-style2 .footer-widget-area ul li a{
	padding: 0 25px;
	font-weight:600;
}

.footer-style2 .footer-widget-area ul.footer-contact li a{
	padding: 0;
	font-weight:normal;
}

.footer-widget-area ul li a:hover,
.footer-widget-area ul li a:focus {
	color: #009e74;
	padding-left: 22px;
}

.footer-widget-area .widget_recent_comments ul li a:hover,
.footer-widget-area .widget_recent_comments ul li a:focus{
	padding-left: 0;
}

.footer-style2 .footer-widget-area ul li a:hover,
.footer-style2 .footer-widget-area ul li a:focus {
	padding: 0 25px;
}

.footer-style2 .footer-widget-area ul.footer-contact li a:hover,
.footer-style2 .footer-widget-area ul.footer-contact li a:focus {
	padding: 0;
}

.footer-description p {
	border-top: 2px solid #e9f4f9;
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
}

.footer-widget-area ul li a:before{
	position: absolute;
	content: "+";
	left: 0;
}

.footer-widget-area .widget_recent_comments ul li a:before{
	content: "";
}

.footer-style2 .footer-widget-area ul li a:before{
	content: "";
}

.footer .footer-contact li a:before {
	content: "";
}

.footer .footer-contact li {
	border-bottom: 1px solid #eff7fb;
	padding: 20px 0;
}

.footer.footer-style1 .footer-contact li {
	border: none;
	padding: 15px 0;
}

.footer-style2.footer .footer-contact li{
	display: inline-block;
	margin-right: 50px;
	padding: 0;
	border: none;
}

.footer.footer-style3 .footer-contact li {
	border-bottom-color: rgba(255,255,255, 0.1);
}

.footer .footer-contact li:first-child {
	padding-top: 0;	
}

.footer .footer-contact li:last-child {
	border-bottom: none;
	margin: 0;
}

.footer .footer-contact h5 {
	margin: 0;	
}

.footer.footer-style1 .footer-contact h5 {
	color: #a6b6b9;
	font-size: 14px;
	line-height: 1;
}

.footer.footer-style1 .footer-contact span {
	padding-top: 10px;
}

.footer.footer-style1 .footer-contact span a,
.footer.footer-style1 .footer-contact span {
	font-size: 14px;
}

.footer .footer-contact li .svg-inline--fa {
	width: 50px;
    float: left;
    font-size: 40px;
    margin-right: 10px;
	color: #009e74;
}

.footer .footer-contact li span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.instagram-wrapper a {
    margin: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    text-align: center;
    position: relative;
    padding: 0;
    float: left;
    width: 25%
}

#ctf .ctf-item {
	padding: 0 0 40px 0;
	border: none;
}

#ctf .ctf-item:last-child {
	padding-bottom: 0;
}

#ctf .ctf-corner-logo {
	float: left;
}

#ctf.ctf-narrow .ctf-corner-logo {
	font-size: 16px;
    line-height: 1;
    width: 35px;
}

#ctf .ctf-hide-avatar .ctf-tweet-content {
	margin-left: 35px!important;
}

#ctf p.ctf-tweet-text, #ctf p.ctf-media-link {
	font-size: 14px;
}

#ctf .ctf-author-box-link {
	line-height: 1!important;
    float: right!important;
}

#ctf.ctf-super-narrow .ctf-author-box {
	min-height: 23px!important;
}

#ctf .ctf-author-name {
	margin: 0!important;
}

#ctf .ctf-corner-logo .svg-inline--fa {
	color: #009e74;
}

.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;
}

.instagram-wrapper .magnifier i {
    position: absolute;
    top: 50%;
    margin: -5px auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
}

.entry:hover .magnifier,
.instagram-wrapper a:hover .magnifier {
    opacity: 1;
    visibility: visible;
}

.footer .text-widget p {
    padding: 1rem 0;
    margin: 0;
}

.footer .social {
    border: 0;
	margin-top: 4px;
}

.footer.footer-style1 .social a{
	height: 50px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	background: none;
	border-radius: 0;
	border: 2px solid rgba(255,255,255, 0.1);
	color: #a6b6b9;
}

.footer.footer-style1 .social a:hover,
.footer.footer-style1 .social a:focus{
	background: #009e74;
	color: #fff;
	border-color: #009e74;
}

.footer.footer-style2 .social {
	text-align: right;
}

.footer.footer-style2 .social a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #ebf7fb;
	border-radius: 100%;
}

.footer.footer-style2 .social a:hover,
.footer.footer-style2 .social a:focus {
	color: #fff;
	background: #d96354;
}

.footer.footer-style2 .ts-button-style-default {
	float: right;
}

.footer .social a {
    margin-right: 12px;
    width: auto;
	font-weight: 600;
}

.footer .social a:last-child {
	margin-right: 0;
}

.footer .social a:hover,
.footer .social a:focus {
	color: #009e74;
	text-decoration: underline;
}

.footer-widget-area ul {
	padding: 0;
	margin: 0;
}

.footer-widget-area ul li:last-child{
	padding-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;
}

.footer-widget-area table td,
.footer-widget-area table th {
	color: rgba(255,255,255, 0.6);
}

.footer-widget-area table caption {
	color: rgba(255,255,255, 0.6);
}

.footer-widget-area .widget-title a{
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.footer-widget-area .widget-title a:hover,
.footer-widget-area .widget-title:hover a {
	color: #fff!important;
	text-decoration: none!important;
}

.footer-contact .phone-icon,
.footer-contact .email-icon,
.footer-contact .address-icon {
	background: url('../images/footericonimg1.png');
	padding-left: 45px;
	background-repeat: no-repeat;
}

.footer-contact .address-icon {
	background: url('../images/footericonimg3.png');
	background-repeat: no-repeat;
}

.footer-contact .email-icon {
	background: url('../images/footericonimg2.png');
	background-repeat: no-repeat;
}

.footer-contact .phone-icon a,
.footer-contact .email-icon a,
.footer-contact .address-icon a {
	padding: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.footer-contact .phone-icon a:hover,
.footer-contact .email-icon a:hover,
.footer-contact .address-icon a:hover,
.footer-contact .phone-icon a:focus,
.footer-contact .email-icon a:focus,
.footer-contact .address-icon a:focus {
	padding: 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;
}

.copyrights {
    padding: 1.5rem 0;
    background-color: #001114;
	font-weight: 600;
	color: #fff;
}

.copyright-style2.copyrights{
	background-color: #fff;
}

.copyright-style2.copyrights,
.copyright-style2.copyrights p {
	color: #001d23;
}

.copyrights.copyright-style3 {
	background: #001519;
	color: #fff;
}

.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: 42px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    margin-left: 5px;
	visibility: hidden;
	background-color: #009e74;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}

.dmtop.dmtop-show{
	visibility: visible;
}

.dmtop:hover,
.dmtop:hover i{
	background: #001d23;
}

/* 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: #001d23;
    margin-bottom: 15px;
}

.process-end p {
    color: #001d23;
}

.process-box i {
    font-size: 44px;
    line-height: 1;
}

.process-box {
    background-color: #001d23;
    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;
}

.tagline-message {
    max-width: 980px;
    margin: auto;
	padding-top: 50px;
}

.tagline-message h1 {
    color: #ffffff;
    line-height: 1.2;
    font-size: 72px;
    margin: 0;
}

.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: #001d23;
}

.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-color: #009e74;
    border: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    padding: 17px 40px;
	cursor: pointer;
}

.header.transparent-header.light-header .btn-primary{
	max-height: 52px;
}

.wpcf7-submit.btn-primary {
	padding: 25px 45px;
	font-weight:600;
}

.transparent-header .btn-primary,
.button-circle .btn-primary,
.button-circle .give-submit-button-wrap .give-submit.give-btn,
.button-circle [id*=give-form].give-display-modal .give-btn,
.button-circle [id*=give-form].give-display-reveal .give-btn,
.button-circle .give-btn {
	border-radius: 30px;
}

#give-recurring-form .form-row label, form.give-form .form-row label, form[id*=give-form] .form-row label {
	font-weight:600;
	margin:0 0 10px;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #001d23;
	box-shadow: none;
	color: #fff;
}

.form-submit .btn-primary{
	padding: 22px 40px 22px 65px;
}

.read-more-wrapper {
	font-weight: 500;
	position: absolute;
	right: 40px;
}

.read-more-wrapper i {
	margin-right: 4px;
	font-size: 14px;
	-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;
}

.read-more-wrapper:hover i {
	color: #009e74;
	padding-right: 5px;
}

.more-link {
	color: #001d23;
	text-decoration: none;
	margin-top: 0;
	font-size: 16px;
	padding: 15px 0 0;
}

.more-link:hover {
	text-decoration: none;
}

.search-results .product.type-product .blog-media img {
	width: 100%;
}

.search-results .product.type-product h4.blog-des-title {
	padding-top: 0;
}

.alignleft {
    float: left;
    display: table-cell;
    margin: 10px 20px 10px 0;
}

.alignright {
    float: right;
    display: table-cell;
    margin: 10px 0 10px 20px;
}

/*------------events-----------------*/
.event-date-img {
	color: #fff;
	text-align: center;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	position: relative;
}

.event-date-img:before {
	background: rgba(0, 29, 35, 0.5);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	position: absolute;
	border-radius: 100%;
}

.events-loop {
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.events-content .events-loop:last-child {
	margin-bottom: 0;
	padding-right: 0;
	border: none;
}

.events-loop h4 {
	margin: 0;
	font-size: 30px;
	line-height: 36px;
}

.events-loop p {
	margin: 0;
}

.events-loop .buy-tickets-btn {
	text-align: center;
	border: 2px solid #d9e8ef;
	padding: 20px 45px;
	border-radius: 30px;
	line-height: 16px;
	font-weight: 600;
	float: right;
}

.events-loop .buy-tickets-btn i {
	margin-right: 6px;
	color: #009e74;
}

.events-loop .buy-tickets-btn:hover,
.events-loop .buy-tickets-btn:focus {
	color: #fff;
	background: #009e74;
	border-color: #009e74;
}

.events-loop .buy-tickets-btn:hover i,
.events-loop .buy-tickets-btn:focus i{
	color: #fff;
}

.event-date-img .event-date {
	font-size: 60px;
	display: block;
	line-height: 48px;
	font-weight: 600;
	padding-top: 40px;
	position: relative;
}

.event-date-img .event-month {
	font-size: 18px;
	position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 0;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	border-radius: 0;
	background: #009e74;
}

.tribe-common .tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:active,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
	background: #001d23;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
	background: #009e74;
}

.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-common .tribe-common-b2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #001d23;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
	color: #009e74;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
	font-weight: 600;
	font-size: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 60px;
	background: #fff;
}

.tribe-events .tribe-events-c-events-bar__search-filters-container {
	background: #f7f7f7;
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
	background-color: #f7f7f7;
}

.tribe-events .tribe-events-c-view-selector__content {
	background: #f7f7f7;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
	border: 1px solid #f7f7f7;
}

.tribe-events .tribe-events-calendar-list__month-separator:after {
	background-color: #f7f7f7;
}

.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
	border: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
	flex-direction: row;
}

.tribe-common .tribe-common-g-row {
	flex-direction: row-reverse;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
	width: 50%;
	position: relative;
}

.tribe-events-calendar-list__event-description .read-more-wrapper {
	float: left;
}

.tribe-events-calendar-list__event-description .read-more-wrapper i {
	margin-right: 8px;
}

.tribe-events-calendar-list__event-description .read-more-wrapper .btn-link {
	display: block;
	padding: 15px 35px;
	background: #009e74;
	margin-top: 20px;
	color: #fff;
}

.tribe-events-calendar-list__event-description .read-more-wrapper .btn-link:hover,
.tribe-events-calendar-list__event-description .read-more-wrapper .btn-link:focus {
	color: #fff;
	background: #001d23;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
	padding: 20px;
    background: #f7f7f7;
	height: 80px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: 38px;
	font-family: 'Roboto', sans-serif;
}

.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6 {
	font-family: 'Roboto', sans-serif;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime .tribe-common-h4--min-medium {
	font-size: 24px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
	position: absolute;
	right: -75px;
    bottom: 20px;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
	background: #fff;
	padding: 60px;
}

#tribe-events-footer {
	margin: 0;
}

#tribe-events-content {
	margin-bottom: 0;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 38px;
	margin-bottom: 20px;
}

.single-tribe_events .secondary .tribe-events-venue-map {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
}

.single-tribe_events .tribe-events-event-meta {
	margin: 30px 0 0 0;
	border: none;
}

.tribe-events-schedule {
	text-align: right;
}

.single-tribe_events .tribe-events-schedule {
	margin-top: 25px;
}

.tribe-events-schedule h2 {
	float: left;
	margin: 0;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	font-weight: 600;
	line-height: 1;
	float: right;
}

.single-tribe_events .tribe-events-event-meta {
	background: #f7f7f7;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 24px;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
	margin: 20px 0 30px 0;
}

/* TEAM MEMBERS 
**************************************/
.team-name {
	background: #fff;
	margin: -30px 30px 0 30px;
	padding: 30px 40px;
	position: relative;
	box-shadow: 0 4px 8px rgba(0,0,0, 0.10);
}

.team-name span {
    position: absolute;
    top: -30px;
    right: 30px;
    background: #009e74;
    color: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
}

.team-name p {
	margin-bottom: 0;
	color: #009e74;
	font-weight: 600;
}

.team-name h5 {
	margin: 5px 0 0 0;
	font-size: 24px;
}

.team-social-icons {
	position: absolute;
	bottom: 142px;
	right: 30px;
	padding: 0;
	margin: 0;
}

.team-social-icons li {
	list-style: none;
}

.team-social-icons li a {
	opacity: 0;
	color: #fff;
	width: 60px;
	height: 60px;
	display: block;
	background: #009e74;
	line-height: 60px;
	border-radius: 100%;
	margin-top: 7px;
	font-size: 16px;
}

.team-social-icons li a:hover {
	background: #001d23;
	color: #fff;
}

.team-content:hover .team-social-icons li a {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
	opacity: 1;
}

.team-content:hover .team-social-icons li:first-child a {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.team-content:hover .team-social-icons li:nth-child(2) a {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.team-content:hover .team-social-icons li:nth-child(3) a {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.team-content:hover .team-social-icons li:nth-child(4) a {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.team-content:hover .team-social-icons li:nth-child(5) a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

/* FORMS 
**************************************/
.media-list .comment-respond {
	margin-bottom: 30px;
}

.comment-reply-title {
	margin-top: 0;
	font-size: 24px;
}

.comment-reply-title a{
	font-weight: 600;
}

.comment-respond .form-control {
	border: none;
    border-radius: 0;
	color: #001d23;
	height: 60px;
	font-size: 14px;
	padding: 25px 30px;
	position: relative;
}

.comment-respond .form-group{
	position: relative;
	margin-bottom: 20px;
}

.comment-respond .form-submit {
	margin-bottom: 0;
	position: relative;
	padding: 0 15px;
	display: inline-block;
}

.comment-respond .form-group:before{
	position: absolute;
	right: 35px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f304";
	top: 22px;
	line-height: 1;
	color: #009e74;
	z-index: 1;
}

.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: "\f086";
	right: auto;
    left: 55px;
    top: 22px;
    color: #fff;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	z-index: 1;
	line-height: 1;
}

.woocommerce-Reviews .comment-respond .form-submit:before {
	left: 30px;
}

.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: 7px;
}


.search-form .search-field,
.woocommerce-product-search .search-field,
.wpcf7 .form-control,
.wp-block-search .wp-block-search__input{
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    color: #001d23;
    display: block;
    font-size: 13px;
    height: 45px;
    line-height: 1.25;
    padding: 0 1rem;
    width: 100%;
}

.wp-block-search .wp-block-search__input {
	float: left;
	max-width: 345px;
}

.search-form .search-field {
	height: 60px;
}

.wpcf7 .form-control {
	background: #fff;
	font-size: 16px;
	height: 60px;
	padding: 15px 30px 15px 50px;
}

.wpcf7 span {
	margin-bottom: 30px;
	display: block;
}

.position-relative {
	position: relative;
}

.wpcf7 i {
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 40px;
	color: #009e74;
}

.big-contact-form .form-control {
    margin-bottom: 20px;
}

.comment-respond textarea.form-control {
    height: 150px;
	resize: none;
	padding-right: 40px;
}

.wpcf7 textarea.form-control {
	height: 250px;
	resize: none;
	padding-top: 20px;
}

.gform .form-control:focus,
.search-form .search-field:focus,
.woocommerce-product-search .search-field:focus,
.wpcf7 .form-control:focus {
    color: #001d23;
    background: #f7f7f7;
    border-color: none;
    outline: none;
}

.wpcf7 .form-control:focus {
	background: #fff;
}

.form-control::-webkit-input-placeholder {
    color: #001d23;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #001d23;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #001d23;
    opacity: 1;
}

.top-form-control::-webkit-input-placeholder {
    color: #001d23;
    opacity: 1;
}

.top-form-control::-moz-placeholder {
    color: #001d23;
    opacity: 1;
}

.top-form-control:-ms-input-placeholder {
    color: #001d23;
    opacity: 1;
}

.transparent-header .top-form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.transparent-header .top-form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.transparent-header.light-header .top-form-control::-webkit-input-placeholder {
    color: #001d23;
    opacity: 1;
}

.light-header.transparent-header .top-form-control::-moz-placeholder {
    color: #001d23;
    opacity: 1;
}

.transparent-header .top-form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.page .tnp-widget-minimal input.tnp-email::-webkit-input-placeholder{
	color: #fff;
}

.page .tnp-widget-minimal input.tnp-email::-moz-placeholder{
	color: #fff;
}

.page .tnp-widget-minimal input.tnp-email:-ms-input-placeholder{
	color: #fff;
}

.form-control::placeholder {
    color: #001d23;
    opacity: 1;
}

button,
input,
optgroup,
select,
textarea {
	outline: none;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus{
	outline: none;
}

.search-form .search-submit,
.woocommerce-product-search input[type="submit"],
.wp-block-search .wp-block-search__button {
	width: 30%;
	height: 45px;
	background: #009e74;
	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;
}

.search-form .search-submit {
	width: 70px;
	text-indent: -999999px;
}

.search-form {
	position: relative;
	max-width: 320px;
	display: inline-block;
}

.search-form .search-submit {
	height: 60px;
}

.search-form:after {
    position: absolute;
    color: #fff;
    left: auto;
	right: 29px;
    top: 17px;
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
	cursor: pointer;
}

.search-form:hover:after{
	color: #fff;
}

.search-form .search-submit:hover,
.woocommerce-product-search input[type="submit"]:hover,
.search-form .search-submit:focus,
.woocommerce-product-search input[type="submit"]:focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
	background: #001d23;
	color: #fff;
}

#give-recurring-form .form-row input[type="email"],
#give-recurring-form .form-row input[type="password"],
#give-recurring-form .form-row input[type="tel"],
#give-recurring-form .form-row input[type="text"],
#give-recurring-form .form-row input[type="url"],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type="email"],
form.give-form .form-row input[type="password"],
form.give-form .form-row input[type="tel"],
form.give-form .form-row input[type="text"],
form.give-form .form-row input[type="url"],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*="give-form"] .form-row input[type="email"],
form[id*="give-form"] .form-row input[type="password"],
form[id*="give-form"] .form-row input[type="tel"],
form[id*="give-form"] .form-row input[type="text"],
form[id*="give-form"] .form-row input[type="url"],
form[id*="give-form"] .form-row select,
form[id*="give-form"] .form-row textarea {
	background: #f7f7f7;
	border: none;
	height: 60px;
	padding: 15px 30px 15px 30px;
	font-size:14px;
}

form[id*="give-form"] .form-row textarea {
	height: 130px;
	resize: none;
}

#give-recurring-form .form-row input[type="email"]:focus,
#give-recurring-form .form-row input[type="password"]:focus,
#give-recurring-form .form-row input[type="tel"]:focus,
#give-recurring-form .form-row input[type="text"]:focus,
#give-recurring-form .form-row input[type="url"]:focus,
#give-recurring-form .form-row select:focus,
#give-recurring-form .form-row textarea:focus,
form.give-form .form-row input[type="email"]:focus,
form.give-form .form-row input[type="password"]:focus,
form.give-form .form-row input[type="tel"]:focus,
form.give-form .form-row input[type="text"]:focus,
form.give-form .form-row input[type="url"]:focus,
form.give-form .form-row select:focus,
form.give-form .form-row textarea:focus,
form[id*="give-form"] .form-row input[type="email"]:focus,
form[id*="give-form"] .form-row input[type="password"]:focus,
form[id*="give-form"] .form-row input[type="tel"]:focus,
form[id*="give-form"] .form-row input[type="text"]:focus,
form[id*="give-form"] .form-row input[type="url"]:focus,
form[id*="give-form"] .form-row select:focus,
form[id*="give-form"] .form-row textarea:focus {
	background: #f7f7f7;
}

.give-submit-button-wrap {
	text-align: center;
}

.give-submit-button-wrap .give-submit,
[id^="give-user-login-submit"] .give-submit {
	float: none;
}

.give-submit-button-wrap .give-submit.give-btn {
	background: #009e74;
	border-color: #009e74;
	padding: 18px 45px 18px 64px;
	color:#fff;
	position:relative;
}

.give-submit-button-wrap {
	position: relative;
}

.give-submit-button-wrap:before {
	position: absolute;
	font-family:"Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f004";
	line-height: 1;
	left: 41%;
	z-index: 1;
	top: 21px;
	color: #fff;
}

.give-submit-button-wrap:hover:before {
	color: #ffffff;
}

.give-submit-button-wrap .give-submit.give-btn:hover,
.give-submit-button-wrap .give-submit.give-btn:focus {
	background: #001d23;
	border-color: #001d23;
	color: #fff;
}

form[id*="give-form"] #give-final-total-wrap .give-donation-total-label,
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
	background: #f7f7f7;
	height: 45px;
	line-height: 45px;
	border: none;
}

form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
	padding-left: 0;
}

.give-donor__name {
	text-transform: capitalize;
}

.search-form label {
	width: 70%;
	margin: 0;
	float: left;
	max-width: 170px;
}

.top-search-form {
	max-width: 120px;
	float: right;
	padding-top: 5px;
	margin-left: 60px;
}

.light-header .top-search-form {
	margin: 5px 0 0 25px;
}

.top-search-form .top-form-control {
	width: 100px;
	float: right;
	border: none;
	font-weight: 600;
	background: none;
}

.transparent-header .top-search-form .top-form-control {
	color: #fff;
}

.transparent-header.light-header .top-search-form .top-form-control {
	color: #001d23;
}

.top-search-form .top-form-control:focus{
	border: none;
	outline: none;
}

.top-search-submit {
	border: none;
	background: none;
	color: #009e74;
	padding: 0;
	width: 20px;
}

.transparent-header .top-search-submit {
	color: #fff;
}

.light-header.transparent-header .top-search-submit {
	color: #001d23;
}

.top-search-submit .svg-inline--fa,
.top-search-submit i {
	margin-right: 5px;
	font-size: 14px;
	font-weight: 400;
}

.blog-list-widget .justify-content-between img {
	float: left;
}

/*----------contact-box-content------*/
.contact-box-content {
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.06);
	padding: 60px;
	background: #fff;
	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;
}

.contact-box-content:before,
.contact-box-content:after {
	position: absolute;
	content: "";
	border-left: 4px solid #fff;
	left: 0;
	top: 20%;
	height: 160px;
	width: 5px;
	-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;
}

.contact-box-content:after {
	left: auto;
	right: 0;
}

.contact-box-content:hover:before,
.contact-box-content:hover:after{
	border-color: #009e74;
}

.contact-icon {
	font-size: 100px;
	color: #009e74;
	line-height: 1;
	position: relative;
}

.contact-icon span {
	position: absolute;
	top: -5px;
	width: 26px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.10);
	color: #001d23;
	right: 23%;
}

.contact-box-content h5 {
	font-size: 30px;
	margin: 25px 0 20px 0;
}

.contact-box-content p {
	margin: 0;
}

/*-------------percent box-----------*/
.percent-box-content {
	background: #001d23;
	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: #fff;
}

.notfound h2 {
    font-size: 140px;
    padding: 0 0 1.7rem;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}

.notfound h3 {
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.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;
}

.video-popup{
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	color: #ffffff;
	font-size: 14px;
	background: #009e74;
	z-index: 1;
}

.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 {
	border: 2px solid rgba(255,255,255, 0.1);
    position: absolute;
    left: -25px;
    top: -25px;
    content: "";
    width: 150%;
    height: 150%;
    border-radius: 0;
	animation: border-video 1500ms ease-out infinite;
}

.video-popup:hover,
.video-popup:focus {
	background: #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: 18px;
    padding: 0 130px 0 0;
	margin-top: 0;
}

.media-heading span {
	display: block;
	font-size: 14px;
	color: #5e848c;
	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: 20px;
}

.blog-item-comment-form {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.media-list {
	padding: 0;
	margin-bottom: 0;
}

.media-list .media .avatar {
	background: #f7f7f7;
}

.media-list li.comment {
	margin-bottom: 30px;
}

.media-list li.comment,
.media-list li.trackback,
.media-list li.pingback{
	list-style: none;
}

.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;
	color: #001d23;
	font-size: 14px;
}

.comment-reply-link:before,
.comment-edit-link:before {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 5 Pro";
    content: "\f3e5";
    font-weight: 400;
	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: #009e74;
}

.comments-list li .children {
	padding-left: 30px;
}

.comments-list .media-right,
.comments-list small {
    color: #999 !important;
    font-size: 11px;
    margin-top: 5px;
    padding-left: 10px;
}

.comments-list .media {
    margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

.media-list .commentform {
	margin-top: 60px;
}

.comment-form {
	background: #f7f7f7;
	padding: 40px 25px;
}

.woocommerce-Reviews .comment-form {
	border: 1px solid #eaeaea;
	margin-top: 30px;
}

.woocommerce-Reviews .comment-respond .form-submit {
	padding: 0;
}

.comment-form .comment-notes,
.comment-form .comment-form-cookies-consent{
	padding: 0 15px;
}

.woocommerce-Reviews .comment-form .comment-notes,
.woocommerce-Reviews .comment-form .comment-form-cookies-consent{
	padding: 0;
}

.comments-list img {
    margin-right: 30px;
}

.comments-list p {
    padding-bottom: 0;
	font-size: 14px;
}

.comments-list .wp-block-quote p,
.comments-list blockquote p{
	font-size: 28px;
}

.authorbox {
    padding: 40px;
	float: left;
	width: 100%;
	background: #f7f7f7;
	margin-bottom: 40px;
}

.authorbox h4{
	font-size: 36px;
	margin: 0 0 15px 0;
}

.authorbox h4 span{
	font-size: 12px;
	display: block;
	color: #009e74;
	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: 60px;
	color: #001d23;
	line-height: 76px;
	position: relative;
	letter-spacing: -2px;
}

.heading-content {
	position: relative;
}

.heading-content .sub-title {
	display: inline-block;
	color: #009e74;
	font-size: 16px;
	position: relative;
	line-height: 34px;
	z-index: 1;
	font-weight: 600;
}

.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: 5px;
}

.heading-content .sub-title:before,
.heading-content .sub-title:after {
	border-bottom: 1px dashed #009e74;
	content: "";
	left: -20px;
	top: 16px;
	width: 10px;
	height: 2px;
	position: absolute;
}

.heading-content.border-show .sub-title:before,
.heading-content.border-show .sub-title:after {
	display: none;
}

.heading-content .sub-title:after {
	right: -20px;
	left: auto;	
}

.heading-content.right .sub-title:before{
	display: none;
}

.heading-content.right .sub-title:after{
	right: 0;
}

.heading-content.left .sub-title:before{
	left: 5px;
}

.heading-content.left .sub-title:after{
	display: none;
}

.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 {
	padding-left: 45px;
	position: absolute;
	margin: 0;
	bottom: 10px;
	width: 48%;
	right: 0;
}

.heading-content.center p {
	width: 90%;
}

.heading-content.right p {
	right: auto;
	left: 0;
}

.heading-content p:before{
	left: 0;
	height: 80%;
	top: 10px;
	width: 2px;
	border-left: 2px solid #009e74;
	position: absolute;
	content: "";
}

/*-----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 #f7f7f7f7;
	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: #009e74;
	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: #5e848c;
	font-size: 14px;
	line-height: 18px;
}

#ctf.ctf-super-narrow .ctf-author-name {
	color: #001d23!important;
}

/*-----------services----------*/
.services-content {
	padding: 20px;
	-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.style2 {
	border: 2px solid #f7f7f7;
	margin-bottom: 20px;
}

.services-content.style3 {
	border-bottom: 4px solid #fff;
	background: #fff;
	padding: 35px;
}

.services-content.style3 h3 span {
	color: #009e74;
	margin-right: 20px;
}

.services-content.style3:hover {
	border-bottom: 4px solid #009e74;
}

.services-content .number {
	color: #009e74;
    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.style2 .number,
.services-content.style4 .number {
    color: #f7f7f7;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 160px;
    line-height: 1;
    font-weight: 600;
}

.services-content.style4 .number {
	top: auto;
	bottom: 0;
	line-height: 120px;
	letter-spacing: -2px;
	visibility: hidden;
	color: rgba(255,255,255, 0.04);
}

.services-content.style2 a {
	font-weight: 600;
	padding-top: 45px;
	display: block;
	position: relative;
	color: #009e74;
}

.services-content.style2 a:hover,
.services-content.style2 a:focus{
	color: #001d23;
}

.services-content h3 {
	margin: 25px 0 18px;
    font-size: 24px;
	position: relative;
}

.services-content.style3 h3 {
	margin-top: 0;
	font-size: 20px;
}

.services-content.style3 h3 span {
	font-size: 30px;
	vertical-align: middle;
}

.services-content p {
	margin-bottom: 25px;
}

.services-content.style3 p {
	margin-bottom: 0;
}

.services-content.style2 h3 {
	margin: 25px 0 20px 0;
}

.services-content img {
	max-height: 115px;
}

.services-content.style2 p {
	font-size: 14px;
}

.services-content.style2 img {
	margin-bottom: 25px;
	max-height: 80px;
}

.services-content.style1:hover .number {
	background: #009e74;
	color: #fff; 
}

.services-content.style4 {
	border: 2px solid #eff7fb;
	border-right-width: 0;
	padding: 30px 40px 50px;
}

.services-content.style4:hover,
.services-content.style4.active-yes {
	background: #d55342;
	border-color: #d55342;
	margin: -20px 0 -20px 0;
	padding: 50px 40px 70px 40px;
	-webkit-box-shadow: 0 8px 16px rgba(213, 83, 66, 0.16);
	-ms-box-shadow: 0 8px 16px rgba(213, 83, 66, 0.16);
	box-shadow: 0 8px 16px rgba(213, 83, 66, 0.16);
	position: relative;
	z-index: 1;
}

.services-content.style4 svg {
	max-width: 60px;
	max-height: 60px;
	position: relative;
	z-index: 1;
}

.services-content.style4:hover .number,
.services-content.style4.active-yes .number {
	visibility: visible;
}

.services-content.style4:hover h3,
.services-content.style4.active-yes h3{
	color: #fff;
}

.services-content.style4:hover p,
.services-content.style4.active-yes p{
	color: #fff;
}

.hover-icon {
	visibility: hidden;
}

.services-content.style4 .default-icon,
.services-content.style4 .hover-icon{
	position: relative;
}

.services-content.style4:hover .hover-icon,
.services-content.style4.active-yes .hover-icon {
	visibility: visible;
}

.services-content.style4.active-yes .default-icon,
.services-content.style4:hover .default-icon {
	visibility: hidden;
	display: none;
}

.services-content.style4 .default-icon:after,
.services-content.style4 .hover-icon:after {
	position: absolute;
	width: 45px;
	height: 45px;
	content: "";
	background: #e5f5f1;
	right: -8px;
	bottom: 5px;
	border-radius: 100%;
}

.services-content.style4 .default-icon:before,
.services-content.style4 .hover-icon:before {
	position: absolute;
	width: 45px;
	height: 45px;
	content: "";
	background: #e5f5f1;
	right: -30px;
	bottom: -17px;
	border-radius: 100%;
	animation: pulse-border 1500ms ease-out infinite;
}

.services-content.style4 .hover-icon:after {
	background: #d96555;
}

.services-content.style4 .hover-icon:before {
	background: #d96555;
}


@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;
  }
}

/*----------slick slider-------------*/
.slick-initialized .slick-slide {
	outline: none;
}
.slick-slide {
	margin: 0 15px;
}
.slick-slide img {
	width: 100%;
}

/*-----------tabs--------------------*/
.elementor-tab-content .ts-column {
	float: left;
	margin: 0;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
	background: #fff;
	width: 95%;
	position: relative;
	overflow: visible!important;
}

.elementor-widget-tabs .elementor-tabs-wrapper:after {
	height: 6px;
	background: #009E74;
	left: 6px;
	right: 6px;
	position: absolute;
	content: "";
	bottom: -6px; 
}

.elementor-widget-tabs .elementor-tab-content img.alignleft {
	margin-right: 25px;
}

.elementor-widget-tabs .elementor-tab-content {
	padding: 40px 0 0 0!important;
}

.elementor-widget-tabs .elementor-tab-content .ts-list ul {
	margin: 10px 0 0 0!important;
}

.give-form-content-wrap .ts-list ul li {
	padding: 4px 0 4px 0!important;
}

.give-form-content-wrap .ts-list ul li .svg-inline--fa{
	margin-right: 6px;
}

.elementor-widget-tabs .elementor-tab-content .ts-list ul li {
	padding-left: 0!important;
	font-weight: 600;
}

.elementor-widget-tabs .elementor-tab-content .ts-list ul li .svg-inline--fa {
	color: #d55342!important;
	margin-right: 5px;
}


/*-----------counter-content---------*/
.counter-content {
	color: #fff;
}

.counter-content .counter-icon {
	font-size: 80px;
	line-height: 1;
}

.counter-content .counter-icon svg,
.counter-content .counter-icon img {
	max-width: 80px;
	height: auto;
}

.counter-content span.number.count-number {
	font-size: 60px;
    font-weight: 600;
    line-height: 1.5;
	position: relative;
}

.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;
}

.counter-content span.number.count-number:after{
	content: "\f067";
    position: absolute;
    right: -15px;
    bottom: 12px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.counter-content h5 {
	color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

/*--------partner-------------*/
.partner-content a{
	display: block;
	padding: 30px;
	margin-bottom: 30px;
	border: 2px solid #009e74;
	opacity: 0.5;
	position: relative;
}

.partner-content a:hover {
	opacity: 1;
}

.partner-content a img {
	max-height: 52px;
}

/*-------testimonials---------*/
.owl-nav {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	position: absolute;
	top: 45%;
	width: 100%;
}

.owl-prev i,
.owl-next i {
	padding: 3px 20px;
	color: #fff;
	margin-right: 5px;
	font-size: 36px;
	opacity: 0.8;
}

.owl-prev i:hover,
.owl-next i:hover {
	opacity: 1;
}

.owl-prev {
	float: left;
}

.owl-next {
	float:right;
}

.testi-des {
	padding: 40px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
	border: 2px solid #fff;
}

.testi-des p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}

.testi-des .svg-inline--fa {
	position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 80px;
    opacity: 0.1;
    color: #bbb;
}

.testi-style2 .testi-des svg {
	position: relative;
	max-width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 40px;
	color: #d55342;
}

.testi-style2 .testi-des .svg-inline--fa {
	color: #d55342;
	right: auto;
    bottom: auto;
	display: block;
	margin-bottom: 40px;
	opacity: 1;
}

.testi-style2 .testi-des p {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
}

.testi-style2 .testi-des {
	background: none;
	padding: 0;
	border: none;
}

.testi-name {
	background: #fff;
	padding: 15px;
	float: left;
	width: 100%;
}

.testi-style2 .testi-name {
	padding: 0;
	background: none;
}

.testimonials-content .testi-name img {
	max-width: 70px;
	float: left;
	margin-right: 10px;
}

.testi-name h5 {
	margin: 12px 0 0 0;
}

.testi-style2 .testi-name h5 {
	color: #fff;
}

.testi-style2 .testi-item {
	padding-left: 280px;
}

.testimonials-content .testi-style2 .testi-item img {
	max-width: 120px;
    border: 4px solid #fff;
    height: 120px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 37%;
}

.testi-name p {
	margin: 0 0 16px 0;
    color: #009e74;
    font-size: 14px;
    line-height: 26px;
	font-weight: 600;
}

.testi-name h5 .svg-inline--fa {
	float: right;
	color: #009e74;
	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: #009e74;
	color: #fff;
}

.testimonials-content .owl-dots {
	margin-top: 40px;
	text-align: center;
}

.testimonials-content.owl-carousel .owl-nav button.owl-prev,
.testimonials-content.owl-carousel .owl-nav button.owl-next,
.testimonials-content.owl-carousel button.owl-dot {
	background: #fff;
	border: 1px solid #f7f7f7;
	height: 6px;
	width: 32px;
	margin: 0 5px;
}

.testimonials-content.owl-carousel button.owl-dot.active {
	background: #009e74;
}

.elementor-tab-content p {
	margin: 0;
}

.testi-bg {
	background-position: 12%!important;
}

/*------------list icons------*/
.listicon-content p {
	color: #fff;
	margin: 0;
	line-height: 38px;
	font-weight: 600;
}
.listicon-content p span {
	background: #009e74;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: #eef9f6;
	text-align: center;
	margin-right: 30px;
	float: left;
	line-height: 40px;
}

/*Progress Bar*/
.project-cause-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: #e1f8f2;
  border-radius: 0;
  margin: 10px 0;
}

.project-cause-bar .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #009e74;
  border-radius: 0;
  width: 0;
  max-width: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 158, 116, 0.30);
  -ms-box-shadow: 0 4px 8px rgba(0, 158, 116, 0.30);
  box-shadow: 0 4px 8px rgba(0, 158, 116, 0.30);
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}

.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;
}

.cause-amounts p {
	margin: 0;
	font-size: 14px;
}

.cause-amounts p.theme-color,
.cause-amounts span.theme-color {
	color: #009e74;
	font-weight: 600;
}

.cause-amounts span.theme-color {
	font-size: 45px;
	line-height: 1;
}

.crowdpress-donation-form-widget p.theme-color {
	color: #009e74;
	margin: 0 0 10px;
	font-weight: 600;
}

/*---------cause single-------*/
.gfc-clock-wrap {
	display: none;
}

.give-content-summery {
	background: #fff;
	padding: 40px;
	margin-right: 10px;
}

.give-content-summery .give-form-title {
	margin-top: 0;
}

.give-progress-bar {
	border-radius: 0;
	background: #e1f8f2;
	height: 6px;
	overflow: visible;
}

.give-progress-bar > span {
	border-radius: 0;
	-webkit-box-shadow: 0 4px 8px rgba(0, 158, 116, 0.30);
	-ms-box-shadow: 0 4px 8px rgba(0, 158, 116, 0.30);
	box-shadow: 0 4px 8px rgba(0, 158, 116, 0.30);
}

.give-single-form-sidebar-left .images{
	padding: 40px;
	margin-bottom: 40px;
	background: #fff;
}

.give-single-form-sidebar-left .widget-title {
	padding-left: 30px;
}

.give-single-form-sidebar-left .crowdpress-thumbnail {
	margin-bottom: 20px;
}

.give-single-form-sidebar-left .give-form-title {
	font-size: 24px;
	margin: 0 0 20px 0;
}

.give-single-form-sidebar-left #give-donation-level-button-wrap > li {
	display: none;
}

form[id*="give-form"] .give-donation-amount {
    margin: 0 0 15px;
    border-bottom: 3px solid #eaeaea;
    padding-bottom: 15px;
}

#give-donation-level-button-wrap > li {
	margin: 0 15px 15px 0;
}

.give-btn {
	background: none;
	border: 3px solid #eaeaea;
	color: #001d23;
	font-weight: 600;
	padding: 10px 20px;
	-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;
}

.give-default-level.give-btn {
	border-color: #009e74;
}

.give-btn:hover,
.give-btn:focus {
    background: #009e74;
	color: #fff;
	border-color: #009e74;
}

.give-single-form-sidebar-left .give-btn {
	background: #009e74;
	color: #fff;
	border-color: #009e74;
}

.give-single-form-sidebar-left .give-wrap .give-card {
	display: block;
	padding: 0;
	border: none;
	box-shadow: none;
}

.give-single-form-sidebar-left .give-donor__image {
	border-radius: 0;
}

.give-single-form-sidebar-left form[id*="give-form"] .give-donation-amount {
	border-bottom: none;
	margin-bottom: 0;
}

form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before {
	border: none;
}

form[id*="give-form"] .give-donation-amount #give-amount,
form[id*="give-form"] .give-donation-amount #give-amount-text {
	border: none;
}

.give-donor__total {
	color: #009e74;
	font-size: 14px;
	font-weight: 600;
}

.elementor-widget-wp-widget-give_forms_widget .give-form-title {
	display: none;
}

.elementor-widget-wp-widget-give_forms_widget #give_error_test_mode {
	display: none;
}

.elementor-widget-wp-widget-give_forms_widget .give-goal-progress {
	display: none;
}
.elementor-widget-wp-widget-give_forms_widget h5 {
	display: inline-block;
	margin-bottom: 13px;
	padding-left: 26px;
	position: relative;
}

.elementor-widget-wp-widget-give_forms_widget h5:before {
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f004";
	color: #009e74;
	width: 20px;
}

.elementor-widget-wp-widget-give_forms_widget .give-form-wrap.give-display-modal {
	display: inline-block;
}

.elementor-widget-wp-widget-give_forms_widget .give-donation-amount.form-row-wide {
	display: none;
}

.elementor-widget-wp-widget-give_forms_widget .give-form-wrap.give-display-modal {
	float: right;
	width: 83%;
	text-align: right;
}

.elementor-widget-wp-widget-give_forms_widget #give-donation-level-button-wrap {
	margin: 0;
	width: 100%;
}

.home-three-form.elementor-widget-wp-widget-give_forms_widget #give-donation-level-button-wrap {
	float: left;
	width: auto;
}

.elementor-widget-wp-widget-give_forms_widget .give-btn {
	padding: 17px 35px;
	border-radius: 30px;
}

.elementor-widget-wp-widget-give_forms_widget .give-form-type-multi > .give-btn {
	background: #009e74;
	border-color: #009e74;
}

.elementor-widget-wp-widget-give_forms_widget #give-recurring-form,
.elementor-widget-wp-widget-give_forms_widget form.give-form,
.elementor-widget-wp-widget-give_forms_widget form[id*="give-form"] {
	margin: 0;
}

.elementor-widget-wp-widget-give_forms_widget #give-donation-level-button-wrap > li {
	margin-bottom: 0;
}

.elementor-widget-wp-widget-give_forms_widget [id*="give-form"].give-display-modal .give-btn,
.elementor-widget-wp-widget-give_forms_widget [id*="give-form"].give-display-reveal .give-btn {
	margin: 0;
}

.donation-form-page [id*="give-form"] fieldset{
	width: 100%;
}

.donation-form-page .elementor-widget-wp-widget-give_forms_widget .give-btn {
	padding: 17px 35px;
	border-radius: 0;
}

.donation-form-page .elementor-widget-wp-widget-give_forms_widget .give-btn.give-submit {
	padding: 17px 45px 17px 65px;
}

.donation-form-page .elementor-widget-wp-widget-give_forms_widget .give-donation-amount.form-row-wide {
	display:block;
	margin: 0 0 20px;
}

#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*="give-form"] h3.give-section-break,
form[id*="give-form"] h4.give-section-break,
form[id*="give-form"] legend {
	margin: 40px 0 20px 0;
	border-bottom: 3px solid #eaeaea;
	float: left;
	color: #001d23;
	
}

.give-form ol {
	padding: 0 0 0 18px;
}

form[id*="give-form"] #give-gateway-radio-list {
	margin: 0;
}

.donation-form-page .paypal-button {
	position:absolute;
	right:40px;
	top:60px;
	font-size:16px !important;
}

.donation-form-page form[id*="give-form"] .give-donation-amount .give-currency-symbol {
	background: none;
	font-size: 72px;
	color: #009e74;
	line-height: 1;
	padding: 0;
	font-weight: 600;
	height: auto;
}

.donation-form-page form[id*="give-form"] .give-donation-amount #give-amount,
.donation-form-page form[id*="give-form"] .give-donation-amount #give-amount-text {
	font-size: 72px;
	color: #009e74;
	line-height: 1;
	height: auto;
	font-weight: 600;
	padding: 0;
}

.donation-form-page .elementor-widget-wp-widget-give_forms_widget h5 {
	margin-bottom: 0;
}

.give-single-form-sidebar-left .give-donor__load_more.give-button-with-loader {
	display: none;
}

.give-wrap.give-grid-ie-utility:last-child .give-grid{
	margin-bottom: 0;
}

.give-donor__image {
	border: none;
}

.give-donor__image img {
	border-radius: 0;
}

/*------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: #009e74;
}

.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: #001d23;
}

.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;
}

.posts-content .rel-blog-desc {
	background: #f7f7f7;
	padding: 0 30px 30px 30px;
	-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;
}

.posts-content .posts-loop-style1 .rel-blog-desc {
	padding: 30px;
	box-shadow: 0 4px 8px rgba(0,0,0, 0.10);
	margin: -30px 20px 0;
    z-index: 1;
    position: relative;
	background: #fff;	
}

.posts-content h4.blog-des-title {
	font-size: 20px;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 12px;
    letter-spacing: normal;
}

.posts-content .posts-loop-style1 h4.blog-des-title{
	padding-top: 12px;
	padding-bottom: 15px;
	letter-spacing: -0.3px;
}

.posts-content .blog-read-more {
	font-size: 14px;
	font-weight: 700;
	color: #009e74;
}

.posts-style2 h4.blog-des-title {
	font-size: 18px;
	line-height: 26px;
}

.posts-content .rel-blog-desc p {
	margin-bottom: 0;
	font-size: 14px;
}

.cat-readmore-con a {
	background: #009e74;
	margin: 15px -15px 2px 2px;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.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-content .posts-style2 .rel-blog-desc {
	background: none;
	padding-bottom: 50px;
	position: relative;
}

.posts-content .posts-style2 .posts-loop{
	background: #fff;
	margin-bottom: 80px;
}

.posts-style2 .posts-loop .blog-media{
	margin: 0 30px 0 0;
	overflow: inherit;
}

.posts-style2 .posts-loop .blog-media img {
	margin-top: -30px;
}

.posts-style2 .posts-loop .blog-media:hover img {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.posts-style2 .cat-readmore-con a {
	margin: 15px 0 2px 2px;
	border-radius: 10px 0 0 0;
}

.low-padding {
	margin-left: -5px;
	margin-right: -5px;
}

.posts-style2 {
	padding: 0 5px;
}

.cat-readmore-con a:hover,
.cat-readmore-con a:focus{
	color: #fff;
}

.posts-loop:hover .cat-readmore-con a {
	background: #001d23;
}

.posts-loop:hover .cat-readmore-con .read-more-link {
	background: #009e74;
	color: #fff;
}

.projects-content .cat-readmore-con {
	position: absolute;
	bottom: -5px;
	left: 40px;
}

.projects-content .rel-blog-desc {
	border: 2px solid #eff7fb;
	padding: 40px;
	border-top: none;
	margin-bottom: 30px;
	background: #fff;
}

.projects-content .rel-blog-desc.no-thumb-des {
	border-top: 2px solid #eff7fb;
}

.projects-content .rel-blog-desc h4.blog-des-title{
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 5px 0;
	letter-spacing: normal;
}

.projects-content .cat-readmore-con a {
	margin: 0  0 5px 2px;
}

.projects-content .cat-readmore-con a:hover,
.projects-content .cat-readmore-con a:focus{
	color: #fff;
	background: #001d23;
}

.cat-readmore-con .read-more-link {
	padding: 15px 20px;
	background: #fff;
	color: #001d23;
	margin: 0;	
}

.posts-content .blog-meta {
	margin: 0;
	background: #fff;
	padding: 0;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
}

.posts-style2 .blog-meta {
	position: absolute;
	border-radius: 30px;
	padding: 8px 20px;
	background: #d55342;
	bottom: -20px;
	margin: 0;
}

.posts-content .blog-meta a {
	margin-right: 15px;
	color: #001d23;
}

.posts-content .posts-style2 .blog-meta a {
	margin-right: 0;
	color: #fff;
}

.posts-content .blog-meta .svg-inline--fa {
	color: #009e74;
}

.posts-content .posts-style2 .blog-meta .svg-inline--fa {
	color: #fff;
}

/*---------newsletter---------*/
.tnp.tnp-widget-minimal {
	margin: 0 auto;
	max-width: 600px;
	border: 2px solid rgba(255,255,255, 0.2);
	padding: 8px;
}

.tnp-form {
	position: relative;
}

.page .tnp-widget-minimal input.tnp-email {
	width: 67%;
	background: none;
    border: none;
	color: #fff;
	padding:0 0 0 40px;
	font-size: 16px;
}

.page .tnp-widget-minimal input.tnp-email:focus {
	border: none;
}

.page .tnp-widget-minimal input.tnp-submit {
	width: 33%;
	background: #001d23;
	font-size: 16px;
	line-height: 2;
	position: relative;
	padding-left: 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;
	cursor: pointer;
	font-weight: 600;
}

.page .tnp-widget-minimal input.tnp-submit:hover,
.page .tnp-widget-minimal input.tnp-submit:focus {
	background: #001d23;
	border: none;
	outline: none;
}

.page .tnp-form:after {
	content: "\f0e0";
    position: absolute;
    right: 22.5%;
    bottom: 15px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #fff;
}

.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;
}

.blog-media.formate-quote:hover img {
    -webkit-filter: blur(1px);
    /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}

.layout-rs .blog-box {
    background-color: #ffffff;
	margin: 0 20px 40px 0;
}

.content .post:last-child .blog-box{
	margin-bottom: 0;
}

.center-icons {
	font-size: 46px;
	color: #009e74;
	line-height: 1;
}

.layout-ls .blog-box {
    margin-bottom: 2rem;
    background-color: #ffffff;
	margin-left: 20px;
}

.text-left-previous,
.text-right-next {
	font-size: 18px;
	font-weight: 600;
	color: #001d23;
	line-height: 1.2;
	display: inline-block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.tags-social-box {
	float: left;
	width: 100%;
}

.blog-item-next-prev {
	position: relative;
	float: left;
	width: 100%;
}

.center-icons {
	position: absolute;
	width: 100%;
	left: 0;
}

.absolute-pager {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 30px 0 0;
}

.absolute-pager.text-right{
	padding: 0 0 0 30px;
}

.blog-item-next-prev.portfolio-next-prev {
	margin-top: 50px;
}

.portfolio-next-prev .text-left-previous,
.portfolio-next-prev .text-right-next {
	color: #fff;
	vertical-align: middle;
}

.text-left-previous span,
.text-right-next span{
	font-size: 14px;
	display: block;
	color: #009e74;
	padding-bottom: 10px;
}

.portfolio-next-prev img {
	max-width: 90px;
	display: inline-block;
	margin-right: 25px;
}

.portfolio-next-prev .absolute-pager.text-right img {
	margin-right: 0;
	margin-left: 25px;
}

.portfolio-next-prev .absolute-pager {
	background: #001d23;
	padding: 20px;
}

.portfolio-next-prev .absolute-pager.text-right {
	background: #009e74;
}

.portfolio-next-prev .text-right-next span {
	color: #fff;
}

.project-meta-content h2 {
	margin: 0;
	font-size: 48px;
}

.project-meta-content h4 {
	margin: 0;
}

.aut-dat-box {
	display: inline-block;
	width: 48%;
	padding-top: 10px;
}

.aut-dat-box span {
	color: #009e74;
	font-weight: 600;
}

.project-meta-content .port-cat {
	font-weight: 600;
	color: #009e74;
}

.project-meta-content .btn-primary {
	padding: 30px;
}

.blog-media {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.blog-media.formate-quote img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
}

.blog-media.formate-quote i {
    position: absolute;
    left: 45px;
    font-size: 80px;
}

.list-view .blog-media.formate-quote i{
	top: 45px;
}

.formate-quote .wp-block-quote {
	padding: 45px 45px 45px 150px;
	text-align: left;
	margin-bottom: 0;
}

.list-view .formate-quote .wp-block-quote {
	padding: 130px 45px 45px 45px;
}

.blog-desc {
    padding: 40px;
	float: left;
	width: 100%;
	position: relative;
}

.blog-des-top {
	float: left;
	width: 100%;
}

.blog-desc .post-views {
	display: none;
}

.related-posts {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.custom-title {
	margin: 10px 0 30px 0;
	font-size: 24px;
}

.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 {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 10px 30px;
	color:#fff;
	background-color:#009e74;
	-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;
}

.cat-title a{
	color: #fff;
}

.cat-title:hover,
.cat-title:focus {
	background-color: #001d23;
	color: #fff;
}

.cat-title:hover a,
.cat-title:focus a {
	color: #fff;
}

.cat-title a:hover,
.cat-title a:focus {
	color: #fff;
}

.search .cat-title {
	margin-bottom: 30px;
}

h4.blog-des-title {
    font-size: 38px;
    margin: 0;
    padding: 30px 0 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 45px;
	letter-spacing: -1px;
}

.search h4.blog-des-title {
	padding: 0;
}

.post_format-post-format-quote h4.blog-des-title {
	padding-bottom: 20px;
}

.related-posts h4.blog-des-title{
	padding: 0 0 15px;
    font-size: 22px;
    line-height: 30px;
	letter-spacing: normal;
}

.related-posts .rel-blog-desc {
	padding: 40px;
}

.related-posts .rel-blog-desc p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.related-posts .rel-blog-desc p:last-child{
	margin-bottom: 0;
}

.related-single-post {
	background: #f7f7f7;
	-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 {
	box-shadow: 0 8px 16px rgba(93,93,93, 0.06);
	background: none;
}

.cat-title a {
	line-height: 18px;
}

.contact-form .form-group .btn.btn-primary {
	cursor: pointer;
}

.blog-meta {
    display: block;
    margin: 20px 0 30px;
    font-size: 16px;
}
.wp-block-quote .blog-meta {
	margin-bottom: 0;
}
.projects-content .blog-meta{
	border-top: 1px solid #e1f8f2;
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 600;
}

.projects-content .blog-meta .svg-inline--fa {
    color: #009e74;
}

.related-posts .blog-meta {
	margin: 0 0 5px 0;
}

.meta-bottom a {
	font-size: 16px;
}

.blog-meta a{
	margin-right: 30px;
	color: #5e848c;
	font-weight: 600;
    font-size: 14px;
}

.blog-meta a:hover,
.blog-meta a:focus{
	color: #009e74;
}

.blog-box .blog-des-top .blog-meta a {
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	display: inline;
}

.blog-box .blog-des-top .blog-meta a:last-child{
	margin-right: 0;
	padding-right: 0;
}

.blog-box .blog-des-top .blog-meta a:after{
	position: absolute;
	right: 0;
	height: 16px;
	width: 1px;
	content: "";
	background: #eaeaea;
	top: 0;
}

.blog-box .blog-des-top .blog-meta a:last-child:after{
	width: 0;
}

.projects-content .blog-meta a {
	margin-right: 20px;
	color: #001d23;
}

.projects-content .blog-meta a:last-child {
	margin-right: 0;
	float: right;
}

.blog-meta .svg-inline--fa {
	margin-right: 7px;
	color: #009e74;
}

.wp-block-quote .blog-meta .svg-inline--fa{
	color: #fff;
}

.meta-bottom a img{
	border-radius: 100%;
	margin-right: 15px;
}

.blog-social {
    text-align: center;
    background: #ffffff;
    font-weight: bold;
    padding: 0;
    position: relative;
    z-index: 9;
}

.blog-social a,
.blog-social .btn {
    outline: 0 none !important;
    text-decoration: none !important;
    background: #ffffff;
}

.socibox {
    width: 35px;
    height: 35px;
    margin-top: 3rem;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 0 0 0 10px;
    -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: #b3bed3;
}

.blog-social a:nth-child(2) > .socibox{
	padding-left: 0;
	width: auto;
}

.socibox:hover,
.socibox:focus{
	color: #009e74;
}

.post-bottom {
    border-top: 1px dashed #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 dashed #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: #001d23;
}

.content {
    padding-right: 0;
}

.search-no-results .content > .content{
	background: #fff;
	padding: 60px;
}

.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 .user-img img{
	border-radius: 100%;
}

.user-widget .user-img h5 {
	font-size: 18px;
	line-height: 1;
	margin: 30px 0 20px 0;
}

.user-widget .user-img p {
	font-size: 14px;
}

.user-social {
	line-height: 1;
}

.user-social a {
	line-height: 1;
	color: #b3bed3;
	font-size: 14px;
	margin: 0 10px;
	display: inline-block;
}

.user-social a:hover,
.user-social a:focus{
	color: #009e74;
}

.sidebar .widget {
    display: block;
    position: relative;
    margin-bottom: 40px;
	padding: 40px;
	background: #fff;
}

.post-type-archive-product .sidebar .widget,
.single-product .sidebar .widget,
.tax-product_cat .sidebar .widget {
	border: 1px solid #eaeaea;
	padding: 30px;
}

.post-type-archive-product .sidebar .widget li a{
	width: 85%;
}

.post-type-archive-product .sidebar .widget.widget_recent_comments li a{
	width: auto;
}

.post-type-archive-product .sidebar .widget-title,
.tax-product_cat .sidebar .widget-title,
.single-product .sidebar .widget-title{
	font-size: 18px;
}

.post-type-archive-product .sidebar .search-form label,
.tax-product_cat .sidebar .search-form label,
.single-product .sidebar .search-form label{
	max-width: 138px;
}

.sidebar .widget_media_image {
	padding: 0;
}

.sidebar .widget_media_image .widget-title {
	margin: 40px;
}

.sidebar .widget:last-child{
	margin-bottom: 0;
}

.sidebar .widget-title {
    color: #001d23;
}

.blog-list-widget img {
    border: 1px solid #eaeaea;
    max-width: 80px;
    margin-right: 20px !important;
	border-radius: 100%;
}

.blog-list-widget span {
	font-size: 14px;
	color: #5e848c;
}

.footer.footer-style1 .blog-list-widget span{
	color: #a6b6b9;
}

.footer.footer-style1 .blog-list-widget .svg-inline--fa {
	color: #009e74;
}

.blog-list-widget .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.blog-list-widget .w-100 {
    margin-bottom: 40px;
    display: block;
}

.blog-list-widget .w-100:hover h5,
.blog-list-widget .w-100:focus h5{
	color: #009e74;
}

.blog-list-widget .w-100 span
.blog-list-widget .w-100:hover span,
.blog-list-widget .w-100:focus span{
	color: #5e848c;
}

.footer-widget-area .blog-list-widget .w-100 {
	margin-bottom: 20px;
}

.blog-list-widget a.w-100:last-child {
	margin-bottom: 0;
}

.blog-list-widget .w-100.last-item {
    margin-bottom: 0;
}

.blog-list-widget small {
    font-size: 11px;
}

.blog-list-widget .mb-1 {
    font-size: 16px;
    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,
.blog-tags a {
    background-color: #f7f7f7;
    display: inline-block;
    font-size: 11px;
    margin: 0 7px 10px 0;
    line-height: 1.2;
    padding: 10px 20px;
	text-transform: uppercase;
}

.footer-widget-area .tagcloud a{
	background: none;
	border: 2px solid rgba(255,255,255, 0.1);
}

.footer-widget-area .tagcloud a:hover,
.footer-widget-area .tagcloud a:focus {
	background: #009e74;
	border-color: #009e74;
	color: #fff;
}

.footer.section.footer-style1 {
	color: #a6b6b9;
}

.blog-tags ul {
	padding: 0;
	margin: 0;
}

.blog-tags ul li {
	display: inline-block;
	margin-right: 10px;
}

.sticky .post-meta.sticky-posts{
    margin-right: 20px;
    background: #009e74;
	padding: 10px 0;
}

.pagination li a {
	color: #fff;
	background-color: #001d23;
	padding: 20px 24px;
	border: 1px solid #001d23;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.current a {
	background: #009e74;
	color: #fff;
	border-color: #009e74; 
}

.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: #001d23;
}

.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;
    font-size: 14px;
    border-bottom: 1px dashed #eaeaea;
}

.sidebar .widget_rss li{
	border: none;
	padding: 0 0 20px 0;
}

.sidebar .widget_rss li:last-child {
	padding-bottom: 0;
}

.sidebar .widget_rss.widget li:first-child {
	border-top: none;
}

.widget_rss.widget cite {
	font-weight: 500;
}

.sidebar .widget li a {
	padding: 10px 0;
	display: inline-block;
	width: 90%;
}

.sidebar .widget_rss.widget li a {
	padding: 0 0 10px 0;
	width: 100%;
	font-weight: 500;
}

.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: #009e74;
	background: none;
}

.sidebar .widget .children li:last-child,
.sidebar .widget .sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar .widget li:first-child,
.sidewrapper.sidenav .widget li:first-child {
    border-top: 1px dashed #eaeaea;
}

.sidebar .crowdpress-categories li{
	border: none;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.sidebar .crowdpress-categories li a{
	padding: 15px 25px;
	display: block;
	background: #f7f7f7;
	font-weight: 600;
}

.sidebar .crowdpress-categories li span {
	background: #00805e;	
	-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: #fff;
}

.sidebar .crowdpress-categories li a:hover,
.sidebar .crowdpress-categories li a:focus {
	background: #009e74;
	color: #fff;
}

.sidebar .crowdpress-categories li:first-child {
	border: none;
}

/* 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;
}

.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: 5px;
    max-width: 135px;
    font-weight: 600;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.2;
	float: right;
}

.woocommerce .woocommerce-ordering:after{
	position: absolute;
    right: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b0";
    top: 5px;
    color: #009e74;
    font-size: 16px;
	background: #fff;
}	

.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: #001d23;
}

.woocommerce .star-rating span::before {
	color: #009e74;
}

ul.product_list_widget .woocommerce-Price-amount {
	font-size: 14px;
}

.woocommerce .star-rating {
	font-size: 15px;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 15px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none!important;
	margin: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #fff;
	background-color: #001d23;
	padding: 20px 24px;
	font-size: 14px;
	border: 1px solid #001d23;
	font-weight: 700;
}

.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 {
	color: #fff;
	background-color: #009e74;
	border-color: #009e74;
}

.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: 39%;
	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: 57%;
	margin-bottom: 100px;
	float: right;
}

.woocommerce-review-link {
	line-height: 28px;
	float: left;
	font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #009e74;
	font-size: 24px;
	text-decoration: none;
	margin-bottom: 5px;
	font-weight: 600;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price 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: 25px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
	line-height: 1;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 5px;
}

.woocommerce-product-details__short-description {
	border-top: 1px solid #eaeaea;
	padding-top: 30px;
	margin-top: 30px;
	font-size: 14px;
}

.woocommerce-variation-description {
	font-size: 14px;
}

.product_meta {
	padding-bottom: 12px;
	color: #009e74;
	font-size: 14px;
	font-weight: 600;
}

.product_meta a {
	color: #009e74;
}

.woocommerce .quantity .qty {
	border: 1px solid #eaeaea;
	padding: 4px 0;
	height: 56px;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 10px;
}

.variations tr {
	width: 29%;
	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: 92%;
	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: -90px;
}

.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-color: #009e74;
    border: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    padding: 20px 40px 20px 50px;
	color: #fff;
}

.woocommerce .single_add_to_cart_button,
.woocommerce button.single_add_to_cart_button {
	padding-left: 55px!important;
}

.woocommerce .comment-form .form-submit .submit {
	padding-left: 55px!important;
}

.single_add_to_cart_button:before {
	content: "\f291";
	top: 19px;
	left: 30px;
	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: #001d23;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #001d23;
	color: #fff;
}

.woocommerce-product-gallery__image img {
    border: 1px solid #eaeaea;
}

.shop-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.related.products .shop-box{
	margin-bottom: 0;
}

.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: #009e74;
	padding: 0;
	font-weight: normal;
	display: none;
}

.woocommerce-product-gallery__image {
	position: relative;
}

.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%;
	margin-bottom: 20px!important;
}

.image-wrap-thum {
	margin: 30px;
}

.image-wrap-thum .row {
	margin-left: -5px;
	margin-right: -5px;
}

.image-wrap-thum .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}

.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 {
	padding: 100px 0;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: none;
}

.woo-tabs.stretch-content {
	clear: both;
	background: #f7f7f7;
}

.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 #009e74;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 16px;
	font-weight: 600;
	color: #001d23;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #009e74;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 21px;
}

.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 div.product .woocommerce-tabs .panel p:last-child{
	margin-bottom: 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: none;
	padding: 5px 10px;
	width: 100%;
	height: 45px;
}

.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 {
	border: none;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.related.products {
	float: left;
	width: 100%;
	margin: 90px 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: 56px;
	border-color: #eaeaea;
	padding-left: 15px;
}

.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: #fff;
	padding: 20px 40px 20px 55px;
}

.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: #001d23;
}

.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: #009e74;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce div.product .stock {
	color: #001d23;
}

.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: #f7f7f7;
    border: none;
    height: 60px;
    padding: 10px 15px;
}

.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: #f7f7f7;
}

.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: 12px;
}

.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: #f7f7f7;
}

#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: 25px;
	text-align: center;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-form.register,
.woocommerce-ResetPassword.lost_reset_password {
	padding: 60px;
    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;
}

.woocommerce form.checkout_coupon .form-row-first{
	width: 60%;
}
.woocommerce form.checkout_coupon .form-row-last {
	width: 40%;
}

.form-control,
.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: #f7f7f7;
}

.already-account {
	float: right;
	text-decoration: underline;
	padding-top: 14px;
}

.woocommerce-LostPassword.lost_password {
	position: absolute;
	bottom: 52px;
	right: 60px;
}

.woocommerce-LostPassword.lost_password a{
	text-decoration: underline;
}

.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);
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	background: #f7f7f7;
}

.woocommerce-account .woocommerce-MyAccount-content {
	background: #fff;
	padding: 40px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content {
	box-shadow: 0 4px 8px rgba(0,0,0, 0.04);
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border: 1px solid #eaeaea;
	border-width: 0 1px 1px 1px;
	padding: 0.75rem 1.25rem;
	font-size: 14px;
	line-height: 1;
}

.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: #f7f7f7;
	overflow: hidden;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #009e74;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #009e74;
	line-height: 3.2;
	background-color: #f7f7f7;
}

.address-field .select2-container--default .select2-selection--single{
	background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    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-details {
	border-top: 1px solid #eaeaea;
}

.shop-details h4 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0 0;
}

.shop-title span {
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
	color: #009e74;
}

.shop-title del span,
.shop-title del {
	color: #95b0b6;
	font-size: 16px;
}

.shop-title ins {
	text-decoration: none;
	float: left;
	padding-right: 15px;
	
}

.old-price {
    color: #c4c4c4;
    text-decoration: line-through;
}

.shop-buttons {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    text-align: center;
}

.shop-buttons i {
    padding-right: 10px;
}

.rating i {
    font-size: 11px;
}

.rating p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.shop-desc small,
.shop-desc h3 {
    padding: 0 0 1rem;
    margin: 0;
}

.shop-desc h3 {
    font-size: 24px;
    padding: 0 0 0.5rem;
}

hr.invis {
    border: 0;
}

hr.invis1 {
    margin: 3rem 0;
    border: 0;
}

hr.solidhr {
    margin: 40px 0;
    border-color: #eaeaea;
    border-style: solid;
}

.shop-desc small {
    font-size: 20px;
    display: inline-block;
}

.shop-desc small.old-price {
    font-size: 15px;
    margin-right: 10px;
}

.shop-meta {
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px dashed #eaeaea;
    border-bottom: 1px dashed #eaeaea;
}

.shop-meta ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

.single-shop-media .image-wrap a {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -1rem auto;
    color: #ffffff;
    text-align: center;
}

.shop-extra {
    margin-top: 3rem;
    padding: 3rem 3rem 2rem;
    border: 1px solid #eaeaea;
}

.shop-extra .nav-tabs {
    border: 0 !important;
    padding: 0;
    box-shadow: none;
}

.single-shop-media img {
    border: 1px solid #eaeaea;
}

.shop-extra .nav-tabs a {
    background-color: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid transparent !important;
    border-radius: 0;
    outline: none !important;
    font-size: 17px;
    line-height: 1.42857;
    padding: 10px 0 0;
    box-shadow: none !important;
    margin-right: 2rem;
}

.shop-extra .tab-content {
    padding: 1.5rem 0 0;
}

.shop-extra strong {
    color: #000000;
}

.shop-extra .tab-content h3 {
    font-size: 21px;
    padding: 0 0 1rem;
    margin: 0;
}

.related-products {
    display: block;
    margin-top: 80px;
}

.related-products .text-widget h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.rating i {
    color: #f4af0b;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.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%;
}

.account-details .list-group-item {
    border: 1px solid #eaeaea;
    border-radius: 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

.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;
}

/* Pie Chart */
.piechart{
	text-align: center;
	position: relative;	
}
.iconfont-plus .fa-plus:before{
	font-family: inherit!important;
	font-size: 14px;
}
.iconfont-plus span{
	line-height: 16px!important;
}
.rev-btn.rs-layer i {
	margin-left: 5px!important;
}
.iconfont-plus .fa-heart-o:before{
	font-size: 14px!important;
}
#rev_slider_2_1_forcefullwidth .piechart{
	padding: 15px 15px 12px 15px;
	background: #fff;
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.06);
}
.pie-chart-content{
	top: 50%;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align: center!important;
}
.pie-chart-content > span{
	font-size: 36px;
	font-weight: 600;
	position: relative;
	margin-left: -12px;
}
.pie-chart-content > .pie-title {
    margin-top: 20px;
    position: relative;
}
.pie-chart-content > span:after {
    content: "%";
    font-size: 16px;
    left: auto;
    position: absolute;
    right: -12px;
    top: auto;
	font-weight: 600;
	color: #001d23;
	bottom: 0;
}

.home-two-chart .pie-chart-content > span:after{
	color: #ffffff;
}

#rev_slider_2_1_wrapper .metis.tparrows:hover {
	color: #fff!important;
}

#rev_slider_2_1_wrapper .metis.tparrows:hover:before {
	color: #fff!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	box-shadow: none;
	border: none;
}

/*-------------dark mode--------*/
.dark-mode,
.dark-mode .header.navik-header.sticky,
.dark-mode .navik-menu li > ul,
.dark-mode .navik-header,
.dark-mode .breadcrumb-content.bgwhite,
.dark-mode .section-main-container.section.bgwhite,
.dark-mode .woocommerce-MyAccount-navigation ul,
.dark-mode .woocommerce form .form-row input.input-text,
.dark-mode .woocommerce form .form-row textarea,
.dark-mode .bglight,
.dark-mode .sidebar .crowdpress-categories li a,
.dark-mode .social a,
.dark-mode .tag-widget a,
.dark-mode .tagcloud a,
.dark-mode .wp-block-tag-cloud a,
.dark-mode .related-single-post,
.dark-mode .comment-form,
.dark-mode .blog-tags li a,
.dark-mode .tagwidget li a,
.dark-mode .wp-block-tag-cloud a,
.dark-mode .search-form .search-field,
.dark-mode .woocommerce-product-search .search-field,
.dark-mode .wp-block-search .wp-block-search__input,
.dark-mode .cbp-caption-activeWrap,
.dark-mode.woocommerce div.product form.cart .variations select,
.dark-mode.woocommerce .quantity .qty,
.dark-mode.woocommerce .woocommerce-ordering select,
.dark-mode.woocommerce .woocommerce-ordering:after,
.dark-mode #give-recurring-form .form-row input[type="email"],
.dark-mode #give-recurring-form .form-row input[type="password"],
.dark-mode #give-recurring-form .form-row input[type="tel"],
.dark-mode #give-recurring-form .form-row input[type="text"],
.dark-mode #give-recurring-form .form-row input[type="url"],
.dark-mode #give-recurring-form .form-row select,
.dark-mode #give-recurring-form .form-row textarea,
.dark-mode form.give-form .form-row input[type="email"],
.dark-mode form.give-form .form-row input[type="password"],
.dark-mode form.give-form .form-row input[type="tel"],
.dark-mode form.give-form .form-row input[type="text"],
.dark-mode form.give-form .form-row input[type="url"],
.dark-mode form.give-form .form-row select,
.dark-mode form.give-form .form-row textarea,
.dark-mode form[id*="give-form"] .form-row input[type="email"],
.dark-mode form[id*="give-form"] .form-row input[type="password"],
.dark-mode form[id*="give-form"] .form-row input[type="tel"],
.dark-mode form[id*="give-form"] .form-row input[type="text"],
.dark-mode form[id*="give-form"] .form-row input[type="url"],
.dark-mode form[id*="give-form"] .form-row select,
.dark-mode form[id*="give-form"] .form-row textarea,
.dark-mode form[id*="give-form"] #give-final-total-wrap .give-donation-total-label,
.dark-mode form[id*="give-form"] #give-final-total-wrap .give-final-total-amount,
.dark-mode .form-control,
.dark-mode select,
.dark-mode .copyrights,
.dark-mode .authorbox,
body.boxed.dark-mode #wrapper {
  background-color: #212121;
}

.dark-mode .blog-tags ul li,
.dark-mode .blog-item-next-prev,
.dark-mode .comment-form .form-control,
.dark-mode .bg-lightgrey,
.dark-mode .select2-container--default .select2-selection--single,
.dark-mode .select2-dropdown,
.dark-mode #add_payment_method #payment,
.dark-mode .woocommerce-cart #payment,
.dark-mode .woocommerce-checkout #payment,
.dark-mode .woocommerce-error,
.dark-mode .woocommerce-info,
.dark-mode .woocommerce-message,
.dark-mode .projects-content .rel-blog-desc,
.dark-mode .posts-content .posts-style2 .posts-loop,
.dark-mode .cat-list-column,
.dark-mode .posts-content .posts-loop-style1 .rel-blog-desc,
.dark-mode .posts-content .blog-meta,
.dark-mode .services-content.style3,
.dark-mode .testi-des,
.dark-mode .testi-name,
.dark-mode .testimonials-content.owl-carousel .owl-nav button.owl-prev,
.dark-mode .testimonials-content.owl-carousel .owl-nav button.owl-next,
.dark-mode .testimonials-content.owl-carousel button.owl-dot,
.dark-mode .breadcrumb,
.dark-mode.woocommerce-account .woocommerce-MyAccount-navigation,
.dark-mode.woocommerce-account .woocommerce-MyAccount-content,
.dark-mode .woocommerce form.checkout_coupon, .woocommerce form.login,
.dark-mode .woocommerce form.register,
.dark-mode .woocommerce-form.register,
.dark-mode .woocommerce-ResetPassword.lost_reset_password,
.dark-mode .team-name,
.layout-rs.dark-mode .blog-box,
.dark-mode .sidebar .widget,
.dark-mode .wpcf7 .form-control,
.dark-mode .contact-box-content,
.dark-mode .blog-social,
.dark-mode .blog-social a,
.dark-mode .blog-social .btn,
.dark-mode .woo-tabs.stretch-content,
.dark-mode.woocommerce #review_form #respond textarea,
.dark-mode.woocommerce #review_form #respond input[type="text"],
.dark-mode.woocommerce #review_form #respond input[type="password"],
.dark-mode.woocommerce #review_form #respond input[type="email"],
.dark-mode .single-img-gal .image-link,
.dark-mode form[id*=give-form] .give-donation-amount #give-amount,
.dark-mode form[id*=give-form] .give-donation-amount #give-amount-text,
.dark-mode .start-project-section .start-project,
.dark-mode .give_error,
.dark-mode .give_success,
.dark-mode .give_warning,
.dark-mode table.give-table,
.dark-mode table.give-table tbody tr td,
.dark-mode .give-wrap .give-card,
.dark-mode .give-content-summery,
.dark-mode .give-single-form-sidebar-left .images {
  background-color: #333;
}

.dark-mode .footer.footer-style1:after,
.dark-mode .bg-banner:before,
.dark-mode table.give-table th {
	background-color: rgba(0,0,0, 0.9);
}

.dark-mode .sidebar .widget:hover .widget-title:before {
	background: #fff;
}

.dark-mode .give-donor__name,
.dark-mode .give-donor__timestamp {
	color: #fff!important;
}

.dark-mode .posts-content .posts-style2 .blog-meta {
	background: #d55342;
}

.dark-mode .wpcf7 .booking-form .form-control {
  background: rgba(246, 251, 255, 0.1);
}

.dark-mode #wrapper .tnp-widget-minimal input.tnp-email,
.dark-mode .result-coult-filter {
  border-color: #333;
}

.dark-mode .projects-content .rel-blog-desc,
.dark-mode .woocommerce-MyAccount-navigation ul li,
.dark-mode .woocommerce form.checkout_coupon,
.dark-mode .woocommerce form.login,
.dark-mode .woocommerce form.register,
.dark-mode .woocommerce-form.register,
.dark-mode .woocommerce-ResetPassword.lost_reset_password,
.dark-mode.woocommerce div.product form.cart .variations select,
.dark-mode.woocommerce .quantity .qty,
.dark-mode table td,
.dark-mode table th,
.dark-mode.post-type-archive-product .sidebar .widget,
.dark-mode.single-product .sidebar .widget,
.dark-mode.tax-product_cat .sidebar .widget,
.dark-mode .services-content.style2 {
	border-color: #353535;	
}

.dark-mode .breadcrumb li span.delimiter {
	border-left-color: #fff;
}

.dark-mode .contact-box-content:before,
.dark-mode .contact-box-content:after {
	border-left-color: #212121;
}

.dark-mode .heading-content .bg-title,
.dark-mode .services-content.style2 .number,
.dark-mode .services-content.style4 .number {
	color: #353535;
}

.dark-mode .testi-des,
.dark-mode .testimonials-content.owl-carousel .owl-nav button.owl-prev,
.dark-mode .testimonials-content.owl-carousel .owl-nav button.owl-next,
.dark-mode .testimonials-content.owl-carousel button.owl-dot,
.dark-mode .woocommerce-Reviews .comment-form,
.dark-mode form[id*="give-form"] .give-donation-amount,
.dark-mode #give-recurring-form h3.give-section-break,
.dark-mode #give-recurring-form h4.give-section-break,
.dark-mode #give-recurring-form legend,
.dark-mode form.give-form h3.give-section-break,
.dark-mode form.give-form h4.give-section-break,
.dark-mode form.give-form legend,
.dark-mode form[id*="give-form"] h3.give-section-break,
.dark-mode form[id*="give-form"] h4.give-section-break,
.dark-mode form[id*="give-form"] legend,
.dark-mode .give-btn,
.dark-mode table.give-table tbody tr td,
.dark-mode table.give-table {
	border-color: #444;
}

.dark-mode,
.dark-mode #wrapper .tnp-widget-minimal input.tnp-email,
.dark-mode .blog-list-widget span,
.dark-mode .prev-post a,
.dark-mode .next-post a,
.dark-mode .comment-form p,
.dark-mode .woocommerce table.shop_table th,
.dark-mode .woocommerce table.shop_table td,
.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
.dark-mode .woocommerce-error,
.dark-mode .woocommerce-info,
.dark-mode .woocommerce-message,
.dark-mode .projects-content .blog-meta a,
.dark-mode .item-count,
.dark-mode .posts-content .blog-meta a,
.dark-mode .woocommerce-MyAccount-navigation ul li a,
.dark-mode .services-content.style2 a:hover,
.dark-mode .services-content.style2 a:focus {
  color: #f7f7f7;
}

.dark-mode a,
.dark-mode .navik-menu ul li > a,
.dark-mode .navik-menu ul li > a,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode h4.blog-des-title a,
.dark-mode .heading-content h2,
.dark-mode .sidebar .widget-title,
.dark-mode .social a,
.dark-mode .tag-widget a,
.dark-mode .tagcloud a,
.dark-mode .wp-block-tag-cloud a,
.dark-mode .wpcf7 .form-control,
.dark-mode .blog-tags li a,
.dark-mode .tagwidget li a,
.dark-mode .wp-block-tag-cloud a,
.dark-mode.woocommerce div.product form.cart .variations select,
.dark-mode.woocommerce .quantity .qty,
.dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.dark-mode.woocommerce .woocommerce-ordering select,
.dark-mode .dark-mode #give-recurring-form h3.give-section-break,
.dark-mode #give-recurring-form h4.give-section-break,
.dark-mode #give-recurring-form legend, form.give-form h3.give-section-break,
.dark-mode form.give-form h4.give-section-break,
.dark-mode form.give-form legend, form[id*="give-form"] h3.give-section-break,
.dark-mode form[id*="give-form"] h4.give-section-break, form[id*="give-form"] legend,
.dark-mode .give-btn,
.dark-mode form[id*="give-form"] #give-final-total-wrap .give-donation-total-label,
.dark-mode table td,
.dark-mode table th,
.dark-mode .give-goal-progress .income,
.dark-mode form[id*=give-form] .give-donation-amount #give-amount,
.dark-mode form[id*=give-form] .give-donation-amount #give-amount-text {
  color: #fff;
}

.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 { 
  color: #f7f7f7; 
}

.dark-mode .contact-form .form-control::-webkit-input-placeholder,
.dark-mode .wpcf7 .form-control::-webkit-input-placeholder { 
  color: #f7f7f7; 
}

.dark-mode .booking-form .form-control::-moz-placeholder { 
  color: #f7f7f7;
} 

.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;
}

/* RESPONSIVE 
**************************************/
@media (max-width: 2560px) {
	.testi-bg {
		background-position: 31%!important;
	}
}
@media (max-width: 1920px) {
	.testi-bg {
		background-position: 23%!important;
	}
}
@media (max-width: 1600px) {
	.testi-bg {
		background-position: 15%!important;
	}
}
@media (max-width: 1440px) {
	.testi-bg {
		background-position: 10%!important;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		width: 1200px;
	}
	.header-top .container-fluid {
		max-width: 1525px;
	}
	
	.transparent-header .header-top .container-fluid {
		max-width: 1350px;
	}
	
	.transparent-header .header-main .container-fluid {
		max-width: 1350px;
	}
	
	.transparent-header.light-header .header-top .container-fluid {
		max-width: 1550px;
	}
	
	.transparent-header.light-header .header-main .container-fluid {
		max-width: 1550px;
	}
}

@media (min-width: 1199px) {
    .contact-details ul li {
        padding: 1.5rem 0.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
	.elementor-icon.elementor-social-icon{
		margin-bottom: 10px!important;
	}
	.featured-category,
	.partner-content,
	.posts-content,
	.projects-content,
	.events-content {
		padding: 0 15px;
	}
	.tab-exceed-heading .heading-content{
		margin: 0 15px;
	}
	.projects-content .rel-blog-desc{
		padding: 24px;
	}
	.projects-content .blog-meta a{
		margin-right: 15px;
	}
}

@media (max-width: 1199px) {
	table td, table th{
		padding: 7px;
	}
	.header.transparent-header .btn-primary{
		max-height: 52px;
	}
	.transparent-header .navbar-nav > .menu-item > a{
		padding: 17px 25px;
	}
	.elementor-widget-wp-widget-give_forms_widget .give-btn{
		padding: 17px 30px;
	}
	#give-donation-level-button-wrap > li{
		margin-right: 10px;
	}
	.footer-style2.footer .footer-contact li{
		margin-right: 25px;
	}
	.footer-style2.footer .footer-contact li:last-child{
		margin-right: 0;
	}
	.ts-button-style-default{
		padding: 10px 25px!important;
	}
	.light-header .top-search-form{
		display: none;
	}
	.light-header .navbar-nav > .menu-item > a{
		padding: 17px 20px;
	}
	.light-header .btn-primary{
		padding: 17px 30px;
	}
	.post-type-archive-product .sidebar .widget li a{
		width: 84%;
	}
	.percent-box-content{
		padding: 40px 20px;
	}
	.projects-content .blog-meta a{
		margin-right: 10px;
	}	
	.footer .social a{
		margin-bottom: 12px;
	}
	.sidebar .widget li a{
		width: 87%;
	}
	.transparent-header.header-style1 .navbar-nav > .menu-item > a{
		padding: 30px 25px;
	}
	.sidebar .widget{
		padding: 25px;
	}
	.sidebar .widget_media_image{
		padding: 0;
	}
	.give-single-form-sidebar-left .images{
		padding: 25px;
	}
	.give-submit-button-wrap {
		text-align: left;
	}
	.give-submit-button-wrap:before{
		left: 40px;
	}
	.give-wrap .give-grid--best-fit {
		grid-template-columns: none;
	}
	.page figure.wp-caption.alignright{
		margin-top: 10px;
	}
}

@media (max-width: 1024px) {
	.elementor-widget-wp-widget-give_forms_widget h5{
		margin-top: 11px;
	}
	.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;
	}
	.footer-widget-area .search-form{
		max-width: 300px;
	}
	.footer-widget-area .search-form:after{
		right: 28px;
	}
	.footer-widget-area .search-form label{
		width: 70%;
	}
	.footer-widget-area .search-form .search-submit{
		width: 64px;
	}
	.wp-block-search .wp-block-search__input{
		max-width: 395px;
	}
	.wp-block-search .wp-block-search__button {
		margin: 10px 0 10px 0;
	}
	.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;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		padding: 25px;
	}
	.single-product .section.section-main-container{
		padding-top: 80px;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary{
		margin-bottom: 80px;
	}
	.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: 80px 0;
	}
	.related.products {
		margin: 80px 0 60px;
	}
	.give-wrap .give-grid{
		grid-gap: 10px;
	}
	.section.section-main-container {
		padding: 60px 0;
	}
	.start-project-section .start-project{
		padding: 30px;
	}
	.transparent-header.header-style1 .navbar-nav > .menu-item > a{
		padding: 30px 25px;
	}
	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;
	}
	.posts-style2 {
		padding: 0 10px;
	}
	.ts-button-style-default {
		padding: 13px 25px!important;
	}
	.widget-title {
		margin-bottom: 20px;
	}
	.projects-content .rel-blog-desc {
		padding: 25px;
	}
	.projects-content .cat-readmore-con{
		left: 25px;
	}
	.testi-des {
		padding: 25px;
	}
	.testi-name h5 {
		font-size: 17px;
	}
	.services-content.style4:hover,
	.services-content.style4.active-yes {
		margin: 0;
		padding: 40px;
	}
	.mobile-bg-sec {
		background-size: 0 auto!important;
	}
	.mobile-bg-sec .elementor-background-overlay{
		opacity: 0!important;
	}
	.footer-style2 .footer-widget-area ul li a{
		padding: 0 25px 0 0;
	}
	.footer-style2 .footer-bottom-part .footer-widget-area ul {
		margin-top: 15px;
	}
	.footer-style2.footer .footer-contact li {
		margin-bottom: 20px;
		display: block;
	}
	.posts-content .posts-style2 .posts-loop {
		margin-bottom: 80px;
	}
	.home-two-counter-bg .elementor-background-overlay {
		background-position: -2% 0px;
    	background-size: 50% auto!important;
	}
	.testi-style2 .testi-item {
		padding-left: 210px;
	}
	.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 ul li a {
		padding-bottom: 12px;
	}
	.footer-widget-area .widget:last-child {
		margin-bottom: 30px;
	}
	.footer-style2 .footer-bottom-part .footer-widget-area .widget:last-child {
		margin-bottom: 0;
	}
	.footer-menu li a {
		font-size: 14px;
	}
	.copyrights p {
		font-size: 14px;
	}
	.footer.section.footer-style1 {
		padding-bottom: 70px;
	}
	.give-wrap .give-grid--best-fit {
		grid-template-columns: none;
	}
	
	.elementor-widget-wp-widget-give_forms_widget .give-btn,
	.donation-form-page .elementor-widget-wp-widget-give_forms_widget .give-btn {
		padding: 12px 30px;
    	margin-bottom: 15px;
	}
	.percent-box-content h5 {
		font-size: 80px;
	}
	.percent-box-content .right-con-per span {
		font-size: 18px;
	}
	.portfolio-filter ul li,
	.cbp-l-filters-button .cbp-filter-item {
		padding: 17px 25px;
	}
	.project-meta-content h2 {
		font-size: 40px;
	}
	.related.products .shop-box {
		margin-bottom: 30px;
	}
	.single-product .section-main-container {
		padding-bottom: 70px;
	}
	.sidebar .widget {
		padding: 25px;
	}
	.sidebar .widget_media_image {
		padding: 0;
	}
	.social a{
		width: 38px;
		height: 38px;
		line-height: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1024px){
	.transparent-header .navbar-nav > .menu-item > a {
		padding: 16px 15px;
	}
	.sidebar .widget li a{
		width: 87%;
	}
}



@media (min-width: 992px) {
	.navbar-toggleable-md .navbar-nav{
		display: block;
	}
	.navbar-toggleable-md .navbar-nav li {
		display: inline-block;
	}
    .mobile-menu {
        display: none;
    }
	.logged-in.admin-bar .fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.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;
	}
	.sidebar .widget li a{
		width: 80%;
	}
	.search-form:after{
		right: 20px;
	}
	.team-name {
		margin: -30px 20px 0 20px;
		padding: 20px 20px;
	}
	.profile-menu li {
		margin-right: 15px;
	}
	.header-top .container-fluid {
		width: 720px;
	}
	.transparent-header .header-top .container-fluid{
		width: auto;
	}
	.search-form label {
		width: 65%;
	}
	.search-form .search-submit {
		width: 56px;
	}
	.media-heading {
		padding-right: 100px;
	}
	
}

@media (min-width: 991.5px) and (max-width: 992px){
	.search-form label {
		width: 70%;
	}
	.search-form .search-submit{
		width: 70px;
	}
	.search-form:after{
		right: 26px;
	}
}

@media (max-width: 992px) {
	.elementor-widget-wp-widget-give_forms_widget .give-btn,
	.donation-form-page .elementor-widget-wp-widget-give_forms_widget .give-btn {
		padding: 12px 20px;
    	margin-bottom: 15px;
	}
	.sticky .post-meta.sticky-posts {
		margin-right: 0;
	}
	#tribe-events-pg-template, .tribe-events-pg-template {
		padding: 40px;
	}
	.widget-title span {
		padding-left: 15px;
	}
	
	.give-single-form-sidebar-left .images {
		padding: 25px;
	}
	
	.footer .footer-contact li {
		padding: 10px 0;
	}
	
	.top-search-form,
	.profile-menu.right-menu li {
		margin-left: 15px;
	}
	
	.heading-content h2 {
		font-size: 40px;
    	line-height: 48px;
		letter-spacing: normal;
	}
	
	.heading-content .bg-title {
		font-size: 70px;
	}
	
	.hidden-sec{
        display: block;
    }

    .visible-sec{
        display: none;
    }
    .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;
	}
	.profile-menu,
	.top-search-form .top-form-control {
		font-size: 15px;
	}
	.top-search-form .top-form-control{
		width: 95px;
	}
	
	.sidebar .widget {
		padding: 25px;
	}
	.sidebar .widget_media_image {
		padding: 0;
	}
	.layout-rs .blog-box {
		margin-right: 0;
	}
	.blog-desc {
		padding: 25px;
	}
	.read-more-wrapper {
		right: 25px;
	}
	.user-social a {
		margin: 0 8px 8px;
	}
	.social a {
		margin-bottom: 10px;
	}
	.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;
	}
	.related-posts .rel-blog-desc {
		padding: 25px;
	}
	.tagline-message h1{
		font-size: 48px;
	}
	
	.elementor-widget-wp-widget-give_forms_widget .give-form-wrap.give-display-modal {
		width: 100%;
		text-align: left;
	}
	
	.elementor-widget-wp-widget-give_forms_widget .give-btn,
	.donation-form-page .elementor-widget-wp-widget-give_forms_widget .give-btn {
		padding: 12px 20px;
    	margin-bottom: 15px;
	}
	
	.donation-form-page .paypal-button {
		right: 25px;
		top: 45px;
		padding: 10px 0px!important;
	}
	
	.give-wrap .give-grid--best-fit {
		grid-template-columns: none;
	}
	.project-meta-content h2 {
		font-size: 30px;
	}
	
	.project-meta-content h4 {
		font-size: 17px;
	}
	.project-meta-content .btn-primary{
		padding: 25px;
	}
	.text-left-previous, .text-right-next {
		font-size: 20px;
	}
	.portfolio-next-prev img {
		max-width: 80px;
		margin-right: 15px;
	}
	.portfolio-next-prev .absolute-pager.text-right img {
		margin-left: 15px;
		margin-right: 0;
	}
	.widget-title {
		font-size: 19px;
	}
	.blog-social {
		text-align: left!important;
	}
	.authorbox {
		padding: 25px;
	}
	.authorbox .align-items-center {
		align-items: initial!important;
	}
	.comment-respond {
		padding: 0;
	}
	.contact-box-content {
		padding: 20px;
	}
	.contact-box-content h5 {
		font-size: 24px;
	}
	.wpcf7 textarea.form-control {
		height: 200px;
	}
	#give-recurring-form .give-title-prefix-wrap .form-row-title,
	form.give-form .give-title-prefix-wrap .form-row-title,
	form[id*=give-form] .give-title-prefix-wrap .form-row-title{
		width: 100%;
	}
	#give-recurring-form .give-title-prefix-wrap .form-row-first, #give-recurring-form .give-title-prefix-wrap .form-row-last, form.give-form .give-title-prefix-wrap .form-row-first, form.give-form .give-title-prefix-wrap .form-row-last, form[id*=give-form] .give-title-prefix-wrap .form-row-first, form[id*=give-form] .give-title-prefix-wrap .form-row-last{
		width: 48%;
	}
	
}

@media (max-width: 767px) {
	.transparent-header.header-style1 .header-top{
		padding: 15px 0;
	}
	.events-loop h4{
		margin-top: 10px;
	}
	.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;
	}
	.pagination li a{
		padding: 12px 15px;
	}
	.team-content{
		text-align: center;
	}
	.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 div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary{
		margin-bottom: 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: 60px 0;
	}
	.breadcrumb{
		padding: 15px;
		top: -15px;
	}
	.read-more-wrapper {
		position: relative;
		right: auto;
	}
	.read-more-wrapper .more-link {
		padding: 0;
	}
	.blog-media.formate-quote img{
		display: none;
	}
	.start-project-section .btn-primary{
		margin-bottom: 5px;
	}
	.page-template-home-page .footer.section.footer-style1{
		padding-top: 170px;
	}
	.footer.footer-style1 {
		background-size: cover;
	}
	.footer.section.footer-style1 {
		padding-bottom: 30px;
	}
	.footer.footer-style1 .footer-widget-area ul.menu li {
		width: 100%;
	}
	.start-project-section .start-project{
		padding: 15px;
	}
	.start-project-section .btn-primary{
		padding-left: 10px;
		padding-right: 10px;
		overflow: hidden;
		max-width: 100%;
	}
	.wp-block-search .wp-block-search__button {
		margin: 10px 0 10px 0;
	}
	select {
		float: left;
		max-width: 250px;
		width: 100%;
	}
	.project-meta-content .btn-primary {
		padding: 15px;
	}
	.aut-dat-box {
		display: none;
	}
	.navbar-brand img {
		max-width: 150px;
	}
	.logged-in.admin-bar .transparent-header {
		top: 46px;
	}
	.variations tr {
		width: 100%;
	}
	.image-wrap-thum {
		margin: 30px 0 0 0;
	}
	.image-wrap-thum .col-md-4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image.thumbnails-image {
		margin-bottom: 10px!important;
	}
	.testi-style2 .testi-des p {
		font-size: 16px;
		line-height: 22px;
	}
	.woocommerce-Reviews .comment-form .comment-notes,
	.woocommerce-Reviews .comment-form .comment-form-cookies-consent {
		padding: 0;
	}
	.footer-style2 .footer-bottom-part .footer-widget-area ul {
		margin-bottom: 15px;
	}
	.services-content.style4:hover,
	.services-content.style4.active-yes {
		margin: 0 0 30px 0;
	}
	.services-content.style4 {
		margin-bottom: 30px;
	}
	.widget-title {
		margin-bottom: 15px;
	}
	.absolute-pager{
		padding-right: 0;
	}
	.absolute-pager.text-right {
		padding-left: 0;
	}
	#tribe-events-pg-template,
	.tribe-events-pg-template {
		padding: 25px;
	}
	.tribe-events-event-meta .column,
	.tribe-events-event-meta .tribe-events-meta-group{
		width: 100%;
	}
	.featured-lists-content .featured-main-content{
		transform: rotate(0deg);
	}
	.footer-style2.footer .footer-contact li {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.footer.footer-style2 .social {
		text-align: left;
	}
	.footer-style2 .footer-widget-area ul li a {
		padding: 0 10px;
	}
	.footer-style2 .footer-widget-area ul li:first-child a {
		padding-left: 0;
	}
	.footer-style2 .footer-widget-area ul {
		margin-top: 15px;
	}
	.footer.footer-style2 .ts-button-style-default {
		float: left;
	}
	.testi-bg {
		background-image: none!important;
	}
	.elementor-widget-tabs .elementor-tab-content {
		padding: 0 0 20px 0!important;
	}
	.elementor-widget-tabs .elementor-tab-mobile-title {
		padding: 10px 0!important;
	}
	.testi-style2 .testi-item {
		padding-left: 0;
	}
	.testimonials-content .testi-style2 .testi-item img {
		left: auto;
		top: 0;
		right: 0;
		height: 110px;
		width: 110px;
	}
	.posts-content .posts-style2 .posts-loop {
		margin-bottom: 80px;
	}
	.posts-content .posts-style2:last-child .posts-loop {
		margin-bottom: 30px;
	}
	.portfolio-next-prev .absolute-pager.text-right {
		text-align: right!important;
	}
	.posts-content .blog-meta a {
		margin-right: 10px;
	}
	.testi-name h5 .svg-inline--fa {
		display:none;
	}
	.profile-menu.right-menu li{
		margin-left: 0;
		margin-right: 5px;
	}
	.profile-menu.right-menu li:first-child{
		display: none;
	}
	.profile-menu {
		padding: 0;
	}
	.related.products .shop-box{
		margin-bottom: 30px;
	}
	.related.products .product:last-child .shop-box {
		margin-bottom: 0;
	}
	.elementor-widget-wp-widget-give_forms_widget .give-form-wrap.give-display-modal {
		width: 100%;
		text-align: left;
	}
	.elementor-widget-wp-widget-give_forms_widget .give-btn {
		padding: 10px 25px;
		
	}
	.elementor-widget-wp-widget-give_forms_widget [id*="give-form"].give-display-modal .give-btn,
	.elementor-widget-wp-widget-give_forms_widget [id*="give-form"].give-display-reveal .give-btn{
		margin-bottom: 15px;
	}
	.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-widget-area .widget:last-child {
		margin-bottom: 25px;
	}
	.header-top{
		padding: 15px 0;
	}
	.profile-menu li {
		margin-right: 8px;
	}
	
	.heading-content h2 {
		font-size: 32px;
    	line-height: 42px;
	}
	
	.heading-content .bg-title {
		font-size: 60px;
	}
	
	.heading-content p {
		position: relative;
		margin-top: 15px;
		width: 100%;
		padding-left: 15px;
	}
	
	.heading-content.left .bg-title {
		left: 0;
	}
	
	.section {
		padding: 40px 0;
	}
	
	.section.bg-banner {
		padding: 200px 0 70px 0;
	}
	
	.header-style3.bg-banner {
		padding-top: 200px;
	}
	
	.layout-rs .blog-box {
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.layout-rs .post > .blog-box {
		margin-bottom: 15px;
	}
	
	.blog-desc {
		padding: 25px;
	}
	
	h4.blog-des-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.wp-block-quote {
		padding: 15px;
	}
	.center-icons {
		display: none;
	}
	.text-left-previous {
		margin-bottom: 15px;
	}
	.related-posts .rel-blog-desc{
		padding: 25px;
	}
	.authorbox img {
		margin-bottom: 15px;
	}
	.comment-respond {
		padding: 0;
	}
	.comment-form {
		padding: 25px 5px;
	}
	.woocommerce-Reviews .comment-form {
		padding: 15px;
	}
	.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;
	}
	.top-search-form {
		padding-top: 0;
	}
	.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: 0 15px 15px 15px;
	}
	.cat-readmore-con.absolute-position {
		left: 15px;
	}
	.footer-widget-area ul li a{
		padding-bottom: 10px;
	}
	.footer-top-part {
		padding-bottom: 18px;
		margin-bottom: 50px;
	}
	.testimonials-content .owl-dots{
		margin-top: 15px;
	}
	
	.projects-content .rel-blog-desc {
		padding: 25px;
	}
	.projects-content .cat-readmore-con{
		left: 25px;
	}
	.services-content {
		padding: 20px 0;
	}
	.services-content.style2 {
		padding: 20px 10px;
	}
	.testi-des {
		padding: 25px;
	}
	.give-content-summery {
		margin-right: 0;
		padding: 25px;
		margin-bottom: 40px;
	}
	.give-content-summery .ts-list ul li {
		padding: 4px 0 4px 0 !important;
	}
	#give-donation-level-button-wrap {
		margin-bottom: 0;
	}
	.give-single-form-sidebar-left .images {
		padding: 25px;
	}
	.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;
	}
	.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 #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs{
		padding: 50px 0;
	}
	.related.products {
		margin-top: 50px;
	}
	.formate-quote .wp-block-quote{
		padding: 120px 45px 45px 45px;
	}
	.blog-media.formate-quote i {
		top: 45px;
	}
	
	.featured-lists-content .services_item-content .content-img {
		padding: 60px;
	}
}

@media (max-width: 600px) {
	.projects-content .blog-meta a {
		margin-right: 10px;
	}
	.team-name h5 {
		font-size: 18px;
	}
	.team-name {
		padding: 25px;
	}
	.tagline-message h1 {
		font-size: 40px;
	}
	.donation-form-page .paypal-button {
		position: relative;
		top: 10px;
		left: 0;
	}
	.testi-name h5 {
		font-size: 18px;
	}
	.page .tnp-form:after {
		right: 34.5%;
	}
	.page .tnp-widget-minimal input.tnp-submit {
		width: 45%;
	}
	.page .tnp-widget-minimal input.tnp-email {
		width: 55%;
		padding:0 0 0 20px;
	}
    .shop-extra {
        padding: 2rem;
    }
    .shop-extra .nav-item,
    .shop-extra .nav-tabs,
    .shop-extra .nav-tabs li {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }
    .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;
	}
	
	.events-loop .buy-tickets-btn {
		padding: 20px 35px;
	}
	.event-date-img {
		margin-bottom: 15px;
	}
	
	.events-loop h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.listicon-content p {
		line-height: 38px;
	}
	
	.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);
	}
	.post-type-archive-product .sidebar .widget li a{
		width: 94%;
	}
	
}

@media (max-width: 540px) {
	.profile-menu.left-menu {
		display: none;
	}
	.listicon-content p {
		line-height: 38px;
	}
	.gallery-carousel .owl-nav{
		top: 40%;
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.post-type-archive-product .sidebar .widget li a{
		width: 90%;
	}
	.comment-respond .form-submit:before{
		left: 45px;
	}
	.form-submit .btn-primary {
		padding: 22px 35px 22px 55px;
	}
	.listicon-content p {
		line-height: 26px;
	}
	.sidebar .widget li a{
		width: 87%;
	}
	.event-date-img {
		width: 110px;
    	height: 110px;
	}
	.event-date-img .event-date {
		font-size: 40px;
		line-height: 40px;
		padding-top: 25px;
	}
	.events-loop h4 {
		font-size: 24px;
	}
	.events-loop .buy-tickets-btn {
		padding: 15px 17px;
		font-size: 14px;
	}
	.events-loop p {
		font-size: 14px;
	}
	.events-loop .location-meta {
		font-size: 20px;
	}
	.elementor-widget-tabs .elementor-tab-content img.alignleft {
		margin-right: 10px;
		float: none;
	}
	.blog-meta a {
		margin-right: 12px;
	}
	.cause-amounts p {
		font-size: 12px;
	}
	form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
		float: left;
	}
	.services-content.style3 {
		padding: 18px;
	}
	.portfolio-next-prev img {
		max-width: 70px;
	}
	.text-left-previous, .text-right-next{
		font-size: 18px;
	}
	.breadcrumb {
		padding: 15px 10px;
	}
	.comments-list .comment .media .pull-left {
		min-width: 170px;
	}
	
	.featured-lists-content .services_item-content .content-img {
		padding: 50px;
	}
}
@media (max-width: 360px) {
	table td,
	table th{
		padding: 5px;
	}
	.pagination li a {
		padding: 9px 11px;
	}
	.pagination > li > a,
	.pagination > li > span{
		margin-right: 5px;
	}
	.projects-content .rel-blog-desc{
		padding: 20px;
	}
}
@media (max-width: 330px) {
	.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;
	}
	.blog-desc {
		padding: 20px;
	}
}