@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
	url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
	url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
	url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
	url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{	
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Bitter", serif;
}
p{
	
}
a{
	color: #0080fe;
}
/* Top Bar CSS */
.top-bar{
	background-color: #0080fe;
}
.top-bar ul{
	margin-bottom: 0px;
}
.top-bar li{
	color: #fff;
	list-style-type: none;
	display: inline-block;
	padding: 10px 5px;
}
.top-bar li a{
	color: #fff;
}
.top-bar li i{
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
}
/* All Section Block CSS */
.section-block{
	padding: 50px 0px;
	background-color: #fff;
}	
.section-block-grey{
	padding: 50px 0px;
	background-color: #f9f9f9;
}
.section-block-bg{
	padding: 50px 0px;   
	background-color: #ecf2f9;	
}
.section-block-dark{
	padding: 50px 0px;
	background-color: #222;
}
.section-block-transparent{
	padding: 50px 0px;
	background: transparent;
}
.section-heading-line-left{
	content: '';
	display: block;	
	width: 160px;
	height: 3px;
	background: #0080fe;
	margin-top: 10px;
	margin-bottom: 25px;
}
/* Navigation Menu CSS */
.navbar-nav li{
	float: left;
	margin-left: 10px;
}
.navbar-nav li a{
	font-family: "Bitter", serif;
	font-size: 15px;
	font-weight: 500;
	color: #0000a0;
}
.navbar-nav li a:hover{
	color: #0080fe;
} 
.navbar-nav li a.active{
	color: #0080fe;
}
@media (max-width: 991px) {
	.navbar-light .navbar-toggler{
		background-color: #ecf2f9;
	}
	.navbar-nav{
		background-color: #f9f9f9;
	}
	.navbar-nav li{
		padding: 5px 0px;
	}
}
/* Footer CSS */
.footer{
	background-color: #ecf2f9;
	padding: 30px 0px;
}
.footer p{
	text-align: center;
}
.footer p a{
}
/* Font Color CSS */
.page-title-section-bg{
	background-color: #0080fe;
	padding: 10px 0px;
}
.display-4{
	color: #0000a0;
}
.highlight{
	color: #0080fe;
}
/* Home Page CSS */
.carousel-caption h3{
	background-color: #ecf2f9;
	padding: 10px;
	color: #0000a0;
}
.feature-box{
	position: relative;
	background: #fff;	
	padding: 15px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.feature-box:hover{
	-webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    4px 4px 22px 0px rgba(50, 50, 50, 0.29);
	box-shadow:         4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}
.feature-box i{
	color: #0080fe;
	font-size: 50px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.feature-box h3{
	color: #0080fe;
	margin: 15px 0px;
}
.feature-box p{
	font-size: 18px;
}
.stastics h3{
	color: #0080fe;
	margin: 15px 0px;
}
.stastics p{
	font-size: 18px;
}
.about h3{
	color: #0000a0;
	margin: 15px 0px;
}
/* Facilities Page CSS */
.content-whitebg{
	overflow: hidden;
	background: #fff;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 20px 0px;    
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;  
}
.content-whitebg:hover{
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);
 }
.content-whitebg-text{
    padding: 20px;
}
.content-whitebg-text h3{
    color: #0080fe;
    margin-bottom: 3px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s; 
}
.content-whitebg-text h4{
    color: #000;
    margin-bottom: 3px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s; 
}
.content-whitebg-text p{
    margin-top: 10px;
}

@media screen and (max-width:994px) {
    .content-whitebg-text{
        padding: 20px 10px;
    }   
}
/* Contact Page CSS */
#map{
    height: 400px;
    width: 100%;
}
.contact-data-box-icon{
    background: #0080fe; 
    width: 80px;
    height: 80px;
    padding: 25px;
}
.contact-data-box-icon i{ 
    color: #fff;
    font-size: 30px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
a.black{
	color: #000;
}
.contact-form {
    border: 1px solid #0000a0 !important;
    background: #ecf2f9;
    padding: 10px;
}



/* Extra CSS */
.primary-list{
	padding-left: 0px;
}
.primary-list li{
    list-style-type: none;s
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;  
}
.primary-list li i{
    color: #0080fe;
    padding-right: 10px;
}
.dark-list{
	padding-left: 0px;
}
.dark-list li{
    list-style-type: none;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;  
}
.dark-list li i{
    color: #222;
    padding-right: 10px;
}
.white-list{
	padding-left: 0px;
}
.white-list li{
    list-style-type: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;  
}
.white-list li i{
    color: #0080fe;
    padding-right: 15px;
}
.shadow-primary{
  -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);	
}
@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(.85);
    transform: scale(.85);
  }
}
@keyframes pulse {
  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
  }
}
.scroll-to-top{
	font-size: 20px;  
	padding: 6px; 
	text-align:center; 
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:80px;
	right: 10px;
	display:none;
	border-radius: 50%;
	background: #333;
	width: 40px;
	height: 40px;  
	z-index: 9999;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;   
}
.scroll-to-top i{
	color: #fff;
}
.scroll-to-top:hover{
	color: #111;
	background: #fff;
}
.scroll-to-top:hover i{
	color: #111;
}
.scroll-to-top:visited{
	color: #111;
	text-decoration:none;
}