/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)

 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Titillium Web', sans-serif;
	padding-top:40px;
}



.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */


header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
	
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.navbar-inverse {
    background-color: #fff;
    border:none !important;
}
.navbar{-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
 background-color:#00a4fd;}
.navHeight{ min-height: 95px !important;}
.logo{ margin-top:-5px;}
.navbar-nav{ padding-top:20px; }
.navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav > li > a.active, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #005dfc;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #116b8f;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	font-family: 'Titillium Web', sans-serif;
	margin-right:10px;
	font-size:14px;
	font-weight:400;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border:none !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#8b3527;
    background-image: none;
    border: 1px solid #116b8f;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.navbar-inverse .navbar-toggle {
    border:none !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color:#116b8f;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color:#116b8f;
}
.capText{ font-size:40px; font-weight:400; color:#fff;}
.capText span{font-weight:900; background:#e8021d; font-size:45px; line-height:20px; padding:4px;}
.bigCap{ font-size:55px;font-weight:900; margin-top:0px;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
      background-image: none;
      background-image: none;
    background-image: none;
	top:20px;
   
    background-repeat: repeat-x;
}
.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
      background-image: none;
      background-image: none;
    background-image: none;
   
    background-repeat: repeat-x;
}
.page-header{ font-weight:300; border-bottom:none;}
.page-header span{ font-weight:500;}
.marginTop{ margin-top:30px;}
.bg{ background:url(../images/bg.png) repeat; padding-bottom:50px;}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 4px;
	max-width: auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	
	
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	
	opacity: 0.8;
}

