@import "course.css";
@import "imagehover.css";
 @import "tabedpannel.css";
 @charset "utf-8";
/* CSS Document */

/****** POPUP WHILE PAGE LOAD ******/
#overlay button.close {
    -webkit-appearance: none;
    padding: 9px;
    cursor: pointer;
    background: #d51b33;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

#overlay .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    margin-right: -20px;
    margin-top: -20px;
    line-height: 10px;
}

#overlay .close:hover{
	color:#000;
}
#overlay .modal-content{
	background:#d51b33;
}
/****** POPUP WHILE PAGE LOAD ******/

/****** GLOBAL ******/

a {
	outline: 0 !important;
	text-decoration: none !important;
}
.vMiddle {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
#back_top {
	background: url(../images/back_to_top.png) no-repeat scroll left top transparent;
	width: 48px;
	height: 48px;
	position: fixed;
	z-index: 9999;
	bottom: 31px;
	right: 44px;
	cursor: pointer;
}
.butn {
	border: none;
	border-radius: 0;
	color: #fff;
	padding: 10px 23px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.5s ease-in-out 0s;
}
.butn:hover, .butn:focus {
	color: #fff;
}
.butn1 {
	border: none;
	border-radius: 0;
	color: #fff;
	padding: 15px 23px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.5s ease-in-out 0s;
}
.butn1:hover, .butn1:focus {
	color: #fff;
}
.butnOrange {
	background: #f57313;
}
.butnOrange:hover {
	background: #0076be;
}
.butnBlue {
	background: #0076be;
}
.butnBlue:hover {
	background: #f57313;
}
.bdrBtn {
	border: solid 2px #fff;
	border-radius: 0;
	color: #fff;
	padding: 10px 23px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.5s ease-in-out 0s;
}
.bdrBtn:hover, .bdrBtn:focus {
	background: #FFF;
	color: #0076be;
}
.hdngText {
	font-family:'Yanone Kaffeesatz', sans-serif;
	font-size: 35px;
	color: #f57313;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.pageTitle {
	font: normal 30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 -2px 5px #5e5d5c;
}
.subpageTitles {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #ef5a28;
	margin: 0px;
	text-transform: uppercase;
}
.pdng {
	padding-top: 40px;
	padding-bottom: 40px;
}
.inrPgcnt p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
/****** GLOBAL ******/


/****** ENQUIRY FORM ******/

.eqry {
	position: absolute;
	top: 25%;
	right: 0px;
	position: fixed;
	z-index: 99;
}
.eqBtn {
	width: 200px;
	height: 50px;
	background: #ffc100;
	float: left;
	transform: rotate(-90deg);
	margin-right: -77px;
	margin-top: 75px;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius:15px 15px 0 0;

	cursor: pointer;
}
.eqBtn p {
	text-align: center;
	color: #000;
	font: normal 20px Arial, Helvetica, sans-serif;
	line-height: 50px;
	letter-spacing: 2px;
}
.eqform {
	box-sizing: border-box;
	width: 250px;
	height: 425px;
	background: #ffc100;
	float: left;
	display: none;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-radius:0 0px 0px 15px;
	padding: 10px;
}
.eqform h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	;
	text-align: center;
	margin-top: 0;
}
.eqform p {
	font: normal 10px Arial, Helvetica, sans-serif;
	;
	margin-top: 0;
}
.eqform input[type="text"], .eqform select {
	width: 100%;
	height: 35px;
	border: 0;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #fff;
}
.eqform select {
	font-size: 12px;
}
.eqform .butn {
	font-size: 10px;
}
/****** ENQUIRY FORM ******/


