@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins&family=Roboto&family=Ubuntu&display=swap');

*
{
	margin: 0;
	padding: 0;
	font-family: poppins;
	box-sizing: border-box;
}
html 
{
	scroll-behavior: smooth;
}
body
{
	user-select: none;
	background-color: #11021f;


}

img 
{
	height: auto;
}
marquee
{
	background-color: #F83838;
	height: 40px;
	margin: 0;
	padding: 0;
}
marquee h3
{
	color: white;
	font-family: Ubuntu;
/*	background-color: hotpink;*/
	font-size: 25px;
	margin-top: 2px;
	letter-spacing: 1.2px;
	word-spacing: 2.2px;
}
marquee h3 a 
{
	color: yellow;
	text-decoration: none;
}
.model img
{
	width: 1519px;
	height: 660px;
	display: table-cell;
}
.maps
{
	margin: 0px 7%;
/*	margin-bottom: 60px;*/
	border: 3px solid #ffffff;
}
#whats
{
	height: 50px;
	width: 50px;
/*	border: 1px solid white;*/
	position: absolute;
	top: 15%;
	left: 74.2%;
}

.menu
{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	animation: move 0.5s ease-in-out;
	text-align: center;

}
.menu ul 
{
	margin-top: 100px;
}
.menu ul li
{
	list-style-type: none;
}
.menu ul li a 
{
	color: #ffffff;
	text-decoration: none;
	padding: 16px;
	font-size: 20px;
	text-align: center;
}
.menu ul li h1 
{
	color: #ffffff;
}
.menu ul li h2
{
	color: #ffffff;
	font-size: 45px;
	margin-top: 100px;
}

.close
{
	background-color: #ffffff;
	color:#000;
	padding: 6px 12px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	position: absolute;
	top:0;
	right: 0;
	margin-top: 8px;
	margin-right: 8px;
	cursor: pointer;
}
.close:hover
{
	background-color: red;
}


.subheader
{
	display: flex;
	background-color: #f83838;
	display: none;
}
.subheader-c1
{
	flex: 48%;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
/*	border: 1px solid white;*/
}
.subheader-c2
{
	flex: 48%;
/*	border: 1px solid white;*/
	text-align: center;
	padding: px 2px;
}
.subheader-c1 i 
{
	color: #ffffff;
	font-size: 30px;
	padding: 5px;


}
.subheader-c2 i 
{
	color: #0e9f15;
	background-color: #ffffff;
	font-size: 40px;
	padding: 1px 5px;

}
.subheader-c2 h1 
{
	font-size: 38px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-top: 4px;
}
.subheader-c2 h1 a 
{
	text-decoration: none;
	color: #ffffff;



}
.header
{
	display: flex;
	background-color: #f83838;
/*	box-shadow: 0 0 5px #f83838, 0 0 50px #f83838 ;*/
	height: 100px;
	color: #ffffff;
	align-items: center;
	height: 90px;
}
.header-c0
{
	flex: 10%;
/*	border: 1px solid white;*/
}
.header-c1
{
	flex: 30%;
/*	border: 1px solid white;*/
}
.header-c2
{
	flex: 42%;
/*	border: 1px solid white;*/
/*	text-align: center;*/

}
.header-c3
{
	flex: 19%;
/*	border: 1px solid white;*/

}
.header-c0 img 
{
	width: 75px;
	height: 75px;
	float: right;
}
.header-c2 ul li 
{
	list-style-type: none;
	display: inline-block;
	padding: 12px 20px;
	font-size: 20px;



}
.header-c2 ul li a 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
.header-c1 h1 
{
	animation: animate 5s linear infinite;
	font-size: 35px;
	margin-top: 5px;
	margin-left: 15px;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-family: Marcellus;
}
@keyframes animate
{
	0%,20%,40%,60%,80%,100%
	{
		color: #ffffff;
		text-shadow: none;
	}
	10%,30%,50%,70%,90%
	{
		color: #ffffff;
		text-shadow: 0px 0px 15px #ffffff,
		 0px 0px 20px #ffffff,
		 0px 0px 35px #ffffff; 
	}
}
@keyframes move
 {
		0% 
		{
			opacity: 0;
			transform: translateX(-100px);

		}



		100%
	 {
			opacity: 1;
			transform: translateX(0px);
		}
}
.header-c3 a 
{
	text-decoration: none;
	color: #ffffff;
}
.header-c3 a i 
{
	color: green;
	background-color: #ffffff;
	padding: 4px 6px;
	font-size: 35px;
}
.content-top span 
{
	color: #f83838;
}
.content
{
	margin: 0px 7%;
	text-align: center;
	padding-bottom: 40px;

}
.table-content
{
	margin: 0px 7%;
	text-align: center;
	padding-bottom: 40px;

}
.content-location
{
	margin: 0px 7%;
	text-align: center;
	padding-bottom: 40px;

}
.content h2  
{
	font-size: 37px;
	color: #f83838;
	letter-spacing: 1.1px;
/*	text-decoration: underline;*/
	text-underline-offset: 5.6px;
	margin-bottom: 20px;
}
.content p 
{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	word-spacing: 1.2px;
	margin-bottom: 40px;
}
.content-location h2  
{
	font-size: 37px;
	color: #f83838;
	letter-spacing: 1.1px;
/*	text-decoration: underline;*/
	text-underline-offset: 5.6px;
	margin-bottom: 20px;
}
.content-location p 
{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	word-spacing: 1.2px;
	margin-bottom: 10px;
}
.content-location ul li
{
	color: #ffffff;
	font-size: 21px;
	text-align: left;
	margin-left: 18px;
	margin-bottom: 10px;

}
.content-location ul li a 
{
	text-decoration: none;
	color: yellow;
}
.content-location ul li strong
{
	font-family: Ubuntu;
	letter-spacing: 0.3px;
	color: #4E91FD;
}

