body{

	background:#fafafa;

	}

p{

	line-height:1.7;

	text-align:justify;

	}

.mb1{

	margin-bottom:1em;

	}

.mb2{

	margin-bottom:2em;

	}

.top-bg {

	background:url(../img/header-bg.png) repeat;

	margin-bottom: -1em;

	padding-bottom:15px;

}

.text-green {

	color:#5ca10a;

}

.text-gray {

	color:#404040;

}

.text-blue {

	color:#039;

}

.mainHeading{

	border-bottom:1px dashed #019ffc;

	color:#039;

	font-weight:normal;

	padding-bottom:10px;

	}

/* Column Left */

.colleft {

	background:#fff;

	border-radius:0 5px 0 5px;

	-webkit-border-radius:0 5px 0 5px;

	border:1px solid #e9e9e9;

	padding: 0 20px;

	box-shadow:inset 0 0 2px #fff;

	margin-bottom:10px;

	}

.colleft p{

	text-align:left;

	}

.colleft h3 {

	background: #0076bb; /* Old browsers */

	background: -moz-linear-gradient(top,  #0076bb 0%, #019ffc 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0076bb), color-stop(100%,#019ffc)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #0076bb 0%,#019ffc 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #0076bb 0%,#019ffc 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #0076bb 0%,#019ffc 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #0076bb 0%,#019ffc 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076bb', endColorstr='#019ffc',GradientType=0 ); /* IE6-9 */



    color: #fff;

    font-size: 15px;
    font-weight: normal;
    margin: 0 -31px 1em;

    padding: 10px 22px;

	position:relative;

    text-align: center;

	}

.colleft h3:before{

	border:solid transparent;

	border-color:rgba(0, 0, 0, 0);

	border-top-color:#0278bd;

	content:'';

	height:0;

	position:absolute;

	bottom:-10px;

	width:0;

	}

.colleft h3:before{

	border-width:10px 0px 0px 10px;

	left:0px;

	}

.footerDrop h3:before, .colleft h5:after{

	border-width:10px 10px 0 0px;
	right:0px;
	 content: '\25bc'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;

	}

	.footerDrop.active h5:before, .colleft.active h5:after {
    content: "\25b2"; /* Unicode character for "minus" sign (-) */
}
.footerDrop h3, .accordion {
	 cursor: pointer;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
.panel.show {
    display: block !important;
}
.colleft li {

	background:url(../img/bulet-dot.png) no-repeat 0 13px;

	padding:5px 0 5px 15px;

	}

.colleft li a {

	color:#464744;

	transition:all ease-in-out 0.5s;

	-webkit-transition:all ease-in-out 0.5s;

	}

.colleft li a:hover {

	padding-left:5px;

	}

.colleft .link-black{

	list-style:none;

	padding-left:0;

	padding-right: 20px;

	}

.colleft .link-black li{

	background:none;

	padding-left:0;

	}

.colleft .link-black li i{

	display: inline-block;

    width: 30px;

	text-align:center;

	}

.colleft .placedStudent{

	padding-bottom:1em;

	}

.colleft .placedStudent span img{

	border:1px solid #ccc;

	width:100px;

	}

.colleft .placedStudent .placedStudentImg{

	display:block;

	}



.colleft .placedStudent .placedStudentImg .carousel img{

	border:1px solid #ccc;

	margin-bottom:1em;

	}

.studentCaption span{

	color:#009dfe;

	display: block;

    font-weight: bold;

	}



/* Column Right */

.colright {

	background:#fff;

	border-radius:5px 0 5px 0;

	-webkit-border-radius:5px 0 5px 0;

	border:1px solid #e9e9e9;

	padding:0 20px 2em;

	box-shadow:inset 0 0 2px #fff;

}

.colright .breadcrumb{

	background:none;

	margin-top:1em;

	padding-left:0;

	}

.colright .courseImage, .colright .courseRating{

	margin-bottom:1em;

	}

.colright .courseRating img{

	vertical-align:middle;

	}

.colright h3{

	font-weight:normal;

	}

.colright h4{

	font-family:Verdana, Geneva, sans-serif;

	font-size:17px;
	
	font-weight: normal;

	}

.tableClass td{

	padding:5px;

	}

.allCourse{

	border-bottom:1px solid #fff;

	}

.allCourse h3{

	background:#d4d4d4;

	color:#464646;

	font-size:1.1em;

	margin:0;

	text-shadow:none;

	font-weight:normal;

	}

.allCourse:nth-child(even) h3{

	background:#e7e7e7;

	}

.allCourse h3 a{

	color:#464646;

	display:block;

	padding: 10px;

	}

.allCourse h3 a span{

	background: #009dfe none repeat scroll 0 0;

    border-radius: 3px;

    color: #fff;

    display: block;

    float: right;

    font-size: 12px;

    margin-top: -3px;

    padding: 5px 10px;

	}

.allCourse h3 a:hover{

	color:#000;

	text-decoration:none;

	}

.allCourse h3 a:hover span{

	background:#000;

	}

.allCourse .readmore{

	background: #158ad2; /* Old browsers */

	background: -moz-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #158ad2), color-stop(100%, #0166a4)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* IE10+ */

	background: linear-gradient(to bottom, #158ad2 0%, #0166a4 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158ad2', endColorstr='#0166a4', GradientType=0 ); /* IE6-9 */

	

	border-radius: 5px;

    color: #fff;

    display: inline-block;

    padding: 7px 1em;

	}

.allCourse .readmore:hover{

	background: #515151; /* Old browsers */

	background: -moz-linear-gradient(top,  #515151 0%, #000000 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#000000)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #515151 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #515151 0%,#000000 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #515151 0%,#000000 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #515151 0%,#000000 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	text-decoration:none;

	}

.allCourse img{

	float:left;

	margin-bottom:0em;

	margin-right:2em;

	margin-top:0;

	}

.allCourse .innerCourse{

	display:none;

	padding-bottom:2em;

	}

a:hover, a:focus{

	text-decoration:none;

	}

	

.listTick {

	list-style:none;

	margin:0;

	padding:0;

	padding-left:10px;

	margin-bottom:15px;

}

.listTick li {

	background:url(../img/tick.png) no-repeat 0px 10px;

	padding:6px 0 0px 20px;

}

.benefits {

	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);

    margin-bottom: 22px;

    padding: 1px;

}

.img-pos, .benefits {

	position:relative;

	overflow:hidden;

}

.benefits h3 {

	bottom:0;

	left: 0;

    position: absolute;

    text-align: center;

    width: 100%;

}

.benefits a{

	cursor:default;

	}

.benefits img {

transition: all .2s ease-in-out;

-webkit-transition: all .2s ease-in-out;

}

.benefits img:hover {

	transform: scale(1.1);

	-webkit-transform: scale(1.1);

	opacity:0.9;

}

h2.home, h1.home {

	background:url(../img/home-head.png) no-repeat left bottom;

	padding-bottom:9px;

	padding-left:40px;

	font-size: 20px;

}

.heading1{

padding-bottom:9px;

	font-size: 20px;

	}

.trainingCourse .benefits {

	margin-bottom:0.5em;

}

.trainingCourse p {

	text-align:justify;

}

.trainingCourse .viewMore {

	background:#019ffc;

	display:inline-block;

	padding:5px 15px;

	color:#fff;

	border-radius:3px;

}

.trainingCourse .viewMore:hover {

	background:#5ca10a;

	text-decoration:none;

	padding-left:20px;

}

.trainingCourse > .col-md-6 {

	margin-bottom:3em;

}

.trainingCourse .benefits h3 {

	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;

	bottom: 0;

	left: 0;

	margin: 0;

	padding: 8px 1em;

	position: absolute;

	width: 100%;

}

.otherComment fieldset {

	border: medium none;

	margin-bottom: 1em;

}

.otherComment fieldset label.error{

	color: #f00;

    display: block;

    font-size: 1em;

    font-weight: normal;

    padding-top: 5px;

	}

.otherComment .hafField, .otherComment .commentLeft {

	width: 100%;

}

.captchaLeft .capDis {

    background: rgba(0, 0, 0, 0) url("../img/captcha-back.jpg") repeat scroll center center;

    color: #000;

    font-size: 1.6em;

    font-weight: bold;

    letter-spacing: 2px;

    text-align: center;

}

.captchaLeft {

	width:45%;

}

.inputBox, .textBox {

	border: 1px solid #ccc;

	border-radius: 5px;

	box-sizing: border-box;

	height: 50px;

	padding: 10px 15px;

	width: 100%;

}

.textBox {

	height: 175px;

}

.btn-default2 {

	background: #0091c6 none repeat scroll 0 0;

	border: medium none;

	border-radius: 4px;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	padding: 5px 17px;

}

.otherComment .submitBox {

	font-size: 19px;

	height: 47px;

	width: 160px;

}

.otherComment .submitBox:hover {

	background: #000 none repeat scroll 0 0;

}



#thankyou{

	background: #fff none repeat scroll 0 0;

    border: 1px solid #e9e9e9;

    border-radius: 5px;

    box-shadow: 0 0 2px #fff inset;

    padding:1em 1em 0;

	}

.captchaField{

	position:relative;

	}

.captchaImage{

	position:absolute;

	cursor:pointer;

	left:50%;

	top:50%;

	transform:translate(-50%, -50%);

	-moz-transform:translate(-50%, -50%);

	-webkit-transform:translate(-50%, -50%);

	-moz-transform:translate(-50%, -50%);

	}



/* Column Section */

.column .smallCol{

	background: #fff none repeat scroll 0 0;

    border: 1px solid #e9e9e9;

    padding: 0 10px;

	border-radius:5px;

	

	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);

	}

.column .smallCol h2{

	font-weight:normal;

	margin-top:15px;

	text-align:center;

	}



/* Footer Section */

footer {

	background:#2e2f31 url(../img/footer-bg.jpg) repeat;

	color:#ffffff;

	margin-top:20px;

}

footer h3 {

	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;

    border-radius: 3px;

    color: #fff;

    font-size: 14px;

    padding: 12px;

}

footer li a, footer p, footer p a {

	color:#ffffff;

}

footer li a:hover, footer p a:hover {

	color:#fff;

	padding-left:5px;

}

footer li {

	background:url(../img/bulet-arrow.png) no-repeat 0 8px;

	margin:5px 0;

	padding-left:12px;

}



/* Header Section */

.contact-list li {

	padding-bottom:10px;

}

.cright {

	background:#454649;

	text-align:center;

	padding:10px 0;

	margin-top:10px;

}

.banner .carousel-control.left, .banner .carousel-control.right{

	background:none;

	}

	

/* Header Right */

.headerRight{

	position: absolute;

    right: 17px;

    top: 11px;

	}

.headerRight a{

	color:#fff;

	}

#rightTopHead {

	float: right;

	margin-left:1em;

    margin-bottom: 10px;

}