/* The container */
.cContainer {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.cContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cContainer .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/****** HEADER ******/

.hdrMain {
	text-align:center;
	background:rgba(0,0,0,1);/*position: fixed;

	z-index: 99;*/
}
.header {
	height:auto;
}
.logo {
	/*display:flex;
	justify-content:center;*/
	margin-top: 23px;
	padding-bottom:20px;
}

.hdrPhone{
	color:#199bea;
	margin-top:20px;
}
.hdrPhone i{
margin: 0px 8px 0 0;
    color: #199bea;
    border: solid 2px #199bea;
    border-radius: 9px;
    width: 30px;
    height: 30px;
    font-size: 19px;
    padding: 4px 0;
}

.hdrPhone a{
	font:bold 26px Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#199bea;
	letter-spacing:2px;
}

.hdrPhone a:hover{
	color:#f57313
}

.hdrBtns {
	width: 100%;
	height: auto;
	float: left;
}
.hdrBtns span {
	font-size: 14px;
}
.hdrBtns span i {
	margin: -4px 8px 0 0;
	border: solid 2px #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	font-size: 12px;
	padding: 4px 0;
}
.hdrBtns span a {
	color: #fff;
}
.hdrBtns .butn {
	font-size: 14px !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
}
.hdrBtns .butnBlue:hover {
	background: #e16305;
	transition: all 0.5s ease-in-out 0s;
}
.hdrBtns .butnOrange:hover {
	background: #016cad;
	transition: all 0.5s ease-in-out 0s;
}
.topTen img{
	width:250px;
	margin-top:10px;
	float:right;
}
/****** HEADER ******/



/****** MENU ******/
.navMain{
	width:100%;
	height:auto;
	margin-top:-24px;
	float:left;
}
.navBg{
	background:#dedede;
}
.menu {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
}
.nvg {
	/*float: right;*/
	margin: 0 -15px 0 0;
}
.lst-chld {
	padding-right: 0 !important;
}
.menu .navbar-default {
	background: none;
	border: none;
}
.navbar{
	min-height:40px !important;
}
.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	text-transform: uppercase;
	line-height:11px !important;
	color:#484848 !important;
}
.nav>li>a {
	padding: 10px 16px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #f57313;
	background: none;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #f57313;
}
.dropdown-menu>li>a {
	text-transform: uppercase;
	font-size: 11px;
	padding: 7px 20px;
}
.dropdown-menu {
	margin: 2px 0 0 20px;
	border-radius: 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background: #f57313;
}
.navbar {
	margin-bottom: 0;
}
/****** MENU ******/



/****** MENU DROPDOWN ******/

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.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: 5px;
	margin-right: -10px;
}
.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;
}
/****** MENU DROPDOWN ******/



/****** BANNER ******/
.bannerMain{
	position:relative;
	top:-26px;
	z-index:-1;
}

.banner .carousel-inner>.item>a>img, .banner .carousel-inner>.item>img, .banner .img-responsive, .banner .thumbnail a>img, .banner .thumbnail>img {
	width: 100%;
}
/****** BANNER ******/



/****** BANNER BOTTOM ******/

.bnrBtm {
	background: #f57313;
	margin-top:-26px;
}
.bnrBtm p {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 6px;
}
.bnrBtm h1 {
	font: normal 25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 3px !important;
}
.bnrBtm h2{
	text-align:center;
}
.bnrBtm h2 img{
	margin-top:10px;
	width:60%;
}
/****** BANNER BOTTOM ******/

/****** COURSES OFFERED ******/
.cOffered{
	background:rgba(33,31,31,1);
	padding-bottom:90px;
	padding-top:40px;
}
.cOffered .btn-group-lg>.btn, .btn-lg {
	padding: 0px;
	border-radius: 0;
}
.cOffered .btn:focus {
	outline: none;
	outline-offset: 0;
}
.cOffered .btn-info {
	background: none;
	border: none;
}
.coursesList {
	box-sizing: border-box;
	width: 16.66%;
	height: auto;
	float: left;
	padding: 1px;
}
.act {
	text-align: center;
}
.act img {
}
.cOffered .hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.cOffered .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cOffered .hovereffect:hover .overlay {
	background-color: rgba(1,125,182,0.7);
	border:solid 2px red;
}
.cOffered .hovereffect h2, .hovereffect img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cOffered .hovereffect img {
	display: block;
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.cOffered .hovereffect:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.cOffered .hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding:60px 30px;
	/*text-transform: uppercase;*/
	color: #fff;
/*	border: 1px solid #fff;*/
	margin:0;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: normal;
	height: 100%;
	width: 100%;
	position: absolute;
  top: 0%;
  left: 0%;
}
.cOffered .hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: rgba(0,0,0,0.4);
}
/****** COURSES OFFERED ******/

/****** ABOUT PIXELS ACADEMY ******/

.aboutPa {
	background: rgba(5, 68, 97, 1) url(../images/aboutbg.jpg) no-repeat scroll center bottom / cover;
	padding-bottom: 100px;
	/*margin-top: 60px;*/
}
.aboutPa h2 {
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 42px;
	margin-top: 140px;
}
.aboutPa h2 span {
	font-size: 35px;
}
.aboutPa h3 {
	font: normal 26px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 35px;
	margin-top: 100px;
}
.aboutPa h4 {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 20px;
}
.aboutPa .bdrBtn {
	margin-top: 50px;
}
.aboutPa ul{
	margin-top:100px;
}
.aboutPa ul li{
	font-size:18px;
	color:#fff;
	line-height:30px;
	text-align:justify;
	margin-bottom:12px;
}
/****** ABOUT PIXELS ACADEMY ******/


