body, html {
	/*font-family: 'Lato', sans-serif;*/
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-family:sans-serif;
   
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family:sans-serif;
	font-size: 14px;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 1%;
    background:#abf5ef;
    margin: 0px;
}

.section-title h2 {
	font-weight: 400;
	margin-bottom:17px;
	margin-top:17px;
	color:#000;
}
.bg_inr{
	background:#f9cc4c;
	text-align:center;
}
.bg_inr h2{
	color:#333;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #626a29;
	border: 0;
	margin-bottom: 30px;
}
/* Navigation */
#menu {
	padding:8px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
	transition:0.6s ease;
}
#menu a.navbar-brand i.fa {
	color: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	/*color: #d9e0e2;*/
	font-size: 12px;
	letter-spacing: 1px;
	font-family:HelveticaNeue;
	font-weight:bold;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f3ca27;
}
.on {
	background-color:#131313; !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f3ca27 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f3ca27;
	border-color: #f3ca27;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
/*header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
}*/
header p {
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}
/* Services Section */
#services-section {
	padding:45px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background:#fff;
}
#services-section h4 {
	color: #81969c;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #0b3540;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#works-section hr {
	background: #a9971c;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #51633d;
	border: 1px solid #f7dc6f;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: #f7dc6f;
}
ol.type li a:hover {
	background: #f7dc6f;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(3, 46, 58, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f1c40f;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
/* About Section */
#about-section {
	padding: 80px 0;
	background:#fff;
}
#about_section_capt_dtz{
	padding: 80px 0;
	background:#fff;
}
#about-section h4 {
	color: #81969c;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #f3ca27;
	padding-right: 5px;
}
.list_crs{
	content: ">";
	color: #000;
	padding-right: 0px;
}
.list_crs_outr{
	padding:0px;
}
/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background:#ffbb8a;
	padding-top: 14px;
}
.outr_cnr_cpt_crs2 li{
	color: #000;
    padding-right: 5px;
    padding: 0.6%;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #e6b18d;
	
}
#team-section hr {
	background: #a9971c;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.9s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #000;
}
#team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
/* Testimonials Section */
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#contact-section hr {
	background: #a9971c;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #f8e287;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background:#212121;
    padding: 15px 0 10px 0;
    color: #FFFFFF;
    text-align: center;
}
#footer p {
	margin-top: 10px;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}

/*************new styles***************/
#menu.navigation_bar_top{
	background-color: rgb(33, 33, 33);
}
.nv_logo_cnr{
	padding:0px;
	height:auto;
	width:auto;
	 transition:0.6s;
}
.nv_lst{
	margin-top:12px;
	margin-left:112px;
}
.active{
	background:#000;
}
.navbar-nav > li{
	color:inherit;
}
.slider_hm{
	width: 100%;
    height:auto;
    float: left;
 background: #FFF;
    margin-top: 92px;
}
.cntnr_no_pdng{
	padding:0px;
}
	

/**************************************/
.intro_txt{
	font-size:14px;
	color:#010101;
	float:left;
	padding-top:2%;
	padding-bottom:1%;
	background:#fff;
	padding-left:10%;
    padding-right:10%;
    text-align: justify;
	font-family:sans-serif;
	
}
.srvcnw_cnr1{
	background:#E8ECEC;

	padding:30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	 /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 );*/ /* IE6-9 */
	color: #5b777f;
}
	