.headerRight #Emailno {

    text-align: right;

}

.headerRight #Emailno a:hover{

	color:#019ffc;

	text-decoration:none;

	}

.headerRight #Emailno span {

    font-size: 18px;

}

.brag {

    margin-left: 140px;

    margin-top: 3px;

}

.headerRight #Emailno span {

    display: inline-block;

    margin: 10px 0 10px 10px;

	font-weight:bold;

    vertical-align: middle;

}

.headerRight #Emailno img {

    margin-left: 10px;

    vertical-align: middle;

}

.headerRight #Emailno span.phone {

    color: #fff;

}

.rightCol{

	float:right;

	margin-left:2em;

	}

.rightCol img{

	width:84px;

	}







/* Navigation */

/*.nav-top li:nth-child(1), .nav-top li:nth-child(2){

	border-bottom: 1px dashed #fff;

	}*/

#navbar{

	position:relative;

	}

.nav-top li.clickToCall a{

	border:1px solid #5ca10a ;

	background:#5ca10a ;

	color:#fff!important;

	border-radius:5px;

	margin-top:8px;

	padding:7px 10px 7px 10px !important;

	}

.nav-top li.clickToCall a:hover{

	background:#000;

	}

.navbar-nav > li.search{

	float: right;

    padding: 7px 1em 0 0;

	}

