@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	width:100%;
}
#top-main {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-section {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-header {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #2c3038;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #FFF;
	padding-right: 5%;
	padding-left: 5%;
}
#t-h-s {
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	font-family: "Century Gothic";
	margin-bottom: 10px;
}
#t-h-s a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-family: "Century Gothic";
}
#t-h-s-1 {
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	font-family: "Century Gothic";
	font-size: 14px;
}

#t-h-s-2 {
	float: left;
	margin-left: 32%;
	width: 45%;
	display: block;
	font-family: "Century Gothic";
}

#top-section1 {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
	z-index: 999999;
}

#t-s1 {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	text-align: center;
}

#t-s1-1 {
	float: left;
	width: 100%;
	display: block;
	padding-top: 5px;
}

#top-section2 {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner-heading{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	padding: 5%;
}
.banner-hed{
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}
.banner-hed1{
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #f89f32;
	text-decoration: none;
	margin-bottom: 5px;
}
.banner-hed2{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.banner-hed3{
	margin-top: 10px;
}
.banner-hed3 a{
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	padding: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
.banner-hed3 a:hover{
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #f89f32;
	padding: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#t-s2{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#t-s2-1{
	float: left;
	width: 46%;
	display: block;
	margin: 2%;
}
#t-s2-2{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00afef;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#t-s2-2-a{
	
	float: left;
	width: 95%;
	display: block;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/border-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-left: 5%;
}
#section3{
	
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background-image: url(../images/about-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
}
#t-s3-2{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	color: #666;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	text-align: justify;
	background: rgb(255,255,255,0.7);
}
#t-s2-3{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#section-4{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#about-more{
	
	float: left;
	margin-left: 5%;
	width: 100%;
	display: block;
}
#about-more a{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #666666;
	padding: 10px;
		-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#about-more a:hover{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #2cbcf2;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#sec4-s1{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ser4-2{
	float: left;
	width: 46%;
	display: block;
	margin: 2%;
}

#section5{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#ser-left{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 4%;
	padding-left: 5%;
}
#ser-left-1{
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background: rgb(255,255,255,0.9);
	padding-right: 2%;
	padding-left: 2%;
}
#ser-col-2{
	float: left;
	width: 30%;
	display: block;
	margin: 1.5%;
}
#section6{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#sec-s6{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
}
#sec-s6 img{
	width: 150px;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	margin: 10px;
}
#footer{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #2c3038;
	padding-top: 2%;
	padding-right: 5%;
	padding-left: 5%;
}
#foot{
	float: left;
	width: 98%;
	display: block;
	margin: 1%;
	text-align: left;
	background-image: url(../images/footer-line.png);
	background-repeat: no-repeat;
	background-position: right;
}
#foot1{
	float: left;
	width: 98%;
	display: block;
	margin: 1%;
	text-align: left;
	background-image: url(../images/footer-line.png);
	background-repeat: no-repeat;
	background-position: right;
}
.ser-heading1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ed1c24;
	text-decoration: none;
}
#ser-col6{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/border2.png);
	background-position: left bottom;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0087c5;
	text-decoration: none;
}
#foot-conent{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
}
#foot-conent li{
	list-style:none;
	list-style-type:none;
}
#foot-conent li a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#foot-conent li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#foot-conent li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0091d8;
	text-decoration: none;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#foot-email{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10%;
}
#foot-email a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#foot-email1{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/caal.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10%;
}
#foot-email2{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/map-top.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10%;
}
#copyrights{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #ed1c24;
	text-align: center;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#about-banner{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/icon.png);
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#about-heading{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(../images/border-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
#middle{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#middle-1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	background-image: url(../images/contactus.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#contact-1{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#map{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact1{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#con-a{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#conta-1{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact-for{
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mission{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	color: #333;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: justify;
	}
		#vision{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	text-align: center;
	padding: 5%;
	}