.srvc_nw_cnr{
	width:auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1%;
}
.srvcnw_cntnt{
	font-size:14px;
	color:#010101;
	font-family:sans-serif;
	text-align: justify;
	padding-left: 6.4%;
    padding-right: 6.4%;
}
.tr_bg1{
	width:100%;
	height:auto;
	float:left;
}
.srvc_cnr_outr3{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
}
.inr_srvcnw_hdng{
	font-size: 13px;
    color: #ff6600;
    padding-top: 3%;
    padding-bottom:0%;
    text-align: left;
    text-transform: uppercase;
   /* border-bottom: 1px solid #F60;*/
}
.bg_bx{
	background:#4C4C4C;
	float:left;
	width:100%;
	height:275px;
	margin-bottom:2%;
}
.lst_outr2{
	float: left;
    width: 100%;
    border: none;
    border-radius: 0px;
    padding-left: 4%;
    padding-top: 2%;
	margin-bottom:5px;
}
.lst_iner
{
padding: 2px 5px;
text-align:left;
color:#fff;
font-size:12px;
background:#4c4c4c;
border-bottom:none;
border-top:none;
border-radius:0px;
border:none;
}
.capt_cnr{
	width:100%;
	height:267px;
float:left;
padding-left:0px;
padding-right:0px;
position:relative;
}
.capt_cnr2{
	width:100%;
	height:100%;
	background:#adeaf1;
	float:left;
	position:absolute;
	opacity:0.5;
	top: 0px;
	padding:0px;
}
.capt_logo_cnr{
	position: absolute;
    top: 18%;
    left: 4%;
	
}
.capt_cntnt_inr{
	float: left;
    position: absolute;
    top: 17%;
    right: 0px;
    line-height: 32px;
    /* font-weight: bold; */
    color: #000000;
    font-size: 16px;
}
/*****my queries****/
/*@media screen and (max-width:768px) {
	 .inr_srvcnw_hdng{
		 margin-top:62%;
 }
 .bg_bx{
	 height:auto;
 }
 }*/
