html {
	scroll-behavior: smooth;
}

:root {

	--color1: rgb(68, 91, 222, 1);
	--weekHeaderBGColor: rgb(68, 168, 222);
	--todayTextColor: rgba(234, 43, 187);
	--dayActiveColor: rgb(68, 91, 222, 0.9);
	--dayHoverColor: rgba(222, 216, 68, 0.3);
	--borderColor: rgba(0, 0, 0, 0.1);
	--fullDayHeight: 6rem;
	--transitionTime: 300ms;
}

body {
	font-size: 15px;

	color: #000;
	overflow-x: hidden !important;
	max-width: 100%;
	background-color: #fff;
}

::selection {
	color: #fff;
	background: #9B8345;
}


@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('../font/SourceSansPro-Regular.ttf') format('opentype');

}


@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('../font/SourceSansPro-Bold.ttf') format('opentype');

}
@font-face {
	font-family: 'SourceSansPro-It';
	src: url('../font/SourceSansPro-It.ttf') format('opentype');

}

@font-face {
	font-family: 'SourceSansPro-Light';
	src: url('../font/SourceSansPro-Light.ttf') format('opentype');

}

@font-face {
	font-family: 'SourceSansPro-Semibold';
	src: url('../font/SourceSansPro-Semibold.ttf') format('opentype');

}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #000;

}

a:hover {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a:-webkit-any-link:focus-visible {
	outline-offset: 0px;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0px;
}


button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

img {
	max-width: 100%;

}

p {
	font-size: clamp(1rem, 1vw, 3rem);

}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	line-height: 1.4;


}

ul {
	list-style: none;
	padding: 0;
	margin: 0;

}

ol {
	list-style-type: none;
	padding-left: 0;

}

/* ***************header-start******************* */

header {
	background-color: #fcfcff;
	padding: 10px 0px;
	position: relative;

	/* z-index: 99;
	position: sticky;
	position: -webkit-sticky; */
	top: 0;
}

header .row {
	justify-content: center;
	align-items: center;
}


header .header-content h1 {
	color: #000;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 600;
	font-size: clamp(2.8rem, 1vw, 3rem);
	line-height: 53px;
	font-family: 'SourceSansPro-Bold';
}


header .row {
	justify-content: center;
}

header img {
	max-width: 80%;
	width: 80%;
}

.menu .nav-bar ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.menu .row {
	display: flex;
	justify-content: center;
}

.menu {
	background: #9B8345;
}

.menu .nav-bar ul li a {
	text-transform: capitalize;
	font-family: 'SourceSansPro-Regular';
	padding: 4px 20px;
	display: inline-block;
	color: #fff;
	font-size: clamp(1.2rem, 1vw, 3rem);
}

.menu .nav-bar ul li a:hover {
	background: #4C3E17;
}

/* ***************header-End******************* */


/* ***************Home-start******************* */
.italic {
	font-style: italic;
}

.main-content .col-lg-4 img {
	padding: 5px;
	background: #686666;
	border-radius: 4px;
}

.main-content h2 {
	font-size: clamp(2rem, 1vw, 3rem);
	font-family: 'SourceSansPro-Semibold'!important;
}


.main-content .photo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-content .photo_small_sz {
	font-size: clamp(0.75rem, 1vw, 0.75rem);
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	font-family: 'SourceSansPro-Regular';
}

.main-content .details-dr video {
	height: 38px;
	width: 100%;

}

.main-content .details-dr .audio .row {
	align-items: center;
	margin-bottom: 20px;
}

.main-content .details-dr .audio .row h2 {
	margin-bottom: 0;
	font-family: 'SourceSansPro-Semibold'!important;
}

.photo-small {
	color: #000;
	text-align: center;
	display: flex;
	font-size: clamp(0.75rem, 1vw, 0.75rem);
	justify-content: center;
	margin-top: 10px;
	font-family: 'SourceSansPro-Regular';
}

.references ul li {
	list-style-type: decimal;
	font-size: clamp(0.75rem, 1vw, 1rem);
	font-family: 'SourceSansPro-Regular';
}

.references ul {
	padding-left: 20px;
}
.references h6{font-family: 'SourceSansPro-Regular';}
/* ***************Home-End******************* */


/* ***************Certificate-Start******************* */
.data {
	padding: 40px 20px;
	background: #10303a14;

	clear: both;
}