figure.snip11901 {
	font-family: "Century Gothic";
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	margin: 10px;
	width: 100%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #000000;
	height: 130px;
	text-shadow: 3px 3px 3px #000000;
	background: rgb(0,0,0,0.9);
}
.container {
  position: relative;
  width:100%;
  text-align:center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
 background: rgb(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;

}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.container .text {
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.container .text a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.container .text a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;

}
#course-sec {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cour-navigation {
	
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	background-color: #C8C8C8;
}
#cour-heading {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cour-a {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#training {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#train-1 {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#oninetraining {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#tr-heading {
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#course-content {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#tr-he1 {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#course-heading-con {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cour-cont {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cour-but {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#de-banner {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#de-1 {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#di-course {
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#our-courses {
	
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cour-sec {
	
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width:100%;
}
#top-main {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-section {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-header {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #2c3038;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #FFF;
	padding-right: 5%;
	padding-left: 5%;
}
#t-h-s {
	float: left;
	margin-left: 0;
	width: 18%;
	display: block;
	font-family: "Century Gothic";
}
#t-h-s a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-family: "Century Gothic";
}
#t-h-s-1 {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	font-family: "Century Gothic";
	font-size: 14px;
}

#t-h-s-2 {
	float: left;
	margin-left: 32%;
	width: 15%;
	display: block;
	font-family: "Century Gothic";
}

#top-section1 {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #FFF;
	z-index: 999999;
}

#t-s1 {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#t-s1-1 {
	float: left;
	margin-left: 10%;
	width: 70%;
	display: block;
	padding-top: 15px;
}

#top-section2 {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner-heading{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1db8f1;
	text-decoration: none;
	padding-top: 15%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;
}
.banner-hed{
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 15px;
}
.banner-hed1{
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1db8f1;
	text-decoration: none;
	margin-bottom: 15px;
}
.banner-hed2{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.banner-hed3{
	margin-top:30px;	
}
.banner-hed3 a{
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
.banner-hed3 a:hover{
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #f89f32;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#t-s2{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#t-s2-1{
	float: left;
	width: 21%;
	display: block;
	margin: 2%;
}
#t-s2-2{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00afef;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#t-s2-2-a{
	
	float: left;
	width: 95%;
	display: block;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/border-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-left: 5%;
}
#section3{
	
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background-image: url(../images/about-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
}
#t-s3-2{
	
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	color: #666;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	text-align: justify;
	background:rgb(255,255,255,0.7);
}
#t-s2-3{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#section-4{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#about-more{
	
	float: left;
	margin-left: 5%;
	width: 100%;
	display: block;
}
#about-more a{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #666666;
	padding: 10px;
		-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#about-more a:hover{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #2cbcf2;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#sec4-s1{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ser4-2{
	float: left;
	width:20%;
	display: block;
	margin: 2%;
}
#section5{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/services1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#ser-left{
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 4%;
	padding-left: 5%;
}
#ser-left-1{
	float: left;
	margin-left: 0;
	width: 46%;
	display: block;
	background: rgb(255,255,255,0.9);
	padding-right: 2%;
	padding-left: 2%;
}
#ser-col-2{
	float: left;
	width: 30%;
	display: block;
	margin: 1.5%;
}
#section6{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#sec-s6{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
}
#sec-s6 img{
	width: 150px;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	margin: 10px;
}

