/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding:0px !important;	
} 
.admin-bar .header__area.menu-fixed,
.admin-bar .header__menu-area.sticky{
	top:32px !important;	
}


/********* Pagination Style *************/
.pagination{
	text-align:center;	
}
.pagination li,
.pagination li{
	position: relative;
    display: inline-block;
	float: left;
    font-family: 'Gotham_Light', sans-serif;
    margin-right: 20px;
	border-radius: 3px;
	border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.pagination li a,
.pagination li span {
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
	text-transform: uppercase;
    color: #ffffff;
	padding: 5px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination li:hover a, 
.pagination li.active span,
.pagination li.active a,
.pagination li span.current {
    color: #ffffff;
	border-radius: 0px;
	border-bottom: 5px solid #d8f744;
}

/***************** Blog Sidebar Style*******************/
.widget{
	position: relative;
	margin-bottom:30px !important;
}
.widget ul,
.widget ol{
	position:relative;	
	margin:0px;
	padding:0px;
}
.widget ul li,
.widget ol li{
	position: relative;
	font-weight: 400;
    margin-bottom: 14px;
	padding-bottom:14px;
	padding-left: 28px;
	text-transform:capitalize;
	color: #ffffff;
}
.widget ul li:last-child,
.widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.widget ul li ul li,
.widget ol li ol li{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
	margin-top:14px;
	padding-top:0px;
	padding-left: 28px;
}
.widget ul li:before,
.widget ol li:before{
	content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #d8f744;
    border-radius: 4px;
}
.widget ul li a,
.widget ol li a{
	position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
	font-family: 'Telegraf_Regular', sans-serif;
}
.widget ul li a:hover,
.widget ol li a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.widget .tagcloud{
	position:relative;	
}
.widget .tagcloud a{	
	position: relative;
    display: inline-block;
	font-weight: 400;
    font-size: 15px !important;
    line-height: 22px;
    padding: 5px 5px 5px 5px;;
    min-width: 100px;
    margin: 0px 6px 10px 0px;
    background: none;
    border: 1px solid #d8f744;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    color: #ffffff;
    text-align: center;	
	font-family: 'Telegraf_Regular', sans-serif;
}
.widget .tagcloud a:hover{
	color: #37393d;
    border-color: #d8f744;
    background-color: #d8f744;	
}
/***************** Footer Widget Style*******************/
.footer-widget{
	position:relative;
}
.footer-widget ul,
.footer-widget ol{
	position:relative;
	margin:0px;
	padding:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    position: relative;
    margin-bottom: 12px;
	font-size: 16px;
	display:block;
    color: #999999;
    font-weight: 400;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:12px;
	margin-left:15px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    color: #999999;
	display:inline-block;
    transition: .5s;
	font-size: 16px;
    font-weight: 400;
}
.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: #fff;
}

/***************** Comment Style*******************/
.page-title .breadcrumb-item+.breadcrumb-item::before{
	display: none;
}
.contact-section .row .form-group .field-inner p{
	line-height: 0px;
    margin-bottom: 0px;
}
.blog-details .post-tags a{
	padding-right: 10px;	
}
.blog-details .text-content{
	margin-bottom: 0px;
}
.vosio-comment-item .vosio-comment-item{
	margin-left:80px;
}
.post-comments.post-comments > .vosio-comment-item:last-child .comment{
	margin-bottom:0px;
	padding-bottom: 0px;
}
.sidebar-page-container .add-comment{
	padding-top: 50px;
}
.sidebar-page-container .post-comments{
	padding-top: 50px;
}
.sidebar-page-container .vosio-comment-item .add-comment{
	margin: 0 0px 0px;
	padding: 20px 0px 50px 0px;
}
.comment__list .vosio-comment-item .comment__form-wrapper #cancel-comment-reply-link{
	color: #171818;
}
.comment__form-title{
	padding-bottom:10px;	
}
form .form-group textarea{
	height: 113px;
}
.post-comments .vosio-comment-item .add-comment a:hover{
	color: #d8f744;
}
.sidebar-page-container .sidebar-side .sidebar{
	margin-left: 20px;
}
.blog__list .blog-details .info .cat a{
	color: #ffffff;
}
.blog__list .blog-details .info .i-block:first-child{
	margin: 0 0px 10px;
}
.blog__list .blog-details h3 a:hover,
.blog__list .blog-details .info .cat a:hover{
	    color: #d8f744;
}
.blog__list .blog-details .lower .link-box{
	position: relative;
    font-family: 'Telegraf_Regular', sans-serif;
    padding-top: 20px;
    display: block;
    min-height: 100%;
}
.blog__list .blog-details .lower .link-box a{
	position: relative;
    display: inline-block;
    padding: 14px 30px;
    min-width: 230px;
	text-align: center;
    line-height: 24px;
    color: #d8f744;
    background: #2e2f32;
    border-radius: 12px 12px 0 0;
}
.blog__list .blog-details .lower .link-box a:hover{
	color: #2e2f32;
    background: #d8f744;
}
.blog__list .blog-details .lower .link-box a i{
	position: relative;
    top: 3px;
    padding-left: 10px;
}
.blog__list .blog-details .text-content{
	margin-bottom: 10px;
}
.blog-details .image-box img{
	height:395px;
}
.sidebar-page-container .post-author{
    margin: 0 35px;
}

