@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, h7, h8, h9, ul, ol, li, p {margin:0; padding:0; font-family:'Montserrat', Open Sans}
img {border:none;}
.prod a:hover, a:active, a:focus {outline: 0 !important;}
.imgfull {width:100%; height:auto;}
.top1 {
	background-color: #191919;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top1 .calling {
	float: right;
	position: relative;
	color: #FFF;
	line-height: 18px;
	font-family: "Open Sans";
	font-size: 14px;
}
.rgape {margin-right:30px;}
.top2 {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #006aa0;
}
.top2full {}
.top2full .log {
	float: left;
	position: relative;
}
.top2full .log a img {width:auto; height:24px;}
.top2full .navi-right {
	float: right;
	position: relative;
	margin-bottom: 10px;
}

.banner {
	float: left;
	height: auto;
	width: 100%;
}
.banner ul {list-style-type: none;}
.banner ul li {float: left;	height:auto; width: 100%; position:relative;}
.banner ul li img {width: 100%; height:469px;}



.wlcm {background:#376ba0; padding-top:80px; padding-bottom:30px; margin-top:-15px;}
.wlcm h2 {font-family:'Montserrat', Open Sans; color:#FFF; font-size:34px; margin:0 0 15px 0; font-weight:300;}
.red {color:#ad263a !important;}
.wlcm p {font-family:'Montserrat', Open Sans; color:#FFF; font-size:16px; line-height:26px; margin:0 0 20px 0; font-weight:300;}


.smoke {
	padding-top:50px;
	padding-bottom:30px;
	background-image:none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.smoke h2 {font-family:'Montserrat', Open Sans; color:#FFF; font-size:50px; margin:0 0 15px 0; text-transform:uppercase; font-weight:300;}

.smoke .itm {margin-bottom:25px;}
.smoke .itm .pcs {float:left; width:100%; height:auto;}
.smoke .itm .pcs img {width:100%; height:auto;}
.smoke .itm .itmname {float:left; width:100%; height:auto; display:table;}
.smoke .itm .itmname a {display:table-cell; vertical-align:middle; height:45px; text-align:center; background:#191919; color:#FFF; text-decoration:none; font-family:'Montserrat', Open Sans; color:#FFF; font-size:16px; line-height:16px; font-weight:200;}
.smoke .itm .itmname a:hover {color:#fffea4;}


/* Grow hover */
.hover,.hover .overlay {width: 100%; height: 100%; overflow: hidden}

.hover {float: left; position: relative; cursor: default}
.hover .overlay {position: absolute; top: 0; left: 0}
.hover img {/*display: block; */position: relative}
.ehover1 img {
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}
.ehover1 .overlay {
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}
.ehover1:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.ehover1:hover .overlay {opacity: 0.8}

/*hover ends*/



/*Inner page*/
.iitem:hover .ehover1 img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.iitem:hover  .ehover1 .overlay {opacity: 0.8; z-index:0;}
	
#innerban {
	background-image:none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	width:100%;
	height:auto;
	float:left;
	padding:40px 0;
}
#innerban h1 {font-family:'Montserrat',Open Sans;color:#FFF; text-transform:uppercase; line-height:40px; font-size:40px; margin:0; font-weight:400;}
.backhome {
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
.back-block {
	float: left;
	height: auto;
	width: 100%;	
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777777;
}
.back-block .left {
	float: left;
	width:100%;
	position: relative;
}
.back-block .left ul {list-style:none;}
.back-block .left ul li {
	display:inline-block;
	text-align:left;
	background-image: url(../images/direction.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	padding-right: 12px;
	margin-right: 6px;
	float: left;
	position: relative;
}
.back-block .left ul li:last-child {background:none;}
.back-block .left ul li a {display:block; color:#006aa0; text-decoration:none; font-size:13px; font-family:'Montserrat', Open Sans; font-weight:300;}
.back-block .left ul li a:hover, .back-block .left ul li a.active  {color:#333; font-weight:600;}


/*Side nav*/
.sdnav {
    background-color: #eef3f6;
	float: left;
	width: 100%;
	position: relative;
	height: auto;
}
.sdnav ul {list-style-type: none; display:block;}
.sdnav ul li {text-align: left;display: block;}
.sdnav ul li ul {margin-left:28px; margin-bottom:6px; }
.sdnav ul li ul li {;}
.sdnav ul li a:hover {color:#ffb400;}
.sdnav ul li a {
	background:#006aa0;
	border-bottom:dotted 1px #777777;
	display:block;
	font-family:'Montserrat', Open Sans;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	font-weight:200;
	padding:4px 10px 4px 10px;
}
.sdnav ul li ul li a {
	font-family:Open Sans, sans-serif;
	color: #000;
	display:block;
	background-image: url(../images/click.png);
	background-position: left 11px;
	background-repeat: no-repeat;
	background-color:transparent;
	padding:7px 0 7px 10px;
	font-weight:200;
	font-size: 14px;
	line-height: 16px;
}
.sdnav ul li:last-child a {border:none;}
.sdnav ul li ul a {border:none; margin-bottom:0; font-weight:normal; padding:0 0 0 10px;}
.year li ul {display:none;} 


/*right items*/
.rtitle {margin-bottom:25px;}
.rtitle h2 {
	font-family:'Montserrat', Open Sans;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 14px;
	margin-top:0;
}
.rtitle p {
	font-family:'Montserrat', Open Sans;
	font-size: 14px;
	line-height: 22px;
	color: #3e3e3e;
	font-weight:200;
}

.itemblock {padding-top:0px; padding-bottom:30px;}
.itemblock .iitem {
	width:100%;
	height:auto;
	float:left;
	border: 1px solid #dbdbdb;
	padding: 10px;
	margin-bottom:40px;
}
.itemblock .iitem .pic {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	border: 1px solid #dbdbdb;
}
.itemblock .iitem .pic img {width:100%; height:auto;}
.itemblock .iitem h4:before {content:" "; height:20px; width:100%; float:left;}
.itemblock .iitem h4 {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 16px;
	color: #555555;
	font-weight: 600;
	margin-bottom: 14px;
}
.itemblock .iitem h5 {
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 13px;
	color: #555555;
	font-weight: 600;
}
.itemblock .iitem .botom {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 15px;
}
.itemblock .iitem .quick {width:100%; height:30px; float:left; position:relative;}
.itemblock .iitem .quick a {display:block; line-height:30px; text-align:center; color:#FFF; background-color:#006aa0; border-radius:4px; font-size:13px; text-decoration:none;}
.itemblock .iitem .quick a:hover {color:#FFF; background-color:#3e3e3e;}

.itemblock .iitem .v-detail {width:102px; height:30px; float:right; position:relative;}
.itemblock .iitem .v-detail a {display:block; line-height:30px; text-align:right; color:#00454e; font-size:13px; text-decoration:none;}


/*detail zoom */
.left_block {width:100%; float:left; height:auto;}

.txtdetail { 
	float: right;
	width: 100%; /**4ed*/
	position: relative;
	height: auto;
}
.txtdetail h2 {
	font-family:'Montserrat', Open Sans;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	margin-bottom: 14px;
	margin-top:0;
}
.txtdetail p {
	font-family:'Montserrat', Open Sans;
	font-size: 14px;
	line-height: 22px;
	color: #3e3e3e;
	font-weight:200;
}
.txtdetail h4 {
	font-family:'Montserrat', Open Sans;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	color: #006aa0;
	margin:18px 0 6px 0;
}
.txtdetail ul {margin-left:30px;margin-bottom:14px;}
.txtdetail ul li {
	font-family:'Montserrat', Open Sans;
	font-size: 15px;
	line-height: 22px;
	color: #3e3e3e;
	font-weight:200;
}

.quickcont {
	background-image: url(../images/quick-contact.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 229px;
	display: block;
	float: left;
	margin-top: 40px;
	position: relative;
}
.quickcont a {
	font-family:'Montserrat', Open Sans;
	font-size: 21px;
	line-height: 48px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	text-indent: 35px;
}



/*About us*/
.about-a {
	background-image: url(../images/bg3.jpg);
	background-size:cover;
	padding-top:80px;
	padding-bottom:60px;
}
.vision {
	background-color: #e6e7e9;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #006aa0;
	width: 100%;
	padding-left:3%;
	padding-right:1%;
	height: 170px;
	float: left;
	position: relative;
	margin-bottom:15px;
}
.vision h3 {
	font-family: Montserrat;
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	margin-top: 22px;
	margin-left: 16px;
	margin-bottom: 12px;
	font-weight: 400;
}
.vision p {
	margin-right: 16px;
	margin-left: 16px;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 22px;
	color: #555555;
}
.about-b {
	background-image: url(../images/bg4.jpg);
	background-size:cover;
	padding-top:80px;
	padding-bottom:60px;
}
.about-c {;}
.startform {float: left; height: auto; width: 100%; padding:15px 0 25px 0;}
.contcfom label {
	font-family:'Montserrat', Open Sans;
	line-height:20px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	width: 46%;
	position: relative;
	margin-right: 4%;
	margin-bottom: 27px;
	color:#777777;
}
.contcfom label:last-child {margin-right:0;}
.contcfom label input  {
	font-family: 'Montserrat', Open Sans;
	font-size: 14px;
	line-height: 32px;
	color: #3e3e3e;
	height: 32px;
	width: 100%;
	margin-top: 6px;
	text-indent: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	border:1px solid #d3d3d3;
}
.contcfom label select  {
	font-family: 'Montserrat', Open Sans;
	font-size: 13px;
	line-height: 32px;
	color: #3e3e3e;
	height: 32px;
	width: 100%;
	margin-top: 6px;
	text-indent: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	border:1px solid #d3d3d3;
}
.contcfom label textarea  {
	font-family: 'Montserrat', Open Sans;
	font-size: 14px;
	line-height: 32px;
	color: #3e3e3e;
	height: 90px;
	width: 100%;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: right top;
	border:1px solid #d3d3d3;
}
.contcfom label input:hover, .contcfom label textarea:hover, .contcfom .send:hover, {
box-shadow: 0px 0px 0px rgba(255, 255, 255, .8) inset, 0px 0px 10px rgba(108,255,74, .8);
}
.contcfom .send {
	font-family: 'Montserrat', Open Sans;
	line-height: 36px;
	height: 39px;
	width: 139px;
	font-size: 16px;
	background-image: url(../images/submit-now.jpg);
	background-repeat: no-repeat;
	float: left;
	border:0;
	cursor:pointer;
}



/*enroll now*/
.enrolnow {width:100%; height:auto; float:left; background:#FFF; margin:10px 0 10px 0;}
.enrolnow a {font-size:18px; font-family:'Open Sans', sans-serif; display:block; text-align:center; background:#e4211f; padding:7px 0; color:#FFF;}
.offset:before { 
	  display: block; 
	  content: " "; 
	  height: 76px;      /* Give height of your fixed element */
	  margin-top: -76px; /* Give negative margin of your fixed element */  	
	  visibility: hidden;
	  line-height:1px;
	  font-size:1px;
}
/*Course welcome*/
.welcourse {
	width:100%;
	height:auto;
	float:left;
	padding:20px 0 20px 0;
	background-color:#FFF;
	background-image: url(../images/formbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:cover;
}
.welcourse-in {width:1002px; height:auto; margin:0 auto; text-align:center;}
.welcourse-in h2 {font-size:26px;}
.welcourse-in p {font-size:18px; font-family:'Open Sans', sans-serif;}
.welcourse-in img {margin:10px 0;}
.welcourse-in p {font-size:17px; line-height:26px; margin-bottom:0px; color:#3e3e3e; font-family:'Open Sans', sans-serif;} 
.hdtitle {font-size:26px; padding:20px;	margin-bottom:15px;	text-transform:uppercase; line-height:32px; text-align:center; color:#094a6a;
	background-image: url(../images/breaker.png); background-repeat: no-repeat; background-position: center bottom;}
	
.enqf-area {
	background-attachment: scroll;
	background-image: url(../images/enqf-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0;
	background-size:cover;
	height:280px;
}
.enqf-in {width:545px; height:auto; margin:0 auto; text-align:center;}

.enqf-in label {width:100%; height:auto; float:left; text-indent:10px;}
.enqf-in label input {width:100%; height:auto; float:left; text-indent:10px; height:44px; margin-bottom:12px;border:0; outline:solid 1px #777 !important; color:#3e3e3e; font-size:18px; font-family:'Open Sans', sans-serif; background-color:transparent;}
.enqf-in label textarea {width:100%; height:auto; float:left; text-indent:10px; height:100px; margin-bottom:18px;border:0; outline:solid 1px #777 !important; color:#3e3e3e; font-size:18px; font-family:'Open Sans', sans-serif; background-color:transparent;}
.enqf-in label input:hover, .enqf-in label textarea:hover  {outline:solid 1px #e3201e !important;}
.enqf-in label input:focus, .enqf-in label textarea:focus {outline:solid 1px #e3201e !important;}
.enqf-in label input:first-child {outline:solid 1px #e3201e !important;}
.enqf-in label .submit {width:100%; height:auto; float:left; text-align:center; height:40px; margin-bottom:18px; background-color:#e3201e; border:0; color:#FFF; font-size:24px; outline:solid 1px #e3201e !important;}
.enqf-in label .submit:hover {opacity:.8;}

.about-d {;}

/*footer*/
footer {background:#006aa0; width:100%; height:auto; float:left;}
.footerin {
	padding:25px 0;
	margin:0 auto;
	height: auto;
	width: 1100px;
	color:#FFF;
	text-align:right;
	font-size:13px;
	line-height:13px;
}
.footerin br {display:none;}


/********************/

/*22 august 2017*/
.contactsection {width:100%; float:left; height:auto; padding:30px 0;}
	  .startform {float: left; height: auto; width: 100%; padding:15px 0 25px 0;}
	  .contcfom label {
		  font-family: "Open Sans";
		  line-height:20px;
		  font-size: 14px;
		  font-weight: normal;
		  float: left;
		  width: 46%;
		  position: relative;
		  margin-right: 4%;
		  margin-bottom: 27px;
		  color:#777777;
	  }
	  .contcfom label:last-child {margin-right:0;}
	  .contcfom label input  {
		  font-family: "Open Sans";
		  font-size: 14px;
		  line-height: 32px;
		  color: #3e3e3e;
		  height: 32px;
		  width: 100%;
		  margin-top: 6px;
		  text-indent: 10px;
		  background-repeat: no-repeat;
		  background-position: right top;
		  border:1px solid #d3d3d3;
	  }
	  .contcfom label select  {
		  font-family: "Open Sans";
		  font-size: 13px;
		  line-height: 32px;
		  color: #3e3e3e;
		  height: 32px;
		  width: 100%;
		  margin-top: 6px;
		  text-indent: 0px;
		  background-repeat: no-repeat;
		  background-position: right top;
		  border:1px solid #d3d3d3;
	  }
	  .contcfom label textarea  {
		  font-family: "Open Sans";
		  font-size: 14px;
		  line-height: 32px;
		  color: #3e3e3e;
		  height: 90px;
		  width: 100%;
		  margin-top: 6px;
		  background-repeat: no-repeat;
		  background-position: right top;
		  border:1px solid #d3d3d3;
	  }
	  .contcfom label input:hover, .contcfom label textarea:hover, .contcfom .send:hover, {
	  box-shadow: 0px 0px 0px rgba(255, 255, 255, .8) inset, 0px 0px 10px rgba(108,255,74, .8);
	  }
	  .contcfom .send {
		  font-family: "Open Sans";
		  line-height: 36px;
		  height: 39px;
		  width: 139px;
		  font-size: 16px;
		  background-image: url(../images/submit-now.jpg);
		  background-repeat: no-repeat;
		  float: left;
		  border:0;
		  cursor:pointer;
	  }


.contarea .col-right {float:right; height:auto; width:100%;}
.col-right h3 {
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #3e3e3e;
	margin: 44px 0 10px 0;
	text-transform:uppercase;
}
.col-right h4 {
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #00474a;
	margin:18px 0 4px 0;
}
.col-right p {
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 22px;
	color: #777777;
	text-align:justify;
	margin-bottom:8px;
}
.col-right p a {color: #777777;	text-decoration:none;}
.col-right p a:hover {color: #000;}

/*22 august 2017 ends*/