.onlineCourse {
    background: rgba(0,0,0,1);
    padding-bottom: 90px;
    padding-top: 40px;
}

.onlineCourse img{
	border:solid 5px rgba(33,31,31,1);
	margin-bottom:20px
}

/****** HOME PAGE GALLERY ******/
.glrMain{
	background:rgba(0,0,0,1);
	padding-bottom:60px;
}

.hmGlryvdo{
    width:100%;
    height:auto;
    float:left;
    margin-bottom:30px;
	margin-top:-106px;
	position:relative;
}
.hmGlryvdo video{
    width:100%;
}
.hmGlryvdo button {
    position: relative;
    z-index: 99;
    margin-top: -10%;
    left: 90%;
    background: none;
    border: none;
    font-size: 50px;
    color: rgba(255,218,10,0.8);
}
.hmGlry {
	box-sizing: border-box;
	width: 25%;
	height: auto;
	float: left;
	padding: 1px;
}
.hmGlry img{
	width:100%;
}
/****** HOME PAGE GALLERY ******/

/****** STUDENTS PORTFOLIO ******/

.sPortfolio {
	/*background: #f2f2f2;*/
	background:rgba(33,31,31,1);
	padding-top: 30px;
	padding-bottom: 80px;
	/*margin-top: 50px;*/
}
.spVideo {
	box-sizing: border-box;
	width: 12.5%;
	height: auto;
	float: left;
	padding:1px;
}
.spVideo .btn-info {
	background: none;
	border: none;
}
.carousel-inner.onebyone-carosel {
	margin: auto;
	width: 100%;
}
.onebyone-carosel .active.left {
	left: -25.00%;
}
.onebyone-carosel .active.right {
	left: 25.00%;
}
.onebyone-carosel .next {
	left: 25.00%;
}
.onebyone-carosel .prev {
	left: -25.00%;
}
.cntrls {
	font-size: 20px;
	margin-top: 25px;
}

.game-bnr{
	width:100%;
	height:auto;
	margin-top:30px;
	float:left;
}
.game-bnr img{
	width:100%;
}

/****** STUDENTS PORTFOLIO ******/

