

html,
body {
	height: 100%;
	font-family: "Now Regular";
	-webkit-font-smoothing: antialiased;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Rajdhani", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 20px;
	font-family: "Now Regular";
	color: #111111;
	font-weight: 400;
	line-height: 50px;
	margin: 0 0 15px 0;
	
}



input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color:#31a39a;
}
a{
	color:#66c9c1;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0;
	z-index: 999999; 
	
	background-image:repeating-conic-gradient(white 0deg,gray 90deg);
	background-size: 3px 3px;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.section-title.center-title {
	text-align: center;
}

.section-title h2 {
	font-size: 30px;
	color: #111111;
	font-weight: 700;
	

}

.section-title h1 {
	font-size: 40px;
	
	color: #000;
	font-family: "Rockville Solid Regular";
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	z-index: -1;
	text-align: right;
}
.header__logo h1 {
	font-size: 100px;

	color: #545454;
	font-family: "Rockville Solid Regular";
	position: absolute;
	left: 0;
	top: 10px;
	
	width: 100%;
	z-index: -1;
	/* text-align:justify; */
}



.spad {
	padding-top: 100px;
	padding-bottom: 70px;
}


.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}



/*---------------------
  Header
-----------------------*/

.header {
	
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	
	
}

.header.header--normal {
	position: relative;
	background: #290849;
}

.header__logo {
	padding: 20px 0 25px 0;
}

.header__logo a {
	display: inline-block;
}

.header__nav {
	text-align: right;
}

.header__menu {
	padding: 31px 0 27px;
	display: inline-block;
	margin-right: 45px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	
}

.header__menu ul li.active a:after {
	opacity: 1;
	
}

.header__menu ul li:hover a:after {
	opacity: 1;
}

.header__menu ul li:hover .dropdown {
	top: 65px;
	opacity: 1;
	visibility: visible;
	
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	
	text-align: left;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;

	
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
	border-bottom: 1px solid #66c9c1;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #545454;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
}
.header__menu ul li .dropdown li a:hover {
	background-color: #66c9c1;
	color: white;
	
}

.header__menu ul li .dropdown li a:after {
	display: none;
	
}

.header__menu ul li a {
	font-size: 15px;
font-family:'Times New Roman', Times, serif;
	text-transform: uppercase;
	color: #545454;
	display: block;
	padding: 6px 0;
	position: relative;
}

.header__menu ul li :after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background:#66c9c1;
	
	
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	opacity: 0;
}

.slicknav_menu {
	display: none;
}





/*---------------------
  About
-----------------------*/

.about {
	padding-top: 0;
}

.about.about--page {
	padding-top: 80px;
	padding-bottom: 80px;
}

.about.about--page .section-title {
	margin-bottom: 28px;
}

.about.about--page .section-title h2 {
	line-height: 55px;
}

.about.about--page .about__text {
	padding-top: 15px;
}

.about.about--page .about__text p {
	color: #111111;
	
}

.about__text {
	padding-top: 110px;
	
}

.about__text p {
	margin-bottom: 35px;
	
	
}
#faith p {
	text-align: center;

	
	
}

/*---------------------


/*---------------------
  About Pic
-----------------------*/

.about-pic {
	overflow: hidden;
}

.about-pic .container-fluid {
	padding-right: 0;
}




/*---------------------
  Footer
-----------------------*/

.footer {
	 padding-top: 250px;
	 padding-bottom:40px;
	 margin-top: -200px;
	
	
}

.footer.footer--normal {
	margin-top: 0;
}





.footer__social {
	text-align: center;
	position: relative;

}



.footer__social h2 {
	color:#66c9c1;
	font-weight: 700;
	margin-bottom: 25px;
}


.footer__social .footer__social__links a {
	font-size: 18px;
	color:white;
	height: 50px;
	width: 50px;
	background:#66c9c1;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.footer__social .footer__social__links a:hover {
	color:gray;
	font-size: 30px;
	
}


