ul.pagination li {list-style: none;}.pagination {display: flex;padding-left: 0;margin: 10px; margin-left: 0; }.page-link {position: relative;display: block;color: #0d6efd;text-decoration: none;background-color: #fff;border: 1px solid #dee2e6;transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out }@media (prefers-reduced-motion:reduce) {.page-link {transition: none }}.page-link:hover {z-index: 2;color: #0a58ca;background-color: #e9ecef;border-color: #dee2e6 }.page-link:focus {z-index: 3;color: #0a58ca;background-color: #e9ecef;outline: 0;box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) }.page-item:not(:first-child) .page-link {margin-left: -1px }.page-item.active .page-link {z-index: 3;color: #fff;background-color: #0d6efd;border-color: #0d6efd }.page-item.disabled .page-link {color: #6c757d;pointer-events: none;background-color: #fff;border-color: #dee2e6 }.page-link {padding: .375rem .75rem }.page-item:first-child .page-link {border-top-left-radius: .25rem;border-bottom-left-radius: .25rem }.page-item:last-child .page-link {border-top-right-radius: .25rem;border-bottom-right-radius: .25rem }.float-end { float: right !important; }
.executive_detail_page .experts_content {
    padding: 20px 30px;
    text-align: center;
}
.project_main_banner-image .swiper-slide .image-layer {
    background-position: top;
}
a.logo img {
    margin-right: 10px;
}
section.sectionOffers:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.7);
    position: absolute;
    top: 0;
}

.widget-inner .offers-item .item-inner .item-desc p {
    -webkit-line-clamp: 3;
}
.project_main_banner-image .swiper-slide {
    min-height: 90vh;
}
@media all and ( min-width: 992px ) {
    .budhhist .widget-inner .offers-item .item-inner .item-photo, 
    .ramayan .widget-inner .offers-item .item-inner .item-photo, 
    .budhhist .widget-inner .offers-item .item-inner .item-photo, 
    .sikh .widget-inner .offers-item .item-inner .item-photo, 
    .shivshakti .widget-inner .offers-item .item-inner .item-photo, 
    .mahabharat .widget-inner .offers-item .item-inner .item-photo {
     width: 230px;
    flex: 0 0 230px;
    }
    .budhhist .widget-inner .offers-item .item-inner .item-desc, 
    .ramayan .widget-inner .offers-item .item-inner .item-desc, 
    .budhhist .widget-inner .offers-item .item-inner .item-desc, 
    .sikh .widget-inner .offers-item .item-inner .item-desc, 
    .shivshakti .widget-inner .offers-item .item-inner .item-desc, 
    .mahabharat .widget-inner .offers-item .item-inner .item-desc {
        flex: 1;
    }
}

.map-container {
	padding: 0;
	position: relative;
	display: inline-block;
}

.map-container img {
	width: 100%;
}

.map-container .point {
	cursor: pointer;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: all .3s ease;
}

.map-container:hover .red_point {
	animation: none;
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.16 ), 0 3px 6px rgba( 0, 0, 0, 0.23 );
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba( 207,39,38, 0.5 );
	}

	70% {
		box-shadow: 0 0 0 25px rgba( 207,39,38, 0 );
	}

	100% {
		box-shadow: 0 0 0 0 rgba( 207,39,38, 0 );
	}
}

.centered-y {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
width: 100%;
}

.centered-y .map-title {
	font-size: 12px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 60px;
	padding-left: 7px;
	padding-right: 7px;
	color: #333;
}

.map {
	margin-top: 80px;
}

.map-image {
	height: 140px;
	flex: 0 0 140px;
}

.map-container {
	padding: 0;
	position: relative;
	display: inline-block;
}

.map-container img {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.map-container .map-image img {
	height: 100%;
	object-fit: cover;
}

.map-container .red_point {
	border-radius: 50%;
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #cf2726;
	box-shadow: 0 0 0 rgba( 207, 39, 38, 0.4 );
	border: 1px solid #fff;
	z-index: 0;
	animation: pulse 3s infinite;
}

.map-container .point .content {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -10;
	height: 0;
	bottom: 0;
	left: 50%;
	transform: translateX( -50% );
	transition: opacity 0.25s linear;
	box-shadow: 0 0 0 rgba( 207, 39, 38, 0.4 );
}

.map-container .point .content:after {
    content: '';
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
}

.map-container .point:active .content,
.map-container .point:focus .content,
.map-container .point:hover  .content {
	background-color: #fff;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	opacity: 1;
	visibility: visible;
	width: 250px;
	height: 200px;
	bottom: 15px;
	z-index: 1;
	animation: none;
	border: none;
	transition: border-radius 0.25s linear, opacity 0.25s linear, width 0.25s linear, height 0.25s linear;
}
