body {
	background:#fff;
	padding-top:64px;
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

img {
	max-width:100%;
	display:inline-block;
}

@font-face {
    font-family: 'avenir_85_heavyheavy';
    src: url('../fonts/aeh-webfont.woff2') format('woff2'),
         url('../fonts/aeh-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirRoman';
    src: url('../fonts/AvenirRoman.eot');
    src: url('../fonts/AvenirRoman.eot') format('embedded-opentype'),
         url('../fonts/AvenirRoman.woff2') format('woff2'),
         url('../fonts/AvenirRoman.woff') format('woff'),
         url('../fonts/AvenirRoman.ttf') format('truetype'),
         url('../fonts/AvenirRoman.svg#AvenirRoman') format('svg');
}

h1,h2,h3,h4,h5,h6,p,ul,a {
    font-family: 'AvenirRoman' !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:#fff;
}

.navbar-default {
	background:#fff;
	min-height:45px;
	border:none;
	border-radius:0px;
	margin:0px;
}

.navbar-brand {
	height:45px;
	padding:15px 15px;
}

.navbar-brand img {
	display:inline-block;
}

.navbar-right {
	margin-right:0px;
}

.navbar-nav {
	width:100%;
}

.navbar-nav>li {
	margin-top:0px;
	float:none;
	display:inline-block;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a {
	display: inline-block;
	color: #444444;
	font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
	font-weight:400;
	width: 195px;
    line-height: 45px;
	padding:0px;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    transition: background-color 0.4s ease 0s;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #444444;
    background-color: transparent;
	background-color: rgba(237, 233, 225, 0.6);
}

.navbar-default .navbar-nav>li>a:focus {
	background:none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #444444;
	background-color: rgba(237, 233, 225, 1);
	
}

.navbar-default .navbar-nav>li>a.active {
	color: #444444;
	background-color: rgba(237, 233, 225, 1);
}

section {
	float:left;
	width:100%;
}

@media (min-width: 1025px) {
.container {
	width:1025px;
}
}

a, a:hover, a:focus {
	color:inherit;
	text-decoration:none;
}

.font {
	font: normal normal normal 90px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
	color: #2F2E2E;
}

h1 {
	color:#fff;
	font-weight:bold;
	margin:0px;
	font-size:90px;
}

h3 {
    color: #2F2E2E;
	font-size:33px;
    letter-spacing: 0.07em;
	font-weight:bold;
}

p {
    color: #2F2E2E;
	font-size:24px;
	margin-top:25px;
}

label {
	float:left;
	width:25%;
	padding-right:15px;
	text-align:right;
	color: #112A4B;
	font-weight:400;
	font-size:15px;
	font-family:'AvenirRoman' !important;
}

input {
	float:left;
	width:75%;
	border: 0px solid rgba(42, 42, 42, 1);
    box-sizing: border-box;
    color: #112A4B;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(230, 230, 230, 1);
	font-family:'AvenirRoman' !important;
    padding: 5px;
    margin: 2px 0 7px 0;
	outline:none;
}

textarea {
	float:left;
	width:75%;
	border: 0px solid rgba(42, 42, 42, 1);
    box-sizing: border-box;
    color: #112A4B;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(230, 230, 230, 1);
	font-family: 'Noticia Text', serif;
    padding: 5px;
    margin: 2px 0 7px 0;
	height:130px;
	resize:none;
	outline:none;
}

input[type="submit"] {
	border-radius: 5px 5px 5px 5px;
    background-color: rgba(17, 42, 75, 1);
	font-family: 'Noticia Text', serif;
	color: #FFFFFF;
	width:32%;
	float:right;
}

.fix-right {
	position:fixed;
	top:30%;
	right:50px;
	z-index:999;
	width: 200px;
}

.fix-right ul {
	list-style:none;
	width:100%;
	margin:0px;
	padding:0px;
}

.fix-right ul li {
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	margin:15px 0px;
	display:inline-block;
	width:100%;
	text-align:right;
}

.fix-right ul li span {
	padding-right: 14px;
    color: #2F2E2E;
	font-size:14px;
	margin:0px;
	color: #000;
	visibility: hidden;
	position:relative;
    opacity: 0;
    left: 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.fix-right li.active span, .fix-right li:hover span {
	visibility: visible;
    opacity: 1;
	left:0px;
}

.fix-right .navbar-nav>.active>a, .fix-right .navbar-nav>li> a:hover, .fix-right .navbar-nav>li> a:focus {
	background:none !important;
}

.fix-right .round {
	display:inline-block;
	width:12px;
	height:12px;
	border:2px solid #000;
	border-radius:50%;
}

.fix-right li:hover .round {
	background:#8999D0;
}

.fix-right li.active .round {
	background:#000;
}

.fix-right li.active span {
	visibility: visible;
}

.fix-right .navbar-collapse {
	padding:0px;
}

.fix-right #navbar, .fix-right .navbar-default {
	background:none;
}


/* Main Styles */
#header {
	padding:8px 0px;
	border-top: 3px solid #a0138e;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99;
	background:#fff;
}

#banner {
	background-size:cover;
	background-attachment:fixed;
	padding:200px 0px;
	position:relative;
}

#banner .overlay {
    background-color: rgb(20, 29, 61);
	opacity:0.5;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#banner .align {
	position:absolute;
	top:0px;
	right:15px;
}