.en{
	font-size: 18px;
}
.en:hover{
	font-size: 25px;
	
}
.con-1{
	

 padding:0 50px 0 50px ;


}

button{
	border-radius: 5px;
	/* border-color:#31a39a; */
	background:#31a39a;
	border: 3px solid #31a39a;
	
  
  
  }
  button a{
	color: #f2f2f2;
  }
  button:hover{
	background:rgb(114, 111, 111);
	
	
   
	
	
  
  
  }





/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* .header__menu ul li {
		margin-right: 18px;
	} */
	.header__menu {
		margin-top: 10px;
		margin-right: 20px;
		
	}
	.about__pic {
		text-align: center;
		
	}
	.con-1{
 
  
		padding-left:15px ;
		padding-right:15px;
		text-align:justify;
		
		
	   
	   
		 }
		 #medical{
			padding:30px 0px 0px 0px !important;
		}
	
	
	
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.header__menu {
		margin-right:0;
		/* margin-left: 100px; */
		padding: 70px 0 0 0;
		
		
	}

	.header__menu ul li {
		margin-right: 0px;
		
		
		
	}
	
	.event .section-title:after {
		width: 560px;
	}

	.footer {
		height: auto;
		/* margin-left:250px; */
	}
	.about.about--page .about__text {
		padding-top: 30px;
		
	}
	
	.footer__social::before {
		display: none;
	}
	.footer__social::after {
		display: none;
	}

	
	.footer {
		margin-top: -240px;
		background-position: top 0 left 19%;
		
	}
	.about__pic {
		text-align: center;
		
	}
	.con-1{
 
  
		padding-left:14px ;
		padding-right:14px;
		text-align:justify;
		
		
	   
	   
		 }
		 #medical{
			padding: 30px 0px 0px 0px !important;
			
		}
}


/* Wide Mobile = 480px */

@media only screen and (max-width: 767px){
	.hero {
		padding-top: 190px;
		padding-bottom: 200px;
	}
	.event .section-title:after {
		display: none;
	}
	
	.footer {
		height: auto;
	}
	.footer__social::before {
		display: none;
	}
	.footer__social::after {
		display:none;
	}
	
	/* .footer__social {
		text-align: left;
		
	} */
	
	.about.about--page .about__text {
		padding-top: 30px;
	}
	
	
	.header__nav {
		display: none;
	}
	.header .container {
		position: relative;
	}
	.slicknav_btn {
		position: absolute;
		right: 15px;
		top: 25px;
		margin: 0;
		border-radius: 0;
		padding: 12px 15px;
		float: none;
		background:#66c9c1;
	}
	.slicknav_nav {
		position: absolute;
		left: 0;
		top: 90px;
		background:rgba(130, 126, 126, 0.884);
	
		width: 100%;
		
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		display: block;
	}
	.slicknav_nav ul {
		margin: 0;
		padding: 5px 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 28px;
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background:#66c9c1;
		color:rgb(100, 99, 99);
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background:#66c9c1;
		color:rgb(100, 99, 99);
	}
	
	.footer {
		margin-top: -240px;
		background-position: top 0 left 19%;
	}
	.about__pic {
		text-align: center;
	}
	.con-1{
 
  
		padding-left:12px ;
		padding-right:12px;
		text-align:justify;
		
		
	   
	   
		 }
		 #medical{
			padding:0px !important;
		}
		 .header__logo h1 {
	font-size:100px;}
		
		
		 }
		 
		 


/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.section-title h1 {
		top: -40px;
		font-size: 60px;
		line-height: 0.8;
	}

	#medical{
		padding: 0px !important;
	}
	
	.footer {
		margin-top: -220px;
		background-position: top 0 left 19%;
		
	}
	.about__pic {
		text-align:center;
	}
	.con-1{
 
  
		padding-left:10px ;
		padding-right:10px;
		text-align: justify;
		
		
	   
	   
		 }
		 .header__logo h1 {
	font-size:70px;}
		
		
	
}