#footer{
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	background-color: #2c3038;
	padding-top: 2%;
	padding-right: 3%;
	padding-left: 3%;
}
#foot{
	float: left;
	width: 13%;
	display: block;
	margin: 1%;
	text-align: left;
	background-image: url(../images/footer-line.png);
	background-repeat: no-repeat;
	background-position: right;
}
#foot1{
	float: left;
	width: 18%;
	display: block;
	margin: 1%;
	text-align: left;
	background-image: url(../images/footer-line.png);
	background-repeat: no-repeat;
	background-position: right;
}
.ser-heading1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ed1c24;
	text-decoration: none;
}
#ser-col6{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/border-2.png);
	background-position: left bottom;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0087c5;
	text-decoration: none;
}
#foot-conent{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	text-align: justify;
}
#foot-conent li{
	list-style:none;
	list-style-type:none;
}
#foot-conent li a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#foot-conent li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#foot-conent li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0091d8;
	text-decoration: none;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#foot-email{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15%;
}
#foot-email a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#foot-email1{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/caal.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15%;
}
#foot-email2{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/map-top.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15%;
}
#copyrights{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #ed1c24;
	text-align: center;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#about-banner{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/icon.png);
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#about-heading{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(../images/border-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
#middle{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#middle-1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	background-image: url(../images/contactus.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#contact-1{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#map{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact1{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#con-a{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#conta-1{
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact-for{
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mission{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #333;
}
#vision{
	
	
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.container {
  position: relative;
  width:100%;
  text-align:center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
 background: rgb(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;

}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.container .text {
	white-space: nowrap;
	color: white;
	font-size: 14px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.container .text a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #06F;
	text-decoration: none;
	
}
.container .text a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;

}
#course-sec {
	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#cour-navigation {
	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#cour-heading {
	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#cour-a {
	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#training {
	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#train-1 {
	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#oninetraining {
	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#tr-heading {
	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#course-content {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#tr-he1 {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#course-heading-con {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#cour-cont {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#cour-but {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#de-banner {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#de-1 {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#di-course {
	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#our-courses {
	

	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
#cour-sec {
	

	

	

	

	float: left;

	margin-left: 0;

	width: 100%;

	display: block;

}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;

}
#top-main {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-section {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-header {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #2c3038;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #FFF;
	padding-right: 5%;
	padding-left: 5%;
}
#t-h-s {
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
	font-family: "Century Gothic";
}
#t-h-s a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-family: "Century Gothic";
}
#t-h-s-1 {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	font-family: "Century Gothic";
	font-size: 14px;
}

#t-h-s-2 {
	float: left;
	margin-left: 15%;
	width: 17%;
	display: block;
	font-family: "Century Gothic";
}

#top-section1 {
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #FFF;
	z-index: 999999;
}

#t-s1 {
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#t-s1-1 {
	float: left;
	margin-left: 5%;
	width: 75%;
	display: block;
	padding-top: 15px;
}

#top-section2 {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#banner-heading{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1db8f1;
	text-decoration: none;
	padding-top: 15%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;
}
.banner-hed{
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	margin-top: 15px;
}
.banner-hed1{
	font-family: "Century Gothic";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1db8f1;
	text-decoration: none;
	margin-bottom: 15px;
}
.banner-hed2{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.banner-hed3{
	margin-top:30px;	
}
.banner-hed3 a{
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
.banner-hed3 a:hover{
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #f89f32;
	padding: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#t-s2{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#t-s2-1{
	float: left;
	width: 21%;
	display: block;
	margin: 2%;
}
#t-s2-2{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00afef;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#t-s2-2-a{
	
	float: left;
	width: 95%;
	display: block;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/border-1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-left: 5%;
}
#section3{
	
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background-image: url(../images/about-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
}
#t-s3-2{
	
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	color: #666;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	text-align: justify;
	background:rgb(255,255,255,0.7);
}
#t-s2-3{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#section-4{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#about-more{
	
	float: left;
	margin-left: 5%;
	width: 100%;
	display: block;
}
#about-more a{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #666666;
	padding: 10px;
		-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#about-more a:hover{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #2cbcf2;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
}
#sec4-s1{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ser4-2{
	float: left;
	width:20%;
	display: block;
	margin: 2%;
}
#section5{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/services1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#ser-left{
	float: left;
	margin-left: 0;
	width: 40%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 4%;
	padding-left: 5%;
}
#ser-left-1{
	float: left;
	margin-left: 0;
	width: 46%;
	display: block;
	background: rgb(255,255,255,0.9);
	padding-right: 2%;
	padding-left: 2%;
}
#ser-col-2{
	float: left;
	width: 30%;
	display: block;
	margin: 1.5%;
}
#section6{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#sec-s6{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
}
#sec-s6 img{
	width: 150px;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	margin: 10px;
}

