body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
}
/* font face */
@font-face {
	font-family: 'Prakrta';
	src: url('../fonts/Prakrta.eot');
	src: url('../fonts/Prakrta.eot?#iefix') format('embedded-opentype'),  url('../fonts/Prakrta.woff2') format('woff2'),  url('../fonts/Prakrta.woff') format('woff'),  url('../fonts/Prakrta.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.container {
	width: 100%;
	max-width: 1300px;
	margin: 0px auto;
}
.navbar {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.navbar-container {
	padding: 20px 0 20px 0;
}
.navbar.fixed-theme {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,.8)), color-stop(100%, rgba(0,0,0,.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.navbar-container.fixed-theme {
	padding: 0px 0px;
}
.navbar-brand.fixed-theme, .navbar-container.fixed-theme, .navbar.navbar-fixed-top.fixed-theme, .navbar-brand, .navbar-container {
	transition: 0.8s;
	-webkit-transition: 0.8s;
}
.navbar .navbar-brand img {
	height: 101px;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	margin-right: 0px;
}
.navbar.fixed-theme .navbar-brand img {
	height: 70px;
	margin-right: 30px;
}
.logo-cntr {
	background: #fff;
	padding: 10px 40px;
}
.nan-bg {
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	transition: all .8s ease;
}
.nan-bg.top-nav-collapse {
	padding: 0 30px;
	background-color: #fff;
}
.menu-right {
	margin-left: 1%;
}
.menu-right .nav-item .nav-link {
	color: #fff !important;
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 15px;
	text-decoration: none;
	font-size: 14px;
}
.menu-right .nav-item.active .nav-link {
	border-bottom: 2px solid #fff;
}
.menu-right .dropdown-menu {
	color: #fff;
	text-align: left;
	list-style: none;
	background: rgba(20, 160, 202, .6);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	padding: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-right .dropdown-item {
	border-radius: 2px;
	background: white;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.menu-right .dropdown-item:hover {
	color: #fff !important;
	background: #14a0ca;
}
.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
}
.dropdown:hover .dropdown-menu {
	max-height: 230px;
	opacity: 1;
}
/* banner */
.banner .carousel-caption {
	bottom: 15%;
	text-shadow: 0px 0px 5px #333;
}
.banner .carousel-caption h3 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800 !important;
}
.banner .carousel-caption p {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.banner-btn-cntr {
	width: 260px;
	margin: 0px auto;
}
.banner .carousel-caption .banner-btn-cntr a {
	border: 3px solid #14a0ca;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	-moz-transition-property: background, color, border-color, opacity;
	-o-transition-property: background, color, border-color, opacity;
	-webkit-transition-property: background, color, border-color, opacity;
	transition-property: background, color, border-color, opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.banner .carousel-caption .banner-btn-cntr a:hover {
	border: 3px solid #14a0ca;
	background: #14a0ca;
	color: #fff;
}
.banner .carousel-caption .banner-btn-cntr a:hover span.btn-1 {
	display: none
}
.banner .carousel-caption .banner-btn-cntr a span.btn-1 {
	display: block;
}
.banner .carousel-caption .banner-btn-cntr a span.btn-2 {
	display: none;
}
.banner .carousel-caption .banner-btn-cntr a:hover span.btn-2 {
	display: block;
}
.banner .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.banner .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin-top: -1px;
}
/* rignt fixed button*/
.right-fix-btn {
	position: fixed;
	right: 0px;
	top: 45%;
	width: 45px;
	height: 200px;
	background-color: rgba(20,160,202,.8);
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	word-break: break-all;
	padding: 18px 0px;
	line-height: 20px;
	text-decoration: none !important;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	z-index: 3;
}
.right-fix-btn:hover {
	background-color: rgba(20,160,202,1);
}
/* mission */

.pic0 {
	background-image: url('../images/parallax-2.jpg');
}
.mission {
	padding: 100px 0px;
}
.mission h1 {
	font-size: 55px;
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.mission h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #14a0ca;
	left: 40%;
}
.mission p {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px;
}
.mission a.learn-more-btn {
	border: 3px solid #14a0ca;
	padding: 10px 25px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition-property: background, color, border-color, opacity;
	-o-transition-property: background, color, border-color, opacity;
	-webkit-transition-property: background, color, border-color, opacity;
	transition-property: background, color, border-color, opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.mission a.learn-more-btn:hover {
	background : #14a0ca;
	color: #fff;
}
.cont-cntr {
	text-align: center;
	font-size: 20px;
	width: 100px;
	margin: 0px auto;
	position: relative;
	bottom: -60px;
	color: #b6b6b6;
}
.cont-cntr.cont-cntr-2 {
	bottom: 0px;
}
.cont-cntr.cont-cntr-3 {
	bottom: -130px;
}
.cont-cntr.cont-cntr-4 {
	bottom: -10px;
}
.cont-cntr:hover {
	color: #14a0ca;
	-moz-transition-property: background, color, border-color, opacity;
	-o-transition-property: background, color, border-color, opacity;
	-webkit-transition-property: background, color, border-color, opacity;
	transition-property: background, color, border-color, opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
/* slide 3 */

.slide-3 {
	padding: 0px 0px 100px;
	text-align: center;
}
.slide-3 h1 {
	font-size: 48px;
	text-align: center;
	color: #14a0ca;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.slide-3 h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #14a0ca;
	left: 40%;
}
.slide-3 p {
	font-size: 24px;
	text-align: center;
	color: #363636;
	margin: 20px 0px;
}
.slide-3 .img-cntr img {
	border: 10px solid #8adff9;
	border-radius: 50%;
}
.slide-3 .img-cntr {
	margin: 0px 0 0;
}
.slide-3 .img-cntr a {
	color: #231f20;
	border: 3px solid #14a0ca;
	padding: 10px 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 0px;
}
.img-cntr-1 .overlay {
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
}
.img-cntr-1 .overlay:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	height: 40%;
	margin-right: -0.25em;
}
/* line 357, ../sass/partials/_core.scss */
.img-cntr-1 .overlay .content {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
	display: inline;
	padding: 0 5px;
}
.img-cntr-1 {
	position: relative;
	margin: 0px auto 30px;
	max-width: 250px;
}
.img-cntr-1.hover .overlay {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.img-cntr-1 .overlay .content p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px 10px;
}
.cpoint {
	cursor: pointer;
}
/*  Services */

.services {
	padding: 100px 0px;
	text-align: center;
}
.services h1 {
	font-size: 48px;
	text-align: center;
	color: #14a0ca;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.services h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #14a0ca;
	left: 40%;
}
.services p {
	font-size: 24px;
	text-align: center;
	color: #363636;
	margin: 0px 0px 60px;
}
.services p a {
	color: #14a0ca !important;
}
.services a.learn-more-btn {
	background : #14a0ca;
	padding: 10px 25px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition-property: background, color, border-color, opacity;
	-o-transition-property: background, color, border-color, opacity;
	-webkit-transition-property: background, color, border-color, opacity;
	transition-property: background, color, border-color, opacity;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	position: relative;
	z-index: 10;
	top: -150px;
}
.services a.learn-more-btn:hover {
	background : #056f8f;
	color: #fff;
}
/* Common style */
figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0;
	max-width: 480px;
	max-height: 460px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
figure img {
	position: relative;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
}
figure figcaption::before, figure figcaption::after {
	pointer-events: none;
}
figure figcaption, figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-layla figcaption img {
	width: 85px !important;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
figure h2, figure p {
	color: #fff;
	margin: 0;
}
figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin: 0px !important;
}
figure.effect-layla {
	width: 20%;
	float: left;
	position: relative;
}
figure.effect-layla img {
	width: 100%;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
figure.effect-layla figcaption {
	padding: .5em;
}
figure.effect-layla figcaption::before, figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}
figure.effect-layla figcaption::before {
	top: 30px;
	right: 10px;
	bottom: 30px;
	left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
figure.effect-layla figcaption::after {
	top: 10px;
	right: 30px;
	bottom: 10px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
figure.effect-layla h2 {
	padding-top: 6%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 24px;
}
figure.effect-layla p {
	padding-top: 46%;
	text-transform: none;
	opacity: 1;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
figure.effect-layla img, figure.effect-layla h2 {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}
figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-layla:hover h2, figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h2, figure.effect-layla:hover p, figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/* Build India */

.bg-holder {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
}
.pic1 {
	background-image: url('../images/parallax.jpg');
}
.parallax-window-cntr {
	padding: 100px 0px;
}
.parallax-window-cntr h1 {
	font-size: 48px;
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.parallax-window-cntr h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #fff;
	left: 40%;
}
.parallax-window-cntr p {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px;
}
/* date fact */

.fact {
	padding: 0px 0px 100px;
	text-align: center;
}
.fact h1 {
	font-size: 48px;
	text-align: center;
	color: #14a0ca;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.fact h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #14a0ca;
	left: 40%;
}
.fact .img-cntr img {
	border: 10px solid #8adff9;
	border-radius: 50%;
}
.fact .img-cntr {
	margin: 50px 0 0;
}
.fact .img-cntr h2 {
	font-size: 32px;
	text-align: center;
	color: #5a5a5a;
	margin: 30px 0px 0px;
	font-weight: 200;
}
.fact .img-cntr p {
	font-size: 32px;
	text-align: center;
	color: #14a0ca;
	margin: 0px 0px 30px;
	font-weight: 700;
}
/* testimonials */

.pic2 {
	background-image: url('../images/testi.jpg');
}
.test-cntr {
	padding: 100px 0px;
	text-align: center;
}
.test-cntr h1 {
	font-size: 48px;
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.test-cntr h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #fff;
	left: 40%;
}
.test-cntr p {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px;
	font-style: italic;
	font-weight: 200;
}
.test-cntr .test-cntr-slider img.user-pik {
	border-radius: 50%;
	border: 3px solid #fff;
}
.test-cntr .test-cntr-slider p.tesr-user-1 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin: 10px 0px 0px;
	font-style: normal;
	font-weight: normal;
}
.test-cntr .test-cntr-slider p.tesr-user-2 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}
.test-cntr-slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.test-cntr-slider .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin-top: -1px;
}
.test-cntr-slider .carousel-indicators {
	bottom: -50px;
}
/*social*/
.social {
	padding: 100px 0px;
}
.social h1 {
	font-size: 48px;
	text-align: center;
	color: #14a0ca;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.social p {
	font-size: 18px;
	text-align: center;
	color: #363636;
	margin: 0px 0px 60px;
}
.social h2 {
	font-size: 28px;
	text-align: center;
	color: #14a0ca;
	position: relative;
	margin: 0px 0px 40px;
}
.social h4 {
	text-align: center;
	color: #5a5a5a;
	margin: 0px 0px 30px;
}
.social h4 a {
	margin: 0px 5px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.social h4 a i {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 25px;
	font-size: 25px;
	padding: 5px;
}
.social h4 a i.fa-facebook {
	color: #344c8a;
	border: 2px solid #344c8a;
}
.social h4 a i.fa-instagram {
	color: #2a527a;
	border: 2px solid #2a527a;
}
.social h4 a i.fa-twitter {
	color: #1583bb;
	border: 2px solid #1583bb;
}
.social h4 a i.fa-whatsapp {
	color: #2ab200;
	border: 2px solid #2ab200;
}
/*contact*/
.contact {
	position: relative;
}
.contact iframe {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
.contact .contact-cntr {
	position: relative;
	padding: 100px 0px;
	z-index: 2;
	background-color: rgba(0,0,0,.8);
}
.contact-cntr h1 {
	font-size: 48px;
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 50px;
}
.contact-cntr h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #fff;
	left: 40%;
}
.contact-1 {
	color: #fff;
}
.contact-1 h2 {
	font-size: 24px;
	margin: 15px 0;
}
.contact-1 i {
	font-size: 20px;
}
.contact-1 p {
	font-size: 16px;
	margin-left: 25px;
	margin-bottom: 15px;
}
.contact-1 a {
	color: #14a0ca;
}
.contact-2 {
	color: #fff;
}
.contact-2 h2 {
	font-size: 24px;
	margin: 15px 0;
}
.contact-1 i {
	font-size: 20px;
}
.contact-1 p {
	font-size: 16px;
	margin-left: 25px;
	margin-bottom: 15px;
}
.contact-1 a {
	color: #14a0ca;
}
.form-control {
	padding: 10px 15px;
}
.sub-btn {
	width: 100%;
	background: #14a0ca;
	border: 1px solid #14a0ca;
}
.sub-btn:hover {
	background: #14a0ca;
	border: 1px solid #14a0ca;
}
textarea {
	min-height: 200px;
}
.footer-ico-cntr {
	background: #000;
	padding: 10px 0;
}
.footer-ico-cntr p {
	color: #fff;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: center;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 0 none;
}
/* inner pages */

.banner.inner .carousel-caption h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800 !important;
}
@media screen and (max-width: 600px) {
	.banner.inner .carousel-caption  {
		bottom:-42% !important;
	}
}
.banner.inner .carousel-caption {
	bottom: 25%;
}
.banner.inner.inner-2 .carousel-caption {
	bottom: 0%;
}
.g-community-cntr {
	padding: 20px 0px 0px;
	text-align: center;
}
.g-community-cntr hr {
	margin-top: 0px;
}
#portfolio {
	margin: 50px 0px;/*    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 20%;
    -moz-column-width: 20%;
    column-width: 20%;
	
*/	
}
.tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}
.tile:hover {
}
.scale-anm {
	transform: scale(1);
}
.tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid #b8e2ef;
}
.toolbar .btn {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	padding: 20px 1rem;
	margin: 0;
	height: auto;
	vertical-align: middle;
	-webkit-appearance: none;
	color: #999;
	background-color: rgba(0, 0, 0, 0);
	border: none !important;
	border-bottom: 3px solid #fff !important;
	border-radius: 0px;
}
.toolbar .btn.fil-cat.current {
	border-bottom: 3px solid #14a0ca !important;
	font-weight: 400;
	color: #333;
}
.toolbar .btn:hover {
	text-decoration: none;
}
.toolbar .btn:focus {
	outline: none;
	border-color: var(--darken-2);
	box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.tile-1 .overlay {
	-moz-transition: -moz-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	overflow: hidden;
}
.tile-1 .overlay:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	height: 100%;
	margin-right: -0.25em;
}
/* line 357, ../sass/partials/_core.scss */
.tile-1 .overlay .content {
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	padding: 0 5px;
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	top: 35%;
}
.tile-1 {
	position: relative;
	margin: 20px auto 20px;
	max-width: 250px;
}
.tile-1:hover .overlay {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.tile-1 .overlay .content p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.tile-1 .overlay .content p span {
	font-size: 14px;
}
/* event */

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li {
	background: none;
	color: #666;
	display: inline-block;
	padding: 10px 10px 15px;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
}
ul.tabs li.current {
	border-bottom: 3px solid #14a0ca;
	font-weight: 400;
	color: #333;
}
.tab-content {
	display: none;
	color: #434343;
	padding: 0px;
}
.tab-content.current {
	display: inherit;
}
/*initiative*/
.initiative-1 {
	padding: 50px 0px;
}
.initiative-1 h1 {
	font-size: 36px;
	text-align: center;
	color: #656565;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 40px 0px 0px;
	font-family: 'Prakrta';
}
.initiative-1 p {
	font-size: 30px;
	text-align: center;
	color: #656565;
	margin: 0px 0px 5px; /*font-family: 'Prakrta';*/
}
.pic-ini {
	background-image: url('../images/init.jpg');
	background-size: cover;
}
.pic-ini .parallax-window-cntr h2 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	font-weight: 200;
	margin: 0px 0px 40px;
}
.sasi-cntr {
	max-width: 1100px;
	margin: 0px auto;
}
.sasi-cntr img {
	border-radius: 50%;
	border: 5px solid #14a0ca;
}
.sasi-cntr-1 {
	padding: 20px 0px;
	text-align: left;
}
.sasi-cntr-1 p {
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}
.sasi-cntr-1 a {
	font-size: 18px;
	text-align: left !important;
	color: #14a0ca !important;
}
.graf-cntr {
	max-width: 900px;
	margin: 30px auto 0px;
}
.mill-cntr {
	margin: 0px auto;
	max-width: 740px;
}
.mill-1 {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: #14a0ca;
	padding: 90px 30px;
	float: left;
	margin: 50px 10px;
}
.mill-1 p {
	color: #fff;
	font-size: 20px;
	margin: 0px;
	font-weight: 200;
}
.mill-1 h2 {
	color: #fff;
	font-size: 48px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
/*events*/

.event-1 {
	padding: 50px 0px;
}
.event-1 h1 {
	font-size: 55px;
	text-align: center;
	color: #656565;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.event-1 p strong {
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin: 0px 0px 5px;
}
.event-1 p {
	font-size: 24px;
	text-align: center;
	color: #333;
	margin: 0px 0px 5px;
}
.pic-eve {
	background-image: url('../images/eve-1.jpg');
}
.dsCountDown:after {
	content: '';
	clear: both;
}
.dsCountDown {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.dsCountDown.ds-white {
	color: #000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 30px;
}
.ds-white .ds-element {
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-right: 10px;
}
.dsCountDown.ds-white > .ds-element.ds-element-seconds {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.ds-white .ds-element-title {
	font-size: 24px;
	color: #656565;
	text-transform: uppercase;
	margin: 10px 0px;
}
.ds-white .ds-element-value {
	font-size: 48px;
	font-weight: bold;
	color: #14a0ca;
	padding: 25px 5px;
	border: 1px solid #14a0ca;
	width: 130px;
}
.run-eve-cntr {
	background: rgba(255,255,255,.2);
	padding: 25px;
	text-align: left !important;
}
.run-eve-cntr h2 {
	font-size: 24px;
	font-weight: 700;
}
.run-eve-cntr p {
	font-size: 16px;
	text-align: left !important;
	padding: 10px 0px;
	margin: 0px;
}
.run-eve-img-cnr {
	background: #14a0ca;
	padding: 5px;
}
.run-eve-img {
	background-size: contain;
	background-position: center;
}
.run-eve-slider .lSPager {
	display: none;
}
.run-eve-slider .lSSlideWrapper {
	padding-top: 40px;
}
.run-eve-slider .lSAction > .lSPrev {
	width: 32px;
	top: 15px;
	height: 32px;
	background-image: url('../images/left-sl.jpg');
	background-size: cover;
	right: 40px;
	left: inherit;
}
.run-eve-slider .lSAction > .lSNext {
	width: 32px;
	top: 15px;
	height: 32px;
	background-image: url('../images/right-sl.jpg');
	background-size: cover;
	right: 0px;
}
.services.event-2 {
	padding: 100px 0px 50px;
	text-align: center;
}
.run-eve-cntr-2 {
	background: rgba(255,255,255,.2);
	padding: 25px;
	text-align: center;
}
.run-eve-cntr-2 h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
}
.run-eve-cntr-2 p {
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
}
.run-eve-slider-2 .lSPager {
	display: none;
}
.run-eve-slider-2 .lSSlideWrapper {
	padding-bottom: 60px;
}
.run-eve-slider-2 .lSAction {
	margin: 0px auto;
	width: 122px;
	position: relative;
}
.run-eve-slider-2 .lSAction > .lSPrev {
	width: 60px;
	top: 15px;
	height: 60px;
	background-image: url('../images/left-sl.jpg');
	background-size: cover;
	left: 0px;
}
.run-eve-slider-2 .lSAction > .lSNext {
	width: 60px;
	top: 15px;
	height: 60px;
	background-image: url('../images/right-sl.jpg');
	background-position: 0;
	background-size: cover;
	right: 0px;
}
/* whats app */
.whats-1 {
	padding: 50px 0px;
}
.whats-1 h1 {
	font-size: 55px;
	text-align: center;
	color: #4ec25d;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 40px;
}
.whats-1 h1:after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #4ec25d;
	left: 40%;
}
.whats-1 p {
	font-size: 24px;
	text-align: center;
	color: #333;
	margin: 0px 0px 5px;
}
.whats-1 .ds-white .ds-element-value {
	color: #5b5b5b;
	border: 1px solid #4ec25d;
}
/* edupreneur */
.g-community-cntr.edupreneur {
	padding: 50px 0px 0px;
}
.edupreneur h1 {
	font-size: 55px;
	text-align: center;
	color: #14a0ca;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 80px 0px 40px;
}
.edupreneur h1::after {
	content: "";
	position: absolute;
	bottom: -15px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: #14a0ca;
	left: 40%;
}
.edupreneur .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(20,160,202,0.75);
}
.edupreneur .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(20,160,202,0.75);
}
.edupreneur .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(20,160,202,0.5);
}
/*  vlog */
.pic-vlog {
	background-image: url('../images/vlog-bg.jpg');
}
.parallax-window-cntr.vlog h1 {
	font-size: 55px;
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	margin: 80px 0px 30px;
}
.parallax-window-cntr.vlog h1::after {
	content: "";
	position: absolute;
	bottom: 0px;
	min-width: 150px;
	width: 20%;
	height: 2px;
	background: none;
	left: 40%;
}
.vlog-vid-cntr {
	max-width: 600px;
	margin: 0px auto;
}
.vlog-vid-cntr iframe {
	border: 5px solid #fff;
}
.parallax-window-cntr.vlog h2 {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.vlog-vid-cntr p {
	font-size: 14px;
	text-align: center;
	padding: 0px 0px;
	margin: 0px;
}
.vlog-vid-slider .lSPager {
	display: none;
}
.vlog-vid-slider .lSAction > .lSPrev {
	width: 43px;
	top: 42%;
	height: 79px;
	background-image: url('../images/left-sl-2.png');
	background-size: cover;
	background-position: 0;
	left: 0px;
}
.vlog-vid-slider .lSAction > .lSNext {
	width: 43px;
	top: 42%;
	height: 79px;
	background-image: url('../images/right-sl-2.png');
	background-position: 0;
	background-size: cover;
	right: 0px;
}
/* partners */

.pat-img-cntr {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	height: 200px;
	background-position: center !important;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	background-size: 100% auto !important;
}
.pat-img-cntr:hover {
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}
/* our purpose */
.banner.inner .carousel-caption h4 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 800 !important;
	opacity: .3;
}
.vision {
	padding: 100px 0px;
}
.vision h1 {
	font-size: 36px;
	color: #14a0ca;
	font-weight: 700;
	text-align: left;
	margin-top: 50px;
}
.vision p {
	font-size: 20px;
	color: #464646;
	text-align: left;
}
.mis {
	background: #14a0ca url(../images/mis.png) no-repeat right bottom;
	padding: 120px 0px;
}
.mis h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	margin: 50px 0 0;
}
.mis p {
	font-size: 20px;
	color: #fff;
	text-align: left;
}
.vis-talk {
	background: #171717;
}
.vis-talk-img {
	background: #171717 url(../images/vis-t.png) no-repeat left bottom;
	background-size: auto 100%;
	padding: 120px 0px;
}
.vis-talk h1 {
	font-size: 36px;
	color: #14a0ca;
	font-weight: 700;
	text-align: center;
	margin: 50px 0;
	text-transform: uppercase;
}
.vis-talk p {
	font-size: 24px;
	color: #fff;
	text-align: left;
	font-weight: 200;
	font-style: italic;
}
/* research */
.banner.research .carousel-caption {
	bottom: 0%;
}
.banner.research .carousel-caption h2 {
	font-size: 155px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: .4;
}
.reser-cntr {
	width: 350px;
	height: 350px;
	border: 2px solid #fff;
	margin: 0px auto;
	border-radius: 50%;
}
.reser-cntr-1 {
	width: 346px;
	height: 346px;
	border: 10px solid rgba(20,160,202,0.6);
	border-radius: 50%;
	padding-top: 75px;
}
.reser-cntr-1 span {
	font-size: 20px;
	font-weight: 200;
}
.reser-cntr-1 h1 {
	font-size: 44px;
	font-weight: bold;
	color: #14a0ca;
	text-transform: uppercase;
	margin: 0px;
}
.reser-cntr-1 p {
	font-size: 20px;
	font-weight: 200;
	margin-top: 15px;
	text-transform: uppercase;
}
.pic-res {
	background-image: url('../images/reaserch-2.jpg');
}
.pic-res-2 {
	background-image: url('../images/reaserch-3.jpg');
}
.reaser-3 {
	padding: 0px 0px 50px;
}
.reaser-3-2 {
	padding: 50px 0px 0px;
}
.reaser-3-2 p {
	font-size: 36px;
	font-weight: 400;
	text-align: left;
}
.reaser-4 {
	padding: 0px 0px 30px;
}
.reaser-4 h2 {
	margin: 20px 0 50px;
}
.reaser-4 p {
	font-size: 24px;
	font-weight: 200;
	margin: 15px 0px;
}
.reaser-4 h3 {
	font-size: 24px;
	margin: 15px 0px;
}
.womb {
	background: #eaeaea;
}
.womb h3 {
	font-size: 36px;
	font-weight: bold;
	color: #14a0ca;
	text-transform: uppercase;
}
.womb h2 {
	font-size: 24px;
	font-weight: 200;
	color: #000000;
	font-style: italic;
}
.womb-cntr {
	max-width: 1000px;
	margin: 30px auto 0;
}
.womb-cntr img {
	border-radius: 50%;
	float: left;
}
.womb-cntr-1 {
	margin-left: 200px;
	padding: 30px 0px
}
.womb-cntr-1-1 {
	background: #343434;
	padding: 20px 20px 20px 60px;
	font-size: 20px;
	color: #fff;
	text-align: left
}
.womb-cntr-1-1 a {
	font-size: 18px;
	color: #14a0ca !important;
	text-align: left;
	text-decoration: underline !important;
}
.join {
	padding: 0px 0px;
	position: relative;
}
.join .row {
	margin: 0px;
}
.join .join-1 {
	padding: 50px 50px;
	background: #056f8f;
	text-align: center;
}
.join .join-1 p {
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.join .join-2 {
	padding: 50px 50px;
	background: #ffffff;
	text-align: center;
}
.join .join-2 p {
	font-size: 18px;
	color: #424242;
	text-align: left;
	margin: 15px 0px 0;
}
.join .join-3 {
	padding: 50px 50px;
	background: #14a0ca;
	text-align: center;
}
.join .join-3 p {
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.join .join-4 {
	padding: 50px 50px;
	background: #e8e8e8;
	text-align: center;
}
.join .join-4 p {
	font-size: 18px;
	color: #3d3d3d;
	text-align: left;
	margin: 15px 0px 0;
}
.join-mid-cntr {
	width: 50px;
	background: #333;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 48%;
	top: 0px;
	word-break: break-all;
}
.join-mid-cntr-1 {
	width: 100%;
	height: 50%;
position:relative ;
word-break:break-all;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 15px 18px;
	text-align: center;
	text-transform: uppercase;
}
.join-mid-cntr-2 {
	width: 100%;
	height: 50%;
position:relative ;
word-break:break-all;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 50px 18px;
	text-align: center;
	text-transform: uppercase;
}
.join-mid-cntr img {
	z-index: 2;
	position: absolute;
	left: -45%;
	top: 45%;
}
/* graph */

/* Table */
#data-table {
	border: none; /* Turn off all borders */
	border-top: 1px solid #ccc;
	width: 540px;
}
#data-table caption {
	color: #545454;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
#data-table thead {
	background: #f0f0f0;
}
#data-table th, #data-table td {
	border: none; /* Turn off all borders */
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;
	text-align: left;
}
/* Toggle */
.toggles {
	background: #ebebeb;
	color: #545454;
	height: 20px;
	padding: 15px;
}
.toggles p {
	margin: 0;
}
.toggles a {
	background: #222;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 6px;
	text-decoration: none;
}
.toggles a:hover {
	background: #666;
}
#reset-graph-button {
	float: right;
}
/* Graph */
/* Containers */
#wrapper {
	margin: 0px auto;
	max-width: 640px;
	padding: 0px 0 0 80px;
	position: relative;
}
.per-cntr {
	position: absolute;
	left: -80px;
	bottom: 50%;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari 3-8 */
	transform: rotate(-90deg);
	font-size: 12px;
}
#figure {
	height: 380px;
	position: relative;
}
#figure ul {
	list-style: none;
	margin: 0 23px;
	padding: 0;
}
.graph {
	height: 283px;
	position: relative;
}
/* Legend */
.legend {
	/*background: #f0f0f0;*/
	background: rgba(255, 255, 255, 0);
	/*border-radius: 4px;*/
	bottom: 61px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 200;
	display: none;
	border-top: 1px solid #ccc;
	padding-left: 45px !important;
}
.legend li {
	display: block;
	float: left;
	height: 10px;
	margin: 0;
	padding: 10px 5px;
	width: 80px;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
	border-right: 1px solid #fff;
	font-size: 12px;
}
/*
.legend span.icon {
	background-position: 20% 0;
	border-radius: 2px;
	display: block;
	float: left;
	height: 16px;
	margin: 2px 10px 0 0;
	width: 16px;
}
*/
/* X-Axis */
.x-axis {
	bottom: 0;
	color: #555;
	position: absolute;
	text-align: center;
	width: 100%;
}
.x-axis li {
	float: left;
	margin: 0 15px;
	padding: 5px 0;
	width: 96px;
}
/* Y-Axis */
.y-axis {
	color: #555;
	position: absolute;
	text-align: right;
	width: 30px;
	border-right: 1px solid #ccc;
	padding-top: 50px !important;
}
.y-axis li {
	border-top: 1px solid #ccc;
	display: block;
	height: 62px;
	width: 100%;
}
.y-axis li span {
	display: block;
	margin: -10px 0 0 -60px;
	padding: 0 10px;
	width: 40px;
	color: #fff;
}
/* Graph Bars */