/******/
 .optns{
	 font-size:13px;
	 color:#fff;
	 background:#ff6600;
	 text-align:center;
	 padding-top:7px;
	 padding-bottom:7px;
	 border-right: 1px solid #fff;
	 margin-bottom: 1px;
 }
 .optns_outr{
	 padding-top:2%;
	 padding-bottom:2%;
 }
 .cpt_hdn2{
	color: #ff6600;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 2%;
 }
 .cpt_cntnt2{
	 font-size:14px;
	 color:#444;
	 text-align:justify;
	 width: 80%;
    margin-left: 10%;
	padding:0px;
 }
 .PA_hdn2{
	 color: #ff6600;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
	padding-bottom:1%;
 }
 .PA_np_cnr{
	 padding:0px;
	 padding-top:1%;
	 background-image:url(../img/prgrm_admsn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height:auto;
	margin-bottom:2%;
	 }
.pgm_admn_hdng_lft{
	background:#292929;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-left: 3%;
    margin-top: 2%;
}
.pgm_admn_hdng_rght{
	background:#292929;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-right: 3%;
    margin-top: 2%;
	float:right;
}
.bdr_rt{
	border-right:1px solid #fff;
}
.pgm_admn_crs{
	padding:6px;
	color:#000;
	background:#fff;
	font-size:12px;
	margin-left:2%;
	margin-bottom:1%;
	font-weight:bold;
}
.pgm_crs_outr{
	margin-top:1%;
	margin-left:1%;
}
.pgm_crs_outr_rt{
	margin-top:1%;
	margin-right:2%;
	float:right;
	}
.pgm_admn_crs_rt{
	padding:6px;
	color:#000;
	background:#fff;
	font-size:12px;
	margin-left:2%;
	margin-bottom:1%;
	float:right;
	font-weight:bold;
}
.sm_txt{
	background:#ff6600;
	font-weight:normal;
	color:#fff;
	text-align:center;
		}
.sm_txt:hover{
	cursor:pointer;
	background:#292929;
}
.bg_none{
	background-image:none;
	height:auto;
}
.trng_inr{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height:310px;
	margin-bottom:2%;
	background-image:url(../img/training_background.png);
	padding:0px;
	
}
.trng_sqr{
	height:155px;
	background: rgba(255, 102, 0,0.85);
}
.tr_sq_ico{
	width: 66px;
    height: 41px;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
	padding-top: 10%;
}
.trainees_count{
	font-size: 34px;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
    padding-top: 8%;
}
.trainees_txt{
	font-size:18px;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
    padding-top:2%;
}
.bg_clr_none{
	background:none;
}
.txt_pt
{
	padding-top:15%;
padding-bottom: 6%;
}
.inr_crcl{
	border-radius: 107px;
    background:#5D5D5D;
    text-align: center;
    width:200px;
    padding: 0px;
    height:200px;
    margin-left:67px;
	margin-right:66px;
	overflow:hidden;
}
.txt_ppty_crs{
	color:#fff;
	font-size:15px;
	padding:0px;
}
.crs_inr_ico_cnr{
	width: 51px;
    height: 51px;
    margin-left:30%;
    margin-right:30%;
    margin-top: 19%;
    margin-bottom: 8%;
}
.fclty_inr{
	width:100%;
	height:286px;
	float:left;
	background:#eee;
	padding:0px;
}
.hvr-rectangle-out:before{
	background:#3c3b3b;
}
.inr_crcl:hover{
	cursor:pointer;
}
.fclty_lft{
	padding: 0px;
    background-image: url(../img/faculty_bg.png);
    height: 100%;
    background-repeat: no-repeat;
}
.fclty_inrtxt2{
	width: 82%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 24%;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}
.fclty_innr_rt{
	padding:0px;
}
.fclty_ivdvdl{
	margin-top:3%;
}
.inr_fclty_cnr{
	width:85px;
	height:85px;
	float:left;
	/*background:#000;*/
	padding:1%;
	overflow:hidden;
}
.inr_fclty_cnr img{
	width:100%;
	height:100%;
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.inr_fclty_cnr img:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.thumbnail img{
	-webkit-transition: -webkit-transform .8s ease-in-out;
          transition:   transform .8s ease-in-out;
}
.thumbnail img:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fclty_nm_txt3{
	font-size: 14px;
    color: #000;
    margin-top:10%;
    font-weight: bold;
	padding-right:0px;
}
.fclty_desig{
	font-size: 12px;
	color:#ff6600;
	 margin-top:2%;
}
.mb_cnr{
	margin-bottom:4%;
	padding-right:0px;
}
.plcmnts_sctn_1{
	width:100%;
	height:100%;
	padding:0px;
	background-image:url(../img/plcmnts_img1.png);
}
.no_pdng_cnr{
	padding:0px;
}
.plcmnts_bg_imgage{
	/*background:#f2a466;*/
	height: 260px;
    background-image: url(../img/placements_img1.png);
    background-repeat: no-repeat;
	padding: 0px;
	background-size:100%;
	background-position: center center;
}
.plcmnts_bg_imgage_nn{
		background-image:none;
}
.plcmnts_bg2_img_2{
	width:100%;
	height:100%;
	float:left;
	background-color: rgba(255, 255, 255, 0.4);
	/*opacity:0.5;*/
}
.plcmnts_img_bg_hdng{
	width:100%;
	float:left;
	color:#000;
	font-weight:bold;
	text-align: center;
	margin-top:13%;
	font-size:13px;
}
.plcmnts_img_bg_hdng2{
	width: 100%;
    float: left;
    color: #f60;
    /* font-weight: bold; */
    text-align: center;
    font-size: 41px;
    margin-top:10%;
}
.plcmnts_img_bg_hdng_btm{
	width:100%;
	float:left;
	color:#000;
	font-weight:bold;
	text-align: center;
	margin-top:10%;
	font-size:13px;
}
.plcmnts_bg_imgage2{
	/*background:#f2a466;*/
	height: 260px;
    background-image:url(../img/plcmnts_img2.png);
    background-repeat: no-repeat;
	padding: 0px;
	background-size:100%;
	background-position: center center;
}
.plcmnts_bg2_img_3{
	width:100%;
	height:100%;
	float:left;
	background-color: rgba(0, 0, 0, 0.4);
	/*opacity:0.5;*/
}
.plcmnts_bg_imgage3{
	/*background:#f2a466;*/
	height: 260px;
    background-image:url(../img/plcmnts_img3.png);
    background-repeat: no-repeat;
	padding: 0px;
	background-size:100%;
	background-position: center center;
}
.plcmnts_bg_imgage4{
	/*background:#f2a466;*/
	height: 260px;
    background-image:url(../img/plcmnts_img4.png);
    background-repeat: no-repeat;
	padding: 0px;
	background-size:100%;
	background-position: center center;
}
.plcmnts_reg_butt{
	width: 32%;
    height: 30px;
    color: #ff6600;
    font-size:16px;
    background: #fff;
    text-align: center;
    line-height: 30px;
	margin-left:auto;
	margin-right:auto;
}
.plcmnts_reg_butt:hover{
	cursor:pointer;
}
.almni_bg_1{
	width:100%;
	height:269px;
	float:left;
	background-image:url(../img/alumni_img1.png);
	background-size:100%;
	background-position:center center;
}
.almni_shaded_bg{
	width:100%;
	height:100%;
	float:left;
	background-color: rgba(0, 0, 0, 0.4);

}
.almni_mid_img2{
	width:100%;
	height:269px;
	float:left;
	background-image:url(../img/almni_img_fml.png);
	position:relative;
}
.almni_btm_cnr3{
	width: 100%;
    height: 30px;
    float: left;
    background: #fff;
    font-size: 13px;
    color: #f60;
    line-height: 30px;
    text-align: center;
    margin-top: 46%;
	border-bottom:2px solid #e2e2e2;
	border-left:2px solid #e2e2e2;
	border-right:2px solid #e2e2e2;
}
.almni_mid_img4{
	width:100%;
	height:269px;
	float:left;
	background-image:url(../img/events_img.png);
	position:relative;
}
.wb_dsn_lft{
	
	height:215px;
	padding:0px;
	background:#3c3c3c;
	float:left;
}
.hrzntl_ln{
	width: 15%;
    height: 7px;
    /* float: left; */
    background: #5d5d5d;
    position: absolute;
    left: 26%;
    top: 49%;
}
.hrzntl_ln2{
	width: 15%;
    height: 7px;
    /* float: left; */
    background: #5d5d5d;
    position: absolute;
    left:58.45%;
    top: 49%;
}
/*header{
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 72px;
  line-height: 108px;
  height: 108px;
  background: #335C7D;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  transition: all 0.4s ease;
  z-index:500;
}
header.sticky {
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  background: #efc47D;
  text-align: left;
  padding-left: 20px;
}*/
.abt_us_cnr{
	background:#dadada;
}
.abt_us_hdng{
	padding:2%;
	font-size:16px;
	color:#fff;
}
.mgn_ppty_abt{
	margin:0px;
	padding:0px;
}
.mrgn_tp_ppty_abt{
	margin-top:4%;
}
.mid_cntr_ppty4{
	width: 1000px;
    padding: 0px;
    margin: 0px;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
}
.gmp_cnr{
	width:389px;
	height:175px;
	float:left;
	background:#dadada;
	margin-top:8px;
}
.rw_mgn_pppty3{
	margin-left:15px;
	margin-right:15px;
}
.optns:hover{
	cursor:pointer;
}
.bggrd_clr_ppty_capt{
	
	padding-left:4%;
	padding-right:4%;
}
.bggrd_clr_ppty_capt_right{
	
	padding-left:4%;
	padding-right:4%;
}
.capt_rm_butt{
	    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 0.5%;
    background: #ff6600;
    /* float: left; */
    position: absolute;
    bottom: 5%;
    right: 3%;
}
.tit_bg_cnr_mid{
	/*background: #f60;
    color: #fff;*/
    padding: 2%;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.active_crs{
	background:none;
}
.hd_ppty_crs_inr{
	width:48%;
	    margin:7px;
    float: left;
}
.hd_cntrs_clt_ppty{
	font-size:13px;
	font-weight:bold;
}
.capt_rm_butt a{
	width:100%;
	height:100%;
	color:#fff;
}
.inr_fclty_no_pdng{
	padding: 0px;
    box-shadow: 1px 1px 1px 1px #ada9a9;
}