#footer{
	float: left;
	margin-left: 0;
	width: 94%;
	display: block;
	background-color: #2c3038;
	padding-top: 2%;
	padding-right: 3%;
	padding-left: 3%;
}
#foot{
	float: left;
	width: 13%;
	display: block;
	margin: 1%;
	text-align: left;
	background-image: url(../images/footer-line.png);
	background-repeat: no-repeat;
	background-position: right;
}
#foot1{
	float: left;
	width: 18%;
	display: block;
	margin: 1%;
	text-align: left;
	background-image: url(../images/footer-line.png);
	background-repeat: no-repeat;
	background-position: right;
}
.ser-heading1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ed1c24;
	text-decoration: none;
}
#ser-col6{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../images/border-2.png);
	background-position: left bottom;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0087c5;
	text-decoration: none;
}
#foot-conent{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	text-align: justify;
}
#foot-conent li{
	list-style:none;
	list-style-type:none;
}
#foot-conent li a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#foot-conent li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#foot-conent li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0091d8;
	text-decoration: none;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-in 0.3s;
	-moz-transition: all 0.3s ease-in 0.3s;
	-ms-transition: all 0.3s ease-in 0.3s;
	-o-transition: all 0.3s ease-in 0.3s;
	transition: all 0.3s ease-in 0.3s;
	background-image: url(../images/bulet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#foot-email{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-decoration: none;
	padding-top: 10%;
	padding-bottom: 5%;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15%;
}
#foot-email a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#foot-email1{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/caal.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15%;
}
#foot-email2{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(../images/map-top.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15%;
}
#copyrights{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #ed1c24;
	text-align: center;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#about-banner{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-image: url(../images/icon.png);
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}
#about-heading{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/border-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
#middle{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#middle-1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
	background-image: url(../images/contactus.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#contact-1{
	float: left;
	width: 22%;
	display: block;
	background-color: #FFF;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
	margin: 1.5%;
}
#map{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact1{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: "Century Gothic";
	font-size: 18px;
	color: #FFF;
	background-color: #4285f4;
	padding: 5%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #CCCCCC;
}
#con-a{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	padding: 5%;
}
#conta-1{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background-image: url(../images/call-contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000;
}
#conta-2{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background-image: url(../images/emailcontact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000;
}
#conta-3{
	float: left;
	margin-left: 0;
	width: 80%;
	display: block;
	background-image: url(../images/addcontact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000;
}
#contact-for{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	background-color: #FFF;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-top: 2%;
}
.con{
	padding: 5px;
	height: 40px;
	box-shadow: 1px 1px 10px 1px #F0F0F0;
	width: 40%;
	background-color: #f5f5f5;
	border: 1px solid  #CCC;
	margin: 2%;
	color: #333;
	}
	.cona{
	padding: 10px;
	height: 40px;
	box-shadow: 1px 1px 10px 1px #F0F0F0;
	width: 40%;
	background-color: #0099FF;
	border: 1px solid  #CCC;
	margin: 2%;
	color: #FFF;
	}
		.cona:hover{
	padding: 10px;
	height: 40px;
	box-shadow: 1px 1px 10px 1px #F0F0F0;
	width: 40%;
	background-color: #FF9900;
	border: 1px solid  #CCC;
	margin: 2%;
	color: #FFF;
	}
		#mission{
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	color: #999;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: justify;
	}
		#vision{
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	text-align: center;
	padding: 5%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
	text-decoration: none;
	}
	
	figure.snip11901 {
	font-family: "Century Gothic";
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	margin: 10px;
	width: 100%;
	text-align: center;
	box-shadow: 1px 1px 10px 1px #999999;
	height:200px;
	text-shadow: 1px 1px 1px #000000;
	background:rgb(0,0,0,0.9);
}
.container {
  position: relative;
  width:100%;
  text-align:center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
 background: rgb(0,0,0,0.8);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;

}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.container .text {
	white-space: nowrap;
	color: white;
	font-size: 14px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.container .text a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #06F;
	text-decoration: none;
	
}
.container .text a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;

}
#course-sec {
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	padding: 2%;
}
#cour-navigation {
	float: left;
	margin-left: 0;
	width: 23%;
	display: block;
	box-shadow: inset 1px 1px 20px 1px #999999;
	border-radius: 10px 10px 0px 0px;
	background-color: #FFF;
}
#cour-heading {
	
	float: left;
	width: 90%;
	display: block;
	padding: 5%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(../images/icon1.png);
	border-radius: 10px 10px 0px 0px;
}
#cour-a {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cour-a li {
	background-image: url(../images/icon2.png);
	margin-top: 2%;
	margin-bottom: 2%;
	list-style: none;
	list-style-image: url(../images/buet.png);
	list-style-position: inside;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
		-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	-ms-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
}
#cour-a li:hover {
	margin-top: 2%;
	margin-bottom: 2%;
	background-image: url(../images/icon.png);
	color: #FFF;
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	-ms-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
	list-style: none;
	list-style-image: url(../images/buet1.png);
	list-style-position: inside;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}
