@charset "utf-8";
/* CSS Document */

html,body {
	height: 100%;
	width: 100%;
	font-family: calibri;
	font-size: 1.1em;
}

@font-face {
  font-family: calibri;
  src: url(../fonts/Calibri%20Regular.ttf);
}

@font-face {
  font-family: devnagri;
  src: url(../fonts/dev.ttf);
}

.hindi {
	font-family: devnagri;
	font-size: 1em;
	line-height: 1.4em;
}

.pur-bg {
	background: #7225ac;
}

.pur-bg:hover {
	background: #323232;
}

.section {
	padding: 30px 0px;
}

h2 {
	margin-bottom: 1em;
}

h3 {
	margin-bottom: 1em;
}

.dt {
	color: #323232;
}

.lt {
	color: #646464;
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
	text-justify: inter-word;
}


/* header */

.cust-navbar {
	background: #FFF;
}

.logo {
	width: 150px;
}

.logo img {
	max-width: 100%;
}

.menu {
	flex-grow: 0;
}

.nav-item {
	padding-left: 2em;
}

/* footer */
.mainFoot {
	background-color: #323232;
	color: #FFF;
}

.mainFoot .logo img {
	width: 50%;
}

.foot {
	padding-bottom: 2em;
	text-align: center;
}

.foot .logo {
	padding: 0px 1em;
}

.mainFoot ul {
	list-style-type: none;
	padding-left: 0px;
}

.mainFoot ul li a {
	color: #FFF;
	text-decoration: none;
}

.social a:hover {
	opacity: 0.5;
}

/* Home page */

.divider {
	color: #b4b4b4;
	padding-top: 4%;
	margin: 10px 0px;
}

.left-divide {
	width: 30%;
	height: 2px;
	background-image: linear-gradient(to right, white, #b4b4b4);
	margin-left: 15%;
	float: left;
}

.right-divide {
	width: 30%;
	height: 2px;
	background-image: linear-gradient(to right, #b4b4b4, white);
	margin-right: 15%;
	float: right;
}

.mid {
	width: 10%;
	position: relative;
	top: -15px;
	float: left;

}

/* Slider */

.below-slider {
	background: #f0f0f0;
	padding: 1em 0em;
}


/* Working Areas */

.work .card {
	border: none;
	margin-bottom: 1em;
}

.work .bord {
	border: 1px solid #b4b4b4;
  	border-radius: 5px;
	padding: 0.6em;
}

.bord img {
	max-width: 100%;
}

.work .card-title {
	text-align: left;
}

/* Coach */

.pic img {
	width: 100%;
	border: solid medium #7225ac;
}

.pic {
	float: left;
    margin: 5px;
	margin-right: 1em;
}
 
.wrap-text p {
	text-align: justify;
}

/* Programs */

.prog {
	border: none;
	margin: 4% 0px;
	border-radius: 0px;
}

.prog p {
	float: left;
	margin-bottom: 0px;
}

.prog .btn {
	margin-top: 4%;
}

/* Success Stories on home page */

.succ {
	margin-top: 5em;
}

.succ h1 {
	color: #7225ac;
	position: relative;
}

.succ h3 {
	position: relative;
	margin-bottom: 0.5em;
}

.story {
	height: auto;
	text-align: center;
}

.story .card {
	margin: 20px;
	padding: 2em;
	max-height: 100%;
	border: none;
	border-radius: 0px;
}

/* About Us Page */

.top-image {
	margin-top: 4em;
}

.top-image img {
	width: 100%;
}

.visionaries .wrap-text {
	padding: 1em 3em 0em 2em;
	margin-bottom: 2em;
}

.comit .card {
	margin-bottom: 1.5em;
}

.comit .card img {
	margin: 0.5em;
}

.video {
	float: left;
	margin-bottom: 1em;
	padding: 0.5em;
}


/* Success stories page */

.succ-story .card {
	border: none;
	margin-bottom: 1em;
	padding: 1em;
}

.photo img {
	width: 100%;
	border: solid medium #7225ac;
}

.photo {
	float: left;
    margin: 0.5em;
	width: 6em;
}
#top-mar {
	margin-top: 2em;
}

.succ-story .wrap-text .card p {
	text-align: center;
}


/* Programs page */

.program .shadow {
	padding: 1em;
	margin: 1em;
}

.program img {
	width: 100%;
}

.program ul {
	margin: 0 auto;
	width: 60%;
}

/* Gallery page */

.thumb {
	height: 8em;
	margin: 0.5em 0em;
}

.thumb img {
	width: 100%;
	height: inherit;
	border: solid medium #7225ac;
}

.gal h2 {
	margin-top: 1em;
}

.gal h2:first-child {
	margin-top: 0em;
}

.lb-details {
	display: none;
}

/* Contact us page */

.form-box {
	padding: 2em;
	margin: auto;
	margin-bottom: 2em;
}

.cont-form input, .cont-form textarea, .cont-form select {
	background: none;
	width: 100%;
	border: thin dashed #646464;
	padding: 1%;
	margin: 1% 0px;
	color: #323232;
}

.cont-form input:focus, .cont-form textarea:focus, .cont-form select:focus {
	outline: none;
	border: thin solid #646464;
}

.cont-form input[type=submit] {
	width: 50%;
	color: #FFF;
	background-color: #7225ac;
}

.cont-form input[type=submit]:hover {
	background-color: #646464;
}