.blog-details .info .cat.i-block a{
	color: #fff;
}
.blog-details .info .cat.i-block a:hover{
	color: #fff;
}
.widget.sidebar-widget.widget_vosio_gallery_posts{
	margin-bottom: 10px !important;
}
.news-block .info .i-block a{
	color: #fff;
}
.news-block .info .i-block ahover{
	color: #fff;
}
.sidebar .widget__search.wcfadeUp2 input{
	padding: 8px;
    margin-left: 0;
    margin-right: 0;
    min-width: 16em;
    border: 1px solid #fff;
    text-decoration: unset!important;
}
.sidebar .widget__search .wp-block-search__button.wp-element-button {
    border: 1px solid #fff;
    padding: 0.375em 0.625em;
    width: 100px;
	margin-left: -3px;
	height: 43px;
	color: #616161;
}
.wp-block-search__button:hover {
    color: #000;
    background: #d8f744;
}
.blog__list .widget__search.wcfadeUp2 input{
	padding: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 80%;
    border: 1px solid #fff;
    text-decoration: unset!important;
}
.blog__list .widget__search .wp-block-search__button {
    border: 1px solid #fff;
    padding: 10px;
    width: 120px;
    margin-left: -3px;
    color: #616161;
}

/*** 
====================================================================
												Team-Page
====================================================================

***/

/** team-details **/

.team-details{
	position: relative;
	padding: 0px 0px 60px 0px;
}

.team-details .image-box{
	position: relative;
	display: block;
	padding-right: 40px;
	margin-left: -100px;
	padding-left: 120px;
	padding-bottom: 20px;
}

.team-details .image-box img{
	width: 100%;
}

.team-details .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 66px;
}

.team-details .image-box .image-shape{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 271px;
	height: 231px;
	background-repeat: no-repeat;
	z-index: -1;
}

.team-details .content-box{
	position: relative;
	display: block;
	margin-top: -14px;
}

.team-details .content-box h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 54px;
	font-weight: 700;
	margin-bottom: 14px;
}

.team-details .content-box h2 span{
	font-size: 36px;
	display: block;
}

.team-details .content-box .designation{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-details .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 38px;
	font-family: 'Gotham_Light', sans-serif;
    color: rgba(255, 255, 255, 0.40);
    line-height: 1.6em;
}

.team-details .content-box .text p{
	margin-bottom: 26px;
}

.team-details .content-box .text h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-details .content-box .text .list-item li{
	position: relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 13px;
}
.team-details .content-box .text ul.list-item li:before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
    color: #d8f744;
}


.team-details .content-box .text .list-item li:last-child{
	margin-bottom: 0px;
}

.team-details .content-box .text .list-item li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-1.png);
	width: 14px;
	height: 16px;
	left: 0px;
	top: 6px;
	background-repeat: no-repeat;
}

.team-details .content-box .contact-inner h6{
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 1px;
}

.team-details .content-box .contact-inner h3{
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 21px;
}

.team-details .content-box .contact-inner h3 a{
	display: inline-block;
	color: rgba(255, 255, 255, 0.40);
}

.team-details .content-box .contact-inner h3 a:hover{
	color: #d8f744;
}