/****** TESTIMONIALS ******/
.tmonialMain{
	background:rgba(0,0,0,1);
}
#quote-carousel {
	padding: 0 10px 30px 10px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 78px;
}
#quote-carousel .carousel-control.left {
	left: 0px;
}
#quote-carousel .carousel-control.right {
	right: 0px;
}
.carousel-inner {
	min-height: auto;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.tMonial .item {
	min-height: 230px;
}
.tMonial .carousel-control {
	text-align: inherit;
}
.tMonial .fa-chevron-right {
	float: right;
}
.tMonial .fa {
	color: #f57212;
}
.tMonial img {
	border-radius: 50%;
	border: solid 3px #CCCCCC;
}
.tMonial p {
	font-size: 15px;
	color: #cacaca;
	margin-left: 50px;
	line-height: 26px;
	margin-top: 16px;
}
.tMonial small {
	float: right;
	font-style: italic;
	color: #f57212;
}
.tMonial small span {
	float: right;
	color: #cacaca;
	font-size: 12px;
}
/****** TESTIMONIALS ******/

/****** SUCCESS STORIES ******/
.sStories {
	background:rgba(33,31,31,1);
	/*background: #f2f2f2;*/
	padding-top: 20px;
	padding-bottom: 40px;
}
.sStry {
	box-sizing: border-box;
	width: 100%;
	float: left;
	background: #444444;
	padding: 10px;
	margin-bottom: 20px;
}
.sStry .hovereffect {
	margin-bottom: 20px;
}
.sStry h2 {
	font-size: 13px;
	color: #cacaca;
	text-align: center;
	margin-bottom: 20px;
}
.sStry button {
	margin-bottom: 10px;
}
.sStry .butn {
	font-size: 8px;
	letter-spacing:2px;
}
.sStories .hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.sStories .hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.sStories .hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/****** SUCCESS STORIES ******/

/****** BLOG & FACEBOOK PAGE ******/

.blgFb{
	background:rgba(0,0,0,1);
	padding-bottom:30px;
}
.blg {
	box-sizing: border-box;
	width: 100%;
	height: 520px;
	float: left;
	padding: 30px;
	background: #f2f2f2;
	overflow: hidden;
}
.blg li {
	list-style: none;
}
.blg .post_title {
	font-size: 20px;
}
.blg p {
	margin-bottom: 22px;
}
.blg .post_thumbnail {
	width: 100%;
}
.fBook {
	width: 100%;
	background: #f2f2f2;
	padding: 10px;
}
.socialFont {
	font-size: 20px;
	color: #f57313;
	font-weight: bold;
	margin-bottom: 20px;
}
/****** BLOG & FACEBOOK PAGE ******/

/****** CARPORATE PARTNERS ******/

.cpTraining {
	/*background: #f2f2f2;*/
	background:rgba(33,31,31,1);
	padding-top: 20px;
	padding-bottom: 40px;
}
.cptImg {
	box-sizing: border-box;
	background: #fff;
	border: solid 8px rgba(33,31,31,1);
}
.cPort {
	box-sizing: border-box;
	background: #fff;
	border: solid 8px rgba(33,31,31,1);
}
.cPort img {
	height: 309px;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 12px;
}
.cptImg img {
	margin: 0 auto;
}
.cpTraining .butn1 {
	margin-top: 70px;
}
/****** CARPORATE PARTNERS ******/

/****** FOOTER ******/
.ftLogo{
	margin-bottom:20px;
}
.ftr {
	background: rgba(5, 68, 97, 1) url(../images/ftrbg.jpg) no-repeat scroll center bottom / cover;
	padding-bottom: 20px;
	padding-top: 40px;
	text-align:center;
}
.ftSocial img {
	margin:20px 5px;
}
.dvdr {
	border-bottom: solid 1px #8195a1;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ftr p {
	text-align: center;
	color: #fff;
}
.ftr p img {
	width: 50%;
}
.ftr h1 a{
	font-size:40px;
	font-weight:700;
	color:#fff;
}
/****** FOOTER ******/

/****** INNER PAGES BANNER TEXT ******/
.ipBnr{
	position:relative;
	top:-26px;
	z-index:-1;
}
.ipBnr img {
	width: 100%;
}
/****** INNER PAGES BANNER TEXT ******/

/****** WHY PIXEL ******/

.wpCnt .subpageTitles {
	text-align: center;
	margin-bottom: 20px;
}
.wpCnt .inrPgcnt p {
	text-align: justify;
}
/****** WHY PIXEL ******/

/****** SCLORSHIPS ******/
.sShip .subpageTitles {
	margin-bottom: 20px;
}
.sShip .inrPgcnt p {
	text-align: justify;
}
.sShip ol li{
	font-size: 15px;
    color: #666;
    line-height: 30px;
}
.sshipForm{
	box-sizing:border-box;
	width:100%;
	height:auto;
	float:left;
	background:#ffa80a;
	padding:15px;
	margin-top:50px;
}
.sshipForm input[type="text"], .sshipForm select {
    width: 100%;
    height: 45px;
    border: 0;
    margin-bottom: 15px;
    padding: 0 10px;
    background: #fff;
}
.sshipForm .butn{
	margin-top:10px;
		margin-bottom:10px;
}
.sshipForm .bdrBtn{
	background:none;
}
.sshipForm .bdrBtn:hover, .sshipForm .bdrBtn:focus {
	color: #fff;
}
.sShipimg{
	margin-top:15px;
}
.sShipimg img{
	width:100%;
}
/****** SCHOLARSHIPS ******/

/****** SCHOLARSHIP BUTTON ******/	
.sclrbtn{
	position:fixed;
	bottom:40%;
	filter: drop-shadow(1px 1px 2px #000);
}

/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}
/****** SCHOLARSHIP BUTTON ******/

/****** GAMES ******/
.game .subpageTitles{
	text-align:center;
	margin-bottom:20px;
}
.game img{
	margin-top:20px;
}
.game img:hover{
	cursor:pointer;
}
.game .gameifr{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.game iframe{
	width:100%;
	height:400px;
	padding:0;
	margin:0;
	border:none;
}
/****** GAMES ******/

/****** COURSES ******/

.courseMain ul li strong{
font-size:13px;	
}

.diftCnt .inrPgcnt {
	text-align: justify;
}
.diftCnt .subpageTitles {
	text-align: center;
	margin-bottom: 20px;
}
.cDetails {
	background: #ebebeb;
}
.cdCnt {
	margin-top: 15px;
}
.cdCnt h1 {
	font-size: 17px;
	font-weight: bold;
	color: #666;
	margin: 0 10px 10px 10px;
}
.cdCnt p {
	font-size: 14px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	color: #666;
}
.cdCnt ul {
	margin-left: 5px;
	margin-bottom: 25px;
}
.cdCnt li {
	list-style: square;
	line-height: 25px;
	/*text-align: justify;*/
	color: #666;
}
.cdCnt table{
	width:50%;
}
.cdCnt th, .cdCnt td{
	padding:8px;
}
.cdCnt th{
	background:#ff953a;
	color:#fff;
}
.sWorks{
	background:rgba(33,31,31,1);
}

.sWorks .subpageTitles {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.sWorks iframe {
	width: 100%;
	height: 250px;
}
/****** COURSES ******/

/****** INSTRUSTORS ******/

.pInst {
	padding-top: 40px;
	padding-bottom: 40px;
}
/****** INSTRUSTORS ******/

/****** CORPORATE TRAINING ******/
.ctCnt h2 {
	font-size: 24px;
	color: #08577a;
	text-align: center;
	line-height: 35px;
	margin-top: 0;
	margin-bottom: 25px;
}
.ctBenefits {
	background: #ebebeb;
}
.ctBenefits .subpageTitles {
	text-align: center;
	margin-bottom: 30px;
}
.ctBenefits h4 {
	font-size: 40px;
	color: #08577a;
	line-height: 52px;
	margin-top: 70px;
	margin-bottom: 46px;
}
.ctBenefits .leftCnt {
	box-sizing: border-box;
	width: 40%;
	height: auto;
	float: left;
	border-bottom: solid 1px #08577a;
}
.ctBenefits .rightCnt {
	box-sizing: border-box;
	width: 60%;
	height: auto;
	float: left;
	border-left: solid 1px #08577a;
}
.ctBenefits .rightCnt hr {
	margin: 0;
	width: 30px;
	border-color: #08577a;
}
.ctBenefits .rightCnt h3 {
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #08577a;
	padding-left: 50px;
	margin: 15px 0 0 0;
	line-height: 28px;
}
.ctBenefits .rightCnt p {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	line-height: 20px;
	padding-left: 50px;
	margin-bottom: 20px;
}
/****** CORPORATE TRAINING ******/

/****** CORPORATE PARTNERS ******/
.cpCnt .inrPgcnt p {
	text-align: justify;
}
/****** CORPORATE PARTNERS ******/

/****** CSR ******/
.csrCnt {
	background: #ebebeb;
	padding: 40px 0;
}
.csrCnt h4 {
	color: #f57313;
	margin-top: 20px;
}
.csrCnt p {
	color: #666;
	text-align: justify;
}
.csrCnt img {
	margin-top:100px;
}
/****** CSR ******/

/****** TESTIMONIALS ******/

.testi {
	background: #f5f5f5;
	border-radius: 5px;
	margin-top: 85px;
}
.testi img {
	border-radius: 50%;
	border: solid 5px #f5f5f5;
	margin-top: -60px;
}
.testi h1 {
	font-size: 18px;
	color: #f57313;
	font-style: italic;
	margin-top: 10px;
}
.testi p {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	color: #666;
}
.testi:hover {
	background: #08577a;
	transition: all 0.5s ease-in-out 0s;
}
.testi:hover p {
	color: #fff;
	transition: all 0.5s ease-in-out 0s;
}
.testi:hover img {
	border: solid 5px #08577a;
	transition: all 0.5s ease-in-out 0s;
}
.vdo {
	margin-top: 20px;
	margin-bottom: 40px;
}
.videos {
	box-sizing: border-box;
	width: 25%;
	height: auto;
	float: left;
	padding: 2px;
}
.vdo .btn-info {
	background: none;
	border: none;
}
/****** TESTIMONIALS ******/

/****** FAQ'S ******/
.faq {
	background: url(../images/faq-bnr.jpg) no-repeat center bottom;
	background-size: cover;
}
/****** FAQ'S ******/

/****** CONTACT ******/

.fWidth {
    width: 90%;
    float: left;
    margin: 0 5%;
}
.contact{
	background: rgba(16, 23, 16, 1) url(../images/contact-bg.jpg) no-repeat scroll center bottom / cover;
  /*background-image: linear-gradient(to right, #2b5876 , #4e4376);*/
}
.contact h2 {
	        font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #fdaf00;
	margin-bottom: 5px;
}
.contact h3 {
	font: 17px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 28px;
}
.mpmn{
	width: calc(70% - 20px);
	float: left;
	margin-left: 20px;
}
.mapMain{
	width: 100%;
	height:auto;
	float:left;
	display: flex;
    align-items: center;
	flex-wrap:wrap;
	background:rgba(0,0,0,0.7);
	margin: 0 0 18px 0;
}
.mapAdr1{
	box-sizing:border-box;
	width:65%;
	height:auto;
}
.mapAdr2{
	box-sizing:border-box;
	width:35%;
	height:auto;
	text-align:center;
}

.map {
	width:100%;
	height:280px;
}
.contact h3 a {
	text-decoration: none;
	color: #fff;
}
.contact input[type="text"], .contact input[type="tel"], .contact input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	height: 47px;
	padding: 0 20px;
	border: none;
	box-shadow: none;
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #363636;
	font-style: italic;
}
.contact textarea {
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	border:none;
	font-size: 16px;
	color: #363636;
	font-style: italic;
	margin-bottom: 30px;
	padding: 10px 20px;
	resize:none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;

}
.ctfrm{
	width: 30%;
    height: auto;
    background: rgba(255,255,255,0.5);
	float: left;
	margin-bottom: 50px;
    padding: 40px 15px;
	text-align: center;
}
.ctfrm h4{
	font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #3a3a3a;
	margin-bottom: 40px;
	text-align:center;
}
.contact p {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #333232;
	line-height: 28px;
	text-align: center;
	margin: 15px 0 0 0;
}


/*.contact {
	background: url(../images/contact-bnr.jpg) no-repeat center bottom;
	background-size: cover;
}
.cuMap {
	width: 100%;
	height: 500px;
}
.map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.ciCnt .subpageTitles {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
.ciCnt h2 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 0 0 0;
	line-height: 28px;
}
.ciCnt h2 a {
	color: #fff;
}
.addr img {
	border-radius: 50%;
}
.addr {
	margin-top: 30px;
	margin-bottom: 30px;
}
.cicntr {
	text-align: right !important;
}
.ind {
	background: url(../images/ind.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 30px 30px;
	min-height: 300px;
}
.us {
	background: url(../images/us.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 30px 30px;
	min-height: 300px;
}
.cuCnt {
	padding-top: 40px;
	padding-bottom: 10px;
}
.cuCnt .subpageTitles {
	text-align: center;
}
.cuCnt p {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 28px;
	text-align: center;
	margin: 15px 0 0 0;
}
.cuForm {
	padding-top: 40px;
	padding-bottom: 40px;
}
.cuForm input[type="text"], .cuForm input[type="tel"], .cuForm input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	height: 58px;
	padding: 0 20px;
	border: solid 2px #e6e6e6;
	box-shadow: none;
	margin: 0 0 28px 0;
	font-size: 16px;
	color: #363636;
	font-style: italic;
}
 .cuForm ::-webkit-input-placeholder {
 font-size:16px;
 color:#939393;
 font-style:italic;
}
 .cuForm ::-moz-placeholder {
 font-size:16px;
 color:#939393;
 font-style:italic;
}
 .cuForm :-ms-input-placeholder {
 font-size:16px;
 color:#363636;
 font-style:italic;
}
.cuForm textarea {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #e6e6e6;
	height: 231px;
	padding: 15px;
	resize: none;
	font-size: 16px;
	color: #939393;
	font-style: italic;
}
.cuForm .butn {
	margin: 20px 0 0 0;
	float: right;
}*/

/****** CONTACT ******/


/****** KIDS ANIMATION ******/

.whiteBg{
	background:#fff;
	box-sizing:border-box;
	padding:30px 15px 10px 15px;
	margin-bottom:30px;
}
.sbmnu{
font: normal bold 17px Arial, Helvetica, sans-serif;
    color: #ef5a28;
	margin-bottom:30px;
}

/*.sbmnu a{
font: normal bold 17px Arial, Helvetica, sans-serif;
    color: #ef5a28;
	text-transform:uppercase;
	margin:0 15px;	
}

.sbmnu a:hover{
	color:#0076be;
}*/

.courseMain p{
	font-size: 16px;
    color: #666;
    line-height: 24px;
}
.sbmnu .butnOrange{
	letter-spacing:2px;
}
.courseMain h4{
font: normal bold 20px Arial, Helvetica, sans-serif;
color:#ef5a28;	
text-transform:uppercase;
line-height:30px;
}
.swimg{
	margin-bottom:30px;
	margin-top:15px;
}
.courseMain ol li{
	
	line-height:25px;	
}
.kvdo{
	margin-top:30px;
}
.kvdo video{
	width:100%;
}


/*.bdyCntmain{
	width:100%;
	height:auto;
	float:left;
	display: flex;
	text-align:center;
    align-items: center;
	flex-wrap:wrap;
}
.bdyCnt{
	width:100%;
	height:auto;
	float:left;
	box-sizing:border-box;
	background:#fff;
}
.bdyCnt h3{
	font: bold 22px Arial, Helvetica, sans-serif;
    color: #ef5a28;
	margin-left:40px;
	margin-right:40px;
	margin-top:40px;
}
.bdyCnt p{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:28px;
	color:#838383;
	margin:16px 40px 40px 40px;
}
.bdyCnt img{
	width:100%;
}*/

/*.a{
	order:1;
}
.b{
	order:2;
}
.c{
	order:4;
}
.d{
	order:3;
}

.bdyCntmain .butnOrange{
	margin-top:0px;
	margin-bottom:50px;
	letter-spacing:2px;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}
.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}*/
/****** KIDS ANIMATION ******/


/****** FEEDBACK FORM ******/
.fdbk .subpageTitles{
	margin-bottom:30px;
	letter-spacing:3px;
	margin-bottom:40px;
	text-decoration:underline;
	text-align:center;
}
.fdbk label{
	font-weight:normal;
}
.fdbk table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  box-sizing:border-box;
}

.fdbk td, .fdbk th {
	 box-sizing:border-box;
  border: 1px solid #dddddd;
  padding: 15px 8px;
  text-align:center;
}

.fdbk tr:nth-child(even) {
  background-color: #efefef;
}
.fdbk .lft{
	text-align:left;
}

.fdbk input[type="text"], .fdbk input[type="email"] {
	box-sizing: border-box;
	width: calc(50% - 10px);
	height: 58px;
	padding: 0 20px;
	border: solid 2px #e6e6e6;
	box-shadow: none;
	margin: 0 0 28px 5px;
	font-size: 16px;
	color: #363636;
	font-style: italic;
}
.fdbk input[type="radio"]{
	width:18px;
	height:18px;
}
.fdbk textarea{
	box-sizing: border-box;
	width:100%;
	height: 150px;
	padding: 20px 20px;
	border: solid 2px #e6e6e6;
	box-shadow: none;
	font-size: 16px;
	color: #363636;
	font-style: italic;
	margin-top:20px;
}

/****** FEEDBACK FORM ******/

@media screen and (max-width:767px) {
#back_top {
	right: 0;
}
/****** ENQUIRY FORM ******/

.eqry {
	top: 16%;
}
.eqBtn {
	width: 125px;
	height: 30px;
	margin-right: -50px;
	margin-top: 47px;
}
.eqBtn p {
	font-size: 11px;
	line-height: 27px;
}
.eqform {
	width: 230px;
	height: 320px;
}
.eqform input[type="text"], .eqform select {
	height: 26px;
	margin-bottom: 5px;
}
/****** ENQUIRY FORM ******/
.logo {
	z-index: 99;
	margin-top:15px;
	padding-bottom:0;
}
.hdrBtns .butn {
	float: left !important;
	width: 100%;
	margin-top: 15px;
}
.hdrBtns {
	margin-bottom: 15px;
}
.navMain{
	margin-top:0;
}
.menu {
	position: absolute;
	top: -65px;
	margin-top: 0;
	right: 0;
}
.navbar-toggle {
	margin-top: 0px;
	padding: 12px 10px;
	border-radius: 0;
	right: 5px;
}
.navbar-default .navbar-toggle {
	background: none;
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #0076be;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	border-radius: 2px;
}
.navbar-toggle {
	margin-right: 0;
}
.navbar-collapse {
	background: #fff;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 10px;
}
.nvg {
	float: left;
	width: 100%;
}
.dropdown-menu>li>a {
	font-size: 10px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 0px 5px 10px !important;
}
.dpm li a {
	margin-left: 15px;
	font-size: 10px;
}
.dropdown-submenu .dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	transform: rotate(90deg);
}
.dropdown-submenu:hover>a:after {
	border-left-color: #333;
}
.bannerMain{
	top:0;
}
.bnrBtm{
	margin-top:0;
}
.bnrBtm p {
	font-size: 14px;
	line-height: 29px;
}
.bnrBtm h1 {
	font-size: 20px;
}
.hdngText {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.coursesList {
	width: 50%;
}
.hmGlry {
	width: 50%;
}
.aboutPa {
	margin-top: 30px;
	padding-bottom: 52px;
}
.aboutPa h2 {
	margin-top: 40px;
	line-height: 30px;
	font-size: 21px;
}
.aboutPa h2 span {
	font-size: 24px;
}
.aboutPa h3 {
	font-size: 20px;
	line-height: 25px;
	margin-top: 15px;
}
.aboutPa .bdrBtn {
	margin-top: 35px;
}
.sPortfolio {
	padding-bottom: 19px;
}
.spVideo {
	width: 100%;
	margin-bottom: 2px;
}
.tMonial .carousel img {
	margin: 0 auto;
}
.tMonial p {
	text-align: center;
	margin-left: 0;
}
.tMonial small {
	float: none;
	text-align: center;
}
.blg {
	height: auto;
}
.videos {
	width: 100%;
}
.cpTraining {
	padding-top: 5px;
	text-align: center;
}
.cpTraining .butn1 {
	margin-top: 33px;
}
.ftSocial {
	margin-top: 25px;
	margin-bottom:25px;
}
.ftr {
	text-align: center;
}
.ftSocial img {
	float: none;
	margin: 0px 3px;
}
.ftr p img {
	width: 90%;
}
.ipBnr{
	top:0;
}
.ipBnr img {
	height: 110px;
}
.pageTitle {
	font-size: 20px;
}
.subpageTitles {
	font-size: 20px;
}
.wpCnt .subpageTitles {
	margin-bottom: 10px;
}
.inrPgcnt p {
	font-size: 14px;
	line-height: 21px;
}
.ctCnt h2 {
	font-size: 18px;
	line-height: 24px;
}
.ctBenefits .leftCnt {
	width: 100%;
}
.ctBenefits h4 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.ctBenefits .rightCnt {
	width: 100%;
	border: 0;
}
.ctBenefits .rightCnt hr {
	border: 0;
	width: 0;
}
.ctBenefits .rightCnt h3, .ctBenefits .rightCnt p {
	padding-left: 0;
}
.ctBenefits .rightCnt h3 {
	font-size: 18px;
}
.ctBenefits .rightCnt p {
	font-size: 14px;
}
.csrCnt img {
	height: auto;
}
.ciCnt {
	margin-bottom: 30px;
}
.cicntr {
	text-align: left !important;
}
.ciCnt h2 {
	font-size: 16px;
	line-height: 20px;
}
/*.ind, .us {
	min-height: inherit;
}
.cuForm {
	padding-top: 0;
}*/
.fdbk td, .fdbk th{
	padding:15px 5px;
}
.fdbk input[type="text"], .fdbk input[type="email"]{
	width:100%;
	margin-left:0;
}

.contact p{
	margin-left:30px;
	margin-right:30px;
	font-size:16px;
	line-height:25px;
}
.ctfrm{
	width:100%;
}
.ctfrm h4{
	font-size:21px;
}
.mpmn{
	width:100%;
	margin:0;
}
.mapAdr2, .mapAdr1{
	width:100%;
}
.kvdo video{
	margin-bottom:30px;
}

.sbmnu .butnOrange{
	margin-top:0;
	margin-bottom:5px;
	width:90%;
}
.swimg img{
	width:100%;
	margin-bottom:5px;
}
.cdCnt table{
	width:100%;
}
.ftr h1 a{
	font-size:26px;
}

.onlineCourse .butnOrange{
	margin-bottom:30px;
}
}
 @media screen and (max-width:767px) and (orientation:landscape) {
.logo img {
	width: 50%;
}
.hdrBtns .butn {
	width: 50%;
}
.blg {
	height: auto;
}
}
 @media screen and (min-width:768px) and (max-width:991px) {
	 .navMain{
		 margin-top:-25px;
	 }
.navbar-default .navbar-nav > li > a {
	font-size: 10px;
}
.nav > li > a {
	padding: 10px 7px;
}
.ind, .us {
	min-height: inherit;
	margin-bottom: 10px;
}
.logo {
	margin-top: 17px;
	padding-bottom:30px;
}
.topTen img{
	margin-top:31px;
}
.bannerMain{
	top:-25px;
}
.blg {
	height: auto;
}
.sStry h2 {
	font-size:13px;
}
.sStry .butn {
    font-size: 8px;
	padding:10px 14px;
}
.socialFont{
	text-align:center;
}
.ipBnr{
top:-25px;	
}
.cdCnt table{
	width:100%;
}
	
}
 @media screen and (min-width:768px) {
/****** SUB NAVIGATION DROPDOWN ON HOVER ******/	

.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown:hover .dpm {
	display: none;
}
.dropdown-submenu:hover .dpm {
	display: block;
}
/*.dropdown:hover .dropdown-submenu{

	display:none;

}

.open > .dropdown-menu {

	display: none;

}*/

/****** SUB NAVIGATION DROPDOWN ON HOVER ******/	

}
 @media screen and (min-width:992px) and (max-width:1199px) {
.logo {
	margin-top: 30px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 10px;
}
}
 @media screen and (min-width:1200px) {
.logo img {
	width: 250px;
	margin-bottom: 15px;
}
}