.navbar-nav > li.search input[type="text"]{

	background:#fff;

	}

.navbar-default .navbar-nav > li.email{

	margin-left:1em;

	}

.navbar-default .navbar-nav > li.email a{

	color:#fff!important;

	}

.navbar-default .navbar-nav > li.email a:hover{

	color:#019ffc!important;

	}







.socialMedia a{

	margin:0 3px;

	}

.socialMedia a img{

	transition:all 0.3s ease;

	}

.socialMedia a:hover img{

	opacity:0.6;

	}



.student-review{

	padding-right:1em;

	}

.mainReview p{

	border-bottom:1px dashed #0076bb;

	padding-bottom:1em;

	}

.mainReview p img {

    margin-right: 1em;

    margin-top: -2px;

    vertical-align: middle;

	}



/* Accordian Section */

.accordianText:after, .textContentAccoord:after, .captcha:after, .allCourse .innerCourse:after{

	content:'';

	clear:both;

	display:block;

	}

	

.accordian .accordianContent{

	margin-bottom:0.5em;

	}

.accordian .accordianContent .accordianHeading a{

	background:#019ffc;

	color:#fff;

	display:block;

	font-size:1.2em;

	font-weight:bold;

	padding:0.5em 1em;

	position:relative;

	text-transform:uppercase;

	}

.accordian .accordianContent .accordianHeading a:before {

	content: "\2b";

	display: inline-block;

    font-family: "Glyphicons Halflings";

    font-style: normal;

    font-weight: 400;

    line-height: 1;

	right:10px;

    position: absolute;

    top: 10px;

	}

.accordian .accordianContent .accordianHeading a.minus:before{

	content: "\2212";

	}

.accordian .accordianContent a{

	text-decoration:none;

	}



.textContentAccoord{

	border-bottom: 1px dashed #ccc;

    margin: 1em 0 2em;

    padding-bottom: 1em;

	}

.accordian .accordianContent .accordianText{

	background:#fff;

	border:1px solid #ccc;

	border-top:none;

	display:none;

	padding:2em;

	}

.accordian .accordianContent .accordianText h4{

	background: #939393 none repeat scroll 0 0;

    border-radius: 5px;

	color:#fff;

	font-size: 15px;

	font-weight:normal;

	padding:0.6em 1em;

	position:relative;

	margin-top:0;

	}

.accordian .accordianContent .accordianText h4:after{

	border:solid transparent;

	border-color:rgba(0, 0, 0, 0);

	border-left-color:#939393;

	border-width:10px 0px 10px 10px ;

	content:'';

	height:0;

	right:-10px;

	position:absolute;

	top:7px;

	width:0;

	}

.accordian .accordianContent .accordianText ul{

	list-style:none;

	margin-bottom:0;

	padding-left:0;

	}

