/*
Theme Name: Biovence
Author: Developing Team
Description: Responsive Wordpress Theme
Version: 1.0
*/
/* WordPress Core */

.text-center img {
	display: inline-block;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.header-top.light-bg {
    display: none;
}
.wptheme-content ul {
    padding-left: 20px;
}
.slide-area {
    width: 100%;
}
.slide-area .slide-conarea {
    background-color: #0a44874f !important;
}
.service-desc.pt-6.white-bg.shadow-none {
    background-color: #fff !important;
}
div#navbarNav li.current-menu-item a{
	position:relative;
	color: #2363d5;
/* 	border-bottom: 2px solid #2363d5; */
}

.slide-conarea p {
    font-size: 20px;
}
footer.footer.light-bg {
    border-top: 1px solid #45b3e6;
}

body.page-template-about a.btn.btn-theme{
	display:none;
}
.page-template .service-desc p, .page-template .service-desc li , .page-template-about .section-title p, body.page-template-about .section-title p strong, .page-template-services p, body.page-template-services p strong{
    color: #000 !important;
}
.page-template-contact .page-wrapper, .page-template-about .page-wrapper {
    background-color: #fff !important;
}
.page-template-contact .dark-bg{
	    background-color: #141D39;
}
.white-bg.p-md-5.p-3.d-inline-block {
    visibility: hidden;
}
.page-template-about .section-title strong{
	color: #2363d5 !important;
}

@media (min-width:768px){
	.wp-block-group.about-content-grp {
		width: 60%;
	/* 	background-color:#f5f8fd; */
		margin: auto;
	}
}

@media (min-width:1024px){
	div#navbarNav li.current-menu-item a:after {
		content: '';
		left: 0;
		right: 0;
		height: 2px;
		background-color: #2363d5;
		position: absolute;
		bottom: 20px;
		width: 100%;
	}
	div#navbarNav {
		max-height: 70px;
	}
	.banner-slider h1 {
		font-size: 50px !important;
	}
}


.text-center img {
	display: inline-block;
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(190,187,187,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(190,187,187,1);
	box-shadow: 0px 0px 5px 2px rgba(190,187,187,1);
	padding: 5px;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0px;
}




.wp-block-group.is-style-service-group {
    margin-top: 20px;
}
.wp-block-group.is-style-custom-border {
  padding: 20px 0px;
}

.wp-block-group.is-style-service-group ul.wp-block-list {
  padding: 0px 25px;
	margin-top:20px;
}





/*RESPONSIVE*/
@media screen and (max-width: 1920px) {
	
}
@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1440px) {
	
}
@media screen and (max-width: 1366px) {
	
}
@media screen and (max-width: 1365px) {
	
}

@media screen and (max-width: 1023px) {
	
}

@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 414px) {
	
}