@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:700,400,300);

body {
	font-family: 'Open Sans', sans-serif
}

.brand {
	font-family: Raleway, sans-serif
}

body,
html {
	height: 100%;
	/* width: -webkit-fill-available; */
}

body {
	font-size: 15px;
	line-height: 1.5;
	color: #141415;
	background-color: #f8f8f8;
	position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #141415
}

h1 {
	font-size: 30px;
	font-weight: 550;
	margin-bottom: 20px
}

h2 {
	font-size: 2.2em;
	margin-bottom: 15px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px;
	font-weight: 700
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700
}

h6 {
	font-weight: 700
}

h1 span,
h2 span,
h3 span,
h4 span {
	color: #082656
}

.colored {
	color: #141415
}

a {
	color: #38BAF3
}

a:hover {
	color: #38BAF3
}

a:active,
a:focus {
	outline: 0
}

.large {
	font-size: 18px
}

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

.list-unstyled li {
	padding: 5px 0
}

.list-horizontal {
	padding: 15px 0
}

.list-horizontal-item img {
	display: block;
	margin: 0 auto
}

.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px
}

.list-icons li {
	padding: 0 0 15px 0
}

blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0
}

.title {
	margin-top: 0;
	font-size: 42px;
}

.header {
	color: #f8f8f8;
	background-color: #ffffff;
	padding: 10px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative
}

.banner-image {
	vertical-align: middle;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: brightness(70%);
}

.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ""
}

.banner-caption {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 2
}

.section {
	background-color: #f8f8f8;
	padding: 80px 0
}

.default-bg {
	background-color: #f8f8f8;
	color: #1c2435
}

.default-bg.blue {
	background-color: #f8f8f8
}

.float-btn{
	position:fixed;
	bottom:40px;
	right:5%; 
	color: #efefef;
	background-color: #60a0e9;
	border: 0;
	width:280px;
	height: 70px;
	font-size: 20px;
	/* color:#FFF;
	text-align:center;
	box-shadow: 2px 3px #999; */
	box-shadow: 2px 2px #545454;

}

.btn-primary {
	color: #38BAF3;
	background-color: #04438D;
	border: 0
}

.float-btn.active,
.float-btn.focus,
.float-btn:active,
.float-btn:focus,
.float-btn:hover,
.open>.dropdown-toggle.float-btn {
	color: #f8f8f8;
	background-color: #2876CD;
	border: 0
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	color: #f8f8f8;
	background-color: #2876CD;
	border: 0
}

.transprant-bg {
	color: #f8f8f8
}

.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.transprant-bg h1,
.transprant-bg h2,
.transprant-bg h3,
.transprant-bg h4,
.transprant-bg h5,
.transprant-bg h6 {
	color: #f8f8f8
}

.default-bg blockquote footer,
.transprant-bg blockquote footer {
	color: #f8f8f8
}

.default-bg a,
.transprant-bg a {
	color: #f8f8f8;
	text-decoration: underline
}

.default-bg a:hover,
.transprant-bg a:hover {
	text-decoration: none
}

.transprant-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	background: #000
}

.transprant-bg .transprant-bg {
	margin-top: 80px;
	z-index: 3
}

.transprant-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #000
}

.transprant-bg.blue:after {
	background-color: rgba(85, 172, 238, .7)
}

.transprant-bg .container {
	z-index: 3;
	position: relative
}

.bg-image-1 {
	background: url(images/bg-image-1.jpg) 50% 0 no-repeat
}