.accordian .accordianContent .accordianText ul li{

	}

.accordian .accordianContent .accordianText .accordianLeft{

	float:left;

	position:relative;

	width:33%;

	}

.accordian .accordianContent .accordianText .accordianLeft span{

	display:block;

	text-align:center;

	}

.accordian .accordianContent .accordianText .accordianRight{

    float: left;

	margin-left:2%;

	position:relative;

	padding:0 2em;

    width: 65%;

	}



/* Click to call Section */

.clickToCall, .clickToEnquiry{

	position: fixed;

    left: 0%;

    bottom: 50%;

	transition:translateY(-50%);

    z-index: 1005;

	}

.clickToCall span, .clickToEnquiry span{

	display:none;

	}

.clickToEnquiry{

	left:auto;

	right:0;

	}
@media(max-width:547px)
{
	.clickToEnquiry{

	left:25%;
	}
}
#overlay{

	background:rgba(0, 0, 0, 0.3);

	height:100%;

	left:0;

	opacity:0;

	position:fixed;

	top:0;

	visibility:hidden;

	width:100%;

	z-index:3000;

	}



#lightBox{

	background:#fff;

	left:50%;

	opacity:0;

	position:fixed;

	top:50%;

	transform:translate(-50%, -500px);

	padding:2em 3em 2em 2em;

	width:50%;

	visibility:hidden;

	z-index:3001;

	border-radius:5px;

	transition:transform 0.3s ease-in-out;

	}

#lightBox.show{

	transform:translate(-50%, -50%);

	}



#overlay.show, #lightBox.show{

	opacity:1;

	visibility:visible;

	}



#lightBox .closeLight{

	position:absolute;

	right:10px;

	top:10px;

	}

#lightBox .lightContent{

	display:block;

	}

#lightBox .lightContent p{

	line-height:1.4;

	}

#lightBox .lightContent .lightField{

	position:relative;

	}

#lightBox .lightContent .lightField .lightSubmit{

	background: #0091c6 none repeat scroll 0 0;

    border: medium none;

    border-radius: 0 5px 5px 0;

    color: #fff;

    cursor: pointer;

    display: inline-block;

    font-size: 19px;

    height: 51px;

    padding: 5px 17px;

    position: absolute;

    right: -1px;

	text-transform:uppercase;

    top: -1px;

    width: 110px;

	}

#lightBox .lightContent .lightField .lightSubmit:hover{

	background:#036;

	}

#lightBox .lightContent h2{

	font-weight:normal;

	margin-top:0;

	}



/* enquiry */

#enquiry{

	right: 0;

	position:fixed;

	top:50%;

	width:300px;

	z-index:2500;

	

	transform:translate(258px, -50%);

	-moz-transform:translate(258px, -50%);

	-webkit-transform:translate(258px, -50%);

	-ms-transform:translate(258px, -50%);

	transition:transform 0.3s ease;

	-moz-transition:transform 0.3s ease;

	-webkit-transition:transform 0.3s ease;

	-ms-transition:transform 0.3s ease;

	}

#enquiry a.enquiryBtn{

	float:left;

	}

#enquiryContent{

	background: #009dfe none repeat scroll 0 0;

	float:left;

	padding:10px;

	width:258px

	}

#enquiryContent fieldset{

	margin-bottom:5px;

	position:relative;

	}

#enquiryContent .rightText, #enquiryContent .rightTextArea{

	background: #fff none repeat scroll 0 0;

    border: medium none;

    border-radius: 3px;

	height:30px;

	padding:5px 10px;

	width:100%;

	}

#enquiryContent .rightTextArea{

	height:80px;

	}

.rightSubmit{

	background:#00609b;

	color:#fff;

	cursor:pointer;

	border:none;

	padding:0.5em 1em 0.6em;

	border-radius:3px;

	}

.rightSubmit:hover{

	background:#000;

	}

.colcap{

	width:42%;

	}

#enquiryContent .capDis, .slideup .capDis{

	background:url(../img/captcha-back.jpg) center center;

	color: #000;

    font-size: 1.6em;

    font-weight: bold;

    letter-spacing: 0px;

    text-align: center;

	}


#enquiry.slideOut{

	transform:translate(0px, -50%);

	-moz-transform:translate(0px, -50%);

	-webkit-transform:translate(0px, -50%);

	-ms-transform:translate(0px, -50%);

	}

/*.rig{
    line-height: 2.5em;
    color: white;*/
    /* padding: 0.6em; *//*
    font-size: 36px;
    background: #00b04b;
    font-weight: 600;
    margin-top: 0.4em;
    padding-left: 0.2em;
	}
*/
.rig{
	line-height: 3.2em;
    color: white;
    /* padding: 0.6em; */
    font-size: 30px;
    background: #00b04b;
    font-weight: 600;
    text-align: center;
    /*padding: 12px;*/
    margin-top: 0.55em;
}	
#sip{
	text-align:center;
	border: 1px solid #188245;
	padding:0.5em;
}
.lightContent #enquiryContent{

	background:none;

	float:none;

	padding:0;

	width:100%;

	}

