
.video-sec {background-size: cover !important;}


.copyright a {
	display: none;
}

.home-box-slide .blog-categories, .home-box-slide .entry-footer {display: none !important;}

.home-box-slide, .home-box-slide h2.slide-entry-title.entry-title {
    text-align: center;
}

.home-box-slide .entry-content {
	   flex-direction: column;
    display: flex;
    align-items: center;
}

.home-box-slide .iconbox_icon {
		background: #83a846;
    height: 50px;
    width: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    border-radius: 50%;
		margin-bottom: 1rem;
}

.home-box-slide .slide-entry {
	background: #f8f8f8;
	padding: 1rem;
}

.home-box-slide .slide-entry{
    transition: 0.5s ease;
}

.home-box-slide .slide-entry:hover .iconbox_icon {
    background: #000;
}

.home-box-slide .slide-entry:hover .slide-entry-title span {
	color: #000 !important;
}

.home-box-slide .slide-entry:hover {
	background: #83a846 !important;
}

.logo a img {
	display: none;
}

.logo a {
    background-size: contain;
    background-image: url(https://betalinktest.com/Jaybee_Nickelson_vertwo/wp-content/uploads/2023/12/logo-1.png);
    width: 400px;
    background-position: left center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1230px) {
	.logo a {
	background-size: 20% !important;
	}
}


@media only screen and (max-width: 1050px) {
	.logo a {
		background: none !important;
		width: auto;
	}
	.logo a img {
    display: block;
}
}

.header-scrolled .logo a {
	    background-size: 20% !important;
}
.avia-section {
	    background-size: 100% 100% !important;
}

.jb-images .av-masonry-entry-content.entry-content {
    color: black;
}

.about-testimonials .avia-testimonial-row-1, .about-testimonials .avia-testimonial-row-2, .about-testimonials .avia-testimonial-row-3 {
	position: relative;
	overflow: hidden;
	transition: 0.2s ease-in-out;
}

.about-testimonials .avia-testimonial-row-1:before {
	  content: '';
    position: absolute;
    left: 400px;
    right: 0;
    width: 100%;
    background: #82a846;
    height: 100%;
    top: 400px;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: -1;
		visibility: visible;
}

.about-testimonials .avia-testimonial-row-2:before {
	  content: '';
    position: absolute;
		left: -360px;
    right: 0;
    width: 100%;
    background: #82a846;
    height: 100%;
    top: -270px;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: -1;
		visibility: visible;
}


.about-testimonials .avia-testimonial-row-3:before {
	  content: '';
    position: absolute;
    left: 400px;
    right: 0;
    width: 100%;
    background: #82a846;
    height: 100%;
    top: 400px;
    bottom: 0;
    transition-duration: 0.5s;
    z-index: -1;
		visibility: visible;
}
 


.about-testimonials .avia-testimonial-row-1:hover, .about-testimonials .avia-testimonial-row-2:hover, .about-testimonials .avia-testimonial-row-3:hover {
			transform: scale(1.04);
    z-index: 9;
	    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 15%);
}

.about-testimonials .avia-testimonial-row-1:hover:before, .about-testimonials .avia-testimonial-row-2:hover:before, .about-testimonials .avia-testimonial-row-3:hover:before {
	  left: 0;
    top: 0;
}

.socket_color .social_bookmarks li a:before {
    color: white;
}

.avia-icon-list-container.av-loj7hsrf-1ca75c769c3919d08ce9e165aa2bbde6 .iconlist_content {
	font-weight: bold;
}

.avia-content-slider:hover .slide-entry-wrap {
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	background: white;
}

.avia-content-slider:hover .slide-entry-wrap:first-child + .slide-entry-wrap {
	-webkit-transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}
h4.av-special-heading-tag{
	text-align: center !important;
}