.caption-data {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.caption-data h1 {
	text-transform: uppercase
}

.caption-data h1 span {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit
}

.caption-data h3 {
	line-height: 34px
}

.contact-form button.cta-button,
button.cta-button.btn-dark,
button.cta-button.btn-default,
button.cta-button.btn-light {
	background: 0 0
}

button.cta-button {
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #1c2435;
	padding: 20px 42px;
	border-radius: 8px;
	font-family: Raleway;
	font-weight: 600;
	transition: background .3s, border-color .3s;
	margin-top: 20px
}

button.cta-button:hover {
	background: #f8f8f8;
	color: #000
}

.no-view {
	opacity: 0;
	filter: alpha(opacity=0)
}

.object-visible,
.touch .no-view {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important
}

@-moz-document url-prefix() {

	.object-visible,
	.touch .no-view {
		-webkit-transition: opacity .6s ease-in-out;
		-moz-transition: opacity .6s ease-in-out;
		-o-transition: opacity .6s ease-in-out;
		-ms-transition: opacity .6s ease-in-out;
		transition: opacity .6s ease-in-out
	}
}

.space {
	padding: 20px 0
}

.pr-10 {
	padding-right: 10px
}

.pl-10 {
	padding-left: 10px
}

.pclear {
	padding-bottom: 0
}

.secPadding {
	padding: 70px 0
}

.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #f8f8f8;
}

.banner-caption h1 {
	font-size: 3em
}

.footer h1 {
	color: #bdbdbd
}

.footer.section {
	background: #020202;
	color: #949494
}

.hero-caption {
	text-align: center;
	padding: 40px 0
}

.hero-caption h2 {
	text-align: center
}

.btn {
	padding: 8px 15px;
	font-size: 24px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn-default {
	color: #f8f8f8;
	background: #38BAF3;
	border: 0
}

.btn-default:hover {
	color: #f8f8f8;
	background-color: #2876CD;
	border: 0
}

.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none
}

.panel-default>.panel-heading {
	padding: 0;
	outline: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	/* border: 1px solid #38BAF3; */
	border-top: none;
	/* background-color: #38BAF3 */
}

.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #f8f8f8;
	color: #38BAF3;
	position: relative;
	text-decoration: none;
	border: 1px solid #cacaca
}

.panel-heading a.collapsed {
	color: #fafafa;
	background-color: #141415
}

.panel-heading a:after {
	font-family: FontAwesome;
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px
}

.panel-heading a.collapsed:after {
	content: "\f196"
}

.panel-heading a:hover {
	text-decoration: none;
	background-color: #f8f8f8;
	color: #2876CD
}

.panel-title a i {
	padding-right: 10px;
	font-size: 20px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li>a:hover {
	background-color: #38BAF3;
	border-color: #38BAF3;
	color: #f8f8f8
}

.nav-pills>li>a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300
}

.form-control {
	height: 45px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.form-control-feedback {
	color: #ccc
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 15px
}

textarea {
	resize: vertical
}

.price-table .panel-heading {
	padding: 10px 0
}

.modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.modal-header {
	background-color: #38BAF3;
	color: #f8f8f8
}

.modal-header h4 {
	color: #f8f8f8
}

.modal-header .close {
	font-weight: 300;
	color: #f8f8f8;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1
}

@media (min-width:1200px) {
	.modal-lg {
		width: 1140px
	}
}

.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center
}

.header .navbar {
	margin-bottom: 0;
	border: none !important
}

.main-navigation .navbar-default {
	background-color: transparent
}

.main-navigation .navbar-default .navbar-nav>li>a {
	color: #252429a7;
	padding: 6px 8px;
	font-size: 15px;
	font-weight: 300
}

.main-navigation .navbar-default .navbar-nav>li.active>a {
	background-color: transparent;
	color: #002c52;
	font-weight: 700
}

.main-navigation .navbar-default .navbar-nav>li.active>a:hover {
	color: #002c52;
	font-weight: 700
}

.main-navigation .navbar-default .navbar-nav>li>a:hover {
	background-color: #6799c5;
	font-weight: 700
}

.main-navigation .navbar-default .navbar-nav>li:hover .dropdown-content {
	display: block;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	font-size: 13px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}


#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px
}

#quote-carousel .carousel-control {
	background: 0 0;
	color: #222;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px
}

#quote-carousel .carousel-control.left {
	left: -12px
}

#quote-carousel .carousel-control.right {
	right: -12px !important
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0;
	margin-right: -19px
}

#quote-carousel .carousel-indicators li {
	background: silver
}

#quote-carousel .carousel-indicators .active {
	background: #333
}

#quote-carousel img {
	width: 250px;
	height: 100px
}

.item blockquote {
	border-left: none;
	margin: 0
}