.lightContent #enquiryContent .rightText, .lightContent #enquiryContent .rightTextArea{

	border: 1px solid #ccc;

	height: 40px;

	}



@media (max-width:1192px) {

.nav > li > a{

	padding:10px 34px;

	}

}

@media (max-width:992px) {

.nav > li > a {

    padding: 10px 16px;

	}

.column .col-sm-6{

	margin:1em 0;

	}

.column .col-sm-6:nth-child(3){

	clear:left;

	}

.placement h3, .placement .col-md-4{

	text-align:center;

	}

.placement .col-md-4{

	margin-bottom:1em;

	}

}
.donwloadpdf{float: right;margin-bottom: -48px;position: relative;z-index: 1000;}
@media (max-width:767px) {
.donwloadpdf{float:none; margin-bottom:0px;}
.headerRight{

	display:none;

	}

#navbar .nav{

	background:#000;

	margin-top:0;

	}

.nav > li > a {

	color:#fff;

    padding: 10px 41px;

	}

.navbar-default .navbar-nav > li > a{

	color:#fff;

	}

#lightBox{

	width:80%;

	}

#lightBox .lightContent .lightField .lightSubmit{

	 border-radius: 5px;

    margin-top: 5px;

    position: relative;

    right: 0;

    top: 0;

    width: 100%;

	}

.clickToCall span, .clickToEnquiry span{

	display:block;

	}

.clickToCall span:before, .clickToEnquiry span:before{

	background:url(../img/double-arrow.png) no-repeat;

	content: "";

    display: inline-block;

    height: 16px;

    margin: 0 8px;

    position: relative;

    top: 3px;

    width: 16px;

	}

.clickToCall img, .clickToEnquiry img{

	display:none;

	}

.clickToCall, .clickToEnquiry{

	bottom:0;

	width:49%;

	}

.clickToCall a, .clickToEnquiry a{

	display:block;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1489d0+0,0167a5+100 */

	background: #1489d0; /* Old browsers */

	background: -moz-linear-gradient(top,  #1489d0 0%, #0167a5 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1489d0), color-stop(100%,#0167a5)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #1489d0 0%,#0167a5 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #1489d0 0%,#0167a5 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #1489d0 0%,#0167a5 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #1489d0 0%,#0167a5 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1489d0', endColorstr='#0167a5',GradientType=0 ); /* IE6-9 */

	color: #fff;

    display: block;

    font-weight: bold;

    padding: 10px 5px;

    text-align: center;

    text-transform: uppercase;

	}

.allCourse h1 a{

	text-align:center;

	}

.allCourse h1 a span{

	clear: both;

    display: block;

    float: none;

    margin: 14px 11% 0;

	padding: 10px;

	}

#toPopup, #toPopup_2, #toPopup_3{

	width:88%;

	}

.form p{
	font-size:13px;
}
.form .form_field{
	padding: 4px 14px;
	}
.form .capDis {
    font-size: 15px;
    padding: 4px 14px;
    text-align: left;
	}
.form .form_submit{
	width:100%;
	}
.form .captchaImage {
    top:22px;
    width: 20px;
	}
}



@media (max-width:350px) {

.clickToCall a, .clickToEnquiry a{

	font-size:12px;

	}

.capDis{padding: 5px 3px;}

}

@media (max-width:450px) {

#enquiryContent .capDis{ letter-spacing: -3px;}


}
.rV{
	border-bottom:1px dashed  #019ffc;
	padding-bottom:1em;
	margin-bottom:1em;
	}
.rvDes{
	display:block;
	padding-top:1em;
	}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px;  }
.IndustrialTraining{

	border-bottom:1px solid #fff;

	}

.IndustrialTraining h1{

	background:#d4d4d4;

	color:#464646;

	font-size:1.1em;

	margin:0;

	text-shadow:none;

	font-weight:normal;

	}

.IndustrialTraining:nth-child(even) h1{

	background:#e7e7e7;

	}

.IndustrialTraining h1 a{

	color:#464646;

	display:block;

	padding: 10px;

	}

.IndustrialTraining h1 a span{

	background: #009dfe none repeat scroll 0 0;

    border-radius: 3px;

    color: #fff;

    display: block;

    float: right;

    font-size: 12px;

    margin-top: -3px;

    padding: 5px 10px;

	}

.IndustrialTraining h1 a:hover{

	color:#000;

	text-decoration:none;

	}

.IndustrialTraining h1 a:hover span{

	background:#000;

	}