.team-details .content-box .social-links li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.team-details .content-box .social-links li:last-child{
	margin: 0px !important;
}

.team-details .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #d6d6d5;
	border-radius: 50%;
	font-size: 16px;
	color: #ffffff;
}

.team-details .content-box .social-links li a:hover{
	color: #000000;
	background:#d8f744;
	border-color:#d8f744;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:180px 0px 80px;
	height:968px;
}

.error-section .content{
	position:relative;
}

.error-section h1{
	line-height:1em;
	font-size:340px;
	font-weight:700;
	color:rgba(var(--black-color-rgb), 0.15);
}

.error-section h2{
	margin-top:var(--margin-top-15);
}

.error-section .text{
	line-height:1.8em;
	font-size:var(--font-16);
	color:var(--color-three);
	margin-top:var(--margin-top-35);
}

.error-section .button-box{
	margin-top: 45px;
}

.error-section .button-box .theme-btn{
	border-radius:0px;
	padding:18px 40px;
}

.icon-box svg {
    width: 29px !important;
    fill: #ffffff80;
    mix-blend-mode: difference;
}


.pager-item .image img {

    object-fit: cover!important;
}

.main-nav-outer .main-nav-box .main-nav {
    padding: 40px 30px 0;
}

#module-title .services {
    display: none!important;
}

.plans-section .text-col .text {

    font-size: 18px!important;
    color: rgba(255, 255, 255, 0.60)!important;
    line-height: 1.7em!important;
}

.main-footer .footer-logo img {
    height: 100px!important;
}



.twae-content {
    background: #292c30 !important;
    padding: 40px !important;
}

.twae-title {
    color: #fff !important;
}
.twae-icon {
    background: #d8f744 !important;
    border: 3px solid rgb(0 0 0 / 25%) !important;
}


i.far.fa-clock {
    color: #292c30!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}
.twae-content {
    border-color: #d8f744 !important;
}
.twae-arrow {
    background: #292c30 !important;
}
.twae-wrapper .twae-arrow {

    border-color: #d8f744!important;

}

.twae-description {
    color: rgba(255, 255, 255, 0.40) !important;
}



.twae-start {
    background: #d8f744 !important;
}

.twae-label-big {
    color: #d8f744 !important;
}

#twea-timeline-ce87216::before {
    background:#d8f74426 !important
}
.twae-wrapper .twae-description ol, .twae-wrapper .twae-description p, .twae-wrapper .twae-description span, .twae-wrapper .twae-description ul {
    color: #a5a5a5!important;
    font-size: 18px!important;
}

.elementor-element.elementor-element-3faf7b5.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 70px !important;

}

.banner-section  {
    border-radius: 20px!important;
	overflow:hidden !important;
	border:2px solid #d8f744;
}

#earthfood-banner .slide-count, #earthfood-banner .slide-bar {
    display: none;
}

.elementor-widget-container p {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.60) !important;
    line-height: 1.7em !important;
}

.module-title section.services-section {
    margin-bottom: 0;
}

.main-nav-outer .outer-nav-box {
    height: 500px!important;
}


.def-title-box .subtitle {
    font-size: 18px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.70);
    margin: 7px 0 0px;
}


.banner-eight .slide-item .inner {
    max-width: 100% !important;
}


.banner-eight .auto-container {
    max-width: 1320px!important;
}


.main-header-bar {
    width: 80px!important;
}

.main-header-bar .social-links {

    left: 21px!important;
}

.main-header-bar .line-one, .main-header-bar .line-two {

    left: 40px!important;
}

.main-nav-outer {

    left: 80px!important;
}

.slide-item span {
    opacity: 1;
}

.main-content-container {

    padding-left: 80px!important;
}


.sticky-button a {
    z-index: 99999;
    top: 4%!important;
    right: 30px !important;
    position: fixed;
    padding: 45px 20px;
    width: 170px !important;
    height: 167px !important;
    border-radius: 500px;
    background: #d8f744 !important;
    color: #000;
    text-align: center;
    font-size: 19px;
    line-height: 23px;
		z-index:99999!important;
}