.grid figure figcaption {

	color: #fff;
	text-transform: uppercase;
	font-size: 16px !important;
	font-weight:bold;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: 'Titillium Web', sans-serif;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 20px !important;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	font-family: 'Titillium Web', sans-serif;
	font-size:12px;
	font-weight:300;
	text-transform:none;

}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a.viewBtn{ font-size:15px; color:#fff; background:#010937; padding:10px; margin-top:10px;}
a.viewBtn:hover{ text-decoration:none; background:#fff; color:#C00;}

a.viewBtn1{ font-size:15px; color:#fff; background:#116b8f; padding:10px; margin-top:10px;}
a.viewBtn1:hover{ text-decoration:none; background:#000; color:#fff;}


.smallHeading{ text-transform:uppercase; color:#000; font-size:18px;font-family: 'Titillium Web', sans-serif; font-weight:500; text-align:left;}
.parallax {
	/* The image used */
	background-image: url(../images/parallax-bg.jpg);
	min-height:300px;
	padding-bottom:20px;
	/* Set a specific height */
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.whiteBigText{ color:#fff;}
.whitesmallText{ font-size:16px; color:#C00; background:#fff; padding:4px; width:360px; text-align:center;}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #353535;
    background-color:transparent !important;
    background-image: none;
    border: 1px solid #353535!important;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	font-size:18px;
	color:#fff;
	padding:8px;
	font-family: 'Titillium Web', sans-serif;
}
.form-inline .checkbox label, .form-inline .radio label {
    margin-left: 10px;
}
.btn-default:hover {
    color: #039445;
    background-color: #fff;
    border:none !important;
}
.btn-default {
    color: #fff;
    background-color: #039445;
 border:none !important;
	border-radius:0px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}
.bodyText{ font-size:14px; color:#333;font-family: 'Titillium Web', sans-serif; }
.bodyText02{font-size:14px; color:#333;font-family: 'Titillium Web', sans-serif; text-align:left;}
.bodyText-white{ color:#fff;}
.footerHeading{ font-size:22px;color:#333; margin-top:20px; margin-bottom:30px; padding:0px; text-transform:uppercase;}
ul.footerNav{ margin-top:10px; margin-left:-40px;}
ul.footerNav li{ list-style:none; padding-bottom:10px; font-size:14px; border-bottom:1px dotted #ccc;}
ul.footerNav li.noBorder{ border-bottom:none !important;}
.linkText{ color:#333;}
.linkText:hover{ color:#0379af; text-decoration:none;}
.paddingZero{ padding-left:0px !important; padding-right:0px !important;}
.course-title{ background:#feffe9; padding:10px; text-transform:uppercase; color:#000;}
.listitem{ font-size:16px; }
.listitem li{margin-bottom:8px; margin-top:8px; color:#000; text-transform: uppercase;}
.darkBg{ background:#214b78; padding:10px; color:#fff; padding-left:10px;}
.subText{ font-size:15px; line-height:30px; color:#000;}
.yellowBg{ background:#fab005; padding-bottom:20px;}
.whiteText{ font-size:24px; color:#fff; }
.whiteText span{ font-size:18px; color:#fff; }

.hovereffect {
  position: relative;
  width:100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition:.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hovereffect:hover .image {
  opacity: 0.3;
}

.hovereffect:hover .middle {
  opacity: 1;
}

.text {
  background-color:#010937;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  list-style:none;
  text-decoration:none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#005dfc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #2a2929;
}

.caption {
    position: absolute;
    top: -100%;
    right: 0;
    background: rgba(20, 6, 228, 0.75);
    width: 100%;
    height: 100%;
    padding:0%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 30px;
    cursor: pointer;
}
.thumbnail .caption {
    background:#010937;
}
.thumbnail:hover .caption {
	top: 0%;
}
.pageTitle {
    font-size: 36px;
    line-height: 40px;
    font-family:  'Titillium Web', sans-serif;
    font-weight: 200;
}

.thumbnail {
    position: relative;
    overflow: hidden;
	
}

.whitebodyText {
    color: #ccc;
    font-family: 'Titillium Web', sans-serif;
    font-size:20px;
	text-decoration:none;
	
}

.color{
	color:#182a9c;
}
.owl-carousel .owl-item img {
	display: block;
	width: auto !important;
}

.hello{
padding-top:30px;	
}

.list-1 {
    padding-top: 19px;
}
.list-1 li {
    background:url(../images/icon-2.gif) 1px 6px no-repeat;
    padding-left: 19px;
    line-height: 12px;
    margin: 2px 0px 5px;
	list-style:none;
}
.list-1 li a {
    transition: all 0.5s linear;
    line-height: 20px;
}


.linko {
	font-size: 24px;
	color:#fff;
	margin: 10px;
}
.linko:hover {
	color: #209f8a;
}

.helloo{
	text-align:center;
	padding-left:70px;
}


.bluecolor{
	background-color:#116d8e;
	padding:20px;
	color:#fff;
}
.bluecolor:hover{
	background-color:#000c36;
	padding:20px;
	color:#fff;
}

.red{
	background-color:#F60;
	padding:5px;
	color:#fff;
}

.red1{
	
	border: 1px solid #8a2e22;
	padding:15px;
	color:#000;
	width:600px;
	height:100px;
	text-align:left;
}
.blue{
	background-color:#005dfc;
	padding:5px;
	color:#fff;
}

.monitoba{
	text-align:center;
}

.grey{
	background-color:#666;
	padding:10px;
	color:#fff;
}


/* Position the image container (needed to position the left and right arrows) */
.container1{
  position: relative;
  width:100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color:#000c36;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.marginTop3{
margin-top:10px;
}

/* Footer Styles */

.footerBg{ background:#626365; padding:10px;}

/* Responsive Styles */

@media(min-width:800px) {
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
   
	margin-top:28px;
}

.marginTop{
	margin-top:60px;
}
.marginTop1{
	margin-top:55px;
}
.marginTop3{
margin-top:10px;
}
@media(max-width:991px) {
.peak{
	  margin-top:80px;
}

}
@media(max-width:1024px) {
	
.peak{
	     margin-top:80px;
}


 header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height:59%;

}
	.bg {
    background: url(../images/bg.png) repeat;
    margin-top: -70%;
}
.carousel-indicators {
    position: absolute;
    bottom:30px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}


}
@media(min-width:768px) {
	.peak{
	   margin-top:80px;
}

/*	header.carousel {
    height:98%;
}*/
.bigCap {
    font-size: 41px;
    font-weight: 900;
    margin-top: 0px;
}

.marginTop3{
margin-top:10px;
}
}
@media(max-width:767px) {
	
.peak{
     margin-top:80px;
}


	.bg {
    background: url(../images/bg.png) repeat;
    padding-bottom: 50px;
    margin-top: -40px;}
	
	.small{
		width:60%;
		padding-top:10px;
	}
 .image {
  opacity: 1;
  display: block;
  width:60%;
  height: auto;
  transition:.5s ease;
  backface-visibility: hidden;
  padding-top:10px;
}  
  header.carousel{
     height: 40% !important;
	 padding-top:58px;
}
	.capText{ font-size:20px; font-weight:400; color:#fff;}
.capText span{font-weight:900; background:#e8021d; font-size:20px; line-height:20px; padding:4px;}
.bigCap{ font-size:22px;font-weight:900; margin-top:0px;}
.carousel-caption{ top:20px;}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 61%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: none !important;

	
}

.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	  margin-top:-10px;

	}
	.whitesmallText {
    font-size: 16px;
    color: #C00;
    background: #fff;
    padding: 4px;
    width: 237px;
    text-align: center;
}
.smallHeading{ text-transform:uppercase; color:#000; font-size:18px;font-family: 'Titillium Web', sans-serif; font-weight:500; text-align:center;}
.bodyText02{font-size:14px; color:#333;font-family: 'Titillium Web', sans-serif; text-align:center;}
.navHeight{ min-height: 120px !important;}
figure.effect-sadie p{ font-size:11px;padding: 10px;}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 12px !important;
}
.page-header {
    padding-bottom: 9px;
    margin:47px 0 20px;
    border-bottom: none;
}
figure.effect-sadie h2 {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.navbar-nav{ padding-top:30px;}
}
.dropdown-submenu {
	position: relative;
	
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    /*border-left-color: #ccc;*/
    margin-top:4px;
    margin-right: 16px;
}.dropdown-submenu:hover>a:after {
	/*border-left-color: #fff;*/
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-menu{ min-width:150px;}
.form-area{
    background-color: #fff;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;


	}
	input{ border:#ccc;}
	
	.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        /*border-color: #EEEEEE;*/

    }
.panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
       		background-color:#116b8f;
   /*     border-color: #EEEEEE;*/
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #fff;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
	
	
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#8b3527;
    background-image: none;
    border: 1px solid #116b8f;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
	

}