@media(max-width:547px){
	.navbar{
		margin-top:75px;
	}
}
body .navbar-nav {
	z-index: 999;
    position: relative;
}
.colleft h4 {

	background: #0076bb; /* Old browsers */

	background: -moz-linear-gradient(top,  #0076bb 0%, #019ffc 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0076bb), color-stop(100%,#019ffc)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #0076bb 0%,#019ffc 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #0076bb 0%,#019ffc 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #0076bb 0%,#019ffc 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #0076bb 0%,#019ffc 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076bb', endColorstr='#019ffc',GradientType=0 ); /* IE6-9 */



    color: #fff;

    font-size: 15px;
    font-weight: normal;
    margin: 0 -31px 1em;

    padding: 10px 22px;

	position:relative;

    text-align: center;

	}

.colleft h4:before{

	border:solid transparent;

	border-color:rgba(0, 0, 0, 0);

	border-top-color:#0278bd;

	content:'';

	height:0;

	position:absolute;

	bottom:-10px;

	width:0;

	}

.colleft h4:before{

	border-width:10px 0px 0px 10px;

	left:0px;

	}

.colleft h4:after{

	border-width:10px 10px 0 0px;
	right:0px;
	 content: '\25bc'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;

	}

	.colleft.active h4:after {
    content: "\25b2"; /* Unicode character for "minus" sign (-) */
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}

.full-testimonial {
	clear:both;
    
}
.full-testimonial {
	clear:both;
    background:#FFFFFF;
    margin-top: 1em;
}
.full-testimonial {
	clear:both;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 8px 0 8px 28px;
}
	.review-head {
    display: flex;
    margin-bottom: 0px;
	}
	.review-head .review-info {
    padding: 0;
    }
	.full-testimonial .rr_title {
    box-shadow: none;
    padding: 0%;
    }
	.score {
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.score-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 18px;
}

.score .stars-active {
  color: #ffaf00;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.score .stars-inactive {
  color: grey;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: initial;
  overflow: hidden;
}
#wrapper
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:995px;	
}
#wrapper h1
{
 margin-top:50px;
 font-size:45px;
 color:#1B4F72;
}
#wrapper h1 p
{
 font-size:18px;
}
/*#contact_form_div
{
 width:330px;
 padding:10px;
 background-color:#1B4F72;
}*/
#contact_form_div {
    width: 330px;
    margin-left: -25px;
    margin-bottom: 15px;
    padding-left: 25px!important;
    padding: 10px;
    background-color: #1B4F72;
}
#contact_form_div #contact_label
{
 margin-top:10px;
 margin-bottom:20px;
 padding-right: 20px;
 font-size:25px;
 font-weight:bold;
 color:white;
 text-decoration:underline;
 text-align:center;
}
#contact_form_div input[type="text"]
{
 width:280px;
 height:40px;
 border-radius:2px;
 font-size:17px;
 padding-left:5px;
 border:none;
}
#contact_form_div textarea
{
 width:280px;
 height:70px;
 border-radius:2px;
 font-size:17px;
 padding5px;
}
#contact_form_div input[type="submit"]
{
 width:280px;
 height:40px;
 border:none;
 border-radius:2px;
 font-size:17px;
 background-color:#85C1E9;
 border-bottom:3px solid #3498DB;
 color:#1B4F72;
 font-weight:bold;
}

@media only screen and (min-width:700px) and (max-width:995px)
{
 #wrapper
 {
  width:100%;
 }
 #wrapper h1
 {
  font-size:30px;
 }
 #contact_form_div
 {
  width:100%;
  margin-left:0%;
  padding-left:0px;
  padding-right:0px;
 }
 #contact_form_div input[type="text"]
 {
  width:96%;
 }
 #contact_form_div textarea
 {
  width:96%;
 }
 #contact_form_div input[type="submit"]
 {
  width:96%;
 }
}
/*top imag with content css*/
@media only screen and (max-width: 600px) {
  .rig {
    
    line-height: 2.5em;
    color: white;
    background: #00913e;
    /* padding: 0.6em; */
    font-size: 14px;
    font-weight: 500;
    text-align: center;
	}
	#sip{
 margin: -25px 0 -20px 0;
 border:none;
	/*	width: 75%;
    padding-left: 25%;
	padding-top:0;
	padding-bottom:0;*/
	
	}
	#sip img{
		width:38%;
	}
}
/* css end of top*/

@media only screen and (min-width:400px) and (max-width:699px)
{
 #wrapper
 {
  width:100%;
 }
 #wrapper h1
 {
  font-size:30px;
 }
 #contact_form_div
 {
  width:100%;
  margin-left:0%;
 }
 #contact_form_div input[type="text"]
 {
  width:96%;
 }
 #contact_form_div textarea
 {
  width:96%;
 }
 #contact_form_div input[type="submit"]
 {
  width:96%;
 }
}
@media only screen and (max-width: 600px) {
  #myTab li .active {
    border:0.5px solid black !important;
	background:white !important;
  }
  #myTab li{
    border:0.5px solid #ffffff !important;
	background:#0076bb !important;
	width:100%;
  }
  #myTab li a{
    text-align:center;
  }
}
@media only screen and (max-width: 600px) {
#narrow-browser-alert{
	display:block !important;
}	
}
#narrow-browser-alert{
	background:white !important;
	color:black!important;
	border:3px solid #0076bb !important;
}
@media only screen and (min-width:100px) and (max-width:399px)
{
 #wrapper
 {
  width:100%;
 }
 #wrapper h1
 {
  font-size:25px;
 }
 #contact_form_div
 {
  width:100%;
  margin-left:0%;
 /* padding-left:0px;
  padding-right:0px;*/
 }
 #contact_form_div input[type="text"]
 {
  width:96%;
 }
 #contact_form_div textarea
 {
  width:96%;
 }
 #contact_form_div input[type="submit"]
 {
  width:96%;
 }
}

