<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&amp;display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-size: inherit;
	overflow-x: hidden;
}

ul {
	list-style-type: none;
}
 /* unvisited link */
a:link {
  color: white;
  text-decoration:none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration:none;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration:none;
}

/* selected link */
a:active {
  color: white;
  text-decoration:none;
} 
/* -------variables----- */
:root {
	/* font family variables */
	--ff-1: 'Jost', sans-serif;
	--ff-2: 'Josefin Sans', sans-serif;
	/* ----------------------------------------font color=----------------------- */
	--fc-dark: #224277;
	--fc-purp: #97438e;
	--fc-oran: #f57435;
	--fc-grey: #7f7f7f;
	--fc-blue: #0064a7;
	/* ------------------------font-size----------------------------------- */
	--fs-about: 9rem;
	--fs-para: 1.1rem;
	--fs-para2: 1rem;
	--fs-head0: 3rem;
	--fs-head1: 4rem;
	--fs-head2: 6rem;
}

/* ------------------main css----------- */
.front {
	max-width: 100vw;
	min-height: 50vw;
	background: url('./images/Vector\ 1.png');
	background-position-y: 8vw;
	background-repeat: no-repeat;
	background-size: 100%;
	/*padding: 0 15vw;*/
}
.dropdown-item {
	/* color: red; */
	font-size: 1.0em ;
	font-weight: 600;
	color: #000000  !important;
    opacity: 0.6;
}
.navbar {
	padding-top: 1em !important;
}
.nav-link {
	/* color: red; */
	font-size: 1em !important;
	font-weight: 600;
	color: #7f7f7f  !important;
}
.nav-link:hover {
	border-bottom: 2px solid #7f7f7f;
	transition: 1s ease-in-out;
}

.navbar-nav {
	align-items: center;
}
.nav-item {
	/* text-transform: uppercase; */
	/* color: red; */
	margin: 2px 5px;
}
.logoimg {
	height: 60px;
	margin-top: 0.1em;
}
.heading{
	position: relative;
	top: 20vw;
}
.heading h1{
	font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 72px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 4px 25px #ffffff90;
}
@media only screen and  (max-width: 576px){
    .logoimg{
        height: 50px;
    }
	.front {
		background-position-y: 0;
		padding: 0;
	}
	.heading{
		position: relative;
		top: 0vw;
	}
	.heading h1{
		font-size: 40px;
		color: #ffffff;
		text-align: center;
		text-shadow: 0px 4px 25px #ffffff90;
	}
	
}