.content h2 a 
{
	text-decoration: none;
	color: inherit;
}

.content ol li 
{
	color: #ffffff;
	font-size: 22px;
	text-align: justify;
}
.content ol li a 
{
	text-decoration: none;
	color: #f83838;
}
.content img 
{
	width: 100%;
	margin: 13px 0px;
}
.content p a 
{
	color: #f83838;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-underline-offset: 3.6px;
}
.content strong 
{
	color: #f83838;
}
.content ul li a
{
	color: #f83838;
	text-decoration: none;
	font-size: 20px;
}
.content p a 
{
	text-decoration: none;
	color: yellow;
}
.content h4 
{
	color: #f83838;
	font-size: 35px;
	margin-bottom: 20px;
	text-align: center;
}
.list 
{
	margin-bottom: 10px;
	padding: 0;
}
.content .gap 
{
	margin-bottom: 10px;
	padding-bottom: 0;
}
.content ul li a:hover
{
	text-decoration: underline;
	color: #0e9f15;
}
.content ul
{
	margin-left: 18px;
	margin-top: 0;
	margin-bottom: 30px;
	
}
.content ul li
{
	color: #ffffff;
	font-size: 20px;
	text-align: left;
}
.content ul li
{
	color: #4E91FD;

}
.content-data
{
	margin: 0px 7%;
	padding-bottom: 40px;
/*	text-align: justify;*/

}
.content-data h2  
{
	font-size: 37px;
	color: #f83838;
	letter-spacing: 1.1px;
	text-decoration: underline;
	text-underline-offset: 5.6px;
	margin-bottom: 20px;
	text-align: center;
}
/*.content-data ul li  
{
	color: #ffffff;
	margin-bottom: 13px;
	font-size: 19px;
	text-align: center;

}*/
.content-data p 
{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	word-spacing: 1.2px;
	margin-bottom: 15px;
}
.content-data p a 
{
	color: #f83838;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-underline-offset: 3.6px;
}
.content-data strong 
{
	color: #f83838;
}
.content-data ul li a
{
	color: #f83838;
	text-decoration: none;
	font-size: 20px;
}
.content-data h4 
{
	color: #f83838;
	font-size: 35px;
	margin-bottom: 20px;
	text-align: left;
}
.content-data .gap 
{
	margin-bottom: 10px;
	padding-bottom: 0;
}
.content-data ul li a:hover
{
	text-decoration: underline;
	color: #0e9f15;
}
.content-top
{
	margin: 0px 7%;
	text-align: center;
}
.content-top h1 
{
	font-size: 35px;
	color: #ffffff;
	font-family: Marcellus;
	letter-spacing: 1px;
	margin: 30px 0;
}
.content-top h1 a 
{
	text-decoration: none;
}
.content-top h1 i 
{
	font-size: 50px;
/*	animation: animate-whatsapp 0.5s ease-in-out infinite alternate;*/
	text-shadow: 0 0 5px 5px green;


}
@keyframes animate-whatsapp
{
	0%,
	{
		color: #ffffff;
		text-shadow: 0 0 30px #25d366, 0 0 40px #48ee85, 0 0 80px #0ec0a5;
	}
	100%
	{
		color: #ffffff;
		text-shadow: 0 0 15px #25d366, 0 0 20px #48ee85, 0 0 40px #0ec0a5;

	}
}

.card-content
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
/*	gap: 26px;*/
	margin-bottom: 20px;
