:root{
	--primary-color: #4F036A;
	--secondry-color: #820daa;
}
@font-face {
font-family: DeliciousRoman;
src: url(../font/IHateComicSans.ttf);
}
.main-font{
	font-size: 24px;
	font-family: DeliciousRoman, sans-serif;
}
*{
	padding: 0;
	margin:0;
	box-sizing: border-box; 
	font-family: 'Open Sans', sans-serif;
}
a{
	color: #333;
}
a:hover{
	text-decoration: none;
	color: #333;
}
li{
	list-style-type: none;
}

h1,h3,h4,h5,h6,a{
	font-family: 'Baloo Paaji', cursive;
	font-weight: 400 !important;
	color: var(--secondry-color);
}
.team h4,.team h6{
	font-family: 'Open Sans', sans-serif;
	color: var(--secondry-color);

	font-family: sans-serif;
}
p{
	text-align: justify;
	font-size: 15px;
}
body{
	overflow-x: hidden;
	font-family: Open Sans, sans-serif;
}
header{
	background-color: #fff;
	position: relative;
}
.nav{
	position: absolute;
	padding: 0;
	top: 0;
	
	width: 100%;
}
.nav a{
	padding: 0;
	color: #333 !important;
	/* text-shadow: 1px 1px var(--primary-color); */
	font-weight: 600;
	transition: 0.5s;
	
	transition: 0.8s;
}
.nav-link-li:hover{
	text-shadow: 1px 1px #fff;
	/* background-color: rgba(0, 0, 0, 0.2); */
	color: var(--secondry-color) !important;

}
.nav-ul{
	
	padding-top: 16px;
}
.nav-ul li{
	text-transform: uppercase;
	margin: 0px 20px;
	/* background-color: var(--primary-color);  */
	/* border: 1px solid var(--secondry-color); */
	border-radius: 5px; 
}
.nav-ul li a{
	font-size: 16px;
}
.logo{
	height:96px; 
}
.left-icon{
	margin:10px; 
	padding: 15px;
	background-color: var(--secondry-color);
	color: #fff;
	border-radius: 50%;
	transition: 0.8s;
}
.left-icon:hover{
	background-color: var(--primary-color);
}
.bottam-nav{
	
	text-align: right;
}
.top-nav-links{
	background-color:var(--secondry-color);	
}
.top-nav-links a{
	color: #fff !important;
	margin: 5px; 
}
.top-nav-links a:hover{
	color: var(--secondry-color) !important;
}
.social-icons-top ul{
	margin-bottom: 0px;
}
.social-icons-top li{
	display: inline-block;
	margin: 5px 10px; 
}
.bottam-nav a{
	font-size: 14px;
	margin: 5px 10px; 
	color: #fff !important;
	/* text-shadow: 1px 1px var(--primary-color); */
	
	transition: 0.8s;
}
.bottam-nav a:hover,.bottam-nav span:hover{
	color: var(--secondry-color)!important;
}
.bottam-nav i{
	
	margin-right: 5px;
}
.social-icons ul{
	padding: 0px;
	margin-bottom: 0px;
}
.banner img{
	height: 300px;
}
.banner-img{
	height: 300px;
}

.about-sec h5{
	padding: 15px;
	color: var(--secondry-color);
} 
.about-sec p{
	font-size: 14px;
}
.services-div{
	margin-bottom: 10px;
	text-align: center;
	border-radius: 5px;
	border:1px solid #eee;
	padding: 10px 10px 20px 10px;
	transition: 1s;  
}
.services-div:hover{
	box-shadow: 5px 5px 10px #eee;
}
.services-div figure{
	padding: 0 ;
	margin: 0;

}
.services-div img{
	padding: 0;
	border-radius: 5px 5px 0 0;
}
.services-div h5{
	padding: 5px;
	text-align: center;
}
.services-div a{
	text-align: center;
	border-radius: 50px;
	padding: 6px 25px;
	border:2px solid var(--primary-color);
	transition: 1s;

}
.services-div a:hover{
	background-color: var(--primary-color);
	color: #fff;
}
.apporch{
	padding: 0 0 0 10px; 
}
.border-divider{
	border-bottom: 1px solid #c3c3c3;
}
footer{
	background-color:#A654C3;	
	
	color: #fff;
	padding: 20px;
}
footer h6{
	color: #fff;
}
.frist-footer{
	padding-bottom: 20px;
}
.social-icons ul{
	list-style-type: none;
	/*margin-left: 2%;*/
}
.social-icons ul li{
	padding: 5px 0 5px 0;
	display: inline-block;
}
.social-icons ul li a{
	padding: 5px 7px 0px 7px;
	font-size: 20px;
	border: 2px solid ;
	border-radius: 50%;
	
	background-color: #fff;
	transition: 0.5s
}
.social-icons ul li a:hover{
	color: var(--secondry-color);
	background-color: #fff;
}
.social-icons .fa-whattsapp{
	color: #2cb742;
	background-color: #fff;
}
.social-icons .fa-facebook-f{
	color:#55acef;
}
.social-icons .fa-twitter{
	color: #55acef;
}
.socail-icons .fa-linkedin{
	color:#0077b7;
}
.socail-icons .fa-instagram{
	color:#a14f97;
}
.center{
	text-align: center;
}
.imp-links{
	font-size: 14px;
	color: #fff;
	transition: 0.5s;
}
.imp-links:hover{
	
	color: var(--secondry-color);
}
.imp-links-p {
	font-size: 14px;
}
.imp-links-p i{
	transform: rotateZ(110deg);
} 


.typewriter h5 {
  border-radius: 10px;
  color: #fff;
  background-color: rgba(130,13,170,0.6);
  padding: 5px;
  
  font-size: 18px;
 
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .05em; /* Adjust as needed */
  
   
}
@media (max-width: 575.98px) {
.nav .navbar-brand{
	text-align: center;
}
.nav{
	position: relative;
	width: 110%
}
.typewriter h5{
	font-size:14px;
	letter-spacing: 0.05em;
}
.img-div img{
	height: 150px;
}
.banner img{
	height: 200px;
}
.banner-img{
	height: 200px;
}
.img-div p{
	
    font-size: 13px;
}

.serv img{
	height: 140px;
}
}