/* tab css */
/**
 * Responsive Bootstrap Tabs by @hayatbiralem
 * 15 May 2015
 */

@mixin ellipsis(){
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
}

@mixin icon-styles(){
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@mixin transform($transform){
  -webkit-transform: $transform;
  -moz-transform: $transform;
  -ms-transform: $transform;
  -o-transform: $transform;
  transform: $transform;
}

@media screen and (max-width: 479px) {
  .nav-tabs-responsive {
    > li {
      display: none;
      width: 23%;
      > a {
        @include ellipsis();
        width: 100%;
        text-align: center;
        vertical-align: top;
      }
      &.active {
        width: 54%;
        &:first-child {
          margin-left: 23%;
        }
      }
      &.active,
      &.prev,
      &.next {
        display: block;
      }
      &.prev,
      &.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
      }
      &.next > a,
      &.prev > a {
        -webkit-transition: none;
        transition: none;
        .text {
          display: none;
        }
        &:after,
        &:after {
          @include icon-styles();
        }
      }
      &.prev > a:after {
        content: "\e079";
      }
      &.next > a:after {
        content: "\e080";
      }
      &.dropdown {
        > a > .caret {
          display: none;
        }
        > a:after {
          content: "\e114";
        }
        &.active > a {
          &:after {
            display: none;
          }
          > .caret {
            display: inline-block;
          }
        }

        .dropdown-menu {
          &.pull-xs-left {
            left: 0;
            right: auto;
          }
          &.pull-xs-center {
            right: auto;
            left: 50%;
            @include transform(translateX(-50%));
          }
          &.pull-xs-right {
            left: auto;
            right: 0;
          }
        }
      }
    }
  }
}

/*accordian tab */

.changer {
    margin-bottom: 5px;
    background-color: #003f64;/*#406a82;*/
    color:white;
    cursor: pointer;
    padding: 18px;
    border: 1px solid #9d9d9d;
    border-left: 3px solid #003f64;/*#013553;*/
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.textr{
	color:#015182;
	font-weight:600;
	line-height:2.3em;
}
.nav-tabs > li a{
	color:white;
	padding: 10px 12.5px;
    font-size: 13px;
}
.nav-tabs > li a:active{
	color:black;
	padding:10px 15px;
}
.nav-tabs > li {
   background: #046cac;/*#921010;#0076bb;*/
    color: white;
    float: left;
    border: 1px solid white;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
}
@media only screen and (max-width: 600px) {
	.bing a{font-size:20px;}
  .nav-tabs > li {
   background: #046cac !important;/*#0076bb;*/
}
}
.nav-tabs > li:active {
	color:black;
}
.nav-tabs > li:hover {
	background: #046cac;/*#921010;#0076bb;*/
}
.nav-tabs > li a:hover{
	background: #046cac;/*#0076bb;*/
	color:white;
	border:1px solid #046cac;/*#0076bb;*/
}
.changer:hover {
  background-color: #fff;
    color: #444;
}
.changer.active{
    background-color: #fff;
    color: #444;
}
.changer:hover:before {
color:black;
}
.changer:before {
    content: '\002B';
    color: white;
    font-weight: bold;
    font-size: 30px;
    float: left;
    margin-right: 0.5em;
}
/*apply now css 
.changer:after {
  content: 'Apply Now';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 1em;
  border:1px solid white;
  padding:0.4em;
  font-size:12px;
  margin-bottom:-0.3em;
  margin-top:-0.3em;
  border-radius:5px;
}
@media screen and (max-width: 600px) {
  .changer:after {
  margin-bottom:0.2em;
  margin-top:0.2em;
}
}
.changer:hover:after {
  content: 'Apply Now';
  color: #003f64;
  font-weight: bold;
  float: right;
  margin-left: 1.2em;
  border:1px solid black;
}
.changer.active:after {
  content: "Apply Now";
color:#003f64;
 border:1px solid black;
}
*/
/*apply now css end*/
.changer.active:before {
  content: "\2212";
color:black;
}

.fixer {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.clear{
	padding-top:20px;
}
.clear1{
	padding-top:10px;
	text-align:center;
	font-size: 28px;
	font-weight:600;
	color: dimgrey;
}
/*accordian tab end */


/**
 * Demo Styles
 */

.wrapper {
  padding: 15px 0;
}

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  #narrow-browser-alert {
    display: none;
  }
}

/*tab css end */
/*responsive box for summertraining*/
/* Float four columns side by side */
.column-1 {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row-1 {margin: 0 -5px;
margin-bottom:10px!important;
}

/* Clear floats after the columns */
.row-1:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column-1 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #406a82;/*#466263;#894b00 */
}
.card h3{
	color:white;
    font-size:15px;
	}