/*	position: relative;*/
}
.card-content-c1
{
	flex: 64%;

}
.card-content-c2
{
	flex: 0px;
	flex-basis: 22%;
/*	border: 1px solid white;*/

}
.card-content-c1-card
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-bottom: 50px;
}
.card 
{
	flex: 0;
	border-width: 3.5px;
	border-style: solid;
	border-image: linear-gradient(to top,#9a3bba, #d31838) 1;
	flex-basis: 20%;
	margin-bottom: 20px;
	box-shadow: 0 0 6px 6px red;
/*	box-shadow: 0 0 5px 5px #d31838;*/


}

.card-image
{
	height: 400px;
	width: 320px;
	overflow: hidden;
}
.card-image:hover img 
{
	transform: scale(1.05);
}
.card-image img
{
	height: 400px;
	width: 320px;
}
.card-image img
{
/*	height: 100%;
	width: 100%;*/
	object-fit: cover;
	transition: transform 0.2s;
	
}
.card-data h5 
{
	color: #ffffff;
	background-color: #d31838;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding: 6px;
	font-size: 30px;

}
.card-data h1 
{
	color: #ffffff;
	background-color: #d31838;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding: 6px;
	font-size: 30px;

}
.card-data p 
{
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	background-color: #d31838;
	border-bottom: 1px solid #ffffff;
	padding: 11px 10px;
	letter-spacing: 1.1px;
}
.card-data i
{
	color: #ffffff;
	font-size: 23px;
	color: #ffc315;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}
.block 
{
	position: relative;
	width: 50%;
	height: 531px;
	margin: 1.10% auto 4%;
	background: url(../img/78.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.glow::before, .glow::after
{
	content: "";
	position: absolute;
	left: -5.5px;
	top: -5.0px;
	background: linear-gradient(-45deg, #00ff66,#00ffff,#ff00ff,#ff0099,#9a3bb9);
	background-size: 400%;
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	z-index: -1;
	animation: change 40s linear infinite;

}
@keyframes change
{
	0%
	{
		background-position: 0 0;

	}
	50%
	{
		background-position: 400% 0;
	}
	100% 
	{
		background-position: 0 0;
	}
}
.glow::after 
{
	filter: blur(40px);
	opacity: 0.5;
}
.contact
{
	display: flex;
	gap: 26px;
	padding: 10px;

}
.whats 
{
	height: 50px;
	width: 50px;
	overflow: hidden;
/*	position: absolute;
	top: 47%;
	left: 5%;*/
}
.whats img 
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.call
{
	height: 50px;
	width: 50px;
	overflow: hidden;
}
.call img 
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact .button
{
	background-color: #d31838;
	color: white;
	border-radius: 10px;
	padding: 10px 12px;
	cursor: pointer;
	animation: effect 0.8s linear infinite;
/*	transition: all 0.1s;*/
}
.contact .button:hover
{
	box-shadow: 0 0 3px 3px #ffffff;

}
@keyframes effect 
{
	0%,
	{
		background-color: #d31838;
/*		color: white;*/
	}
	30%
	{
		background-color: #ffffff;
		color: #d31838;
		box-shadow: 0 0 5px 5px #ffffff;


	}
	100%
	{
		background-color: #d31838;
		color: #ffffff;
	}
}
.contact h3 
{
	margin-top: 14px;
}
.contact h3 a 
{
	text-decoration: none;
}
.card-content-c2
{
	padding-right: 20px;
	padding-left: 20px;

}
.card-content-c2 ul li 
{
	list-style-type: none;
/*	margin-bottom: 40px;*/
	margin-top: 20px;
	border: 2px solid white;
	text-align: center;
	background-image: linear-gradient(to top,#9a3bba, red);
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 6px;
	font-size: 17px;
	letter-spacing: 0.7px;
	border: 1px solid white;
}
.card-content-c2 ul li a 
{
	background-image: linear-gradient(to top,#9a3bba, red);
	color: #ffffff;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 6px;
	font-size: 17px;
	letter-spacing: 0.7px;


}
.faq
{
	background-color: #9a3bb9;
	color: #ffffff;
	padding: 3% 2%;
	line-height: 1.4;
	justify-content: center;
	margin-bottom: 80px;
}
.faq-box
{
	margin: 4% 0px;
}
.faq-box h2
{
	margin-bottom: 10px;

}
.faq-box h2 span 
{
	background-color: #ffffff;
	color: #000;
	font-family: poppins;
	font-size: 29px;
	padding: 0 10px;
}
.faq-box h3 
{
	font-family: poppins;
	letter-spacing: 1.1px;
	word-spacing: 1.5px;
	line-height: 1.6;
	font-size: 21px;

}
.faq-box h3 a
{
	color: yellow;
	text-decoration: none;
}
.content-rate
{
	padding: 6% 2%;
	text-align: center;
	background-color: #d31838;
	margin-bottom: 80px;
}
.content-rate h3
{
	margin-bottom: 20px;

}
.content-rate h3 span
{
	color: #000;
	font-size: 40px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	padding: 0 15px;

}
.content-rate h4 
{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 1.1px;
	margin-bottom: 30px;
}
#clients {
  font-family: poppins;
  border-collapse: collapse;
  width: 100%;
}

#clients td, #clients th {
  border: 2px solid #ddd;
  padding: 8px 0px;
}

#clients tr:nth-child(even){background-color: #f2f2f2;}

#clients tr:nth-child(odd){background-color: #ddd;}

#clients th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #9a3bb9;
  color: white;
}
.location
{
	display: flex;
	flex-wrap: wrap;
	margin: 0px 6%;
	gap: 10px;
	margin-bottom: 30px;
/*	border: 1px solid white;*/
}
.location-c1
{
	flex: 0px;
	padding: 0px 10px;
	flex-basis: 25%;
	width: 100%;
	margin-bottom: 10px;
}
.location-c1 h1 
{
	border: 2px solid white;
	text-align: center;
	background-image: linear-gradient(to top,#9a3bba, red);
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 600;
	border-radius: 6px;
	font-size: 17px;
	letter-spacing: 0.7px;
	border: 1px solid white;
}
.location-c1 span 
{
	width: 100%;
}
.location-c1 span a 
{
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 6px;
	font-size: 17px;
	letter-spacing: 0.7px;

}
.bottom-contact
{
	display: flex;
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;

}
.bottom-contact-c1 i 
{
	color: white;
	font-size: 35px;
	margin-left: 45%;
	margin-top: 10px;

}
.bottom-contact-c2 i 
{
	color: white;
	font-size: 40px;
	margin-left: 45%;
	margin-top: 10px;
}
.bottom-contact-c1
{
	flex: 50%;
	background-color: #f83838;
}
.bottom-contact-c2
{
	flex: 50%;
	background-color: #0e9f15;

}

.bottom-contact-c1 h4 
{
	font-size: 30px;
}
.footer
{
	display: flex;
	background-color: #11021f;
	margin: 10px 0px;
	margin-top: 25px;

}
.footer ul   
{
	text-align: center;
	margin-left: 34%;
}
.footer ul li
{
	display: inline-block;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}
.footer ul li a 
{
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
.copy
{
	display: flex;
	background-color: inherit;
	margin-bottom: 10px;
}
.copy p 
{
	color: #ffffff;
	text-align: center;
	margin-left: 45%;
}
.copy p a 
{
	text-decoration: none;
	color: #ffffff;
}
.blog
{
	display: flex;
	padding: 0px 7%;
	gap: 20px;
	padding-bottom: 5%;
}
.blog-image
{
	flex: 40%;
}
.blog-image img 
{
	width: 100%;
}
.blog-data
{
	flex: 60%;
	color: white;
	text-align: justify;
/*	border: 2px solid white;*/
}
.blog-data h3 
{
	color: red;
	font-size: 30px;
	font-family: Ubuntu;
	margin-bottom: 8px;
}
.blog-data p 
{
	font-size: 18px;
	line-height: 1.6;
}
.blog-data a 
{
	text-decoration: none;
	color: red;
	font-size: 20px;
	font-weight: bold;
}
.blog-data a i 
{
	font-weight: bold;
	font-size: 20px;
}
.blogs
{
	padding: 3% 5%;
}
.blogs h2 
{
	color: #ffffff;
	font-size: 42px;
	text-align: center;
}
.iconnn
{
	margin-bottom: 100px;

}
.iconnn ul
{
	text-align: center;
}
.iconnn ul li  
{
 display: inline-block;
 text-align: center;
 margin-right: 15px;

}

.iconnn ul li a  
{
	color: #ffffff;
	font-size: 40px;
}
.quick-link
{
	display: flex;
	color: #ffffff;
	margin: 0px 7%;
	text-align: center;
	gap: 20px;
	margin-bottom: 60px;
}
.quick-link h3 
{
	font-size: 30px;
	margin-top: 60px;
}
.quick-link h4 
{
	font-size: 20px;
}
.quick-link-c1
{
	flex: 50%;
	border: 2px solid #ffffff;
	margin-top: 8px;
	color: #D31838;
	background-color: #ffffff;
	padding: 7px 0px;
}
.quick-link-c1 ul
{
	list-style-type: none;
}
.quick-link-c1 ul li a
{
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 18px;
}
.feature
{
	background-color: #FEFFFA;
	padding: 5%;
	margin-bottom: 100px;

}
.features
{
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
}
.feat-c1
{
	flex: 0;
	flex-basis: 32%;
/*	border: 2px solid black;*/
	border-radius:10px ;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
/*	position: relative;*/
}
.feat-c1 tr td i
{
	position: relative;
	margin-right: 20px;
/*	border: 2px solid black;*/
	font-size: 38px;
	color: #D31838;
	margin-bottom: 150px;
}
.feat-c2
{
	flex: 0;
	flex-basis: 32%;
/*	border: 2px solid black;*/
	border-radius:10px ;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
/*	position: relative;*/
}
.feat-c2 tr td i
{
	position: relative;
	margin-right: 20px;
/*	border: 2px solid black;*/
	font-size: 33px;
	color: #D31838;
	margin-bottom: 150px;
}
.feat-c2 p a 
{
	color: #000;
	text-decoration: none;
	font-weight: 500;

}
.feat-c1 p a 
{
	color: #000;
	text-decoration: none;
	font-weight: 500;

}
.feat-c2 p a span 
{
	font-weight: bold;
}
.feature h5 
{
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: 100;
	color: #D31838;

}
.feature h2 
{
	margin-bottom: 30px;
	font-size: 30px;
}
.feature h2 a 
{
	text-decoration: none;
	color: #000;
}
.features h4
{
	font-size: 20px;
}
.content-sec
{
	display: flex;
	gap: 20px;
}
.content-sec-c1
{
	flex: 22%;
}
.content img 
{
	 width: 100%;
/*	 border: 2px solid white-space: ;*/
	 margin-top: 0px;
}
.sectionn
{
	padding: 5%;
	background-color: #ede4dd;
	margin-bottom: 80px;
}
.sectionn img 
{
	width: 100%;
	height: auto;
}
.secc
{
	display: flex;
	gap: 20px;
}
.secc-c1
{
	flex: 30%;
}
.secc-c2
{
	flex: 33%
}
.secc-c1 img 
{
	width: 100%;
	height: auto;
}
.sectionn h2
{
	text-align: center;
	font-size: 39px;
	margin-bottom: 20px;
	color: #d31838;
	font-family: Marcellus;
}
.secc-c2 p 
{
	font-size: 17.8px;
	text-align: justify;
}
.secc-c2 ul li
{
	color: red;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
}
.secc-c2 ul a
{
	color: red;
	text-decoration: none;
}
.secc-c2 ul
{
	margin-left: 19px;
}
.secc-c2 a
{
	color: red;
	text-decoration: none;
}
.banner
{
	display: flex;
	margin: 0px 7%;
	gap: 20px;
	margin-bottom: 80px;
}
.banner-c1
{
	flex: 48%;
	border: 2px solid #ffffff;
	border-radius: 10px;
}
.banner-c1 img 
{
	width: 100%;
	height: auto;
	display: table-cell;
	border-radius: 10px;

}

.sect
{
	padding: 5%;
	background-color: #e1ccad;
	margin-bottom: 80px;
}
.sect h3
{
	color: #513125;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
}
.sect p 
{
	margin-bottom: 20px;
}
.sec 
{
	display: flex;
	gap: 20px;
}

.sec img 
{
	width: 100%;
	height: auto;
}
.sec-c1 
{
	flex: 17%;
}
.sect a 
{
	text-decoration: none;
	color: #100b98;
	font-weight: 600;
}
.sect strong
{
	color: red;
}
.visit-shimla
{
	padding: 5%;
	background-color: #e1ccad;
	margin-bottom: 80px;
}
.visit-shimla h2
{
	text-align: center;
	font-size: 34px;
	margin-bottom: 20px;
}
.visit 
{
	display: flex;
	gap: 20px;
}

.vis-c1 
{
	flex: 40%;
}
.vis-c1 img 
{
	width: 100%;
	height: auto;
}
.vis-c2
{
	flex: 55%;
	text-align: justify;
}
.visit-shimla h2 a 
{
	text-decoration: none;
	color: inherit;
}
.visit-shimla strong
{
	color: red;
}
.vis-c2 a 
{
	text-decoration: none;
	color: #100b98;
	font-weight: 600;
}
.reason
{
	padding: 5%;
	background-color: #ede4dd;
	margin-bottom: 80px;
}
.reason img 
{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.reason p 
{
	margin-bottom: 6px;
}
.reason h2 
{
	text-align: center;
	margin-bottom: 20px;
	font-size: 35px;
}
.reason a 
{
	color: #100b98;
	text-decoration: none;
	font-weight: 600;
}
.reason strong{
	color: red;
}
.video
{
	position: relative;
	margin-bottom: 40px;
	
}
.video::after
{
	content: '';
	position: absolute;
	width: 80%;
	height: 100%;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: -1;
	padding: 6px;
	background: conic-gradient(
		from 0deg,
		#F83838,
		#F83838,
		#F83838,
		#F83838,
		#F83838,
		#F83838,
		#F83838,
		#F83838);
}
.video video
{
	width: 80%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
}
.process
{
	background-color: #fffaf5;
	padding: 5%;
	margin-bottom: 90px;
}
.process h3 
{
	text-align: center;
	font-size: 32px;
	color: #513125;
	line-height: 1.2;
	margin-bottom: 2px;

}
.process p 
{
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.process h3 a 
{
	text-decoration: none;
	color: inherit;
}
.beg-c1 strong
{
	color: #000;
	

}
.beg-c1 p a 
{
	color: inherit;
}
.beg-c1 a
{
	color: #000;
	text-decoration: none;
	color: #e75b1e;
	

}
.begin 
{
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
}
.beg-c1
{
	flex: 22%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	transition: all 0.2s;
	padding-bottom: 20px;
	background-color: #fffdfb;
}
.beg-c1:hover
{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	cursor: pointer;
}
.beg-c1 h4 
{
	text-align: center;
	color: #e75b1e;
	font-weight: 600;
	font-size: 70px;
	font-family: Ubuntu;
}
.beg-c1 h5
{
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.beg-c1 p
{

	color: #2e2e2e;
	font-size: 16px;
}
	p
{
	text-align: justify;
}
.content-picture
{
	display: flex;
	flex-wrap: wrap;
	gap: 18.2px;
/*	border: 2px solid yellow;*/
	margin-bottom: 30px;
}
.pic-1
{
	flex: 0;
	flex-basis: 15.5%;

}
.pic-1 img 
{
	width: 100%;
	height: auto;
	display: table-cell;
	border: 2px solid #ffffff;
	border-radius: 8px;
	transition: transform .2s;

}
.pic-1:hover img 
{
	transform: scale(1.07);
	cursor: pointer;
}
.answer {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    display: none;
/*    margin-top: 5px;*/
    background-color: #f7fcff;
/*    border-radius: 4px;*/
    animation: run 0.4s ease-out;

}
.answer p
{
	background-color: #f7fcff;
	font-size: 16px;
	font-weight: 700;
}
.answer p a 
{
	background-color: #f7fcff;
	font-size: 16px;
	color: #00008B;
}
#answer1 a 
{
	text-decoration: none;
	font-weight: 600;
}
.answer.active {
    display: block;
}
@keyframes run {
    0% { margin-top: -20px; }
    100% { margin-top: 0px; }
}
.table-content h3 
{
	text-align: center;
	color: #f7fcff;
	background-color: #D31838;
	font-size: 28px;
	font-weight: bold;

}
.pointer
{
	display: flex;
	position: fixed;
	top: 80%;
	right: 5%;
	background-color: #F83838;
	border-radius: 50%;

}
.pointer p 
{
	padding: 10px 16px;
	padding-bottom: 8px;
	font-weight: bold;

}
.pointer p a 
{
	font-weight: bolder;
}
.pointer i
{
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}
.card-box
{
/*	background-color: yellow;*/
	border: hotpink;
	padding: 2%;
	margin-bottom: 80px;
	padding-top: 0;
/*	border: 2px solid white;*/
}
.card-box-content
{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.card-box-content-c1
{
	flex: 0;
	flex-basis: 25%;
	border: 3px solid #a7e5ff;
	background-color: #fcfaea;
}
.card-box-data
{
	display: flex;
	gap: 15px;
}
.card-box-image img 
{
	width: 100%;
	height: auto;
	display: table-cell;
}
.card-box-image
{
	flex: 11%;
}
.card-box-profile
{
	flex: 78%;
	padding-top: 20px;
}
.card-box-profile h4 
{
	font-size: 20px;
	color: #bb5b3f;
}
.card-box-profile h5 
{
	font-size: 16px;
	color: #bb5b3f;
	margin-bottom: 5px;
}
.card-box h2 
{
	color: #F83838;
	text-align: center;
	font-size: 38px;
	margin-bottom: 10px;
}
.card-box p 
{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 25px;
	padding: 0px 5%;
	text-align: center;
}
.card-box .card-box-profile p 
{
	color: #000;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.3px;
	word-spacing: 1.2px;
	margin-bottom: 40px;
	font-weight: 500;
	padding: 0;
	text-align: justify;
	padding-right: 20px;
}
@media all and (max-width:480px),
{
	.card-box-content
{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

	.card-box-profile h4 
{
	font-size: 20px;
	padding-left: 10px;
/*	padding: 0px;*/
	color: #bb5b3f;
}
.card-box-profile h5 
{
	font-size: 16px;
	color: #bb5b3f;
	margin-bottom: 0px;
	padding-left: 10px;

}
	.card-box-image img 
{
	width: 100%;
	height: auto;
	display: table-cell;
}
	.card-box-data
{
	display: flex;
	gap: 0px;
	flex-wrap: wrap;
}
.card-box-image
{
	flex: 50%;
}
.card-box-profile
{
	flex: 55%;
	padding-top: 20px;
}
	.card-box
{
/*	background-color: yellow;*/
	border: hotpink;
	padding: 5%;
	margin-bottom: 80px;
	padding-top: 0;
/*	border: 2px solid white;*/
}
	.card-box h2 
	{
		color: #F83838;
		text-align: center;
		font-size: 28px;
		margin-bottom: 10px;
	}
.card-box p 
{
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 25px;
	padding: 0px;
	text-align: justify;
}
.card-box .card-box-profile p 
	{
		font-size: 16px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.table-content
	{
		margin: 0px 5%;
		text-align: center;
		padding-bottom: 40px;

	}
	.table-content h3 
	{
		font-size: 26px;
	}
	.answer p
	{
		padding: 0px 10px;
		text-align: justify;

	}
	.answer p a 
	{
		background-color: #f7fcff;
		font-size: 15.5px;
		color: #00008B;
		text-align: justify;

	}
	
	p
	{
		text-align: justify;
	}
	.quick-link
	{
		display: flex;
		color: #ffffff;
		margin: 0px 7%;
		text-align: center;
		gap: 20px;
		margin-bottom: 60px;
	}
	.quick-link h3 
	{
		font-size: 30px;
		margin-top: 0px;
	}
	.quick-link h4 
	{
		font-size: 20px;
	}
	.quick-link-c1
	{
		flex: 50%;
		border: 2px solid #ffffff;
		margin-top: 8px;
		color: #D31838;
		background-color: #ffffff;
	}
	.quick-link
	{
		flex-wrap: wrap;
	}
	.quick-link h3 
	{
		font-size: 31px;
	}
	.blog 
	{
		flex-wrap: wrap;
		margin-bottom: 17px;
	}
	.model img
	{
		width: 480px;
		height: 250px;
	}
	.blog-data
	{
		flex: 60%;
		color: white;
		text-align: center;
	/*	border: 2px solid white;*/
	}
	.card-content-c1
	{
		margin-left: 0px;
	}
	.card-content-c2
	{
		text-align: center;
	}
	.location-c1
	{
		flex: 100%;
		text-align: center;
	}
	.subheader
	{
		width: 480px;
	}
	.header
	{
/*		flex-wrap: wrap;*/
		height: 80px;
		gap: 0px;
		width: 480px;

	}
	.header-c0
	{
		flex: 1%;
/*		border: 1px solid white;*/
	}
	.header-c0 img 
	{
	
		float: left;
		margin-left: 40px;
	}
	.header-c1 h1
	{
		font-size: 29px;
/*		border: 1px solid white;*/
	}
	.header-c1 
	{
		flex: 50%;
		
	}
	.header-c2
	{
		display: none;
	}
	.header-c3
	{
		display: none;
	}
	.subheader
	{
		display: block;
	}
	.content-top h1 span 
	{
		display: block;
	}
	.content
	{
		display: flex;
		flex: 100%;
		flex-wrap: wrap;
	}
	.location 
	{
		padding-bottom: 50px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.content-rate
	{
		padding: 70px 10px;
	}
	.bottom-contact-c1
	{
		padding-bottom: 10px;
	}
		.bottom-contact-c2
	{
		padding-bottom: 10px;
	}
	.bottom-contact-c1 i 
	{
		font-size: 40px;
	}
	.bottom-contact-c2 i 
	{
		font-size: 45px;
	}
	.content-top h1 a 
	{
		font-size: 30px;
	}
	.list 
	{
		flex: 100%;
		margin-bottom: 10px;
	}
	.content .gap 
	{
		margin-bottom: 10px;
		padding-bottom: 0;
	}
.block 
{
	display: flex;
	position: relative;
	width: 80%;
	height: 300px;
	margin: 3.6% auto 5%;
	background: url(../img/78.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.footer ul   
{
	text-align: center;
	margin-left: 0%;
}
.footer ul li
{
	display: inline-block;
	padding: 4px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}
.copy 
{
}
.copy p 
{
	color: #ffffff;
	margin-left: 28%;
	padding: 0px 20px;
}
.feat-c1,.feat-c2
{
	flex: 0;
	flex-basis: 100%;
}
.feature
{
	background-color: #FEFFFA;
	padding: 15% 5% ;
	margin-bottom: 100px;

}
.content img 
{
	 width: 100%;
	 height: 150px;
	 margin-top: 0px;
}
.content-sec
{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.content-sec-c1
{
	flex: 100%;
}
.content-sec-c1 img 
{
	width: 100%;
	height: auto;
}
.secc 
{
	flex-wrap: wrap;
}
.sectionn
{
	padding: 10% 5%;
	padding-bottom: 15%;
	

}
.secc-c1
{
	flex: 100%;
}
.secc-c2
{
	flex: 100%;
}
.banner
{
	flex-wrap: wrap;
}
.banner-c1
{
	flex: 100%;
}
.sect
{
	padding: 10% 5%;
	padding-bottom: 15%;
	

}
.sec 
{
	flex-wrap: wrap;
}
.sec-c1 
{
	flex: 100%;
}
.visit-shimla
{
	padding: 10% 5%;
	padding-bottom: 15%;
	

}
.visit
{
	flex-wrap: wrap;
}
.vis-c1
{
	flex: 100%;
}
.vis-c2
{
	flex: 100%;
}
.reason
{
	padding: 10% 5%;
	padding-bottom: 15%;
}
.reason img 
{
	width: 100%;
	height: auto;
}
.reason h2 
{
	text-align: center;
	margin-bottom: 20px;
	font-size: 27px;
}
.video video
{
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
}
.video::after
{
	content: '';
	position: absolute;
	width: 90%;
	height: 100%;
}
.beg-c1
{
	flex: 100%;
}
.process
{
	padding: 10% 5%;
	padding-bottom: 15%;
}
.process h3 
{
	margin-bottom: 7px;
}
.beg-c1 h5 
{
	padding: 0px 39px;
}
.content p 
{
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	word-spacing: 1.2px;
	margin-bottom: 40px;
}
.content
{
	margin: 0px 5%;
	text-align: center;
	padding-bottom: 40px;

}
.content-location
{
	margin: 0px 5%;
	text-align: center;
	padding-bottom: 40px;

}
.content h2  
{
	font-size: 28px;
	color: #f83838;
	letter-spacing: 1.1px;
	line-height: 1.3;
/*	text-decoration: underline;*/
	text-underline-offset: 5.6px;
	margin-bottom: 10px;
}
.content-location h2  
{
	font-size: 28px;
	color: #f83838;
	letter-spacing: 1.1px;
	line-height: 1.3;
/*	text-decoration: underline;*/
	text-underline-offset: 5.6px;
	margin-bottom: 10px;
}
.sect h3
{
	color: #513125;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
}
.visit-shimla h2
{
	text-align: center;
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 1.4;
}
.visit-shimla p 
{
	font-size: 16px;
	margin-bottom: 10px;
}
.faq-box h2 span 
{
	background-color: #ffffff;
	color: #000;
	font-family: poppins;
	font-size: 18px;
	padding: 0 10px;
}
.faq-box h3 
{
	font-family: poppins;
	letter-spacing: 1.1px;
	word-spacing: 1.5px;
	line-height: 1.4;
	font-size: 16px;

}
.content ol
{
	padding-left: 10px;
}
.content ol li 
{
	color: #ffffff;
	font-size: 16px;
	text-align: justify;
}
.content ul li a
{
	color: #f83838;
	text-decoration: none;
	font-size: 16px;
}
.content-data h2  
{
	font-size: 28px;
	color: #f83838;
	letter-spacing: 1.1px;
	text-decoration: underline;
	text-underline-offset: 5.6px;
	margin-bottom: 20px;
	text-align: center;
}
.content-data p 
{
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	word-spacing: 1.2px;
	margin-bottom: 15px;
}
.content-rate h3 span
{
	color: #000;
	font-size: 30px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	padding: 0 15px;

}
.content-rate h4 
{
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1.1px;
	margin-bottom: 30px;
}
.card-image
{
	height: 400px;
	width: 380px;
	overflow: hidden;
}
.card-image:hover img 
{
	transform: scale(1.05);
}
.card-image img
{
	height: 400px;
	width: 380px;
}
.contact .button
{
	background-color: #d31838;
	color: white;
	border-radius: 10px;
	padding: 10px 25px;
	cursor: pointer;
	animation: effect 0.8s linear infinite;
	margin-left: 10px;
	margin-right: 10px;

/*	transition: all 0.1s;*/
}
.whats 
{
	height: 50px;
	width: 50px;
	overflow: hidden;
	margin-left: 20px;

}
.contact h3
{
	margin-bottom: 15px;
}

.content ul li
{
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	margin-top: 0px;
}
.content-location ul li
{
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
.content-location p 
{
	font-size: 15.2px;
}
.content ul li
{
	color: #4E91FD;

}
.content h4 
{
	color: #f83838;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}
.pic-1
{
	flex: 0;
	flex-basis: 47.8%;
}
}
