/*display*/
.view_mobile{
	display : block;
}
.view_tab{
	display : none;
}

@media(min-width : 782px){
	.view_mobile{
	display : none;
}
	.view_tab{
	display : block;
}
}
/* common styles */

p, li{
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
a{
	text-decoration: none !important;
}

/* common slider styling */

.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev{
	left: 0;
}
.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next{
	right: 0;
}
.wp-block-splide-carousel .splide__pagination{
	bottom: 0;
	margin-bottom: 10px;
}
.wp-block-image img{
	width: 100%;
}


.slider_grp .wp-block-splide-carousel .wp-block-image img{
	height: 150px;
}
@media(min-width: 500px){
	.slider_grp .wp-block-splide-carousel .wp-block-image img{
	height: 250px;
}
}
@media(min-width: 992px){
	.slider_grp .wp-block-splide-carousel .wp-block-image img{
	height: 350px;
}
}
@media(min-width: 1200px){
	.slider_grp .wp-block-splide-carousel .wp-block-image img{
	height: 450px;
}
}
@media(min-width: 1600px){
	.slider_grp .wp-block-splide-carousel .wp-block-image img{
	height: 550px;
}
}

/* common youtube embed styling */
.wp-block-cover .wp-block-embed{
	min-height: unset;
	min-width: unset;
}

/* header styling */

.nabh_col{
	text-align: center;
	font-size: 14px;
}
.nabh_col p{
	font-size: 14px;
}
@media(min-width: 782px){
	.nabh_col{
	text-align: left;
}
	.nabh_col p{
	font-size: 16px;
}
}
/* navigation styling */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
	background-color: #1e588c;
	color: #fff;
}
.wp-block-navigation__submenu-container{
	width: 300px !important;
	text-transform: capitalize;
	font-size: 10px;
}
.wp-block-navigation__submenu-container li{
	font-size: 12px !important;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
}

/* home page gallery col */

@media(min-width: 600px){
	.gallery_col .wp-block-columns{
	flex-wrap: nowrap !important;
}
}
@media(min-width: 782px){
	.det_gall_cover.wp-block-columns{
		flex-wrap: wrap !important;
	}
		.det_gall_cover.wp-block-columns > .wp-block-column{
		flex-basis: 100% !important;
	}
}
@media(min-width: 992px){
	.det_gall_cover.wp-block-columns{
		flex-wrap: nowrap !important;
	}
		.det_gall_cover.wp-block-columns > .wp-block-column{
		flex-basis: 50% !important;
	}
}

/* common card view */

.card_view{
	padding: 10px;
	box-shadow: 0px 0px 5px #ccc;
}

/* fixed div */

.fixed_div{
	position: fixed;
	top: 50%;
	right: 0;
	margin-right: 10px;
	transform: translatey(-50%);
}
.fixed_div svg{
	padding: 8px 10px;
	background-color: #f05b43;
	border-radius: 50%;
	height: 20px;
	width: 20px;
}
@media(min-width: 782px){
	.fixed_div svg{
		font-size: 18px;
	}
}

/*common inner page styling */
/*.page-template-default .wp-container-core-group-is-layout-20 > * + *,.page-template-default .wp-container-core-group-is-layout-14 > * + *,.page-template-default .is-layout-constrained > *{
	margin-block-start: 5px !important;
}*/
.page-template-default aside .is-layout-constrained > *{
	margin-block-start: 5px !important;
}

.page-template-default .wp-block-columns img{
	max-height: 300px;
	object-fit: contain;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-template-default header.wp-block-template-part img{
	max-height: 100px;
	object-fit: contain;
	margin-top: 0px;
	margin-bottom: 0px;
}
.page-template-default h2, .page-template-default h3, .page-template-default .is-layout-constrained > h3,.page-template-default figure.wp-block-embed{
	margin-top: 20px !important;
	margin-block-start: 20px !important;
	margin-bottom: 15px;
}
.page-template-default header.wp-block-template-part h2, .page-template-default header.wp-block-template-part h3, .page-template-default header.wp-block-template-part .is-layout-constrained > h3,.page-template-default header.wp-block-template-part figure.wp-block-embed{
	margin-top: 0px !important;
	margin-block-start: 0px !important;
	margin-bottom: 0px;
}
.page-template-default .card_view img{
	height: 250px;
	width: 100%;
	object-fit: fill;
	margin-top: 5px;
	margin-bottom: 5px;
}
.page-template-default .card_view.meet img{
	height: 200px;
	object-fit: contain;
}
.page-template-default aside img{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.page-template-default aside figure.wp-block-embed{
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}
.page-template-default .card_view p{
	text-align: center;
}
.breadcrumbs > div{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px !important;
}

/*footer styling */
footer{
	margin-top: 0px;
}
footer > div{
	padding-top: 50px;
	padding-bottom: 10px;
	font-size: 12px;
}
footer figure{
	height: 50px;
	width: 50px;
}
footer p, footer h2{
	text-align: center;
}
footer ul{
	justify-content: center;
}
footer figure{
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 782px){
	footer p, footer h2{
	text-align: left;
}
footer ul{
	justify-content: left;
}
}
@media(min-width: 900px){
		footer figure{
	margin-left: 0;
}
}
.contact-form__select-wrapper:after {
	top: 24px !important;
}
.txt_area
{
	height : 50px;
}
.bod-block-popup-wrap.active .bod-block-popup{
	margin-top : 30px;
	padding-bottom : 30px; 
}
.bod-modal-content p{
	text-align : center;
	padding : 10px;
	background-color : #286db4;
	color : #fff;
	border-radius : 10px;
	margin-left : 100px !important;
	margin-right : 100px !important;
}
.bod-modal-content p a{
	color : #fff;
}
.bod-block-popup-wrap .bod-block-popup .bod-modal-title h2 {
	text-align : left;
	padding-top : 20px;
	padding-left : 20px;
}
.image img{
	margin-bottom : 0px !important;
	text-align: left;
}