/* Sticky Button Styling */
.sticky-button a {
    z-index: 99999;
    top: 40%;
    right: 30px !important;
    position: fixed;
    width: 71px !important;
    height: 40px !important;
    border-radius: 50%; /* Makes the button circular */
    background: #d8f744 !important;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, background-color 0.4s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
    font-weight: 600;
	
	
}
.sticky-button a {
        padding: 55px 55px;
    }
/* Hover Effect */
.sticky-button a:hover {
    background-color: #ffcc00; /* Changes background on hover */
    transform: scale(1.1); /* Slightly enlarges the button */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); /* Increases shadow on hover */
    color: #000; /* Text color on hover */
}

/* Scrolling Animation */
@keyframes scrollBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Bounces up and down */
    }
}

.sticky-button a {
    animation: scrollBounce 2s infinite; /* Applies the bounce animation */
}




.sticky-button a:hover {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgb(199 255 0 / 50%);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    }
}

.bx-controls.bx-has-controls-direction {
    display: none !important;
}

.elementor-element.elementor-element-e1bfc1e.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}


@media (max-width: 1430px) {
	
.banner-eight .pager-box .pager-item {

    width: 160px;
	
}
.banner-eight .pager-box .pager-item .inner {

    padding: 10px 10px 0px 60px;
    min-height: 50px;
	}	
	
	.banner-eight .pager-box .pager-item .image, .banner-eight .pager-box .pager-item .image img {

    width: 50px;
    height: 50px;
}
.banner-eight .pager-box .pager-item .count {

    font-size: 13px;	
	}
.banner-eight .pager-box .pager-item .count {
    bottom: 0px!important;
	}
	
}

@media (max-width: 1320px) {
.elementor-element.elementor-element-588f0b1.e-grid.e-con-boxed.e-con.e-parent.e-lazyloaded, .elementor-element.elementor-element-2660be4.e-grid.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0px 20px!important;
}

}

@media (max-width: 1280px) {
	.banner-eight .pager-content {
    display: none !important;
	}
}
	

@media only screen and (max-width: 720px) {

	
	.link a {
    padding: 0px 6px 0px 10px!important;
    font-size: 15px!important;
    border-radius: 7px!important;
}
	    .banner-eight .slide-item .content, .banner-eight .bx-controls {
        padding-left: 0px!important;
    }
	
	    .banner-eight .slide-item .content-box {
        padding: 65% 0 10px!important;
    }
	
.sticky-button a {

    top: 40px !important;
    right: 60px !important;	
	}
	
	i.icon.fa.fa-arrow-right {
    font-size: 15px!important;
}
	
	.btn-style-one i {

    padding-left: 8px;
    padding-right: 4px;
	}
	.btn-style-one i {

    top: -1px;
	}
	
.sticky-button a {
    width: 110px !important;
    height: auto !important;	
	    font-size: 12px!important;
    font-weight: 700!important;	
	line-height: 14px!important;
}

.elementor-element.elementor-element-3faf7b5.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0!important;
}
	
.banner-section {
    border-radius: 0px !important;
    border: 0;
}	
	
    .banner-section .slide-item .content {
        padding-left: 10px!important;
    }	
	
	
	.banner-section .slide-item h1 {
        font-size: 16px!important;
    }
    .sticky-button a {
        top: 20px !important;
        right: 63px !important;
    }
	
	
	.elementor-element.elementor-element-588f0b1.e-grid.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding-left: 20px;
    padding-right: 20px;
}

	.banner-eight .slide-item .links-box {
    position: relative;
    display: block;
    padding-top: 20px;
    z-index: 99999999999999999999999999;
}

.main-header-bar {
    width: 40px !important;
}
	
	.main-content-container {
    padding-left: 40px !important;
}
	.main-header-bar .nav-toggler .toggler-btn {

    width: 24px;
	
	}
.main-nav-outer {
    left: 40px !important;
}
	
	
	    .sticky-button a {
        width: 91px !important;
        height: 10px !important;
	}
	    .sticky-button a {
        top: 20px !important;
        right: 20px !important;
			  padding: 46px 0px;
    }

      
	
.pager-content {
    display: none !important;
}
		
	cursor		
	
}





.banner-eight .slide-item .content {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 130px;
    z-index: 999999999999999999999999999999999999999999 !important;
}








@media (max-width: 400px) {
	
.cursor{

    display:none!important
	
}

}


.banner-eight .slide-item .content {
    padding-left: 40px!important;
}