.item blockquote img {
	margin-bottom: 10px
}

.item blockquote p:before {
	content: "\f10d";
	font-family: Fontawesome;
	float: left;
	margin-right: 10px
}

@media (min-width:768px) {
	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px
	}
}

@media (max-width:768px) {
	#quote-carousel .carousel-indicators {
		bottom: -20px !important
	}

	#quote-carousel .carousel-indicators li {
		display: inline-block;
		margin: 0 5px;
		width: 15px;
		height: 15px
	}

	#quote-carousel .carousel-indicators li.active {
		margin: 0 5px;
		width: 20px;
		height: 20px
	}
}

@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}

@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0
	}

	.navbar-nav {
		float: left !important
	}
}

@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute
	}
}

.fixed-header-on .header {
	background-color: #f8f8f8;
	padding: 5px 0
}

.fixed-header-on .brand {
	font-size: 24px
}

.fixed-header-on .logo {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	margin-top: 0;
	margin-bottom: 0
}

@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media (max-width:991px) {

	.fixed-header-on .brand,
	.fixed-header-on .logo,
	.fixed-header-on .site-slogan {
		display: none
	}
}

.logo {
	margin: 10px 0 10px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.logo,
.logo-section {
	float: left
}

.brand {
	font-size: 38px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 0
}

.brand a {
	color: #f8f8f8
}

.brand a:hover {
	text-decoration: none
}

.site-slogan {
	font-size: 12px
}

.block-list .media-left {
	width: 60px
}

.block-list p {
	font-size: 16px
}

.block-list .fa {
	border: 1px solid #1c2435;
	padding: 20px;
	width: 65px;
	height: 65px;
	border-radius: 50%
}

.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0
}

.social-links li {
	margin: 10px 10px 10px 0;
	display: inline-block;
	font-size: 36px
}

.social-links li a {
	color: #bbb;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #d0d0d0;
	width: 52px;
	height: 52px;
	display: inline-block;
	border-radius: 50%;
	font-size: 26px;
	text-align: center;
	padding: 4px
}

.social-links li.twitter a:hover {
	color: #55acee
}

.social-links li.skype a:hover {
	color: #00aff0
}

.social-links li.linkedin a:hover {
	color: #0976b4
}

.social-links li.googleplus a:hover {
	color: #226496
}

.social-links li.youtube a:hover {
	color: #226496
}

.social-links li.flickr a:hover {
	color: #226496
}

.social-links li.facebook a:hover {
	color: #3b5998
}

.social-links li.pinterest a:hover {
	color: #226496
}

.filters {
	margin: 0 0 30px 0
}

.filters .nav-pills>li {
	margin-right: 2px;
	margin-bottom: 2px
}

.filters .nav-pills>li+li {
	margin-left: 0
}

.text-center.filters .nav-pills>li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none
}

.isotope-container {
	overflow: hidden
}

.isotope-item {
	margin-bottom: 20px
}

.isotope-item .btn-default {
	color: #1c2435;
	background: rgba(219, 10, 97, .69);
	margin-top: -36px;
	z-index: 2;
	position: relative;
	border: 0
}

.isotope-item .btn-default:hover {
	color: #1c2435
}

@media (max-width:480px) {
	.filters .nav-pills>li {
		width: 100%;
		display: block
	}
}

.overlay-container {
	position: relative;
	display: block;
	overflow: hidden
}

.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(10, 83, 219, 0.78);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s
}

.overlay:hover {
	text-decoration: none
}

.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #1c2435;
	font-size: 13px;
	font-weight: 300
}

.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #1c2435;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center
}

.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.justify-center {
	justify-items: center
}

/* #curriculum, #details, #fees, #webinars{
	background-color: #151a25;
	width: fit-content
} */

.immersion {
	font-size: 10px !important;
}

.profile-image {
	width: 300px;
	height: 300px;
	border-radius: 20%;
	margin-bottom: 15px;
	margin-top: 15px;

}

table,
th,
td {
	border-collapse: collapse;
	border: 1px solid #949494;
	padding: 5px;
}



#contact {
	color: #f8f8f8;
	font-size: 30px;
}