/**
 * Theme Name:     Twenty Sixteen Child
 * Author:         the WordPress team
 * Template:       twentysixteen
 * Text Domain:	   twenty-sixteen-child
 * Description:    Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
 */
.ekit-template-content-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li.current-menu-item {
    background: #504d78;
    border-radius: 30px;
}
.elementor-12 .elementor-element.elementor-element-5d1e541 .elementskit-menu-container {
    background-color: #FFFFFF;
    height: 56px;
    border-radius: 40px 40px 40px 40px;
    max-width: max-content;
    margin: 0 auto;
    padding: 10px;
}
.vita_button i.icon {
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex !important;
    border-radius: 50%;
    background: #fff;
    color: #504d78;
    transition: 0.5s;
    margin-right: 10px !important;
}
.our_vision_mask_bg {
    mask-image: url(https://www.dvita.uk/wp-content/uploads/2025/10/Subtract-2.png);
    mask-size: 100% 100%;
}
.animate-rotational{animation:rotational 10s linear infinite}
@keyframes rotational {
	
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .our_vision_mask_bg {
    mask-image: none;
   }
}

div#wpforms-1025 {
    margin-top: 0px;
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Oxanium", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Oxanium", Sans-serif;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(-90deg, #504d78 49%, #504d78 100%);
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-image: linear-gradient(-90deg, #504d78 49%, #5a51ce 100%);
}

.home_blog-sec a.elementskit-entry-thumb img {
    height: 250px !important;
	object-fit: cover;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.home_blog-sec h2.entry-title {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home_blog-sec .elementskit-post-body p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.events img.swiper-slide-image {
    height: 800px;
    width: 100%;
    object-fit: cover;
}
.team_img img {
    height: 420px !important;
    object-fit: cover !important;
    object-position: top center !important;
}
footer.entry-footer {
    display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
}
.ekit-template-content-footer li.elementor-icon-list-item {
    list-style: none;
}

@media (max-width: 767px) {
	.about_us-image img.attachment-large.size-large.wp-image-683 {
		-webkit-mask-image: none !important;
	}
}