@media screen and (max-width: 395px) {
	.bars {
		top:5px !important;
	}
}

.bars {
	height: 253px;
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 45px;
	top: 45px;
}
.bar-group {
	float: left;
	height: 100%;
	margin: 0 25px;
	position: relative;
	width: 100%;
}
.bar {
	bottom: 0;
	/*cursor: pointer;*/
	height: 0;
	position: absolute;
	text-align: center;
	width: 46px;
	margin: 0px 15px;
}
.bar.fig0 {
	left: 0;
	background: #4f81bc;
}
.bar.fig1 {
	left: 80px;
	background: #c0504e;
}
.bar.fig2 {
	left: 160px;
	background: #9bbb58;
}
.bar.fig3 {
	left: 240px;
	background: #23bfaa;
}
.bar.fig4 {
	left: 320px;
	background: #8064a1;
}
.bar.fig5 {
	left: 400px;
	background: #4aacc5;
}
.bar.fig6 {
	left: 480px;
	background: #f79647;
}
.bar.fig7 {
	left: 560px;
	background: #77a033;
}
.bar.fig8 {
	left: 640px;
	background: #33558b;
}
.bar.fig9 {
	left: 720px;
	background: #9bbb58;
}
.bar span {
	font-size: 14px;
	opacity: 60%;
	color: #FFF;
	/*
	background: #fefefe;
	border-radius: 3px;
	*/
	left: 0px;
	top: -25px;
	/*display: none;*/
	margin: 0;
	position: absolute;
	/*text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;*/
	width: 100%;
	z-index: 20;/*
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;*/
}
.percent {
	font-size: 8px;
}
/*
.bar:hover span {
	display: block;
	margin-top: -30px;
}
*/
#data-table {
	display: none;
}