/* --------------content section--------- */
.content {
	max-width: 80vw;
	margin: 2em auto;
}
.part1 {
	margin: 2em 0 6em;
}
.part1 h1 {
	text-align: center;
	font-size: 2em;
	font-family: var(--ff-2);
	font-weight: 600;
	letter-spacing: 0.2px;
}
.part1 h2 {
	text-align: center;
	font-size: 3em;
	font-weight: 900;
	color: var(--fc-purp);
	margin-bottom: 1em;
}
.part1 p {
	font-size: var(--fs-para);
	letter-spacing: 0.5px;
	word-spacing: 2px;
	font-weight: 500;
	line-height: 30px;
	color: var(--fc-grey);
	margin: 0 10%;
}
.part2{
	margin: 0 10%;
}
.part2 h3 {
	font-size: 2rem;
	color: var(--fc-purp);
}
.part2 h4 {
	font-size: var(--fs-para2);
	color: var(--fc-grey);
	letter-spacing: 0.5px;
	word-spacing: 2px;
	font-weight: 500;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-image: linear-gradient(to right, var(--fc-purp) 10%, #fff 10%) 1;
}
.part2 p {
	font-size: var(--fs-para2);
	color: var(--fc-grey);
	letter-spacing: 0.5px;
	word-spacing: 2px;
	font-weight: 200;
	line-height: 25px;
}
.part2 .top {
	display: flex;
	justify-content: center;
}
.part2 .cont-left {
	max-width: 50%;
}
.part2 .cont-rit {
	/* border: 2px solid black; */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box1 {
	height: 300px;
	width: 300px;
	background: url(./images/Reetu\ Jain.jpeg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.box2 {
	height: 300px;
	width: 300px;
	background: url(./images/Shekhar\ Jain.jpeg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.part2 .belo {
	margin-top: 5em;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
@media only screen and  (max-width: 576px){
	.part1 h1{
		font-size: 1em;
	}
	.part1 h2{
		font-size: 1em;
	}
	.part1 p{
		font-size: 0.6em;
	}
	.part2 h3{
		font-size: 1em;
	}
	.part2 h4{
		font-size: 0.8em;
	}
	.part2 p{
		font-size: 0.6em;
	}
	.part2 .top {
		flex-direction: column-reverse;
	}
	.part2 .belo {
		flex-direction: column-reverse;
	}
	.part2 .cont-left {
		max-width: 100%;
	}
	.part2 .cont-rit {
		/* border: 2px solid black; */
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.box1{
		width: 200px;
		height: 200px;
	}
	.box2{
		width: 200px;
		height: 200px;
	}
	.video h1 {
		font-size: 1rem;
		color: var(--fc-blue);
		font-size: bolder;
		margin: 1em 0;
	}
}
/* -------------------video frme----------------- */
.video {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 2em 0;
}
.video h1 {
	font-size: 3.2rem;
	color: var(--fc-blue);
	font-size: bolder;
	margin: 1em 0;
}
@media only screen and  (max-width: 576px){
	.video h1 {
		font-size: 1.2rem;

	}	
	.video .frme {
		/* border: 2px solid black; */
		border-radius: 30px;
		overflow-y: hidden;
		height: auto !important;
		width: 100%;
		height: 20px;
	}
}
.video .frme {
	/* border: 2px solid black; */
	border-radius: 10px;
	overflow-y: hidden;
	border: 5px solid #000;
    outline: 2px solid #928b87;
	width: 60vw;
	height: 40vw;
}
/* https://youtu.be/eHYoCYDhCPo */

/* 0--------------------moto section------------------ */
/* 0--------------------moto section------------------ */
.moto {
	max-width: 80vw;
	margin: 0 auto;
	/* border: 2px solid red; */
}
.moto h1 {
	font-size: var(--fs-head0) !important;
	color: var(--fc-grey);
	/* line-height: 50px; */
	text-align: center;
}
.moto h2 {
	text-align: center;
	font-size: var(--fs-head1) !important;
	color: var(--fc-oran);
}
.moto h3 {
	font-size: 1.2rem;
	color: var(--fc-purp);
	font-weight: bolder;
	margin-bottom: 10px;
}
.moto h4,
.moto p {
	color: var(--fc-grey);
	font-size: var(--fs-para2);
}
.moto .moto-cards {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.moto .moto-cards .cards {
	height: 400px;
	width: 310px;
	margin: 3em 0;
	/* border: 2px solid black; */
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(107, 99, 99, 0.5);
	overflow-y: hidden;
}
/* media querey for 1200px */
@media only screen and (max-width: 1200px) {
	.moto .moto-cards .cards {
		height: 420px;
		width: 280px;
	}
}
@media only screen and  (max-width: 576px){
	.moto h1 {
		font-size: 2rem !important;
	}
	.moto h2 {
		font-size: 2rem !important;
	}
	.moto .moto-cards {
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.moto .moto-cards .cards {
		height: 100vw;
		width: 35vw;
		margin: 3em 0;
		/* border: 2px solid black; */
		border-radius: 20px;
		box-shadow: 0 0 10px rgba(107, 99, 99, 0.5);
		overflow-y: hidden;
	}
	.card-h h4 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.card-h h3 {
		font-size: 14px;
	}
	.card-b p {
		line-height: 20px;
		letter-spacing: 0 !important;
		word-spacing: 0 !important;
		font-size: 10px
	}
}
.cards .card-h {
	margin: 1rem;
	display: grid;
	grid-template-columns: 80% 20%;
	justify-content: space-between;
}
.card-h .card-img {
	z-index: 100;
	/* margin-top: -10px; */
}
.card-h h4 {
	margin-bottom: 10px;
}
.card-b p {
	line-height: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.cards .card-b {
	margin: 1rem;
}
/* --------------------------- gallary------------- */
.gallary {
	width: 100%;
	height: 850px;
	margin: 5em 0 0 0;
	background-color: #005fa3;
}
.gal {
	max-width: 80vw;
	margin: 0 auto;
	height: 100%;
	background-color: #fff;
}
.top-gal,
.low-gal {
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gal-card:nth-child(1) {
	transform: rotate(10deg);
}

.gal-card:nth-child(2) {
	transform: rotate(-5deg);
}

.gal-card:nth-child(3) {
	transform: rotate(10deg);
}
.gal-card {
	/* border: 2px solid blue; */
	width: 300px;
	height: 360px;
	margin: 0 10px;
	background-color: #ffffe6;
	box-shadow: 0 0 10px #000;
}
@media only screen and (max-width: 1200px) {
	.gal-card {
		width: 280px;
		height: 370px;
	}
}
.gal-card .gal-img {
	height: 60%;
	width: 95%;
	margin: 5px auto;
	overflow-y: hidden;
}
.gal-card .gal-img img {
	width: 100%;
	height: 100%;
}
.gal-card .gal-cont {
	text-align: center;
	padding-top: 1.5em;
}
.gal-card .gal-cont h1 {
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-weight: 800;
	color: var(--fc-purp);
}
.gal-card .gal-cont p {
	font-size: 1.1rem;
	color: var(--fc-grey);
}
@media only screen and  (max-width: 576px){
	.gal-card {
		/* border: 2px solid blue; */
		width: 30vw;
		height: 50vw;
		margin: 0 10px;
		background-color: #ffffe6;
		box-shadow: 0 0 10px #000;
	}	
	.gallary{
		height: 100vh;
	}
	.top-gal{
		flex-wrap: wrap;
	}
	.low-gal{
		flex-wrap: wrap;
	}
	
	.gal-card .gal-cont h1 {
		font-size: 12px !important;
	}
	.gal-card .gal-cont p {
		font-size: 10px;

	}
}
/* --------------------FOOTER----------- */
/* footer' */

footer {
	width: 100%;
	/* height: auto; */
	background-color: #005fa3;
	color: #fff;
}

footer .logo {
	width: auto;
	height: 20em;
	margin: auto;
}

footer .logo img {
	position: relative;
	top: 3rem;
	border: 7px solid #fff;
}

footer .infromation {
	position: relative;
	left: 14rem;
}
footer .infromation h4{
	font-weight: bold;
	font-size: 27px;
}
footer .app {
	text-align: center;
}

footer .social-media {
	position: relative;
	top: 1rem;
}

footer .social-media ul {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

footer .social-media ul li {
	list-style: none;
	font-weight: bolder;
	margin: 0 10px;
	cursor: pointer;
}

footer .social-media ul li i {
	font-size: 20px;
}

footer .last {
	height: 10vh;
	/* box-sizing: border-box; */
	color: #fff;
	text-align: center;
	background-color: #1f386e;
}

footer .last p {
	overflow: hidden;
	position: relative;
	top: 2rem;
}
footer .infolast{
font-size: 18px;
font-family: 'lato';
}
@media only screen and  (max-width: 576px){
    .row{
        display: flex;
        flex-direction: column;
    }
    .last.row{
        padding: 0;
        font-size: 12px;
    }
    footer .infromation {
        position: relative;
        left: 0;
        text-align: center;
    }
	footer .infromation h4{
		font-weight: bold;
		font-size: 20px;
	}
	footer .infolast{
		font-size: 12px;
	}
	footer .logo {
		width: auto;
		height: 10em;
		margin: auto;
	}
	
	footer .logo img {
		position: relative;
		height: 100px;
		top: 3rem;
		border: 7px solid #fff;
	}
}</pre></body></html>