#cour-a a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#cour-a li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.hed{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0078D7;
	text-decoration: none;
}

#training{
	float: left;
	margin-left: 0;
	width: 73%;
	display: block;
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
}

#train-1{
	float: left;
	margin-left: 0;
	width: 100%;
	display: block
	text-align: center;
}
#train-a{
	float: left;
	width: 27%;
	display: block;
	box-shadow: 1px 1px 10px 1px #999999;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
}
#train-aa{
	float: left;
	width: 22%;
	display: block;
	box-shadow: 1px 1px 10px 1px #999999;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	margin-left: 1.5%;
}

#oninetraining{
	
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
	
}

#tr-heading{
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000020;
	padding: 5%;
	text-align: center;
	font-weight: bold;
}

#course-content{
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#tr-he1{
	
	float: left;
	margin-left: 0;
	width: 90%;
	display: block;
	color: #000;
	background-color: #E4E4E4;
	padding: 5%;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

#course-heading-con{
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	color: #000;
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	background-color: #E1E1E1;
	margin-bottom: 2%;
}

#cour-cont{
	float: left;
	margin-left: 0;
	width: 95.5%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: justify;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
#course-content a {
	background-color: #CCC;
	padding: 10px;
	height: 20px;
	width: 200px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#course-content a:hover {
	background-color: #39F;
	height: 20px;
	width: 200px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#cour-but {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 20px;
}

#de-banner {
	
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#de-1 {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: justify;
}

#di-course {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cour-cont ul{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	
}
#cour-cont ul li{
	list-style: none;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666;
	border-top: 1px dotted #CCCCCC;
}
.cou{
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006779;
	text-decoration: none;
}
#our-courses{
	
	
	
	float: left;
	
	
	margin-left: 0;
	
	
	width: 100%;
	
	
	display: block;
	
	
}
#cour-sec{
	float: left;
	width: 21%;
	display: block;
	margin: 2%;
}

}
.fa-facebook,.fa-linkedin,.fa-twitter,.fa-youtube{
	padding: 5px;
}
.fa-facebook,.fa-linkedin,.fa-twitter,.fa-youtube{
	padding: 5px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.fa-facebook:hover,.fa-linkedin:hover,.fa-twitter:hover,.fa-youtube:hover{
	padding: 5px;
	font-size: 14px;
	color: #39F;
	text-decoration: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}