/*idea*/
.idea-cntr {
	position: relative;
}
.idea-1 {
	width: 50%;
	float: left;
	height: 650px;
	-webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
	transition: width .5s;
	overflow: hidden;
	background:#000;
}
.idea-2 {
	width: 50%;
	float: left;
	height: 650px;
	-webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
	transition: width .5s;
	overflow: hidden;
	background:#000;
}
.idea-1-1 {
	width: 100%;
	float: left;
	background-image: url(../images/idea-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 650px;
	transition: opacity .6s;
}
.idea-2-1 {
	width: 100%;
	float: left;
	background-image: url(../images/idea-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 650px;
	transition: opacity .6s;
}


.idea-3{max-width:600px; position:relative; top:60%;  z-index:2;  margin:-10% auto 0; 	-webkit-transition: max-width .5s; /* For Safari 3.1 to 6.0 */
	transition: max-width .5s;
}
.idea-3-1{width:100%; padding:2%; background:#fff; height:150px; position:relative; }

.idea-3-1 hr{border-top:5px solid #0388dc;}

.idea-3-1 p{font-size:24px; text-transform:uppercase; font-weight:600; margin:10px 0; transition: opacity .6s;}

.idea-3-1-1{position:absolute; left:0px; top:0px; width:50%; height:100%;  -webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
	transition: width .5s; }
.idea-3-1-2{position:absolute; right:0px; top:0px; width:50%; height:100%;  -webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
	transition: width .5s;}
	
	
.progress{background:#fff; width:100%;  position:absolute; right:0px; top:0px; padding:50px; height:100%; -webkit-transition: width .5s; transition: width .5s; z-index:-1; overflow:hiddenl}	
.progress-hover{ right:0px; top:-75px; height:350px; width:600px;  }	
.progress a{float:left; width:100%;}

.progress .list-group{width:230px;}
.progress .list-group-item{border:none; border-bottom:3px solid #999; border-radius:0px; padding-left:0px; padding-right:0px; font-size:20px;}
.progress .list-group-item a{color:#333; text-decoration:none;}

.action{background:#fff; width:100%;  position:absolute; left:0px; top:0px; padding:50px; height:100%; -webkit-transition: width .5s; transition: width .5s; z-index:-1; overflow:hidden;}	
.action-hover{ left:0px; top:-75px; height:350px; width:600px;  }	
.action a{float:left; width:100%;}

.action .list-group{width:230px; float:right;}
.action .list-group-item{border:none; border-bottom:3px solid #999; border-radius:0px; padding-left:0px; padding-right:0px; font-size:20px;}

.action .list-group-item a{color:#333; text-decoration:none;}


.abt-lst {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}
.abt-lst i {
    font-size: 72px;
    color: #009cff;
    float: left;
    margin-right: 15px;
}
.abt-lst p {
    text-align: left;
    margin: 0px;
    padding: 10px 0 0;
    font-size: 16px;
}
.about p {
    font-size: 18px;
    color: #484848;
    text-align: center;
}

.pic-5{
	background-image: url('../images/operation.jpg');
}

.operation p {
    text-align: left;
    color: #fff;
    margin-top: 130px;
    font-size: 18px;
}



.slider-cntr-3 {
	text-align: center;
}
.slider-cntr-3 hr.slide-brd {
	margin: 0px;
	border-top: 25px solid #3c5897;
}
.slider-cntr-3 hr {
	margin: 0px 0px 20px;
	border-top: 4px solid #3c5897;
}
.slider-cntr-3 h2 {
	font-size: 18px;
	color: #333333;
	margin: 0px;
}
.slider-cntr-3 span {
	font-size: 14px;
	color: #333333;
}
.slider-cntr-3 .lSAction > a.lSPrev {
	width: 81px;
	display: block;
	top: inherit;
	bottom: 45%;
	height: 81px;
	background-image: url('../images/preview.png');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.9;
	left: 0%;
}
.slider-cntr-3 .lSAction > a.lSNext {
	width: 81px;
	display: block;
	top: inherit;
	bottom: 45%;
	height: 81px;
	background-image: url('../images/next.png');
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;
	right: 0%;
}


.penta-bg{
	background-image: url('../images/Pentagon.jpg');
}
.pic-lab{
	background-image: url('../images/Pentagon.jpg');
}

.wedo i{font-size:36px; color:#14a0ca;}

.faculty-list{border:1px solid #fff; background:#ff7fa2;     margin: 50px auto 0; }
.faculty-list a{color:#fff; text-decoration:underline;}

.pic-faculty{
	background-image: url('../images/faculty.jpg');
}


.camp .img-cntr a {
    color: #231f20;
    border: 3px solid #14a0ca;
    padding: 10px 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
}

.camp ul {
	margin:30px 0;
}
.camp ul li {
	margin:0 10px;
}
.camp .img-cntr p {
    color: #333;
    font-size: 16px;
}

.camp .lSAction a{border:none !important;}

.pic-Residential{
	background-image: url('../images/950.jpg');
}

/* ibm */

.banner.research .ibm-head .carousel-caption h2{font-size:60px; text-align:center; color:#fff; margin:20px 0 0; opacity:1;}
.banner.research .ibm-head .carousel-caption p{font-size:18px; text-align:center; color:#fff; margin:20px 0; line-height:24px;}


.ibm-head-1{padding:80px 0px; text-align:center;}
.ibm-head-1 h2{font-size:30px; text-align:center; color:#333; margin:20px 0 0;}
.ibm-head-1 p{font-size:18px; text-align:center; color:#666; margin:20px 0;}

.ibm-head-2{padding:50px 0px; text-align:center; background:#14a0ca;}
.ibm-head-2 h2{font-size:48px; text-align:center; color:#fff; margin:20px 0 0;}
.ibm-head-2 p{font-size:30px; text-align:center; color:#fff; margin:0 0 ;}

.ibm-head-3{padding:50px 0px; text-align:center; }
.ibm-head-3 h2{font-size:48px; text-align:center; color:#333; margin:0 0 20px;}
.ibm-head-3 p{font-size:18px; text-align:center; color:#666; margin:0 0 ;}

.slide-item-1{background:#14a0ca; padding:25px; color:#fff; margin: 0; min-height:700px;}
.slide-item-1 h3{font-size:24px; text-align:center; color:#fff; margin:0 0 20px;}
.slide-item-1 p{color:#fff; font-weight:600; margin:0 0 20px;}



.teck-head {
    padding: 80px 0px;
}
.teck-head h2{font-size:48px; text-align:left; margin:20px 0;}
.teck-head p{font-size:24px; text-align:left;}



.teck-head-2{padding:50px 0px; text-align:center; background:#14a0ca;}
.teck-head-2 h2{font-size:48px; text-align:center; color:#fff; margin:0 0 50px;}

.teck-head-2 h3{font-size:36px; text-align:center; color:#fff; margin:20px 0 0;}
.teck-head-2 p{font-size:24px; text-align:center; color:#fff; margin:0 0 ;}
.teck-head-2 span{font-size:16px; text-align:center; color:#fff; margin:0 0 ;}
.teck-head-2 a{font-size:16px; text-align:center; color:#14a0ca !important; margin:30px 0 0; float:right; background:#fff; padding:15px 25px;}
.teck-head-2 hr{border-color:rgba(255,255,255,.5);}

.teck-head-3 {
    padding: 80px 0px;
	background:#f5f5f5;
}
.teck-head-3 h2{font-size:36px; text-align:left; margin:20px 0;}
.teck-head-3 p{font-size:24px; text-align:left;}

.memb-cnt{background:#e8ebf0; border-bottom:1px solid #fff; padding:15px;}

.memb-cnt h3{font-size:24px; margin-bottom:20px;}

.teck-head-3 .btn{border-radius:0px; background:#14a0ca; border:1px solid #14a0ca; color:#fff; padding:10px 30px;}


.banner.research .ibm-head .carousel-caption a{padding:15px 50px; background:#14a0ca; color:#fff; text-shadow:none; border-radius:35px;}


.form-control{border-radius:0px; border:1px solid #f5f5f5; height:auto !important;}


@media screen and (max-width: 1350px) {
.menu-right {
	margin-left: 0%;
}
.menu-right .nav-item .nav-link {
	margin: 0px 10px;
	font-size: 14px;
}
.banner .carousel-caption {
	bottom: 10%;
}
figure {
	max-height: 450px;
}
figure h2 {
	font-size: 24px;
}
}
@media screen and (max-width: 1200px) {
.menu-right {
	margin-left: 0%;
}
.menu-right .nav-item .nav-link {
	margin: 0px 5px;
	font-size: 13px;
}
.navbar.fixed-theme .navbar-brand img {
	height: 70px;
	margin-right: 10px;
}
.banner .carousel-caption {
	bottom: 0%;
}
.banner .carousel-caption h3 {
	font-size: 40px;
}
.banner .carousel-caption p {
	font-size: 18px;
	font-weight: 200;
	line-height: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.banner .carousel-caption a {
	font-size: 18px;
}
figure {
	max-height: 400px;
}
figure h2 {
	font-size: 20px;
}
figure.effect-layla figcaption::before {
	top: 10px;
	right: 5px;
	bottom: 10px;
	left: 5px;
}
figure.effect-layla figcaption::after {
	top: 5px;
	right: 10px;
	bottom: 5px;
	left: 10px;
}
figure.effect-layla figcaption img {
	width: 80px !important;
}
.services a.learn-more-btn {
	top: -90px;
}
.mission {
	padding: 50px 0px;
}
.mission h1 {
	font-size: 40px;
}
.mission p {
	font-size: 24px;
}
.mission a.learn-more-btn {
	font-size: 18px;
}
.parallax-window-cntr {
	padding: 50px 0px;
}
.parallax-window-cntr h1 {
	font-size: 40px;
}
.parallax-window-cntr p {
	font-size: 24px;
}
.fact {
	padding: 50px 0px;
}
.fact h1 {
	font-size: 40px;
	margin: 0px 0px 40px;
}
.fact .img-cntr img {
	border: 5px solid #8adff9;
}
.fact .img-cntr {
	margin: 30px 0 0;
}
.fact .img-cntr h2 {
	font-size: 24px;
	margin: 30px 0px 0px;
}
.fact .img-cntr p {
	font-size: 24px;
	margin: 0px 0px 30px;
}
.test-cntr {
	padding: 50px 0px;
}
.test-cntr h1 {
	font-size: 40px;
	margin: 0px 0px 40px;
}
.test-cntr p {
	font-size: 18px;
	margin: 0px 0px 30px;
}
.test-cntr .test-cntr-slider img.user-pik {
	border-radius: 50%;
	border: 3px solid #fff;
}
.test-cntr .test-cntr-slider p.tesr-user-1 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin: 10px 0px 0px;
	font-style: normal;
	font-weight: normal;
}
.test-cntr .test-cntr-slider p.tesr-user-2 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}
.contact .contact-cntr {
	padding: 50px 0px;
}
.contact-cntr h1 {
	font-size: 40px;
	margin: 0px 0px 40px;
}
.banner.research .carousel-caption h2 {
	font-size: 80px;
}


/* ibm */
.banner.research .ibm-head .carousel-caption h2{font-size:48px; }
.banner.research .ibm-head .carousel-caption p{font-size:14px; }


.ibm-head-1 h2{font-size:18px; }
.ibm-head-1 p{font-size:14px; }

.ibm-head-2 h2{font-size:18px; }
.ibm-head-2 p{font-size:14px; }

.ibm-head-3 h2{font-size:18px;}
.ibm-head-3 p{font-size:14px; }

.slide-item-1 h3{font-size:18px; }





.teck-head h2{font-size:8px; }
.teck-head p{font-size:14px; }



.teck-head-2 h2{font-size:18px; }

.teck-head-2 h3{font-size:18px;}
.teck-head-2 p{font-size:14px; }
.teck-head-2 span{font-size:14px; }
.teck-head-2 a{font-size:14px;}


.teck-head-3 h2{font-size:18px;}
.teck-head-3 p{font-size:14px; }


.memb-cnt h3{font-size:2418px; }




}
@media screen and (max-width: 1100px) {
.menu-right {
	margin-left: 0%;
}
figure {
	max-height: 320px;
}
}
 @media screen and (max-width: 992px) {
.navbar i {
	color: #14a0ca;
	padding: 5px 10px;
	border: 1px solid #14a0ca;
}
.banner .carousel-caption h3 {
	font-size: 24px;
}
.banner .carousel-caption p {
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.banner .carousel-caption a {
	font-size: 14px
}
.cont-cntr {
	bottom: 0px;
}
.navbar .navbar-brand img {
	height: 70px;
}
.navbar-container {
	padding: 5px 0 5px 0;
}
figure {
	margin: 10px 0;
	max-width: 100%;
	max-height: 300px;
	width: 100% !important;
}
figure.effect-layla p {
	padding-top: 10%;
}
figure.effect-layla h2 {
	padding-top: 0%;
}
.mission {
	padding: 30px 0px;
}
.mission h1 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.mission h1:after {
	min-width: 20%;
}
.mission p {
	font-size: 18px;
}
.mission a.learn-more-btn {
	font-size: 14px;
}
.parallax-window-cntr {
	padding: 30px 0px;
}
.parallax-window-cntr h1 {
	font-size: 24px;
	padding-bottom: 10px;
}
.parallax-window-cntr h1:after {
	min-width: 20%;
}
.parallax-window-cntr p {
	font-size: 18px;
}
.fact {
	padding: 30px 0px;
}
.fact h1 {
	font-size: 24px;
	padding-bottom: 10px;
	margin: 0px 0px 20px;
}
.fact h1:after {
	min-width: 20%;
}
.services h1 {
	font-size: 24px;
	margin: 0px 0px 20px;
}
.services {
	padding: 50px 0px 0px;
}
.services p {
	font-size: 18px;
	margin: 0px 0px 60px;
}
.slide-3 h1 {
	font-size: 24px;
	margin: 0px 0px 40px;
}
.slide-3 p {
	font-size: 18px;
}
.social h1 {
	font-size: 24px;
	margin: 0px 0px 10px;
}
.social p {
	font-size: 18px;
}
.social h2 {
	font-size: 18px;
}
.test-cntr {
	padding: 30px 0px 60px;
}
.test-cntr h1 {
	font-size: 24px;
	padding-bottom: 10px;
	margin: 0px 0px 20px;
}
.test-cntr h1:after {
	min-width: 20%;
}
.test-cntr p {
	font-size: 16px;
	margin: 0px 0px 30px;
}
.test-cntr .test-cntr-slider img.user-pik {
	border-radius: 50%;
	border: 3px solid #fff;
	width: 80px;
}
.test-cntr .test-cntr-slider p.tesr-user-1 {
	font-size: 16px;
}
.test-cntr .test-cntr-slider p.tesr-user-2 {
	font-size: 14px;
}
.contact .contact-cntr {
	padding: 30px 0px;
}
.contact-cntr h1 {
	font-size: 24px;
	padding-bottom: 10px;
	margin: 0px 0px 20px;
}
.contact-cntr h1:after {
	min-width: 20%;
}
/* initiative */
.mill-cntr {
	max-width: 560px;
}
.mill-1 p {
	margin: 0px;
}
.mill-1 {
	width: 260px;
	height: 260px;
	padding: 60px 15px;
	margin: 50px 10px;
}
.mill-1 h2 {
	font-size: 36px;
	margin: 0px;
}
.mis {
	background-size: 80% auto;
}
.mis p {
	text-shadow: 2px 2px 2px #333;
}
.vis-talk p {
	text-shadow: 2px 2px 2px #333;
	font-size: 24px;
}
.vis-talk h1 {
	font-size: 24px;
	margin: 20px 0;
}
.vis-talk-img {
	background-size: 80% auto;
	padding: 50px 0px;
}
.join-mid-cntr {
	width: 100%;
	background: #333;
	height: auto;
	z-index: 1;
	position: absolute;
	left: 0%;
	top: 48%;
	word-break: break-all;
}
.join-mid-cntr-1 {
	width: 50%;
	height: 100%;
position:relative ;
word-break:break-all;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	float: left;
}
.join-mid-cntr-2 {
	width: 50%;
	height: 100%;
position:relative;
 word-break:break-all;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	float: left;
}
.join-mid-cntr img {
	z-index: 2;
	position: absolute;
	left: 45%;
	top: -25%;
}
.edupreneur h1 {
	font-size: 36px;
}
.edupreneur h1::after {
	left: 22%;
}
.graf-cntr {
	overflow: auto;
}
.banner.research .ibm-head img{height:100vh; width:auto !important;}

}
 @media screen and (max-width: 768px) {
.banner .carousel-caption h3 {
	margin-bottom: 0px;
}
figure.effect-layla p {
	padding-top: 20%;
}
.ds-white .ds-element-value {
	font-size: 30px;
	width: 78px;
}
.ds-white .ds-element-title {
	font-size: 14px;
}
.join-mid-cntr {
	width: 100%;
	height: auto;
	top: 49%;
}
.join-mid-cntr-1 {
	font-size: 12px;
	text-align: left;
}
.join-mid-cntr-2 {
	font-size: 12px;
	text-align: right;
	padding: 10px;
}
.join-mid-cntr img {
	z-index: 2;
	left: 39%;
	top: -25%;
	height: 70px;
}
.banner.research {
	margin-top: 75px;
}
.banner.research .carousel-caption {
	bottom: 0%;
	width: 100%;
	left: 0px;
}
.banner.research .carousel-caption h2 {
	font-size: 30px;
	margin: 0px;
}
.reser-cntr {
	width: 100%;
	height: auto;
	border: 0px;
	margin: 0px auto;
	border-radius: 0;
}
.reser-cntr-1 {
	width: 100%;
	height: auto;
	border: 0px;
	border-radius: 0;
	padding-top: 0px;
}
.reser-cntr-1 span {
	font-size: 16px;
}
.reser-cntr-1 h1 {
	font-size: 28px;
}
.reser-cntr-1 p {
	font-size: 28px;
	margin: 0px 0px 30px !important;
	padding: 0px !important;
}
}
 @media screen and (max-width: 576px) {
.navbar {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,.8)), color-stop(100%, rgba(0,0,0,.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.banner.inner {
	margin-top: 75px;
}
.navbar .navbar-brand img {
	height: 40px;
}
.navbar.fixed-theme .navbar-brand img {
	height: 40px;
}
.banner-btn-cntr {
	width: 240px;
	margin: 0px auto;
}
.banner .carousel-caption .banner-btn-cntr a {
	border: 3px solid #14a0ca;
	padding: 10px 10px;
	font-size: 16px;
}
.banner.inner .carousel-caption h3 {
	font-size: 28px;
}
.contact .contact-cntr {
	word-break: break-all
}
.toolbar .btn {
	font-size: 14px;
	padding: 20px 3px;
	width: 100%
}
.tile-1 {
	max-width: 180px;
}
.tile-1 .overlay .content p {
	font-size: 12px;
}
.tile-1 .overlay .content {
	top: 0%;
	padding: 30% 5px;
	font-size: 12px !important;
}
/* initiative */
.mill-cntr {
	max-width: 260px;
}
.mill-1 {
	margin: 20px 10px;
}
}
@media screen and (max-width:375px){
	.tabs .tab-pane {
		margin-left: -24px;
	}
}


.zoomin {
	transition: transform .5s;
	margin: 0 auto;
  }
  
  .zoomin:hover {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
  }
  
  .cheimg{
	width: 111px;
	margin-top: -55px;
  }



  
@media screen and (max-width: 900px) {
	#indicator {
		display: none;
	}
}