:root {
  --rublex-bg:#3DDCC8;
  --color-blue4: #00A693;
  --color-blue5: #3DDCC8;
  --color-main: #3DDCC8;
  --color-main-grad: #3DDCC8;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link:hover::before{display:none;}
.navbar.style-4 .navbar-nav .nav-item .nav-link.active:hover::before{display:block;}
#preloader:after, #preloader:before{background:var(--rublex-bg);height:calc(50% + 1px)}
#loading-wrapper{background:var(--rublex-bg);}
#loading-content{border:0;}
#loading-content:before{display:none;}
#loading-content:after{animation-duration: 5s;}
#loading-text{top: calc(50% - 45px);}
#loading-text img{height:70px;}

.section-head.style-4 h2 span{background-image: linear-gradient(to right, #00a693 0%, #3DDCC8 100%);}
.navbar-light .navbar-toggler{box-shadow: 0 0 0 0rem;}

.size-slider{min-width:1140px;}
.size-full{min-width:1140px;}

.wp-block-image.size-full{min-width:100%;max-width:100%;}

.blog-page.style-5 .blog-details-slider .content-card .img img{width:auto;height:auto;}

@media screen 
and (max-width: 1023px) 
{
	html::-webkit-scrollbar {width:!important0;display:none;}
	.nav-side{display:none;}
	.blog-page.style-5 .all-news .card .img{height:auto;}
	.blog-page.style-5 .blog-details-slider .content-card .img img{height:auto;min-width:100%;}
	.popular-posts.pb-100{padding-bottom:0!important;}
	
	.blog-page.style-5 .blog-details-slider .swiper-container .content-card .img{padding-bottom:200px;background:#242B33;}
	.blog-page.style-5 .blog-details-slider .swiper-container .content-card .img img{min-width:calc(100% - 40px)!important;width:calc(100% - 40px)!important;height:auto;border-radius:20px;margin:20px;}
	.blog-page.style-5 .blog-details-slider .swiper-container .content-card .info{height: 190px;padding: 20px;}
	
}

a:hover{color:#19AF9E;}
.blog-content-info p{font-size:18px;font-weight:500;}
.blog-content-info h1,
.blog-content-info h2,
.blog-content-info h3,
.blog-content-info h4,
.blog-content-info h5,
.blog-content-info h6,
.blog-content-info a{color:#111;}

.container, .container-lg, .container-md, .container-sm, .container-xl{overflow-y:hidden;}