/*responsive box end */

/* responsive div css */

.ro:after {
  content: "";
  clear: both;
  display: table;
}

[class*="coler-"] {
  float: left;
  padding: 15px;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .coler-s-1 {width: 8.33%;}
  .coler-s-2 {width: 16.66%;}
  .coler-s-3 {width: 25%;}
  .coler-s-4 {width: 33.33%;}
  .coler-s-5 {width: 41.66%;}
  .coler-s-6 {width: 50%;}
  .coler-s-7 {width: 58.33%;}
  .coler-s-8 {width: 66.66%;}
  .coler-s-9 {width: 75%;}
  .coler-s-10 {width: 83.33%;}
  .coler-s-11 {width: 91.66%;}
  .coler-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .coler-1 {width: 8.33%;}
  .coler-2 {width: 16.66%;}
  .coler-3 {width: 25%;}
  .coler-4 {width: 33.33%;}
  .coler-5 {width: 41.66%;}
  .coler-6 {width: 50%;}
  .coler-7 {width: 58.33%;}
  .coler-8 {width: 66.66%;}
  .coler-9 {width: 75%;}
  .coler-10 {width: 83.33%;}
  .coler-11 {width: 91.66%;}
  .coler-12 {width: 100%;}
}
/*end respo div*/
/* responsive box css */
#apl{
	background:#be0900;/*#507b95;*/
}
.bing{
	text-align:center;
	line-height:2em;
}
.bing a{
	color:white;	
}
.rom:after {
  content: "";
  clear: both;
  display: table;
}

[class*="cooler-"] {
  float: left;
  padding: 0px;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .cooler-s-1 {width: 8.33%;}
  .cooler-s-2 {width: 16.66%;}
  .cooler-s-3 {width: 25%;}
  .cooler-s-4 {width: 33.33%;}
  .cooler-s-5 {width: 41.66%;}
  .cooler-s-6 {width: 50%;}
  .cooler-s-7 {width: 58.33%;}
  .cooler-s-8 {width: 66.66%;}
  .cooler-s-9 {width: 75%;}
  .cooler-s-10 {width: 83.33%;}
  .cooler-s-11 {width: 91.66%;}
  .cooler-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .cooler-1 {width: 8.33%;}
  .cooler-2 {width: 16.66%;}
  .cooler-3 {width: 25%;}
  .cooler-4 {width: 33.33%;}
  .cooler-5 {width: 41.66%;}
  .cooler-6 {width: 50%;}
  .cooler-7 {width: 58.33%;}
  .cooler-8 {width: 66.66%;}
  .cooler-9 {width: 75%;}
  .cooler-10 {width: 83.33%;}
  .cooler-11 {width: 91.66%;}
  .cooler-12 {width: 100%;}
}
/*end respo div*/
/*ruff
.container{
	width:1250px;
}

element.style {
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #009dfe;
}
.navbar-default .navbar-nav > li > a {
    color: #242424;
}
@media (min-width: 768px)
.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#swip{
	margin-top:25px;
	float:right;
}
#navbar{
	margin-left:30px;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #00b04b;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #00b04b;
}*/

/* Navigation Variables */
.topnav {
  overflow: hidden;
  background-color: #193f59;/*#333;*/
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 13px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.top-bg{
	background:#476b80!important;
}

.act {
  background-color: #028bbf;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
.top-bg{
	padding-bottom:10px!important;
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#gret1{
margin-top:20px;
text-align:center;
}
#gret2{
margin-top:20px;	
}
@media screen and (min-width: 1200px){
.container {
    width: 1190px;
    position: relative;
}
}
blink {
        animation: blinker 1s linear infinite;
        color: red;/*#1c87c9;*/
       }
@keyframes blinker {  
        50% { opacity: 0; }
}
/*
blink b{	
    color: #4b0;
    font-weight: 600;
    text-align: justify;
}*/
/*blik2
blink1 {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}
@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}*/
/*end blink*/
#ork{
	line-height:1em;
	color:#4b0;
	font-size:2em;
	font-weight:600;
	text-align: justify;
  text-justify: inter-word;
	
}
/*put logo on left side */
.ico-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
.ico-bar {
  position: fixed;
  top: 87.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}
.ico-bar a {
  display: block;
  text-align: center;
  /*padding: 16px;*/
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.ico-bar a:hover {
  background-color:none;
}

#logan {
  /*background: #3B5998;*/
  color: white;
}

/*logo on left side css end*/

/*table css start*/
#mif {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.moto{
    
}
#pim{
  text-align: center;
  padding: 16px;
}
.blk{
border:1px solid black;
}
.blik{
border:1px solid black;
width:30%;
}
#pim:first-child {
  text-align: left;
}

#pin:nth-child(even) {
  background-color: #f2f2f2
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}
.tip {
text-align:left;
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}

.tip li { 
  padding-left: 16px; 
}
.tip li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: orange;
    font-size: 18px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}
/* table css end*/