#banner .border {
	height:6px;
	display:inline-block;
	width:634px;
    border-bottom: 6px solid rgba(43, 108, 163, 1);
    height: 0 !important;
}

/**/
#about {
	padding:30px 0px 0px 0px;
}

#about h3 {
	margin:70px 0px 20px 0px;
}

#about .graph {
	display:inline-block;
     width: 377px;
    height: 372px;
	background:url(../images/graph.png) 50% 50% no-repeat;
}

#about .graph:hover {
	background:url(../images/graph-hover.png) 50% 50% no-repeat;
}
/**/
#what-we-offer {
	background:#e6e6e6;
	padding:55px 0px;
	overflow:hidden;
}

#what-we-offer h3 {
	margin:0px 0px 20px 0px;
}

#what-we-offer p {
	font-size:20px;
	font-weight:300;
	margin:0px 0px 30px 0px;
}

#what-we-offer ul {
	width:100%;
	margin:0px;
	padding:0px;
	padding-left:40px;
}

#what-we-offer ul li {
    color: #2F2E2E;
	font-size:20px;
	margin:0px;
}

#what-we-offer ul li p {
    color: #2F2E2E;
	margin:0px;
}

.space-l {
	padding-left:90px;
}
/**/
#services {
	padding:75px 0px 90px 0px;
}

#services h3 {
	margin:0px 0px 25px 0px;
}

#services p {
	font-size:20px;
	font-weight:300;
	margin:0px 0px 30px 0px;
}
/**/
#contact {
	padding:60px 0px;
}

#contact h3 {
	margin:0px;
}

#contact h4 {
    color: #2F2E2E;
	font-size:33px;
	font-weight:bold;
	margin:0px;
}

#contact .head p {
	font-size:17px;
}

#contact p {
	font-size:20px;
	font-weight:300;
	margin:0px 0px 30px 0px;
}

/**/

#footer {
	background:#f0f0f0;
	border-top:1px solid #a0a09f;
	padding:35px 0px 40px 0px;
}

#footer p {
	margin:0px;
    font-family: 'avenir_85_heavyheavy';
	font-size:14px;
	font-weight:300;
}

#footer .sleft {
	padding-left:60px;
}

/**/
.bxslider img {
	width:100%;
	display:inline-block;
}

ul.bxslider {
	list-style:none;
}

.bx-wrapper {
	margin-bottom:0px;
}

.bx-wrapper .bx-controls-direction a {
	width:28px;
	height:34px;
}

.bx-wrapper .bx-next {
	background:url(../images/arrow-right.png) no-repeat;
}

.bx-wrapper .bx-prev {
	background:url(../images/arrow-left.png) no-repeat;
}
/* Media Css */
@media only screen and (max-width: 767px) {
.row-eq-height {
	display:inline-block;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

.navbar-brand {
	width:50%;
}

.navbar-nav {
	width:auto;
}

.navbar-right {
	margin-right:-15px;
}

.navbar-default .navbar-toggle {
	margin-top:5px;
	margin-right:0px;
	border:none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border:none;
	background:none;
}

.navbar-nav>li {
    margin-top: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	text-align:center;
	padding:5px 15px;
}

#header .navbar-default .navbar-nav > li > a {
	text-align:center;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#000;
}

.navbar-nav>li {
	float:left;
	width:100%;
}

.navbar-default .navbar-nav>li>a {
	width:100%;
}

#banner .border {
	width:250px;
}

h1 {
    font-size: 29px;
}

#about .graph {
	width:280px;
	height:280px;
    background-size: contain;
}

#about .graph:hover {
    background-size: contain;
}

.space-l {
    padding-left: 15px;
}

h3 {
    font-size: 25px;
}

#about h3 {
	margin-top:0px;
}

p, #what-we-offer p {
    font-size: 15px;
}

#what-we-offer ul {
	margin-bottom:25px;
}

#contact .s-top {
	padding-top:60px;
}

#contact h4 {
    font-size: 25px;
}

#contact p {
    font-size: 15px;
}

#footer .sleft {
	padding-left:15px;
}

iframe {
	height:350px !important;
}

/* chamith */
/*#banner .overlay{
	background-color: rgb(20, 29, 61),
	opacity:0.5;
}*/

}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.navbar-header {
	width:30%;
}


.navbar-default .navbar-nav>li>a {
	width:140px;
}

h1 {
    font-size: 55px;
}

#banner .border {
	width:400px;
}

.space-l {
    padding-left: 30px;
}

#footer .sleft {
    padding-left: 30px;
}

p {
    font-size: 17px;
}

#contact h4 {
    font-size: 23px;
}

#contact p {
    font-size: 15px;
}

}

/* chamith */

/*.facilities-details-p-tag{
    position: absolute;
    top: 60%;	
}
*/
.facility-img{

    margin-bottom: -15px !important;
}

.facility-img img{

    width: 70%;
}

.facility-section-two{

    margin-bottom: 30px !important;
}

.facility-section-two img{

    width: 40%;
}

   