.data.Application .inner-div {
	height: 100%;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

/* ***************Certificate-End******************* */

.details-dr p {
	text-align: justify;
	font-family: 'SourceSansPro-Regular';
}

.youtube-video.speechvedio .inner-video {
	width: 100%;
	height: auto !important;
	padding-bottom: 40px;
}

.youtube-video {
	margin-top: 30px;
	background: #f5f5f5;
}

.inner-video {
	background: #10303a14;
	padding: 20px;
	border-radius: 4px;
}

.youtube-video .inner-video video {
	width: 100%;
	height: 100%;
}

.youtube-video.speechvedio {
	padding: 40px;
}

.youtube-video.speechvedio .row {
	align-items: center;
}

.youtube-video .inner-video p {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 0;
	font-family: 'SourceSansPro-Regular';
}

.ca-speech {
	display: flex;
	justify-content: center;
	font-size: clamp(0.75rem, 1vw, 1rem);
	margin-bottom: 5px;
	font-family: 'SourceSansPro-Regular';
}

.Gray {font-family: 'SourceSansPro-Semibold'!important;text-decoration: underline;}
.inner-div {
	height: 100%;

	border-radius: 4px;
}


.main-content img {
	height: 90%;
	border-radius: 4px;
	border: 5px solid #dbdbdb;
}

.main-content {
	margin-top: 30px;
	padding: 0px 40px;
}


/* ********* case ********* */
.case h2 {
	margin-bottom: 15px;
	font-size: clamp(2rem, 1vw, 3rem);
	text-transform: capitalize;
	font-family: 'SourceSansPro-Semibold'!important;
}

.case {
	padding: 30px 40px 0px 40px;
}

.case p {
	font-size: 18px;
	color: #000;
	font-family: 'SourceSansPro-Regular';
}

.case-inner {
	margin-bottom: 20px;
	box-shadow: 0 0 6px 0.2rem rgb(78 78 73 / 5%);
	padding: 20px;
	border-radius: 4px;
	border-bottom: 2px solid #ddd;
}

.case-inner b {
	font-size: clamp(1.4rem, 1vw, 3rem);
	font-family: 'SourceSansPro-Regular';
}

.case-inner h5 {
	font-family: 'SourceSansPro-Semibold';
	color: #484848;
}

.case-inner a {
	color: #323283;

	text-decoration: underline;
	text-transform: capitalize;
	font-size: clamp(1.4rem, 1vw, 3rem);

	margin-bottom: 8px;
	display: inline-block;
}

.data .row {
	justify-content: center;
}

.case-inner p {
	font-size: clamp(1rem, 1vw, 3rem);
	margin-bottom: 7px;
	font-family: 'SourceSansPro-Regular';
}

/* ********* case ********* */


/* .case-inner p:last-child { margin:20px 0px; } */


#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #484848;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	font-family: 'SourceSansPro-Regular';
}


.gallery-title {
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.case-inners p {
	font-size: 12px !important;
	margin-bottom: 0;
	text-align: center;
	margin-top: 30px;
	text-transform: capitalize;
	font-family: 'SourceSansPro-Regular';
}

.filter-button {
	font-size: clamp(1rem, 1vw, 3rem);
	border: 1px solid #9B8345;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background-color: #9B8345;
	margin-bottom: 40px;

}


.port-image {
	width: 100%;
}

.gallery img {
	width: 100%;

}

.gallery {
	margin-top: 15px;
}

.inner-pic {

	background: #e3e5e3;
	padding: 10px;
	border: 4px solid #ddd;
}

.button-gallery {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.gallery_product {
	margin-bottom: 30px;
}

.button-gallery {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}

.btn:hover {
	color: #9B8345;
	background-color: #fff;
	border-color: #9B8345;
}


.Publication .books {

	padding: 10px 0px;
}

.Publication .books img {
	width: 100%;
	border: 0px !important;
	height: auto !important;
}

.Publication .books h5 {
	font-size: clamp(1rem, 1vw, 1rem);
	margin-top: 5px;
	font-family: 'SourceSansPro-Regular';

}

.Publication .books p {
	margin-bottom: 0;
	font-size: clamp(1rem, 1vw, 1rem);
	font-family: 'SourceSansPro-Regular';

}
.Publications-link p{font-family: 'SourceSansPro-Regular';
}
.Publications-link a{font-family: 'SourceSansPro-Regular';
}
.Publication .col-lg-2.col-md-3.col-12 {
	background-color: #9b834514;
	margin: 15px;
	border-radius: 4px;
}

.Publication .normal-font {
	font-weight: 400;
}

.details-dr h4 {
	font-size: 18px;
}

.vedio-div.home {
	text-align: right;
}


.youtube-video.speechvedio img {
	background-color: transparent;
	border: 0px;
	width: 60px;
	margin: 0 auto;
}

.youtube-video.speechvedio .inner-video {
	background-color: transparent;
	padding: 0px;
}

.youtube-video.speechvedio .inner-video ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 35px;
	grid-gap: 20px;
}

.youtube-video.speechvedio .inner-video li {
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
}

.youtube-video.speechvedio .inner-video li a {
	background-color: #f5f5f5;
	padding: 10px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
	font-family: 'SourceSansPro-Regular';
}

.youtube-video.speechvedio .inner-video video {
	width: 100%;

	border: 10px solid #fff;
}

.youtube-video.speechvedio .inner-video h4 {
	font-size: clamp(1.2rem, 1vw, 2rem);
	text-align: center;
	font-family: 'SourceSansPro-Regular';
}

.Babasaheb-pic p {
	font-size: 15px;
	margin-top: 20px;
	font-family: 'SourceSansPro-Regular';
}

.amb-bold {
	font-weight: 600;
	font-family: 'SourceSansPro-Semibold'!important;
}


.main .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.main .card-image {
	background: #ffffff;
	display: block;
	padding-top: 70%;
	position: relative;
	width: 100%;
}

.main .container .col-lg-3 {
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
	width: 100%;
	color: #333333;
	border-radius: 2px;
	padding: 5px;
}

.main .container .row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}

