@font-face
{
  font-family:opensans-bold;
  src: url('../fonts/opensans-bold.ttf');
}
@font-face
{
  font-family:opensans;
  src: url('../fonts/opensans.ttf');
}
@font-face
{
  font-family:poppins;
  src: url('../fonts/poppins.ttf');
}

body {font-family:opensans; width:100%; overflow-x:hidden;background:#fafafa; }
h1, h2, h3, h4, h5, h6 { font-family:poppins; }
h1 strong, h2 strong, h3 strong {  }

img { max-width:100%; }

a { text-decoration:none; }
a:hover { text-decoration:none; }

.clear { clear:both; }

/* ---- Top Bar ---- */
.top-bar
{
	padding:5px 0;
	color:#000;
	font-size:13px;
	font-family:poppins;
	background:#fff;
	text-align:right;
	
}
.top-bar .btn{ padding:6px 12px; color:#fff;}
.btn-info{ background:#005A99; border:0; text-transform:uppercase;}

.top-bar a { color:#000; }
.top-bar ul { padding:0; margin:0; }
.top-bar ul li
{
	list-style:none;
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #fff;
}
.top-bar ul li:last-child { border:0; }

.top-addr
{
	padding:0;
	margin:0;
	float:right;
}

.header
{
	position:relative;
	font-family:poppins;
	z-index:9;
}
nav.navbar.bootsnav ul.nav > li > a{ font-size:13px;  }
.button {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0.8em 0.5em;
  padding-right: 2.7em;
  background: #009ED8;
  border: none;
  color: white;
  transition: 0.2s;
  float:right;
  margin-top:10px;
}
.button:before,
.button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.2em;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}
.button:before {
  background: rgba(0, 0, 0, 0.1);
}
.button:hover {
  background: #0079a5;
}
.button:active,
.button:focus {
  background: #002e3f;
  outline: none;
}
.button {
  min-width: 12em;
}
.arrow {
  background: #FE5F55;
}
.arrow:hover {
  background: #fe2f22;
}
.arrow:active,
.arrow:focus {
  background: #b90c01;
}
.arrow:after {
  content: "\F054";
}
.arrow:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}

.logo { position:absolute; top:-30px;  }
.banner img { width:100%; }
.banner h1 span
{
	font-size:20px;
	color:#666;
	display:block;
	margin-top:20px;
}

.smaller
{
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:99;
}
.smaller .logo { top:0; }
.smaller .logo img { width:60%; }

.smaller nav.navbar.bootsnav {  }

.menus
{
	background: #16acdf;
	box-shadow:1px 1px 5px 1px rgba(0,0,0,0.2);
}

.main-slider
{
	max-height:96vh;
	overflow:hidden;
}
.main-slider .item img { width:100%; }

.main-slider .carousel-control.left, .carousel-control.right{ background:none;}
.main-slider .carousel-control{ width:11%;}
.main-slider .glyphicon-chevron-left::before{content:url('../images/left.png');}
.main-slider .glyphicon-chevron-right::before{content:url('../images/right.png');}


/*---- Home Page Welcome ----*/
.welcome-message
{
	text-align:center;
	padding:50px 0;
}
.welcome-message h1
{
	font-size:34px;
	text-transform:capitalize;
	margin:0 0;
}
.welcome-message h1 span
{
	font-weight:bold;
}
.welcome-message p
{
	line-height:30px;
	color:#666;
	margin:0;
}

p.sub-heading { font-size:17px; color:#333; margin:15px 0; }

.main-btn
{
	border:0;
	background:#16acdf;
	color:#fff;
	padding:15px 35px;
	font-size:16px;
	margin-top:20px;
	border-radius:25px;
}
.courses
{
	padding:40px 0 0px 0;
	background:url(../images/pattern.jpg) repeat;
	color:#000;
	text-align:center;
}
.course1{ padding-top:0;}

.courses h2 { text-transform:uppercase; }

section#carousel
{
	padding:50px 0;
}
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
.more{ margin:20px 0;}
.carouseller h3{ min-height:60px; padding-top:15px;}


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #16acdf;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}


.imp-links
{
	background:url(../images/bg1.jpg) no-repeat fixed center;
	background-size:cover;
	color:#fff;
	padding:60px 0 60px;
}
.imp-links h3
{
	font-size:40px;
	margin:20px 0 80px;
	text-align:center;
}
.imp-links h3 span
{
	display:block;
	margin-top:0px;
	font-size:60px;
	text-transform:uppercase;
}
.link-box
{
	background:rgba(22, 172, 223, 0.9);
	width:100%;
	padding:20px;
	text-align:center;
}
.link-box table { width:100%; }
.link-box table td { padding:5px; }
.link-box table td:first-child { border-right:1px solid rgba(255,255,255,0.2); }
.link-box a { color:#fff; }
.imp-links .col-sm-4 { padding:0 2px; }

.wig
 {
	animation: wiggle 2.5s infinite;
	display: inline-block;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}


.galleries
{
	background:url(../images/bg2.jpg) center no-repeat;
	background-size:cover;
	color:#fff;
	padding:50px 0;
}
.galleries .item
{
	border:3px solid #fff;
	background:#fff;
}
.galleries h3 { margin:0 0 20px; text-transform:uppercase; }

.footer
{
	background:#f2f2f2;
	padding:50px 0 0px;
	color:#333333;
	border-top:1px solid #e0e0e0;
}
.footer li a:hover { color:#16acdf; }
.right-border { border-right:1px solid rgba(0,0,0,0.1); }
.footer h4 { text-transform:uppercase; color:#313131; font-size:18px; margin-bottom:20px; font-weight: bold; }
ul.half li { width:48%; float:left; margin-right:2%; }
.footer ul { padding:0; margin:0; }
.footer ul li 
{
	list-style:none;
	margin:10px 0;
}
.half a{ font-size:13px; line-height:20px;}
.half li{ margin:5px 0;}
.footer ul li a { color:#333333; }
.footer p span 
{
	color: #005a99;
    font-size: 16px;
    font-family: poppins;
}
.footer p  { line-height:30px; }
.footer p a {color:#16acdf;}
.logo-footer { margin-top:20px; }

ul.bottom-links
{
	margin:15px 0 0;
	border-top:1px solid rgba(0,0,0,0.1);
	
}
ul.bottom-links i { font-size:24px; }
ul.bottom-links li 
{ 
	float:left; 
	padding:10px 20px 10px 0; 
	text-transform:uppercase; 
	font-size:12px; 
}

.terms{
	background:#005a99;
	color:#FFF;
	padding:10px 0;
	text-align:center;
	position:relative;
	overflow:hidden;
	font-size:12px;
}
.terms a { color:#FFF; }

.banner
{
	background:#f2f2f2;
	color:#005a99;
	padding:60px 0 40px;
	border-bottom:1px solid #e0e0e0;
}
.banner h1 { margin:0; }

.contact-form
{
   padding:30px 0px;
}
.contact-form h2
{ 
   font-size:30px;
   padding-bottom:10px;
   
}
.contact-form ul li
{ 
   font-size:16px;
   line-height:25px;
   border:1px solid #ddd;
   padding:15px;
   margin-bottom:10px;
}
.contact-form ul li a
{
   color:#000;
}
.contact-form ul
{
   padding-left:0; 
   list-style:none; 
   padding:0; 
   color:#000;
}
.contact-form .fa{ color:#1397D8;}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle
{
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
}
.form-control{ border-radius:0px;}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle)
{
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  background:none;
}

.btn-submit{ background:#1397D8; border:none; padding:15px 30px; color:#fff; font-weight:100;}


.title
{
	padding:10px;
}
.title h2
{
	margin:0;
	line-height:40px;
}
.title span
{
	font-size:24px;
	color:#666;
	display:block;
}
.prices 
{
	background:#005a99;
	color:#fff;
	padding:10px 0;
	font-size:24px;
	margin:0 0;
	font-family:poppins;
}
.prices p { padding:0; margin:0; }

.inner-page
{
	padding:23px 0;
	min-height: 300px;
}
.inner-page p { font-size:16px; line-height:30px; text-align: justify;}

.inner-page ul { padding:0; }

.inner-page ul li
{
	margin:10px 0;
	list-style:url(../images/bullet.png) inside;
	font-size:16px;
	line-height:30px;
}
.inner-page h3
{
	margin:20px 0;
	padding:15px;
	background:#f2f2f2;
	border-left:4px solid #005a99;
}
.inner-page .img-responsive.pull-right{ margin-bottom:25px; margin-left:25px;}
.inner-page table { font-size:15px; }
.inner-page table th { background:#f2f2f2; }
@media (min-width:992px ) and (max-width:1199px )
{
nav.navbar.bootsnav ul.nav > li > a{ padding:20px 4px; font-size:12px;}
}


@media (max-width:767px )
{
	
	
	.smaller { position:static; }
	.verticalCarousel img { display:none; }
	.upcomings h3 { margin-top:20px; }
	.upcomings { padding:20px 0; }
	.galleries h3 { margin:20px 0; }
	.logo { top:0; width:35%; }
}
@media (max-width:991px )
{
nav.navbar.bootsnav .navbar-toggle{ margin:0;}	
}

@media (min-width:1200px ){ 
 .container{ width:80%;}
}
