/* =========================
   COMMON STYLE
========================= */
/* Menu */

.elementor-3956 .elementor-element.elementor-element-bc88b3f .elementskit-navbar-nav > li.current-menu-item > a {
    color: #2776BC !important;
}

/* Container */
.bovc-container {
    max-width: 1280px;
    margin: 0 auto;
	padding: 0 20px 0 20px
}

/* Title */
.bovc-post-title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #1d1145;
    margin: 0;
    font-weight: 700;
}

/* =========================
   SINGLE TEAM
========================= */

.bovc-single-team {
    padding-bottom: 80px;
}

/* Header */
.bovc-single-team .bovc-team-header {
    background: #eef3f6;
    padding: 35px 0 45px;
    margin-bottom: 60px;
}

/* Breadcrumb */
.bovc-team-breadcrumb {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    color: #1d1145;
}

.bovc-team-breadcrumb a {
    color: #1d1145;
    text-decoration: none;
}

/* Layout */
.bovc-single-team .bovc-team-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

/* Image */
.bovc-single-team .bovc-team-image {
    width: 100%;
}

.bovc-single-team .bovc-team-image img {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
}

/* Content */
.bovc-single-team .bovc-team-content {
    width: 100%;
}

/* Designation */
.bovc-single-team .bovc-team-designation {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2a7cbd;
}

/* Description */
.bovc-single-team .bovc-team-description {
    font-size: 16px;
    line-height: 1.9;
}

.bovc-single-team .bovc-team-description p {
    margin-bottom: 20px;
}

/* Button */
.bovc-single-team .bovc-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background: #07b347;
    color: #fff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
}

.bovc-single-team .bovc-book-btn:hover {
    opacity: .9;
}


/* =========================
   SINGLE BLOG
========================= */

/* Featured Image */
.bovc-blog-image {
    margin-bottom: 40px;
}


/* Title Wrapper Area */
.bovc-blog-title {

}

.bovc-blog-title-wrapper {
    background: #eef3f6;
    padding: 55px 10px 85px 10px;
}

.bovc-blog-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content */
.bovc-blog-content {
    font-size: 16px;
    line-height: 1.9;
    color: #1d1145;
}

.bovc-blog-content-wrapper {
	position:relative;
	top: -30px;
}
/* Paragraphs */
.bovc-blog-content p {
    margin-bottom: 22px;
}

/* Images inside content */
.bovc-blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
}