.main .container .row .card {
	border: 0;
}

.card-image.fill img {
	object-fit: contain !important;
}

.gallery h2 {
	font-size: clamp(2rem, 1vw, 3rem);
	margin: 10px 0px;
	margin-bottom:15px;
	font-family: 'SourceSansPro-Semibold'!important;
}


.related img {
	max-width: 30px;
	margin-right: 10px;
	height: auto !important;
}

/* .mahad-data .row{justify-content: center; align-items: center;} */

.Babasaheb-pic p {
	color: #000;
	font-family: 'SourceSansPro-Regular';
}

/************** Mahad Satyagraha ******************/

.mahad-satagrah p {
	font-size: 12px;
	color: #000;
	margin-top: 4px;
	font-family: 'SourceSansPro-Regular';
}

.mahad-satagrah span {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	font-family: 'SourceSansPro-Regular';
}

.mahad-satagrah {
	display: flex;
	flex-direction: column;
}

.inner-Mahad {
	font-size: clamp(0.85rem, 1vw, 1rem);
}

.main-content.mahad-parent h5 {
	font-weight: 600;
	font-size: clamp(1rem, 1vw, 3rem);

	font-family: 'SourceSansPro-Semibold'!important;
}

.mahad-data h2 {
	font-size: clamp(1.5rem, 1vw, 1.5rem);
	font-family: 'SourceSansPro-Semibold'!important;
}
.mahad-data span{font-family: 'SourceSansPro-Regular';}
.mahad-data h3 {
	font-size: clamp(1.5rem, 1vw, 1.5rem);font-family: 'SourceSansPro-Regular';
}

.main-content.mahad-parent p {
	text-align: justify;
	font-family: 'SourceSansPro-Regular';
}

.inner-Mahad ul li {
	margin-bottom: 15px;
}
.inner-Mahad ul li a{font-family: 'SourceSansPro-Regular';}
.inner-Mahad img {
	max-width: 40px;
	margin-right: 10px;
}

.inner-Mahad {
	margin-top: 20px;
	background: #cccccc5e;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 15px;
}

.mahad-data {
	margin-top: 40px;
}

.main-content .mahad-data .col-lg-4 img {
	padding: 5px;
	background-color: #fff !important;
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inner-Mahad ul li:last-child {
	margin-bottom: 0px;
}

/************** Mahad Satyagraha ******************/
.inner-div.font-view p {
	text-align: center;
	margin-bottom: 10px;
	font-family: 'SourceSansPro-Regular';
}

span.casenos {
	color: #323283;

	text-transform: capitalize;
	font-size: clamp(1.4rem, 1vw, 3rem);
	font-family: 'SourceSansPro-Regular';
}

.case.case-data .case-inner {
	display: flex;
	column-gap: 6px;
	align-items: baseline;
}

/* footer */

footer {
	position: fixed;
	background: #868584;
	padding: 10px 40px;
	width: 100%;
	bottom: 0;
}

footer .footer-data p {
	font-size: clamp(1rem, 1vw, 3rem);
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-family: 'SourceSansPro-Regular';
}

/* footer */
.text-amb {
	font-size: clamp(0.85rem, 1vw, 1rem);
	font-family: 'SourceSansPro-Regular';
}