@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

body,h1,h2,h3,h4,h5,h6,p,ul,li,ol{margin:0;padding:0;}

body{

	font-family: 'Roboto', sans-serif;
	line-height: 22px;

}

.container-fluid{max-width:1200px;}

.pad4px{padding-left:8px;}

a:focus{outline:none!important;text-decoration:none!important;}
.bg-red{
	background: #ce3345!important;	
}
.bg-green{
	background: #26af37!important;
}
.bg-yellow{
	background: #fca21b!important;	
}
.bg-orange{
	background: #f37936!important;	
}
.bg-blue{
	background: #008dd1!important; 	
}

.inline-block{display:inline-block!important;}

.padR{padding-right:0!important;}

.padL{padding-left:2px!important;}

.padsL{padding-left:4px!important;}

.pad0{padding-left:0px!important;padding-right:0!important;}
.marg-b20{
	margin-bottom: 20px;
}
.marg-t20{
	margin-top: 20px;
}
.marg-t40{
	margin-top: 40px;
}
.font12{font-size:12px;}

.carousel-control{

	width:5%;

}

.padtb20{

	padding:20px 0;

}
.btn360{
	max-width:360px;
	width:100%;
	background:#F5811D;
	border-color:#F5811D;
	border-radius:5px !important;
}
.btn360:hover{
	background:#507aa3;
	border-color:#507aa3;
}
.btn250{
	max-width:250px;
	width:100%;
}
.btn-red{
	background: #8d122b!important;
	border:1px solid #770000;
}
.btn-red:hover{
	background: #440000!important;
}
.valid_error{
	font-size: 12px;
	color: red;
}
.resetform{
	visibility: hidden;
	position: absolute;
}
.success_msg{padding:3px;margin:5px auto;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background-color: #AADD88;border:1px solid green;text-align: center;text-shadow: 1px 1px #CFCFCF;}
.error_msg{padding:3px;margin:5px auto;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background-color: #FFE8E5;border:1px solid #F7AEA5;text-align: center;text-shadow: 1px 1px #EFEFEF;color:#990000;}
.dropdown.open{
	background: #660000;
}
/************top-strip****************/

.top-strip{

	background: -moz-linear-gradient(center top , #064ea4 0%, #00418f 100%);

	background:  background: -moz-linear-gradient(top, #064ea4, #00418f);/* Firefox 3.6+ */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064ea4), to(#00418f));/* Safari 4-5, Chrome 1-9 */

	background:  -webkit-linear-gradient(top, #064ea4, #00418f); /* Safari 5.1, Chrome 10+ */

	background: -o-linear-gradient(center top , #064ea4 0%, #00418f 100%);

	background:   background: -o-linear-gradient(top, #064ea4, #00418f);/* Opera 11.10+ */

	background: -ms-linear-gradient(center top , #064ea4 0%, #00418f 100%);

	background:  -ms-linear-gradient(top, #064ea4,background #00418f);/* IE 10 */

	background: linear-gradient(center top , #064ea4 0%, #00418f 100%);

	background: #03489b;

	padding:5px 0;
}

.top-strip .left-top-strip{}

.top-strip .left-top-strip ul li{color:#fff;margin-bottom:0;}

.top-strip .left-top-strip ul li a{color:#fff;font-size:14px;margin-bottom:0;}

.top-strip .left-top-strip ul li:hover{color:#79b835;}

.top-strip .left-top-strip ul li i{margin-right:4px;font-size:14px;}



.top-strip .right-top-strip{}

.top-strip .right-top-strip ul li{color:#fff;margin-bottom:0; margin-right: 5px;}

.top-strip .right-top-strip ul li a{color:#fff;font-size:14px;margin-bottom:0;}

.top-strip .right-top-strip ul li i{margin-right:4px;font-size:14px;}

.top-strip .right-top-strip ul li:hover{color:#79b835;}

.top-strip .right-top-strip ul li:before{

	font-family: FontAwesome;

	display: inline-block;

	padding-right: 6px;

	vertical-align: middle;

}

.top-strip .right-top-strip ul li.jobs:before{

	content: "\f0a4";

}

.top-strip .right-top-strip ul li.student_login:before{

	content: "\f090";

}

.top-strip .right-top-strip ul li.fee_deposite:before{

	content: "\f09d";

}

.top-strip .right-top-strip ul li.campus_tour:before{

	content: "\f0c0";

}

.top-strip .right-top-strip ul li.reviews:before{

	content: "\f118";

}

/************top-strip****************/



/*****************top-wrapper********************/

.top-wrapper{background:#fff;padding:5px 0 0;}

.top-wrapper .logo-box{}

.top-wrapper .logo-box img{display:inline-block;}





.top-wrapper .social-wrapper{margin:5px 0}

.top-wrapper .social-wrapper .social-box{width:100%}



.list-unstyled {

	padding-left: 0;

	list-style: none;

}

.list-inline li {

	display: inline-block;

	padding-right: 5px;

	padding-left: 5px;

	margin-bottom: 0px;

}



/*---- Genral classes end -------*/



/*Change icons size here*/

.social-icons .fa {

	font-size: 1.4em;

}

/*Change icons circle size and color here*/

.social-icons .fa {

	width: 40px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	color: #FFF;

	color: rgba(255, 255, 255, 1);

	-webkit-transition: all 200ms ease-in-out;

	-moz-transition: all 200ms ease-in-out;

	-ms-transition: all 200ms ease-in-out;

	-o-transition: all 200ms ease-in-out;

	transition: all 200ms ease-in-out;

}

.social-icons.icon-circle .fa{ 

	border-radius: 50%;

}

.social-icons.icon-rounded .fa{

	border-radius:5px;

}

.social-icons .fa:hover, .social-icons .fa:active {

	color: #FFF;

	-webkit-box-shadow: 1px 1px 2px #333;

	-moz-box-shadow: 1px 1px 2px #333;

	box-shadow: 1px 1px 2px #333; 

}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 

	-webkit-transform: scale(1.02);

	-moz-transform: scale(1.02);

	-ms-transform: scale(1.02);

	-o-transform: scale(1.02);

	transform: scale(1.02);

}





.social-icons .fa-facebook{background:#4a669f;}

.social-icons .fa-google-plus{background:#e11a21;}

.social-icons .fa-linkedin{background:#016699;}



.search-box .inner-addon{position:relative;}

.search-box .right-addon .fa{/*right:5px;*/}

.search-box .inner-addon .fa{

	padding: 7px;

	/* pointer-events: none; */

	position: absolute;

}

.search-box .inner-addon i{color:#FFF;}
.search-box .navbar-form{width:100%!important;margin-top:20px;}
.search-box .navbar-form .form-group{width:100%!important;}

.search-box .navbar-form .form-group input.form-control{width:100%!important;box-shadow:none;border:1px solid #a4a3a3;border-radius:0;color:#000;}

.search-box .navbar-form .form-group input.form-control:focus{border:1px solid #be1032;}



/*****************top-wrapper********************/
/*******************navigation-wrapper*****************/

.navigation-wrapper{}

.navigation-wrapper .navbar{border-radius:0;margin-bottom:0!important;min-height:0!important;}

.navigation-wrapper .navbar-default{

	background: -moz-linear-gradient(center top , #c92b4b 0%, #b12642 100%) repeat scroll 0 0!important;

	background: -moz-linear-gradient(top, #c92b4b, #b12642); /* Firefox 3.6+ */

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c92b4b), to(#b12642));/* Safari 4-5, Chrome 1-9 */

	background:  -webkit-linear-gradient(top, #c92b4b, #b12642);/* Safari 5.1, Chrome 10+ */

	background: -o-linear-gradient(top, #c92b4b, #b12642); /* Opera 11.10+ */

	background: -ms-linear-gradient(center top , #c92b4b 0%, #b12642 100%) repeat scroll 0 0!important;

	background: -ms-linear-gradient(top, #c92b4b,backgroun #b12642); /* IE 10 */

	background: -linear-gradient(center top , #c92b4b 0%, #b12642 100%) repeat scroll 0 0!important;

	background:#bc2846;

	border-color:transparent!important;

}

.navigation-wrapper .navbar-default .navbar-nav > li > a{color:#fff;text-shadow:0 0 1px rgba(0,0,0,0.4);}

.navigation-wrapper .navbar-default .navbar-nav > li > a:hover, .navigation-wrapper .navbar-default .navbar-nav > li > a:focus{color:#EEE;}

.navigation-wrapper .navbar-nav > li > a{padding:5px 12px;font-size:16px;}

.navigation-wrapper .nav > li{border-right:1px solid #e8e8e8;}

.navigation-wrapper .nav > li:last-child{border-right:none!important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{

	background: transparent;

}

/******************mega-menu********************/
.w3_megamenu-fw{
	position: relative;
}
.w3_megamenu-fw .mega{
	padding-top:20px;
	position: absolute;
	height:500px;
	/* width:740px; */
	width:710px;
	/* top:30px; */
	top:50px;
	left: 0px;
	z-index: 10000;
	display: none;
	box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
}
.w3_megamenu-fw .mega ul li a{
	position: relative;
}
.w3_megamenu-fw .mega > ul > li{
	/*margin-top:20px;*/
	cursor: pointer;
}
.w3_megamenu-fw .mega > ul > li:hover > a:after{
	content:" ";
	display: block;
	width:0px;
	height: 0px;
	background:#000;
	position: absolute;
	right: 0;
	top:50%;
	margin-top:-10px;
	border:10px solid #404040;
	border-top:10px solid rgba(0,0,0,0);
	border-bottom:10px solid rgba(0,0,0,0);
	border-left:10px solid rgba(0,0,0,0);
	background:transparent;
}
.w3_megamenu-fw .mega > ul > li > ul > li:hover > ul > li > a{
	position: relative;
}
.w3_megamenu-fw .mega > ul > li > ul > li:hover > a:after{
	content:" ";
	display: block;
	width:0px;
	height: 0px;
	background:#000;
	position: absolute;
	right: 0px;
	top:50%;
	margin-top:-10px;
	border:10px solid #666;
	border-top:10px solid rgba(0,0,0,0);
	border-bottom:10px solid rgba(0,0,0,0);
	border-left:10px solid rgba(0,0,0,0);
	background:transparent;
}
.w3_megamenu-fw .mega > ul > li ul{
	display: none;
}

.w3_megamenu-fw:hover .mega, 
.w3_megamenu-fw:hover .mega > ul > li:first-of-type > ul, 
.w3_megamenu-fw:hover .mega > ul > li:first-of-type > ul > li:first-of-type > ul,
.w3_megamenu-fw .mega > ul > li:hover > ul > li:first-of-type > ul{
	display: block;
}
.w3_megamenu-fw .mega > ul > li:hover > ul, 
.w3_megamenu-fw .mega > ul > li > ul > li:hover > ul{
	display: block;
}
.w3_megamenu-fw .mega .caret-up{
	display: block;
	width: 0;
	height: 0;
	border:10px solid #507aa3/* #2171b0 */;
	border-top:10px solid transparent;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	position: absolute;
	left:45px;
	top:-10px;
}

.w3_megamenu-fw .mega a{
	
}
.w3_megamenu-fw .mega > ul{
	padding:15px 0;
	margin: 0;
}
.w3_megamenu-fw .mega > ul li{
	list-style: none;
	padding:6px 0;
}
.w3_megamenu-fw .mega > ul > li > ul > li{
	border-bottom: 1px solid #fff;
}
.w3_megamenu-fw .mega > ul > li > ul > li > ul > li:hover{
	background: #404040;
}
.w3_megamenu-fw .mega > ul > li.technology > a:before{
	font-family: 'FontAwesome';
	content: "\f121";
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.w3_megamenu-fw .mega > ul > li.database > a:before{
	font-family: 'FontAwesome';
	content: "\f1c0";
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.w3_megamenu-fw .mega > ul > li.cloud > a:before{
	font-family: 'FontAwesome';
	content: "\f0c2";
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.w3_megamenu-fw .mega > ul > li.hot > a:before{
	font-family: 'FontAwesome';
	content: "\f06d";
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.w3_megamenu-fw .mega > ul > li.testing > a:before{
	font-family: 'FontAwesome';
	content: "\f002";
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.w3_megamenu-fw .mega > ul > li.code > a:before{
	font-family: 'FontAwesome';
	content: "\f121";
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.w3_megamenu-fw .mega > ul > li.cog > a:before{
	font-family: 'FontAwesome';
	content: "\f013";
	display: block;
	color:#FFF;
	font-size: 30px;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
}
.w3_megamenu-fw .mega > ul > li > ul > li > ul > li{
	border-bottom:1px solid #eee;
}
.w3_megamenu-fw .mega > ul{
	position: absolute;
	top:6px;
	left: 0;
	width: 110px;
	/* background:#2171b0; */
	background:#507aa3;
	/* background:#bd2846; */
	bottom:0;
}
.w3_megamenu-fw .mega > ul > li > a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.w3_megamenu-fw .mega > ul > li > a i{
	font-size: 24px;
	color: inherit;
}

.w3_megamenu-fw .mega > ul > li > ul{
	position: absolute;
	top:0px;
	left: 110px;
	width: 300px;
	background:#404040;
	bottom:0;
}
.w3_megamenu-fw .mega > ul > li > ul > li > a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	padding:0 15px;
	text-align: left;
}
.w3_megamenu-fw  .mega > ul > li > ul > li:hover{
	background:#222;
}
.w3_megamenu-fw  .mega > ul > li > ul > li > ul{
	position: absolute;
	top:0px;
	left: 300px;
	width: 400px;
	background:#666;
	bottom:0;
	overflow: auto;
}
.w3_megamenu-fw  .mega > ul > li > ul > li > ul > li a{
	text-decoration: none;
	color: #fff!important;
	font-size: 14px;
	display: block;
	padding:0 15px;
	text-align: left;
}
/******************mega-menu********************/




/*******************navigation-wrapper*****************/





/***************************main-resp***************************/

.main-resp{padding:5px 0;}

.main-resp .col-md-4{padding-left: 5px;}

.main-resp .expert-box{position:relative;background-size:cover;min-height:296px;}

.main-resp .expert-box img{}

.main-resp .expert-box .enroll-box{position:absolute;top:0;right:0;width:100%;text-align:right;height:100%;/*padding-right:40px;*/}

.main-resp .expert-box .enroll-box h2{color:#fff;text-shadow:1px 2px 1px rgba(0,0,0,0.5) !important;font-weight:700;text-transform:uppercase;font-size:34px;margin:30px 0 20px;}

.main-resp .expert-box .enroll-box p{color:#fff;text-shadow:1px 1px 1px #000 !important;font-weight:600;text-transform:normal;font-size:22px;}

.main-resp .expert-box .enroll-box a.enroll-btn{background:#004497;border-radius:0px;border-bottom:2px solid #031730!important;color:#fff;border:2px solid transparent;width:auto;margin-top:0px;text-transform:uppercase;padding:8px 40px;font-size:20px;font-weight:500;}

.main-resp .expert-box .enroll-box a.enroll-btn:hover,.main-resp .expert-box .enroll-box a.enroll-btn:focus{

	background:#0c3971;color:#fff;transition:background 0.6s ease 0s,border 0.6s ease 0s;box-shadow:none;
}



/**********search-form**********/

.main-resp .expert-box .enroll-box .home-search-box{}

.main-resp .expert-box .enroll-box .home-search-box .input-group{/*border: 1px solid #891e33;*/ border-radius: 7px;max-width: 300px;float:right;
	position: relative;
}
.main-resp .expert-box .enroll-box .home-search-box .input-group #ajax-suggest{
	position: absolute;
	top:53px;
	left:0px;
	width: 100%;
	max-width: 472px;
	background: #FFF;
	max-height: 250px;
	overflow: auto;
	z-index: 2000;
	border:1px solid #b12642;
	border-top:none;
	display: none;
}
.main-resp .expert-box .enroll-box .home-search-box .input-group #ajax-suggest ul li{
	text-align: left;
	list-style: none;
}
.main-resp .expert-box .enroll-box .home-search-box .input-group #ajax-suggest ul li a{
	padding: 5px;border-bottom: 1px dashed #999; display: block;
}
.main-resp .expert-box .enroll-box .home-search-box .input-group #ajax-suggest ul li a strong{
	color: #b12642
}
.main-resp .expert-box .enroll-box .home-search-box .input-group #ajax-suggest ul li a:hover{
	background: #DDD;
	text-decoration: none;
}
.main-resp .expert-box .enroll-box .home-search-box .input-group input.home-search{

	background: #f3f3f3 none repeat scroll 0 0;

	border: medium none;

	/* border-radius: 5px 0 0 5px !important; */
	border-radius:0 !important;

	font-size: 18px;

	height: 57px;

	line-height: 40px;

	padding: 10px;

	text-transform: uppercase;

	width:329px;

}

.main-resp .expert-box .enroll-box .home-search-box .input-group .input-group-btn button.home-search-btn{

	background: #507aa3/* #b12642 */;

	font-size: 20px;

	height: 57px;

	padding: 13px 20px;

	color:#fff;

}

.main-resp .expert-box .enroll-box .home-search-box .input-group .input-group-btn button.home-search-btn:hover{  

	background: #507aa3/* #9c1e37 */ none repeat scroll 0 0;

	color: #fff;
	transform:scale(1.1);
}



.main-resp .expert-box .enroll-box .or-text{clear:both;text-align:right;font-size: 30px;font-weight: 700;padding: 10px 20px;color:#fff;text-shadow:0 0 1px rgba(0, 0, 0, 1);
}	







/**********search-form**********/







.main-resp .wrapper{}

.main-resp .wrapper .icon-box{position:relative;}

.main-resp .wrapper .icon-box i{position:absolute;left:12px;top:4px;}

.main-resp .wrapper .green-box{

	background:-moz-linear-gradient(center top , #5ac89b 0%, #43c08d 100%);

	background:-moz-linear-gradient(top, #5ac89b, #43c08d);  /* Firefox 3.6+ */

	background:-ms-linear-gradient(center top , #5ac89b 0%, #43c08d 100%);

	background: -webkit-linear-gradient(top, #5ac89b, #43c08d); /* Safari 5.1, Chrome 10+ */

	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ac89b), to(#43c08d)); /* Safari 4-5, Chrome 1-9 */

	background:-ms-linear-gradient(top, #5ac89b,background #43c08d); /* IE 10 */

	background:-o-linear-gradient(top, #5ac89b, #43c08d); /* Opera 11.10+ */

	cursor:pointer;

}

.main-resp .wrapper .green-box:hover i{color:#fff;transition:all 0.5s ease 0s;cursor:pointer;
}

.main-resp .wrapper .gray-box{

	background:-moz-linear-gradient(center top , #e8e8e8 0%, #d0cece 100%);

	background:-moz-linear-gradient(top, #e8e8e8, #d0cece);  /* Firefox 3.6+ */

	background:-ms-linear-gradient(center top , #e8e8e8 0%, #d0cece 100%);

	background:-webkit-linear-gradient(top, #e8e8e8, #d0cece); /* Safari 5.1, Chrome 10+ */

	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e8e8), to(#d0cece)); /* Safari 4-5, Chrome 1-9 */

	background:-o-linear-gradient(top, #e8e8e8, #d0cece); /* Opera 11.10+ */

	background:-ms-linear-gradient(top, #e8e8e8,background #d0cece); /* IE 10 */

	cursor:pointer;
}

.main-resp .wrapper .gray-box:hover i{color:#fff;transition:all 0.5s ease 0s;}

.main-resp .wrapper .yellow-box{

	background:-moz-linear-gradient(center top , #f2cb0b 0%, #eac40a 100%);

	background:-moz-linear-gradient(top, #f2cb0b, #eac40a);  /* Firefox 3.6+ */

	background:-ms-linear-gradient(center top , #f2cb0b 0%, #eac40a 100%);

	background:-webkit-linear-gradient(top, #f2cb0b, #eac40a); /* Safari 5.1, Chrome 10+ */

	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2cb0b), to(#eac40a)); /* Safari 4-5, Chrome 1-9 */

	background:-o-linear-gradient(top, #f2cb0b, #eac40a); /* Opera 11.10+ */

	background:-ms-linear-gradient(top, #f2cb0b,background #eac40a); /* IE 10 */

	cursor:pointer;

}

.main-resp .wrapper .yellow-box:hover i{color:#fff;transition:all 0.5s ease 0s;}

.main-resp .wrapper .box{padding:23px 0;margin-bottom:5px}

.main-resp .wrapper .green-box:hover{background:#54bd92;}

.main-resp .wrapper .gray-box:hover{background:#d0cece;}

.main-resp .wrapper .yellow-box:hover{background:#e6c107;}

.main-resp .wrapper .box:last-child{margin-bottom:0px}

/*.main-resp .wrapper .box i{float:left;padding:6px 20px 0;}*/

.main-resp .wrapper .box .title-box{float:left;padding-left:70px;display:block;}

.main-resp .wrapper .box .title-box h3{font-size:24px;font-weight:600;}

.main-resp .wrapper .box a:hover{text-decoration:none!important;}

.main-resp .wrapper .box .title-box p{font-size:16px;font-weight:500;}

.main-resp .wrapper .green-box h3{color:#024328;font-weight:600;}

.main-resp .wrapper .green-box p{color:#007646;}

.main-resp .wrapper .gray-box h3{color:#636363;font-weight:600;}

.main-resp .wrapper .gray-box p{color:#848384;}

.main-resp .wrapper .yellow-box h3{color:#5e4e02;font-weight:600;}

.main-resp .wrapper .yellow-box p{color:#948537;}

.main-resp .wrapper .box .icon-box i{color:#000;}

.main-resp .wrapper  a.aBlockR{display:block;margin-bottom:5px;}

.main-resp .wrapper  a.aBlockC{display:block;}

/***************************main-resp***************************/





/***********************training-resp**************************/

.training-resp{background:#232323;padding:0px 0;}

.training-resp .banner-training-item .col-md-2{width:20%;}

.training-resp .banner-training-item .col-md-2 a:hover,.training-resp .banner-training-item .col-md-2 a:focus{text-decoration:none!important;}

.training-resp .banner-training-item .col-md-2 .training-item{

	color:#b4b4b4;

	padding:10px 10px 10px;

	font-size:14px;

	text-align:center;

	position: relative;

	bottom: 0px;

	transition: all 0.5s ease 0s;



}

.training-resp .banner-training-item .col-md-2 .training-item img{

	display:inline-block;

	transition:all 0.7s ease 0s;

}

.training-resp .banner-training-item .col-md-2 .training-item h4{

	color:#fff;font-size:14px;text-transform:uppercase;margin-top:6px;margin-bottom:5px;font-weight:400;}



	.banner-training-item .training-item:hover{

		background: #5bc0de;

		bottom: 5px!important;

		color:#91c5da!important;

	}

	.banner-training-item .training-item:hover img{

	/*

	-ms-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

	-moz-transform: rotate(360deg);

    transform: rotate(360deg);

    */

}



/***********************training-resp**************************/



/**************************placement-resp************************/

.placement-resp{background:#ededed;padding:20px 0 30px;}

.placement-resp .placement-slider-box .heading-half{  

	margin: 20px 0px 35px;	

}

.placement-resp .placement-slider-box .heading-half h2{  

	color: #222222;

	margin: 0 0 15px;

	font-weight:600;

	

}

.placement-resp .placement-slider-box .heading-half span::after{

	background: #b12642;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;

	



}

.placement-resp .placement-slider-box .heading-half span{

	background: #dcdcdc none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;





}





.placement-resp .placement-slider-box{position:relative;}
.placement-resp .placement-slider-box .btn{
	margin-top: 20px;
}
.placement-resp .placement-slider-box h3.header{padding:5px;text-align:center;font-size:26px;margin-bottom:40px;}

.placement-resp .placement-slider-box .testimonial-box{border: 5px solid #fff;

	border-radius: 5px;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;

	overflow: hidden;

	max-height: 501px;
}

.placement-resp .placement-slider-box .testimonial-box ul{

	left: 0;

	list-style: outside none none;

	margin: 0;

	padding: 0;

	position: relative;

	top: 1px;

}

.placement-resp .placement-slider-box .testimonial-box ul li{
	display:block;padding:6px 10px;border-bottom:1px solid #ddd; background:#f9f9f9;
}

.placement-resp .placement-slider-box .testimonial-box ul li:last-child{
	border-bottom:1px solid transparent!important;
}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box{}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_wrap_img{position:relative}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_wrap_img img.t_image{left:0;top:0px;position:absolute;color:#5bc0de;max-width:50px;border-radius:50%;border:1px solid #5bc0de;background:#f9f9f9;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_wrap_img i.t_image{left:0;top:0px;position:absolute;height:24px;width:24px;color:#5bc0de;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_comment{float:left;padding-left:70px;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_comment .desig{color:#09c;font-size:14px;display:block;}

.hlite{font-weight:700;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_comment .org{color:#666;font-size:11px;display:block;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_comment .exp{color:#666;font-size:11px;margin-right:10px}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_comment .exp i{color:#58c3ef;font-size:15px;margin-right:10px}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_comment .loc{color:#666;font-size:11px;margin-right:10px}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .job-box .t_comment .loc i{color:#58c3ef;font-size:15px;margin-right:10px}



/*.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .more{width:100%;display:block;margin-top:10px;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .more .title-skills{font-size:11px;float:left;width:28%;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .more .desc{font-size:12px;float:left;width:72%;font-weight:400;text-align:justify;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .other_details{

	background-color: #f9f9f9;

    border-bottom: 2px solid #f9f9f9;

    clear: left;

    overflow: hidden;

	font-size:12px;

}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .other_details .savejob{position:relative;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .other_details .savejob i{color:#58c3ef;font-size:14px;padding:5px 10px; }

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .other_details .salary{color;#999;font-size:12px;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .other_details .salary i{color:#58c3ef;font-size:14px;padding:5px;}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .other_details .rec_details {padding-left:10px;}

*/



.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .read-more-box{}

.placement-resp .placement-slider-box .testimonial-box ul li .t_wrap .read-more-box a{font-size:12px;color:#585452;font-weight:600;}

.placement-resp .placement-cell-box{}

.placement-resp .placement-cell-box .heading-half{  

	margin-bottom: 0px;

	padding: 15px 15px;



}

.placement-resp .placement-cell-box .heading-half h2{  

	color: #222222;

	margin:0 0 19px;

	font-weight:600;



}

.placement-resp .placement-cell-box .heading-half span::after{

	background: #5bc0de none repeat scroll 0 0;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;



}

.placement-resp .placement-cell-box .heading-half span{

	background: #dcdcdc none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;



}



.placement-resp .placement-cell-box .placement-head-box{padding:5px 10px;background:#ddd;}

.placement-resp .placement-cell-box .placement-head-box h4{color:#000;font-size:12px;text-align:center;text-shadow:0 0 1px rgba(0, 0, 0, 0.3);font-weight:600;}



.placement-resp .placement-cell-box .placement-list-box{padding:0px;position:relative;overflow:visible;}

.placement-resp .placement-cell-box .placement-list-box .candidate-testimonial-box{

	background: -moz-linear-gradient(top , #fff 0%, #f9f9f9 100%);

	background: -webkit-linear-gradient(top , #fff 0%, #f9f9f9 100%);

	background: -o-linear-gradient(top , #fff 0%, #f9f9f9 100%);

	background: -ms-linear-gradient(top , #fff 0%, #f9f9f9 100%);

	background: linear-gradient(top , #fff 0%, #f9f9f9 100%);

	border-radius: 4px;

	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);

	margin-bottom: 7px;

	padding: 10px 5px;

}







.placement-resp .placement-cell-box .placement-comment-listbox{padding:20px 0;}
.placement-resp .placement-cell-box .placement-comment-listbox .btn{
	margin-top: 10px;
}
.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box{background:#ffffff;padding:14px 10px;box-shadow:1px 1px 0px rgba(0,0,0,0.1);margin-bottom:10px;border-radius:3px; margin-bottom:14px!important;}

.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info{clear:both;margin-bottom:20px;}

.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info img{    border: 3px solid #bcbcbc;

	border-radius: 50%;

	float: left;

	height: 60px;

	margin-right: 10px;

	margin-top: 0px;

	width: 60px;

}



.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12 div.col-md-6:nth-child(2n+1){padding-right:0;}	



.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info div.user-info-detailBox p span.placed_title{

	color: #0b53aa;

	font-weight: 600;

	margin-right: 5px;

}	

.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info div.user-info-detailBox p span.placed_comp{

	color: #b12642;

	font-weight: 600;

	text-shadow: 0 0 1px rgba(0, 0, 0, 0.03);

}		



.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info div.user-info-detailBox h5{color: #636363;

	font-size: 20px;

	font-weight: 500;

	margin-bottom: 0;

}		

.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info div.user-info-detailBox p{

	color: #636363;

	font-weight: 400;

	margin-bottom: 0;

	font-size:14px;

}

.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box p{font-size:12px;}

.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box p a.read-more{font-size:12px;margin-left:5px;font-weight:600;color:#5bc0de;}

.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12:last-child .col-md-6 .comment-single-box{margin-bottom:0;}


.placement-page .placement-resp{
	padding:0;
	background: transparent;
}
.placement-page .placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box{
	background: #f6f6f6;
}
.placement-page .placement-resp .placement-cell-box .placement-comment-listbox .btn{
	margin-top:20px;
}
/**************************placement-resp************************/





/******************courses-resp**************************/
.heading-full.red span::after{
	background: #5bc0de!important;
}
.heading-full.green span::after{
	background: #7ab938!important;
}
.page-id-140 .courses-resp{
	background: #FFF!important;
}
.courses-resp{background:#f6f6f6;padding:20px 0 30px;}

.courses-resp .heading-full{  

	margin-bottom: 30px;

	padding: 0 15px;

}



.courses-resp .heading-full h2{ 
	color: #222222;
	margin: 15px 0;
}

.courses-resp .heading-full span::after{

	background: #f0ad4e none repeat scroll 0 0;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;



}

.courses-resp .heading-full span{

	background: #dcdcdc none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;





}





.courses-resp .courses-box{margin-top:0px;}

.courses-resp .courses-box .row .col-md-12 .col-md-2{width:20%;}

.courses-resp .courses-box .row .col-md-12 .col-md-2 a{text-decoration:none!important;}

.courses-resp .courses-box .courses_wrapper{position: relative; z-index: 10;background:#fff;text-align:center;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);margin-bottom:20px;}

.courses-resp .courses-box .courses_wrapper:hover,.courses-resp .courses-box .courses_wrapper:focus{box-shadow:0 0 10px rgba(0, 0, 0, 0.16)}



.courses-resp .courses-box .courses_wrapper img{display:inline-block;width:100% !important;height:auto !important; /* min-height: 132px; max-height: 132px; max-width: 204px; */}

.courses-resp .courses-box .courses_wrapper h4{color:#fff;text-shadow:0 2px 1px #000;font-size:16px;font-weight:100;margin-top:0;border-top:2px solid #f0ad4e;padding:10px 0;background:#111;}

.courses-resp .courses-box .courses_wrapper .overlay{

	background: #f1ca0b none repeat scroll 0 0;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	bottom: 0;

	color: #000;

	height: 100%;

	left: 0;

	opacity: 0;

	position: absolute;

	right: 0;

	top: 0;

	transition: opacity 500ms ease 0s;

	vertical-align: middle;

}



.courses-resp .courses-box .courses_wrapper:hover .overlay{

	opacity:0.8;

}



.courses-resp .courses-box .courses_wrapper .overlay .overlay-txt{padding: 15px 7px 2px;

	text-align: left;

}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-txt h3{border-bottom:1px solid #000;color:#000;font-size:14px;text-align:center;font-weight:700;padding-bottom:5px;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-txt ul{margin-bottom:0;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-txt ul li::before{

	content: "";

	font-family: FontAwesome;

	font-size: 13px;

	font-style: normal;

	font-weight: normal;

	margin-right: 5px;

	text-decoration: inherit;

}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-txt ul li{line-height:24px;list-style:none;font-size:12px;font-weight:600;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-txt ul li span{font-size:10px;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-txt ul li span i{margin-right:5px;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-read{background:#000;padding:8px 0;color:#fff;font-weight:600;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-call{background:#b12642;padding:1px 0;color:#fff;font-weight:600;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-call span{font-size:12px;}

.courses-resp .courses-box .courses_wrapper .overlay .overlay-call span i{margin-right:5px;}





/******************courses-resp**************************/





/**************learning-solution***************/

.learning-solution{padding:20px 0;}

.learning-solution .heading-full{margin-bottom:30px;padding:0 15px;}

.learning-solution .heading-full h2{color:#222222;margin:15px 0;}

.learning-solution .heading-full span{

	background:#dcdcdc;

	height:1px;

	width:100%;

	position:relative;

	display:block;

}

.learning-solution .heading-full span:after{content:'';

background:#F5811D/* 7ab938 */;

height:3px;

line-height:0px;

padding:0 90px;

top: -15px;

font-size: 2px;

margin: auto;

position: relative;

}

.learning-solution .learning-text{padding:0 15px;margin-bottom:10px;}

.learning-solution .learning-text p{margin-bottom:10px;}

.learning-solution .learning-text a.r-more{color:#7ab938;font-weight:600;font-size:14px;display:inline-block;margin-bottom:30px}

.learning-solution .learning-text a.r-more:hover,.learning-solution .learning-text p a.r-more:focus{color:#000;text-decoration:none;}

.learning-solution .feature-learning{

	background: #ffffff none repeat scroll 0 0;

	border: 3px solid #ffffff;

	border-radius: 100%;

	box-shadow: 0 0 0 5px #f2f2f2 inset;

	color: #c52d2f;

	display: inline-block;

	height: 90px;

	line-height: 80px;

	margin: 3px;

	text-align: center;

	transition:all 0.10s ease 0s;

	width: 90px;

}

.learning-solution .placement-preparation-box{text-align:center;clear:both;}

.learning-solution .placement-preparation-box img.img-process{display:inline-block;}

.learning-solution .placement-preparation-box img.img-ver-process{display:none;}

.learning-solution .feature-learning img{

	width:50px;height:50px;display:inline-block;



}

.learning-solution span.fBlock{

	display:block;

	line-height:normal;

	text-align:center;

	color:#555;

	font-weight:500;

}



.learning-solution .know-btn-box{margin:40px 0 20px;}

.learning-solution .know-btn-box .know-btn{display:inline-block;width:350px;background:#507aa3/* 7ab938 */;border:1px solid transparent;box-shadow:none;border-radius:5px;}

.learning-solution .know-btn-box .know-btn:hover,.learning-solution .know-btn-box .know-btn:focus{background:#F5811D;border:1px solid transparent;box-shadow:none;}

.learning-solution .container-fluid .row div.col-md-2{width:14.2857%;}
/**************learning-solution***************/

/***********self-analysis-resp**************/
.self-analysis-resp{background:#f5f5f5;padding:20px 0 40px;}
.self-analysis-resp .heading-half{margin-bottom:30px;}
.self-analysis-resp .heading-half h2{color:#222222;margin:15px 0;text-align:center;}
.self-analysis-resp .heading-half span{    
	background: #dcdcdc none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 100%;
	text-align:center;
}
.self-analysis-resp .heading-half span::after{    
	background: #F5811D/* b12642 */ none repeat scroll 0 0;
	content: "";
	font-size: 2px;
	height: 3px;
	line-height: 0;
	/* margin-left: 5%; */
	padding: 0 90px;
	position: relative;
	top: -15px;
}
.self-analysis-resp .row .col-md-12 img.inline-block{margin:20px 0 0;}
.self-analysis-resp .feature-depth{background:#507aa3;padding:8px 0px;}
.self-analysis-resp .feature-depth .analytis-item{/* border-radius:50%; */border:1px solid transparent;padding:0px;/* line-height:80px;width:80px;height:80px; */text-align:center;display:inline-block;padding:2px 0;/* background:#fff; */}
.self-analysis-resp .feature-depth .analytis-item img{/* width:45px;height:45px; */display:inline-block;transition:all 0.500ms ease-in-out 0s;width:60%;height:auto;}
.self-analysis-resp .feature-depth span{display:block;margin-top:5px;/* color:#fff; */color: #F5811D;font-size: 15px;}
.self-analysis-resp .practice-box{margin:40px 0 0;}
.self-analysis-resp .practice-box .practice-btn{display:inline-block;width:350px;/* background:#b12642; */border:1px solid transparent;box-shadow:none;border-radius: 5px;font-weight: bold;background: #507aa3;}
.self-analysis-resp .practice-box .practice-btn:hover,.self-analysis-resp .practice-box .practice-btn:focus{background:#F5811D/* #901830 */;border:1px solid transparent;box-shadow:none;}
.self-analysis-resp .feature-depth:hover div.analytis-item img{transform:rotate(360deg);}
/***********self-analysis-resp**************/

/*******************team-resp*******************/
.team-resp{padding:20px 0 40px;background:url('../img/team-bg.png');background-position:center top;background-size:cover;background-repeat:repeat-x;min-height:600px;

color: #FFF;

}

.team-resp p{

	color: #FFF;

}

.team-resp .heading-full{
	margin-bottom: 30px;
	padding: 0 15px;
}
.team-resp .heading-full h2{
	color: #fff;
	margin: 15px 0;
	text-transform:capitalize;
}
.team-resp .heading-full span{ 
	background: #dcdcdc none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 100%;
}
.team-resp .heading-full span::after{
	background: #5bc0de none repeat scroll 0 0;
	content: "";
	font-size: 2px;
	height: 3px;
	line-height: 0;
	margin: auto;
	padding: 0 90px;
	position: relative;
	top: -15px;
}

.team-resp .panel-box{}

.team-resp .panel-box::after{

	clear: both;

	content: " ";

	display: block;

	height: 0;

	visibility: hidden;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel{min-height:280px;}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler {

	height: 210px;

	position: relative;

	top: 105px;

	transition: all 1000ms ease 0s;

	width: 210px;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson {
	background-color: #5bc0de;
	border-radius: 50%;
	cursor: pointer;
	height: 140px;
	position: absolute;
	transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	width: 140px;
	z-index: 1;
	top:50%;
	left:50%;
}
.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.class0.active {
	margin-left: -160px;
	margin-top: -400px;
}
.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.class1.active {

}
.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.class2.active {
	margin-left: -160px;
	margin-top: 70px;
}
.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.class3.active {
	margin-left: -410px;
}
.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson .image {
	transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	background-size: contain;
	border-radius: 50%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	height: 100%;
	left: 0;
	/*margin: 7px;*/
	padding: 7px !important;
	position: absolute;
	width: 100%;
	z-index: 2;
	transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson .image{

	filter: grayscale(100%);

	-webkit-filter: grayscale(100%);

	-moz-filter: grayscale(100%);

}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active .image{

	filter:grayscale(0%);

	-webkit-filter:grayscale(0%);

	-moz-filter:grayscale(0%);

	height: 100%;
	/*	left: 0;*/
	padding:12px!important;
	/*margin: 12px;*/
	/*position: absolute;*/
	width: 100%;

}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson .content {

	display: none;

}

.team-resp .panel .rtf-container.rtf-increase-font-weight{font-weight:400;}

.team-resp .panel #circlePeople a.button.button-blue{background: #008aa5 none repeat scroll 0 0;}

.team-resp .panel #circlePeople a.button{ 

	background: #015060 none repeat scroll 0 0;

	color: #fff;

	cursor: pointer;

	display: inline-block;

	font-size: 18px;

	font-weight: 600;

	margin-top: 30px;

	padding: 28px 50px;

	text-align: center;

	text-transform: uppercase;

	transition: all 300ms ease 0s;
}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson:nth-child(1) {

	margin-top:-210px;

	margin-left:-70px;

}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson:nth-child(2) {

	margin-left: 70px;

	margin-top:-70px;

}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson:nth-child(3) {

	margin-left:-70px;

	margin-top:70px;	

}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson:nth-child(4) {
	margin-left:-210px;
	margin-top:-70px;
}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active {
	height: 320px;
	margin-top: -160px;
	width: 320px;
	/*margin-left: 200px;*/
}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .mainCircle {

	background-color: #5bc0de;

	border-radius: 50%;

	height: 250px;

	position: absolute;

	width: 250px;

	left:50%;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .mainCircle .innerCircle {

	background-color: #083c6b;

	border-radius: 50%;

	height: 224px;

	left: 12px;

	position: absolute;

	top: 12px;

	width: 224px;
	transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .selectedContent {

	color: #000;

	float: right;

	margin-top: 84px;

	text-align: left;

	width: 365px;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .selectedContent h3 {

	color: #000;

	font-weight: 600;

	margin: 0 0 15px;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circleControls {

	margin-left: 0px;

	margin-top: 300px;

	position: relative;

	z-index:10;

	display:none;

}

.team-resp .panel-box #circlePeople .home-circular-carousel-panel .circleControls a.previous {

	background: rgba(0, 0, 0, 0) url("../img/controls.png") no-repeat scroll 0 0;

	left: -95px;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circleControls a:first-child {

	margin-right: 60px;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circleControls a {

	display: block;

	float: left;

	height: 60px;

	outline: 0 none;

	text-indent: -9999px;

	width: 40px;

	z-index: 9999;

}

.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circleControls a.previous:hover {

	background: rgba(0, 0, 0, 0) url("../img/controls.png") no-repeat scroll -87px 0;

	left: -95px;

}



.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circleControls a.next {

	background: rgba(0, 0, 0, 0) url("../img/controls.png") no-repeat scroll -47px 0;

	right: -95px;

}



.team-resp .panel-box  #circlePeople.home-circular-carousel-panel .circleControls a.next:hover {

	background: rgba(0, 0, 0, 0) url("../img/controls.png") no-repeat scroll -134px 0;

	right: -95px;

}

.team-resp .selectedContent{padding:128px 0 0;}

.team-resp .selectedContent h3{ 

	color: #fff;

	font-size: 34px;

	font-weight: 600;

	margin-bottom: 20px;

	text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.team-resp .selectedContent div.rtf-container{color:#fff;font-size:16px;min-height:255px;max-height:255px;}

.team-resp .selectedContent a.button-blue{color:#fff;position:relative;top:60px;background:#bc2846;padding:20px;font-size:16px;font-weight:600;}

.team-resp .selectedContent a.button-blue:hover,.team-resp .selectedContent a.button-blue:focus{text-decoration:none;background:#8d122b;transition:background 0.6s ease 0s;}



.team-resp .meeting-wrapper{text-align:center;padding:200px 0 0px;}		

.team-resp .meeting-wrapper a.button-blue{display:inline-block;width:350px;background:#001a49;border:1px solid transparent;box-shadow:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);color:#fff;font-size:18px;padding:8px 12px;}		

.team-resp .meeting-wrapper a.button-blue:last-child{margin-right:0px;background:#bc2846;}		

.team-resp .meeting-wrapper a.button-blue:hover,.team-resp .meeting-wrapper a.button-blue:focus{text-decoration:none;background:#13387a;transition:background 0.6s ease 0s;}	

.team-resp .meeting-wrapper a.button-blue:last-child:hover,.team-resp .meeting-wrapper a.button-blue:last-child:focus{text-decoration:none;background:#8d122b;transition:background 0.6s ease 0s;}		



/*******************team-resp*******************/



/******************college-resp*******************/

.college-resp{
	padding:20px 0;
	background:#f2f1f1;
}

.college-resp .placement-clients-box{}

.college-resp .placement-clients-box .heading-half{

	margin-bottom: 30px;

	padding: 0 15px;}



	.college-resp .placement-clients-box .heading-half h2{

		color: #222222;

		margin: 15px 0;

		text-align:center;

	}	



	.college-resp .placement-clients-box .heading-half span::after{

		background: #b12642 none repeat scroll 0 0;

		content: "";

		font-size: 2px;

		height: 3px;

		line-height: 0;

		padding: 0 90px;

		position: relative;

		top: -15px;

	}	

	.college-resp .placement-clients-box .heading-half span{

		background: #dcdcdc none repeat scroll 0 0;

		display: block;

		height: 1px;

		position: relative;

		width: 100%;

		text-align:center;

	}	



/* .college-resp .placement-clients-box ul li{border:1px solid transparent;text-align:center;padding:10px;margin-bottom:10px;}

.college-resp .placement-clients-box ul li a img{max-width:150px!important;min-height:80px!important;display:inline-block;} */

.placement-client-slider-box ul li{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align: center;
	background: #FFF;
}
.placement-client-slider-box ul li img{
	display: block;
	margin:0 auto;
}
.placement-client-slider-box ul li:nth-child(4n+4){
	border-right: none;
}
.home .placement-client-slider-box ul li:nth-child(9), .home .placement-client-slider-box ul li:nth-child(10), .home .placement-client-slider-box ul li:nth-child(11), .home .placement-client-slider-box ul li:nth-child(12){
	border-bottom: none;
}
.college-resp .college-box{

	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2) !important;

	border-radius: 5px;

	border:5px solid #FFF;

}

.college-resp .college-box .heading-half{

	margin-bottom: 10px;

	text-align:left;

	background:#b12642;

	padding:15px;

	border-top-left-radius:5px;

	border-top-right-radius:5px;

}



.college-resp .college-box .heading-half h3{

	color: #fff;

	margin:0 0 0px;

	text-align:center;

	text-shadow:0 0 2px rgba(0, 0, 0, 0.3);

	font-weight:400;

	

}	



.college-resp .college-box .college-container-box{
	overflow:hidden;
	height: 380px;

}

.college-resp .college-box .college-list-wrapper{
	padding:0 10px 0px;position:relative;

}

.college-resp .college-box .college-list-wrapper .college-list-box{
	padding:12px 0;
	border-bottom:1px solid #ddd;
	min-height: 77px;
}

.college-resp .college-box .college-list-wrapper .college-list-box .college-list-img-box{position:relative;

}

.college-resp .college-box .college-list-wrapper .college-list-box .college-list-img-box img{   

	left: 0px;

	position: absolute;

	top: 0px;

	border:1px solid #b12642;

	border-radius:50%;

}



.college-resp .college-box .college-list-wrapper .college-list-box .college-list-info-box{float: left;

	padding-left: 70px;

}

.college-resp .college-box .college-list-wrapper .college-list-box .college-list-info-box span{color:#b12642;font-weight:400;font-size:14px;

}





/******************college-resp*******************/



/*********testimonial-resp*************/

#partners{
	background:#222;margin-bottom:0px

}

#partners .partners-box{
	padding:20px 15px;

}
#partners .heading-full{
	margin-bottom: 30px;
}
#partners .heading-full h2{
	color: #fff;
	margin: 15px 0;
	text-transform:capitalize;
}
#partners .heading-full span{ 
	background: #dcdcdc none repeat scroll 0 0;
	display: block;
	height: 1px;
	position: relative;
	width: 100%;
}
#partners .heading-full span::after{
	background: #5bc0de none repeat scroll 0 0;
	content: "";
	font-size: 2px;
	height: 3px;
	line-height: 0;
	margin: auto;
	padding: 0 90px;
	position: relative;
	top: -15px;
}
#partners-carousel{
	padding-bottom: 50px;
}
#partners-carousel ul li{
	text-align: center;
}
#partners-carousel .carousel-indicators{
	bottom: 0;
}
/*.testimonial-resp .demo-box p.enroll-info{color:#fff;font-size:30px;font-weight:600;display:inline-block

}

.testimonial-resp .demo-box a.join-btn{background:#004497;border-radius:6px;border-bottom:2px solid #031730!important;color:#fff;border:2px solid transparent;width:auto;margin-top:0px;text-transform:uppercase;padding:8px 40px;font-size:20px;font-weight:500;

}

.testimonial-resp .demo-box a.join-btn:hover,.testimonial-resp .demo-box a.join-btn:focus{background:#0c3971;color:#fff;transition:background 0.6s ease 0s,border 0.6s ease 0s;box-shadow:none;

	}*/



	.testimonial-wrapper{background:#fff;padding:20px 0;

	}

	.testimonial-wrapper .heading-full{

		margin-bottom: 30px;

		padding: 0 15px;

	}

	.testimonial-wrapper .heading-full h2{

		color: #222222;

		margin: 15px 0;

	}

	.testimonial-wrapper .heading-full span{

		background: #dcdcdc none repeat scroll 0 0;

		display: block;

		height: 1px;

		position: relative;

		width: 100%;

	}



	.testimonial-wrapper .heading-full span::after{

		background: #f24131 none repeat scroll 0 0;

		content: "";

		font-size: 2px;

		height: 3px;

		line-height: 0;

		margin: auto;

		padding: 0 90px;

		position: relative;

		top: -15px;



	}



	.testimonial-wrapper .testimonial-slider-box{



	}

	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-inner .item{text-align:center;

	}

	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-inner .item .profile-circle img{display:inline-block;

	}

	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-inner .item blockquote{margin:0 0 40px;border-left:5px solid transparent;

	}

	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-inner .item blockquote p.u_msg{font-size:12px;min-height:110px;max-height:110px;}

	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-inner .item blockquote h4.u_name{font-size:26px;color:#f24131;margin-bottom:10px;

	}

	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-inner .item blockquote h5.u_course{color: #004497;

		font-size: 18px;

		font-weight: bold;



		margin-bottom:30px;

	}



	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-indicators .active{background:#838589;border:1px solid transparent!important;width:12px;height:12px;

	}

	.testimonial-wrapper .testimonial-slider-box .carousel .carousel-indicators li{background:#393d49;width:12px;height:12px;border:1px solid transparent!important;

	}





	/*********testimonial-resp*************/



	/*******************clients-resp********************/

	.clients-resp{padding:20px 0 40px;background:#f6f6f6;

	}

	.clients-resp .heading-full{ margin-bottom: 60px;

		padding: 0 15px;

	}



	.clients-resp .heading-full h2{ color: #222222;

		margin: 15px 0;

	}	

	.clients-resp .heading-full span{

		background: #dcdcdc none repeat scroll 0 0;

		display: block;

		height: 1px;

		position: relative;

		width: 100%;

	}



	.clients-resp .heading-full span::after{

		background: #004497 none repeat scroll 0 0;

		content: "";

		font-size: 2px;

		height: 3px;

		line-height: 0;

		margin: auto;

		padding: 0 90px;

		position: relative;

		top: -15px;

	}	



	.clients-resp .owl-carousel .owl-stage-outer{margin-bottom:50px;}

	.clients-resp .owl-carousel .owl-stage-outer .owl-stage .owl-item .item{text-align:center!important;}

	.clients-resp .owl-carousel .owl-item img{width:auto;display:inline-block!important;

	}

	.clients-resp .owl-controls{}

	.clients-resp .owl-controls .owl-nav{display:none!important;visibility:hidden;

	}

	.clients-resp .owl-controls .owl-dots{text-align:center;

	}

	.clients-resp .owl-controls .owl-dot{display:inline;margin-right:5px;

	}

	.clients-resp .owl-controls .owl-dot span{display:inline-block;width:12px;height:12px;background:#004497;border:1px solid #333!important;border-radius:50%;

	}

	.clients-resp .owl-controls .owl-dot.active span{background:#333;border:1px solid #004497!important;border-radius:50%;

	}





	/*******************clients-resp********************/





	/*******************footer-resp************************/

	.footer-resp{

		background: #f24130 none repeat scroll 0 0;

		padding: 20px 0;

	}



	.footer-resp .iso-box{color: #f9a9a2;

		font-size: 40px;

		font-weight: 700;

		padding-top: 0px;

		text-align:left;

	}

	.footer-resp .iso-box span{display: block;

		font-size: 14px;

		font-weight: 600;

		text-align: left;

		margin-top:5px;

	}



	.footer-resp .getin-box h5 {text-align:right;

	}	

	.footer-resp .getin-box h5 a{color: #fff;

		font-size: 36px;

		font-weight: 600;

		line-height: normal;

		margin: 0 0 5px;

		padding: 0 0 10px;

		text-align: center;



	}



	.footer-resp .getin-box h6{color: #fff;

		color: #fdc8c2;

		font-size: 14px;

		font-style: normal;

		font-weight: 600;

		text-align: center;

	}

	.footer-resp .getin-box h5::after{content:'';

	background: #000 none repeat scroll 0 0;

	border: 3px solid #f9a9a2 !important;

	content: "";

	display:block;

	text-align: center;

	width: 50%;

	margin-bottom:5px;

	position:relative;

	left:33%;

}	

.footer-resp .ness-box{text-align:right;padding:13px 0;

}

/*******************footer-resp************************/



/****************address-box*********************/

.address-box{ background: #161d1f none repeat scroll 0 0;

	padding: 25px 0;

}



.address-box .head-office:hover .head-icon-box i,.address-box .head-office:focus .head-icon-box i{color:#d4d4d4;transition:color 0.6s ease 0s;

}	

.address-box .head-office .head-icon-box{position:relative;}	

.address-box .head-office .head-icon-box i{position:absolute;top:0;left:0;color:#394648;font-size:100px;

}	

.address-box .head-office .head-info-box{float:left;padding-left:120px;color:#fff;width:100%

}	

.address-box .head-office .head-info-box h4{

	border-bottom: 1px solid #242729;

	color: #fff;

	font-size: 18px;

	font-style: normal;

	font-weight: 600;

	margin-bottom: 10px;

	margin-left: 0px;

	padding: 0 0 5px;

}	



.address-box .head-office .head-info-box p{

	color: #a3b2b5;

	font-size: 14px;

	font-style: normal;

	font-weight: 300;



}	



.address-box .contact-box:hover .contact-icon-box i,.address-box .contact-box:focus .contact-icon-box i{color:#d4d4d4;transition:color 0.6s ease 0s;

}	

.address-box .contact-box .contact-icon-box{position:relative;

}	

.address-box .contact-box .contact-icon-box i{position:absolute;top:0;left:0;color:#394648;font-size:80px;

}	

.address-box .contact-box .contact-info-box{float:left;padding-left:120px;color:#a3b2b5;width:100%

}

.address-box .contact-box .contact-info-box h4{

	border-bottom: 1px solid #242729;

	color: #fff;

	font-size: 18px;

	font-style: normal;

	font-weight: 600;

	margin-bottom: 10px;

	margin-left: 0px;

	padding: 0 0 5px;

}



.address-box .Email-box:hover .Email-icon-box i,.address-box .Email-box :focus .Email-icon-box i{color:#d4d4d4;transition:color 0.6s ease 0s;

}	

.address-box .Email-box .Email-icon-box{position:relative;

}	

.address-box .Email-box .Email-icon-box i{position:absolute;top:0;left:0;color:#394648;font-size:80px;

}	

.address-box .Email-box .Email-info-box{float:left;padding-left:120px;color:#fff;width:100%

}

.address-box .Email-box .Email-info-box h4{ 

	border-bottom: 1px solid #242729;

	color: #fff;

	font-size: 18px;

	font-style: normal;

	font-weight: 600;

	margin-bottom: 10px;

	margin-left: 0px;

	padding: 0 0 5px;

}



.address-box .Email-box .Email-info-box a{

	color: #a3b2b5;

	display: block;

	font-size: 14px;

	margin-left:0px;

	padding: 0px 0;

}

.address-box .Email-box .Email-info-box a:hover,.address-box .Email-box .Email-info-box a:focus{text-decoration:none;

}	



/****************address-box*********************/





/***************links-resp************************/

.links-resp{background: #1a2325 none repeat scroll 0 0;

	padding: 17px 0 40px;

}



.links-resp .latest-courses-resp{}

.links-resp .latest-courses-resp .heading-full{margin-bottom: 30px;

	padding: 0 0px;

}

.links-resp .latest-courses-resp .heading-full h2{

	color: #fff;

	margin: 15px 0;

	text-align:center;

}	

.links-resp .latest-courses-resp .heading-full span::after{

	background: #f24130 none repeat scroll 0 0;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;





}



.links-resp .latest-courses-resp .heading-full span{

	background: #cbcbcb  none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;

}	



.links-resp .latest-courses-resp .latest-courses-list-box{}

.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li{list-style:none;padding:5px 0; padding: 5px 0px 0 10px}

.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a{color:#cbcbcb!important;font-size:12px;}

.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:hover,.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:focus{color:#9d9999!important;font-size:12px;transition:color 0.6s ease 0s;}

.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:hover,.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a:focus{text-decoration:none;}

.links-resp .latest-courses-resp .latest-courses-list-box .widget ul li a::before{

	color: #d4d4d4;

	content: "";

	font-family: FontAwesome;

	font-size: 15px;

	font-style: normal;

	font-weight: normal;

	left: 0;

	position: absolute;

	text-decoration: inherit;



}





.links-resp .follow-sticker{

}

.links-resp .follow-sticker ul li a:first-child{margin-left:0;

}

.links-resp .follow-sticker ul li a{ 

	background-color: #394648;

	background-position: center center;

	background-repeat: no-repeat;

	border-radius: 2px;

	display: inline-block;

	height: 40px;

	margin: 0 4px 6px;

	padding: 0;

	vertical-align: top;

	width: 40px;

	position:relative;

}

.links-resp .follow-sticker ul li a i{ 

	color: #000;

	font-size: 20px;

	left: 10px;

	position: absolute;

	text-align: center;

	top: 10px;

}

.links-resp .follow-sticker ul li a.facebook i{ 

	left: 14px;

}

.links-resp .follow-sticker ul li a:hover{background:#cbcbcb;transition:background 0.6s ease 0s

}

.links-resp .follow-sticker ul li a.facebook:hover i{color:#3c599f;transition:color 0.6s ease 0s

}

.links-resp .follow-sticker ul li a.twitter:hover i{color:#00b5ef;transition:color 0.6s ease 0s

}

.links-resp .follow-sticker ul li a.linkedIn:hover i{color:#ffa500;transition:color 0.6s ease 0s

}

.links-resp .follow-sticker ul li a.youTube:hover i{color:#ec2828;transition:color 0.6s ease 0s

}



.links-resp .social-wrapper{background:#000;margin-top:20px;
}

.links-resp .social-wrapper .social1 *{width:100%!important;

}

.links-resp .social-wrapper .social1 .total-exp{text-align:center;margin:20px 0;padding:0 80px 26px;

}

.links-resp .social-wrapper .social1 .total-exp img{display:block; max-width: 100%!important; margin:0 auto;

}

.links-resp .copyright-box{}

.links-resp .copyright-box p{font-size:10px;color:#cbcbcb;text-align:left;font-weight:600;

}

.links-resp .disclaimer-box p{
	font-size:10px;color:#cbcbcb;text-align:right;font-weight:600;	
}

.paybox{
	background: #000;
	padding: 20px 0;
	margin-top: 30px;
}
/***************links-resp************************/



/*********facebook-utility**********/

.pluginFontHelvetica, .pluginFontHelvetica button, .pluginFontHelvetica input, .pluginFontHelvetica label, .pluginFontHelvetica select, .pluginFontHelvetica td, .pluginFontHelvetica textarea{

	color:#fff!important;

}



#facebook body.plugin div._li div.pluginFontHelvetica div._4s7c div.pts{color:#fff!important;

}

/*********facebook-utility**********/	





/***********tutorials-list-box****************/

.tutorials-list-box{
	padding:20px 0;
	background:#eee;

}

.tutorials-list-box .heading-full{

	margin-bottom: 30px;

	padding: 0 15px;

}

.tutorials-list-box .heading-full h2{

	color: #222222;

	margin: 15px 0;

}

.tutorials-list-box .heading-full span::after{

	background: #f24131 none repeat scroll 0 0;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;

}	



.tutorials-list-box .heading-full span{ 

	background: #dcdcdc none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;

}



.tutorials-list-box .tutorials-box .video-list-box{position:relative;

}

.tutorials-list-box .tutorials-box .video-list-box .video-img-box{border:2px solid #000;

}

.tutorials-list-box .tutorials-box .video-list-box .video-img-box img{max-width:100%;

}

.tutorials-list-box .tutorials-box .video-list-box .play-list{

	bottom: 0;

	left: 0;

	position: absolute;

	right: 0;

	text-align: center;

	top: 0;



}

.tutorials-list-box .tutorials-box .video-list-box .play-list a.video-icon{   

	border: 4px solid #fff;

	border-radius: 50%;

	display: block;

	height: 73px;

	left: 50%;

	margin-left: -31px;

	margin-top: -31px;

	position: absolute;

	text-align: center;

	top: 50%;

	width: 73px;

	background:#999999;

	display: block;

}

.tutorials-list-box .tutorials-box .video-list-box .play-list a.video-icon i{text-align: center; margin: 20px 26px 0px;color:#fff;}



.tutorials-list-box .tutorials-box .video-list-box .play-list:hover a.video-icon,.tutorials-list-box .tutorials-box .video-list-box .play-list:focus a.video-icon{background:#4c4c4c;}



.tutorials-list-box .tutorials-box .video-title-box{

	background: #000;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

	padding: 10px 5px;

	text-align: center;

	text-shadow: 0 0 1px rgba(0, 0, 0, 1);





}

.tutorials-list-box .tutorials-box .video-title-box h4{font-size:12px;color: #fff;  text-shadow: 0 0 1px rgba(0, 0, 0, 1);font-weight:600;}

.tutorials-list-box .tutorials-box .video-list-box .play-list .modal .modal-header{background:#fff;}

.tutorials-list-box .tutorials-box .video-list-box .play-list .modal .modal-header h4.modal-title{color:#f24130;text-shadow:0 0 1px rgba(0,0,0,0.37);font-weight:600;}	

/***********tutorials-list-box****************/



*::-moz-selection {
	background: #b12642 none repeat scroll 0 0;
	color: rgba(255, 255, 255, 1);
}
::selection {
	background: #b12642 none repeat scroll 0 0;
	color: rgba(255, 255, 255, 1);
}
::-webkit-selection {
	background: #b12642 none repeat scroll 0 0;
	color: rgba(255, 255, 255, 1);
}
::-o-selection {
	background: #b12642 none repeat scroll 0 0;
	color: rgba(255, 255, 255, 1);
}

/*************internal-pages*******************/	





/******************breadcrumb******************/	

#breadcrumb{padding:5px 0;background:#FFF;}

#breadcrumb ol.breadcrumb{margin-bottom:0;}

#breadcrumb ol.breadcrumb li a i{color:#03489b;font-size:28px;}

#breadcrumb ol.breadcrumb li a i:hover{color:#b12642;}

#breadcrumb ol.breadcrumb > li + li::before{

	background: url("/wp-content/themes/cromacampus/assets/img/breadcrumb-sap.png") no-repeat scroll center 0;

	content: "icon";

	display: inline-block;

	height: 25px;

	text-indent: -999em;

	width: 31px;



} 

#breadcrumb ol.breadcrumb > .active{

	color: #888;

	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);

}



.red-heading{ 

	border-left: 4px solid #bc2846;

	color: #bc2846;

	font-size: 24px;

	font-weight: 400;

	line-height: 30px;

	margin-top: 0;

	padding-left: 15px;

}	





/*************************courses-details-wrap**************************/

.courses-details-wrap{padding:30px 0;}
.courses-details-wrap .inner-panel h1.red-heading{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
.courses-details-wrap .inner-panel h1.red-heading span.course-title-img-wrap{position:relative;/*float:left*/}

.courses-details-wrap .inner-panel h1.red-heading span.course-title-img-wrap img.img-course-title{/*position:absolute;top:-10px;left:0;border-radius:50%;max-width:50px; border:1px solid #DDD;*/max-width:75px;}

.courses-details-wrap .inner-panel h1.red-heading span.course-title-info-wrap{/*float:left;*/padding-left:30px;}

.courses-details-wrap .courses-page-tab-box{margin-top:20px;}

.courses-details-wrap .nav-tabs{margin-bottom:20px;padding-left:0px;border-bottom:1px solid #03489b;}

.courses-details-wrap .tab-content #c-overview{
	padding:0 0px;
}
.courses-details-wrap .tab-content #c-overview img{
	display:block;
	width:100%;
	height:auto;
}
.courses-details-wrap .tab-content #c-overview h2{
	/* display: block;
	text-align: left;
	background:#e0e0e0;
	color: #000;
	padding:5px 0;
	font-size: 22px;
	background: rgba(0,0,0,0.1);
    padding-left: 15px;
    border: 1px solid #03489b;
    margin-top: 20px;
    margin-bottom: 8px; */
	display: block;
	text-align: left;
	color: #787878;
	padding:6px 0;
	font-size: 22px;
	background: linear-gradient(#fff, #e2e2e2);
    padding-left: 15px;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    margin-bottom: 8px;
}

.courses-details-wrap .tab-content #c-overview h3{
	display: block;
	text-align: left;
	color: #000;
	padding:5px 0;
	font-size: 17px;
	line-height: 45px;
	margin-bottom: -10px;
}


.courses-details-wrap .tab-content #c-overview table{
	border-collapse: collapse;
	border:1px solid #333;
	width:100%;
}
.courses-details-wrap .tab-content #c-overview table tr td{
	padding:6px; border:1px dashed #666;
	font-size: 14px!important;
}
.courses-details-wrap .tab-content #c-overview table tr td p{
	margin-bottom:3px!important;
}
.courses-details-wrap .tab-content #c-overview p{
	text-align: justify ;margin-bottom:10px;font-weight:normal;padding:5px 0px;color:#000;
	font-size:14px;
}

.courses-details-wrap .tab-content #c-overview h4{
	/* background: #eeeeee none repeat scroll 0 0;
	border-bottom: 1px solid #333333;
	color: #000000;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 10px; */
    display: block;
    text-align: left;
    color: #787878;
    padding: 6px 0;
    font-size: 22px;
    background: linear-gradient(#fff, #e2e2e2);
    padding-left: 15px;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    margin-bottom: 8px;
}
.courses-details-wrap .tab-content #c-overview ul li{
	list-style: none;
	margin-left:25px;
	padding:4px 0;
	border-bottom:1px solid #EEE;
}
.courses-details-wrap .tab-content #c-overview  ul li:before{

	content: "\f138";

	font-family: FontAwesome;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	margin-right: 5px;

	text-decoration: inherit;

	color:#03489b;

	position:absolute;

	left:16px;

}
.courses-details-wrap .tab-content #c-overview  ul li > ul li:before{

	content: "\f101";

	font-family: FontAwesome;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	margin-right: 5px;

	text-decoration: inherit;

	color:#03489b;

	position:absolute;

	left:16px;
	margin-left:25px;

}



.courses-details-wrap .tab-content #c-overview .overview_list ul li{list-style: outside none none;margin: 5px 0;font-size:14px; border-bottom: 1px solid #f4f4f4;padding: 3px 0 5px 20px;position:relative;}



.courses-details-wrap .tab-content #c-overview .overview_sub_head{

	background: #b92845;

	border-bottom: 2px solid #03489b;

	color: #fff;

	font-size: 16px;

	margin-top: 20px;

	padding: 5px 15px;

	font-weight:600;

	text-shadow:0 0 1px rgba(0, 0, 0, 0.3);



}



.courses-details-wrap .tab-content #c-overview .overview_sub_info{margin-top:5px;}	





.courses-details-wrap .tab-content #c-content h2{
	color:#b92845;

	margin-bottom:15px;

	font-weight:600;

	font-size: 18px;

}

.courses-details-wrap .tab-content #c-content ul{
	padding:15px;
	display: none;
}
.courses-details-wrap .tab-content #c-content ul li > ul{
	display:block;
	padding-top:0;
	padding-bottom:0;
}
.courses-details-wrap .tab-content #c-content ul li > ul li{
	border-bottom:none;
}
.courses-details-wrap .tab-content #c-content ul li > ul li:before{

	content: "\f101";

	font-family: FontAwesome;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	left: 0;

	margin-right: 5px;

	position: absolute;

	text-decoration: inherit;

	color: #b12642;

}
.courses-details-wrap .tab-content #c-content ul li{

	font-size: 13px;

	list-style: outside none none;

	margin: 3px 0;

	padding: 3px 0 5px 20px;

	position: relative;

}

.courses-details-wrap .tab-content #c-content ul li:before{

	content: "";

	font-family: FontAwesome;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	left: 0;

	margin-right: 5px;

	position: absolute;

	text-decoration: inherit;

	color: #b12642;

}

.courses-details-wrap .tab-content #c-content .panel-default > .panel-heading{

	background-color:#fff;

	border-color:transparent;

	padding-left:0;

}

.courses-details-wrap .tab-content #c-content .panel-group .panel{border-radius:0;}

.courses-details-wrap .tab-content #c-content .panel-group .panel .panel-collapse .panel-body ul li::before{

	color: #b12642;

	content: "\f185";

	font-family: FontAwesome;

	font-size: 14px;

	font-style: normal;

	font-weight: normal;

	left: 0;

	margin-right: 5px;

	position: absolute;

	text-decoration: inherit;

	top: 2px;

}

.courses-details-wrap .tab-content #c-content .panel-default{border-color:transparent;border-bottom:1px solid #ddd;}

.courses-details-wrap .tab-content #c-content .panel{box-shadow:none;}

.courses-details-wrap .tab-content #c-content .panel h4{margin-bottom:0;}

.courses-details-wrap .tab-content #c-content .panel h4 a span.acc-tab-cont1-icon i{color:#03489b;margin-right:10px;}

.courses-details-wrap .tab-content #c-content .panel h4 a{display:block;}

.courses-details-wrap .tab-content #c-content .panel h4 a:hover,.courses-details-wrap .tab-content #c-content .panel h4 a:focus{text-decoration:none;}

.courses-details-wrap .tab-content #c-content h3{
	font-size:16px;
	color:#000;
	font-weight:600;
	border-bottom: 1px solid #AAAAAA;
	padding:10px 15px;
	cursor: pointer;
	background: #EEEEEE;
	transition:background 500ms ease;
	-moz-transition:background 500ms ease;
	-webkit-transition:background 500ms ease;
	-o-transition:background 500ms ease;
}
.courses-details-wrap .tab-content #c-content h3:hover{
	background:#222222;
	color: #FFFFFF!important;
}
.courses-details-wrap .tab-content #c-content h3:before{

	content: "\f0a4";

	margin-right: 10px;

	color: inherit;

	font-size: inherit;

	font-family: "FontAwesome"

}

.courses-details-wrap .tab-content #c-content h3:after{  

	content: "\f055";

	float: right;

	font-family: FontAwesome;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	text-decoration: inherit;

	color:#b92845;

}





.courses-details-wrap .tab-content #c-content #accordion-tab-content1{margin-bottom:30px;}

.courses-details-wrap .tab-content #c-content .panel-body{font-size:14px;}





.courses-details-wrap .tab-content #c-content{padding:0 0px;}

.courses-details-wrap .tab-content #c-content ul li{border-bottom: 1px solid #f4f4f4;

	padding: 3px 0 5px 20px;

	position: relative;

	list-style:none;

	font-size:14px;

}

.courses-details-wrap .tab-content #c-content .overview_list{padding-left:10px;margin-bottom:20px;}	

.courses-details-wrap .nav-tabs > li > a{
	border-radius:0;color:#03489b;font-weight:normal; font-size: 15px}	

	.courses-details-wrap .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active {background:#03489b;}

	.courses-details-wrap .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border-color:#03489b transparent transparent;border-width:1px;background:transparent;color:#fff;font-weight:600;}	

	.courses-details-wrap .nav > li > a:hover, .nav > li > a:focus{background:transparent;}	

	.courses-details-wrap .nav-tabs > li > a:hover{border-color:transparent;}	

	.courses-details-wrap .nav-tabs > li{border-top:1px solid #03489b;border-right:1px solid #03489b;border-left:1px solid #03489b;margin-right:5px;border-radius:4px 4px 0 0;}



	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs{}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs .panel-heading{padding:10px 0px;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs h4.faq-title{color: #b92845;

		font-weight: 600;

		margin-bottom: 20px;

	}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq .panel-default > .panel-heading{background:#fff;border:1px solid transparent;border-bottom:1px solid #f4f4f4;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq .panel-default{border-color:transparent;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq .panel{box-shadow:none;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq h4.panel-title{font-size:14px;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq h4.panel-title span.icon-faqs{margin-right:10px;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq h4.panel-title span.icon-faqs i{color:#03489b;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  h4.panel-title a[aria-expanded="true"]::after{  

		content: "";

		float: right;

		font-family: FontAwesome;

		font-size: 16px;

		font-style: normal;

		font-weight: normal;

		text-decoration: inherit;

		color:#b92845;

	}



	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  h4.panel-title a[aria-expanded="false"]::after{  

		content: "";

		float: right;

		font-family: FontAwesome;

		font-size: 16px;

		font-style: normal;

		font-weight: normal;

		text-decoration: inherit;	

		color:#03489b;

	}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  h4.panel-title a.faqs-collapsed{display:block;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  h4.panel-title a.faqs-collapsed:hover,.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  h4.panel-title a.faqs-collapsed:focus{text-decoration:none;}



	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  .panel-body p{font-size:14px;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  .panel-body ol li{list-style:inside;padding:5px 0;font-size:14px;}

	.courses-details-wrap .courses-page-tab-box  .tab-wrapper .tab-content #c-faqs  #accordion-faq  .panel-body ol{margin-top:10px;}





	.courses-details-wrap .drop-query-box{

		background: #f6f6f6 none repeat scroll 0 0;

		border-radius: 4px;

		box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

		padding: 15px;}

		.courses-details-wrap .drop-query-box .my-widget{margin-top:30px;}



		.inner-addon{position:relative;}

		.inner-addon i{color: #fff;background:#03489b; width:40px;}

		.form-group .inner-addon .fa{ 

			padding: 10px;

			/* pointer-events: none; */

			position: absolute;

			z-index:10;

		}

		.form-group .left-addon .fa{left:0;border-top-left-radius:4px;border-bottom-left-radius:0px;}

		.form-group .inner-addon .form-control{padding:6px 50px;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:14px;color:#444;}

		.form-group .inner-addon  .form-control:focus, .form-group textarea:focus{transition:border 0.2s linear 0s;border-color:#03489b;box-shadow:none;color:#000;}

		.form-group .inner-addon  textarea.form-control{padding: 6px 12px}

		input[type="submit"].btn-submit,a.btn-submit{ 

			background: #b12642 none repeat scroll 0 0;

			border: 1px solid transparent;

			box-shadow: none;

			display: inline-block;

			padding:7px 30px;

			color:#fff;

			font-weight:600;

		}

		.courses-details-wrap .drop-query-box .my-widget a.btn-submit:hover,.courses-details-wrap .drop-query-box .my-widget a.btn-submit:focus{background:#901830;}



		.courses-details-wrap .drop-query-box .my-widget .form-group .form-control::-moz-placeholder{color:#aaa!important;}

		.courses-details-wrap .drop-query-box .my-widget .form-group .form-control::-webkit-input-placeholder{color:#aaa!important;}

		.courses-details-wrap .drop-query-box .my-widget .form-group .form-control:-moz-placeholder{color:#aaa!important;}

		.courses-details-wrap .drop-query-box .my-widget .form-group .form-control:-ms-input-placeholder {color:#aaa!important;}





		/************custom-checkbox****************/

		.courses-details-wrap .drop-query-box .my-widget .checkbox label{min-height:19px;}

		.courses-details-wrap .drop-query-box .my-widget input[type=checkbox].css-checkbox {

			position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;

		}



		.courses-details-wrap .drop-query-box .my-widget input[type=checkbox].css-checkbox + label.css-label {

			padding-left:24px;

			height:13px; 

			display:inline-block;

			background-repeat:no-repeat;

			background-position: 0 0;

			font-size:14px;

			vertical-align:middle;

			cursor:pointer;

			color:#000;



		}



		.courses-details-wrap .drop-query-box .my-widget input[type=checkbox].css-checkbox:checked + label.css-label {

			background-position: 0 -19px;

		}

		.courses-details-wrap .drop-query-box .my-widget label.css-label {

			background-image:url('../img/csscheckbox.png');

			-webkit-touch-callout: none;

			-webkit-user-select: none;

			-khtml-user-select: none;

			-moz-user-select: none;

			-ms-user-select: none;

			user-select: none;

		}



		.courses-details-wrap .drop-query-box .my-widget .form-control::-moz-placeholder{color:#aaa;}

		.courses-details-wrap .drop-query-box .my-widget .form-control::-webkit-input-placeholder {color:#aaa;}

		.courses-details-wrap .drop-query-box .my-widget .form-control:-moz-placeholder{color:#aaa;}

		.courses-details-wrap .drop-query-box .my-widget .form-control:-ms-input-placeholder{color:#aaa;}

		div.side-by-side { width: 100%; margin-bottom: 1em; }

		div.side-by-side > div { float: left; width: 100%; }

		div.side-by-side > div select{color:#000!important;}

		div.side-by-side > div > em { margin-bottom: 10px; display: block; }

		div.side-by-side > div > select.chosen-select{color: #aaa;width:100%;min-width:100%;}

		div.side-by-side > div > select.chosen-select option:first-child{color: #aaa!important;}

		div.side-by-side > div > select.chosen-select option{color: #444;}





		/************custom-checkbox****************/

		.courses-details-wrap .related-courses-box{

			margin-top:30px;

			background: #f6f6f6 none repeat scroll 0 0;

			border-radius: 4px;

			box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

			padding: 15px;

		}

		.courses-details-wrap .related-courses-box .my-widget-courses-box{margin-top:30px;}

		.courses-details-wrap .related-courses-box .my-widget-courses-box ul li{

			border-bottom: 1px solid #e8e8e8;

			padding: 3px 0 5px 20px;

			position: relative;

			list-style:none;}

			.courses-details-wrap .related-courses-box .my-widget-courses-box ul li::before{

				content: "";

				font-family: FontAwesome;

				font-size: 16px;

				font-style: normal;

				font-weight: normal;

				left: 0;

				margin-right: 5px;

				position: absolute;

				text-decoration: inherit;

				color:#03489b;



			}

			.courses-details-wrap .related-courses-box .my-widget-courses-box ul li a{color:#000;font-weight:500;font-size:14px;}

			.courses-details-wrap .related-courses-box .my-widget-courses-box ul li a:hover,.courses-details-wrap .related-courses-box .my-widget-courses-box ul li a:hover{color:#03489b;text-decoration:none;}



			.courses-details-wrap .enquiry-box{

				background: #f6f6f6 none repeat scroll 0 0;

				border-radius: 4px;

				box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

				padding: 20px 15px 34px;

				margin-bottom:30px;

			}

			.courses-details-wrap .enquiry-box .enquiry-wrapper{}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-img-box{position:relative;}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-img-box span.tel-box{position:absolute;top:0;left:0;display:block;background:#fff;border-radius:50%;border:1px solid #ddd;width:40px;height:40px;box-shadow:0px 3px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.3) inset;}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-img-box span.msg-box{position:absolute;top:55px;left:0;display:block;background:#fff;border-radius:50%;border:1px solid #ddd;width:40px;height:40px;box-shadow:0px 3px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.3) inset;}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-img-box span.msg-box i{margin:11px 10px;color:#ba2845}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-img-box span.tel-box i{margin:12px;color:#ba2845}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box{padding-left:60px}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li{list-style:none;color:#03489b;font-size:14px;font-weight:500;text-shadow:0 0 1px rgba(0,0,0,0.2)}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li span.call-us{

				display: table-cell;

				padding-right: 20px;

				vertical-align: middle;



			}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li span.call-num{

				display: table-cell;

				vertical-align: middle;



			}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li:first-child{margin-bottom:20px;display:table;}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li a.email-link{color:#bd2846;margin-left:10px;}

			.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li a.email-link{color:#bd2846;margin-left:10px;}



			.courses-details-wrap .enquiry-box:hover .enquiry-wrapper .enquiry-wrapper-img-box span i{color:#03489b;}



			.courses-details-wrap .course-features-box{

				margin-top:30px;

				background: #f6f6f6 none repeat scroll 0 0;

				border-radius: 4px;

				box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

				padding: 20px 15px;

			}

			.courses-details-wrap .course-features-box .course_details{margin-top:30px;}

			/* .courses-details-wrap .course-features-box .course_details #accordion .panel .panel-heading h4.panel-title a span.title-info::after{
				content: "\2212";
				float: right;
				font-size: 14px;
				font-weight: bold;	
				color:#b92845;
			} */

			/* .courses-details-wrap .course-features-box .course_details #accordion .panel .panel-heading h4.panel-title a.collapsed span.title-info::after{
				content: "\2b";
				float: right;
				font-size: 14px;
				font-weight: bold;	
				color:#03489b;
			} */


			.courses-details-wrap .course-features-box .course_details #accordion .panel-default.panel-related h4 a{
				display: block;
				padding:10px 10px 10px 30px;
				transition:background ease 200ms;
				-moz-transition:background ease 200ms;
				-webkit-transition:background ease 200ms;
				-o-transition:background ease 200ms;
				position: relative;
			}
			.courses-details-wrap .course-features-box .course_details #accordion .panel-default.panel-related h4 a i{
				position: absolute;
				top:10px;
				left:10px;
			}
			.courses-details-wrap .course-features-box .course_details #accordion .panel-default.panel-related h4 a:hover{
				text-decoration: none;
				background:#222;
				color: #FFF!important;
			}
			.courses-details-wrap .course-features-box .course_details #accordion .panel-default > .panel-heading{background:#fff;}		

			.courses-details-wrap .course-features-box .course_details #accordion .panel-default > .panel-heading h4.panel-title a{font-size:14px;display:block;}		

			.courses-details-wrap .course-features-box .course_details #accordion .panel-default > .panel-heading h4.panel-title a:focus,.courses-details-wrap .course-features-box .course_details #accordion .panel-default > .panel-heading h4.panel-title a:hover{text-decoration:none;}		

			.courses-details-wrap .course-features-box .course_details #accordion .panel-default > .panel-heading h4.panel-title a span.collapsed-icon{font-size:14px;margin-right:10px;}		

			.courses-details-wrap .course-features-box .course_details #accordion .panel-default > .panel-heading h4.panel-title a span.collapsed-icon i{color:#03489b}		

			.courses-details-wrap .course-features-box .course_details #accordion .panel-default > .panel-heading h4.panel-title:focus a span.collapsed-icon i{color:#b92845}		

			.courses-details-wrap .course-features-box .course_details .panel-group{margin-bottom:0;}		

			.courses-details-wrap .course-features-box .course_details #accordion .panel-body p{font-size:14px;}		

			.courses-details-wrap  .c-content-wrapper{}

			.courses-details-wrap  .c-content-wrapper p{font-size:16px;color:#7ab938;}

			.courses-details-wrap  .c-content-wrapper form{
				margin:20px 0;
				padding:10px 20px;
				background:#2171b0;
				border-radius: 5px;
			}
			.courses-details-wrap  .c-content-wrapper form p{
				color: #222222; font-size: 16px;
				margin-bottom: 10px;
			}
			 

			/* .courses-details-wrap  .c-content-wrapper form.form-inline .form-control{} */
			.courses-details-wrap  .c-content-wrapper form.form-inline .form-control{width:100%;}

			.courses-details-wrap  .c-content-wrapper form.form-inline .form-control:focus{       border-color: #03489b;

				box-shadow: none;

				color: #000;

				transition: border 0.2s linear 0s;

			}

			.courses-details-wrap  .c-content-wrapper form .send-btn{
				background:#F5811D;border:none;padding:7px 28px;color:#fff;font-weight:500;}

				/*.courses-details-wrap  .c-content-wrapper form .send-btn:hover,
				.courses-details-wrap  .c-content-wrapper form .send-btn:focus{
					background:#03489b;transition:background 0.2ms linear 0s;
					}*/





					/*************************courses-details-wrap**************************/	





					/*********************sample-page**********************/

					#inner-slider-resp{background:url('../img/internal-images/classroom-banner.jpg') no-repeat;background-size:cover;width:100%;min-height:300px;position:relative;background-position:right top;}

					#inner-slider-resp .black-banner-box{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;}



					#inner-slider-resp .black-txt-box{

						background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;

						padding: 20px;

						width:35%;

						text-align:left;

						border-radius:0 3px 3px rgba(204, 204, 204, 0.2), 0 1px 1px rgba(121, 121, 121, 0.3) inset;

						box-shadow:5px;

						margin-top:50px;

						border-radius:5px;

						box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);

					}



					#inner-slider-resp .black-txt-box span{font-size:24px;font-weight:600;margin-bottom:20px;display:block;color:#fff;}

					#inner-slider-resp .black-txt-box ul li{list-style:inside circle;padding:5px;font-size:14px;color:#7ab938;font-weight:600;}



					#internal-details-resp .internal-box{margin-top:30px}

					#internal-details-resp .internal-box .internal_info{margin-bottom:20px}

					#internal-details-resp .internal-box .internal_info h4{color:#03489b;

						font-weight: 600;

						margin-bottom: 20px;

						text-shadow:0 0 1px rgba(19, 19, 19, 0.3);

					}

					#internal-details-resp .internal-box .internal_info p{font-size:14px;}	

					#internal-details-resp .internal-box .internal_info ul {margin-top:10px;}

					#internal-details-resp .internal-box .internal_info ul li{font-size:14px;list-style:none;position:relative;border-bottom: 1px solid #e8e8e8;padding: 3px 0 5px 20px;}	

					#internal-details-resp .internal-box .internal_info ul li::before{

						content: "";

						font-family: FontAwesome;

						font-size: 16px;

						font-style: normal;

						font-weight: normal;

						left: 0;

						margin-right: 5px;

						position: absolute;

						text-decoration: inherit;

						color:#b12642;

					}	

					/*********************sample-page**********************/	





					/**************schedule a demo********************/

					.main-resp .wrapper a.schedule-popup-anchor{display:block;margin-bottom:5px;}

					#schedule-demo-popup .modal-dialog .modal-body h4{margin-bottom:20px;text-shadow:0 0 1px rgba(0,0,0,0.2);color:#03489b;font-weight:600;}

					#schedule-demo-popup .modal-dialog .modal-body{background:#f1f3f4;}

					#schedule-demo-popup .modal-dialog .modal-body form.form-horizontal .form-group .col-xs-6{max-width:50%;}

					#schedule-demo-popup .modal-dialog .modal-body .row .col-md-4{padding-left:15px;}

					#schedule-demo-popup .modal-dialog .modal-body div.borderL{border-left: 1px dashed #ccc;}

					#schedule-demo-popup .modal-dialog .modal-body form .form-group .form-control{border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;font-size:14px;color:#444;}

					#schedule-demo-popup .modal-dialog .modal-body form .form-group div.date .form-control{border-radius:0;border-top-left-radius:5px;border-top-right-radius:0px;font-size:14px;color:#444;}

					#schedule-demo-popup .modal-dialog .modal-body form .form-group div.date span.input-group-addon{border-bottom-right-radius:0;}

					#schedule-demo-popup .modal-dialog .modal-body form .form-group .form-control:focus{

						border: 1px solid #03489b;

						box-shadow: none;

						transition: border 0.2s linear 0s;

					}

					#schedule-demo-popup .modal-dialog .modal-content .modal-header,#scholarship-exam-modal .modal-dialog .modal-content .modal-header {background:#313b3d;color:#fff;text-transform:uppercase;border-bottom:1px solid #e5e5e5;}

					#schedule-demo-popup .modal-dialog .modal-content .modal-header button.close,#scholarship-exam-modal .modal-dialog .modal-content .modal-header button.close{opacity:1!important;color:#fff;}

					#schedule-demo-popup .modal-dialog .modal-content .modal-header .modal-title{text-shadow:0 0 2px #605204;font-weight:600;text-align:center;}

					#schedule-demo-popup .modal-dialog .modal-content .modal-header button.close:hover,#schedule-demo-popup .modal-dialog .modal-content .modal-header button.close:focus{opacity:1!important;color:#ccc;}

					#schedule-demo-popup .modal-dialog .modal-body .btn-submit-popup{background:#b72744;color:#fff;font-weight:600;display:block;width:100%;border:none;}

					#schedule-demo-popup .modal-dialog .modal-body .btn-submit-popup:hover,#schedule-demo-popup .modal-dialog .modal-body .btn-submit-popup:focus{background:#901830;}

					#schedule-demo-popup .modal-dialog .modal-body .form-group span.small-text{font-size:12px;font-weight:600;margin-top:5px;}

					#schedule-demo-popup .modal-dialog .modal-body span.fill-txt{font-size:12px;margin-bottom:10px;display:block;}

					#schedule-demo-popup .modal-dialog .modal-body .form-group .chosen-container-single .chosen-single{padding:0 0 0 12px;}

					#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box{}

/*.main-resp .wrapper .green-box #schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper .demo-wrapper-img-box{position:relative;}

.main-resp .wrapper .green-box #schedule-demo-popup .modal-dialog .modal-body .demo-dates-box  .demo-wrapper .demo-wrapper-img-box img{position:absolute;top:5px;left:0;max-height:50px;max-width:50px;border-radius:50%;border:1px solid #bd2846;}

.main-resp .wrapper .green-box #schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper .demo-wrapper-info-box p{color:#7ab938;font-weight:600;font-size:14px;}

.main-resp .wrapper .green-box #schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper .demo-wrapper-info-box span{color:#d12a5d;font-weight:500;font-size:11px;}



*/

#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper{padding:0px 0;}

#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper{width:100%;}
#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper table{
	background: #FFF;
}
#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper .demo-wrapper-info-box table{margin-bottom:0;margin-top:6px;}

#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper table thead tr td{padding:6px;background:#fff;color:#000000;font-weight:600;font-size:14px;text-align:left;}

#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper table tbody tr td{color:#03489b;font-weight:normal;font-size:12px;}

#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper table tbody tr td a.select-btn{

	background: #b72744 none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	display: block;

	font-weight: 600;

	width: 100%;

	padding:4px 20px;

}

#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper table tbody tr td a.select-btn:hover,#schedule-demo-popup .modal-dialog .modal-body .demo-dates-box .demo-wrapper table tbody tr td a.select-btn:focus{

	background: #901830 none repeat scroll 0 0;

	transition: background 0.6s ease 0s;

}

/**************schedule a demo********************/	





/************************registration online***********************/

#registration-online-wrapper .online-register-box{margin-top:30px;}

#registration-online-wrapper .online-register-box form .form-group label{text-align:left;font-weight:600;color:#03489b;font-size:14px;}

#registration-online-wrapper .online-register-box form .form-group label span.required{color:#f24131;margin-right:5px;}

#registration-online-wrapper .online-register-box form .form-group label.radio-inline{color:#444;font-weight:normal}

#registration-online-wrapper .online-register-box form .form-group .chosen-container-single .chosen-single{padding:0 0 0 12px;}

#registration-online-wrapper .online-register-box form .form-group .side-by-side{margin-bottom:0;}

#registration-online-wrapper .online-register-box form .form-group .marB{margin-bottom:15px;}

#registration-online-wrapper .online-register-box form .form-group input,#registration-online-wrapper .online-register-box form .form-group textarea,#registration-online-wrapper .online-register-box form .form-group select{border-radius:0px;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #ddd;color:#444;}

#registration-online-wrapper .online-register-box form .form-group .form-control{font-size:14px;}

#registration-online-wrapper .online-register-box form .form-group input:focus,#registration-online-wrapper .online-register-box form .form-group textarea:focus,#registration-online-wrapper .online-register-box form .form-group select:focus{box-shadow:none;border:1px solid #03489b;transition:border 0.2s linear 0s}



#registration-online-wrapper .online-register-box form .form-group input.btn-regiter{

	background: #03489b none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	font-weight: 600;

	padding: 10px 30px;

	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);}

	#registration-online-wrapper .online-register-box form .form-group input.btn-regiter:hover,#registration-online-wrapper .online-register-box form .form-group input.btn-regiter:focus{background:#0c3971;transition:background 0.6s linear 0s;}	

	#registration-online-wrapper .online-register-box form .form-group input[type=radio].css-checkbox {

		position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;

	}

	#registration-online-wrapper .online-register-box form .form-group input[type=radio].css-checkbox + label.css-label {

		padding-left:26px;

		height:16px; 

		display:inline-block;

		line-height:16px;

		background-repeat:no-repeat;

		background-position: 0 0;

		font-size:14px;

		vertical-align:middle;

		cursor:pointer;

		color:#444;

		font-weight:normal;

	}



	#registration-online-wrapper .online-register-box form .form-group .radio-inline{padding-left:0;}

	#registration-online-wrapper .online-register-box form .form-group input[type=radio].css-checkbox:checked + label.css-label {

		background-position: 0 -16px;

	}



	#registration-online-wrapper .online-register-box form .form-group label.css-label {

		background-image:url('http://www.webraga.com/sites/cromacampus/assets/img/cssradio-img.png');

		-webkit-touch-callout: none;

		-webkit-user-select: none;

		-khtml-user-select: none;

		-moz-user-select: none;

		-ms-user-select: none;

		user-select: none;

	}	

	

	/************************registration online***********************/	

	

	

	/***************certifications**********************/

	#certification-top-wrap{background:url('../img/internal-images/certification-banner-img.png');background-position:no-repeat;background-size:contain;min-height:330px;}



	#certification-resp{}

	#certification-resp .c_wrapper_box{font-size:16px;padding:20px;}

	#certification-resp .certification_crt_box{}

	#certification-resp .certification_crt_box .container_crt_box{padding-left:20px;}

	#certification-resp .certification_crt_box .container_crt_box ul{}

	#certification-resp .certification_crt_box .container_crt_box ul li{background:#fff;text-align:center;float:left;margin-bottom:10px;}

	#certification-resp .certification_crt_box .container_crt_box ul li .certification_list_box{border:1px solid #124686;}

	#certification-resp .certification_crt_box .container_crt_box ul li p{

		background:-moz-linear-gradient(center top , #2f6bb5 0%, #1b5294 100%) repeat scroll 0 0 !important;

		background: -moz-linear-gradient(top, #2f6bb5, #1b5294); /* Firefox 3.6+ */

		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f6bb5), to(#1b5294));/* Safari 4-5, Chrome 1-9 */

		background:  -webkit-linear-gradient(top, #2f6bb5, #1b5294);/* Safari 5.1, Chrome 10+ */

		background: -o-linear-gradient(top, #2f6bb5, #1b5294); /* Opera 11.10+ */

		background: -ms-linear-gradient(center top , #2f6bb5 0%, #1b5294 100%) repeat scroll 0 0!important;

		background: -ms-linear-gradient(top, #2f6bb5,background #1b5294); /* IE 10 */

		background: -linear-gradient(center top , #2f6bb5 0%, #1b5294 100%) repeat scroll 0 0!important;

		background:#1b5294;

		color:#fff;

		padding:5px;

		font-weight:600;

		font-size:15px;

		text-shadow:0 0 1px rgba(0,0,0,0.1);

	}

	#certification-resp .certification_crt_box .container_crt_box ul li a:hover,#certification-resp .certification_crt_box .container_crt_box ul li a:focus{text-decoration:none;}

	#certification-resp .certification_crt_box .container_crt_box ul li .certification_list_box:hover,#certification-resp .certification_crt_box .container_crt_box ul li .certification_list_box:focus{border:1px solid #bd2846;}	

	#certification-resp .certification_crt_box .container_crt_box ul li:hover p,#certification-resp .certification_crt_box .container_crt_box ul li:focus p{background:#bd2846!important;}	

	/***************certifications**********************/	

	

	

	/**************contact-us-resp*****************/

	#contact-us-resp{}

	#contact-us-resp .contact-us-info-box{margin-top:30px;}

	#contact-us-resp .contact-us-info-box h4{color:#03489b;font-weight:600;}

	#contact-us-resp .contact-us-info-box address span.cmpny-nm{color:#bc2846;font-weight:bold;margin-top:10px;display:block}

	#contact-us-resp .contact-us-info-box address span.add-rs{color:#000;display:block;font-size:14px;}

	#contact-us-resp .contact-us-info-box address .call_now_icon{color:#000;display:block;font-size:14px;margin:5px 0;}

	#contact-us-resp .contact-us-info-box address .call_now_icon i{color:#03489b;font-size:16px;margin-right:10px;}

	#contact-us-resp .contact-us-info-box address .mobile_icon{color:#000;display:block;font-size:14px;margin:5px 0;}

	#contact-us-resp .contact-us-info-box address .mobile_icon i{color:#03489b;font-size:16px;margin-right:16px;}

	#contact-us-resp .contact-us-info-box address .email_icon_contact{color:#000;display:block;font-size:14px;margin:5px 0;}

	#contact-us-resp .contact-us-info-box address .email_icon_contact i{color:#03489b;font-size:16px;margin-right:10px;}

	#contact-us-resp .contact-us-info-box address .email_icon_contact span a{color:#b12642;}





	#contact-us-resp .contact-us-mail-box{margin-top:40px;}

	#contact-us-resp .contact-us-mail-box span{display:block;font-size:14px;font-weight:400;color:#000;}

	#contact-us-resp .contact-us-mail-box span a{color:#03489b;}

	#contact-us-resp .contact-us-mail-box span.marB{display:block;margin-top:20px;}

	

	/**************contact-us-resp*****************/	

	

	

	/***************REVIEWS**********************/
	#reviews-result-resp{background:#f7f7f7;}
	.page-id-476 #reviews-result-resp{
		background: #FFF;	
	}
	#reviews-result-resp .padNCust{padding-left:0;}

	#reviews-result-resp .padNSup{padding-right:0;}

	#reviews-result-resp .padM{padding-left:7px;padding-right:7px;}

	#reviews-result-resp .cust_review_box{

		background: #fafafa none repeat scroll 0 0;

		border-radius: 4px;

		box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14);

		margin-bottom: 20px;

	}

	

	

	#reviews-result-resp .cust_review_box .inner-panel{background:#03489b;padding:10px;}

	#reviews-result-resp .stu_review_box .inner-panel{background:#03489b;padding:10px;}

	#reviews-result-resp .sup_review_box .inner-panel{background:#03489b;padding:10px;}

	#reviews-result-resp .cust_review_box .inner-panel h2,#reviews-result-resp .stu_review_box .inner-panel h2,#reviews-result-resp .sup_review_box .inner-panel h2{color:#fff;font-size:22px;font-weight:600;text-align:center;text-shadow:0 0 1px rgba(0, 0, 0, 0.3);}

	#reviews-result-resp .stu_review_box{

		background: #fafafa none repeat scroll 0 0; 

		border-radius: 4px;

		box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14);

		margin-bottom: 20px;

	}

	#reviews-result-resp .sup_review_box{

		background: #fafafa none repeat scroll 0 0;

		border-radius: 4px;

		box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14);

		margin-bottom: 20px;

	}

	#reviews-result-resp .reviews-list-box{text-align:center;}

	#reviews-result-resp .reviews-list-box .col-md-4:last-child{float:none;display:inline-block;}

	#reviews-result-resp .reviews-box{margin-bottom:20px;padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:10px;background:#fff;box-shadow:0 0 14px rgba(0,0,0,0.3);text-align:left;border-radius:3px;}

	#reviews-result-resp .reviews-box:hover,#reviews-result-resp .reviews-box:focus{box-shadow:0 1px 5px 1px #ccc;}

	#reviews-result-resp .reviews-box .alllearners_reviews{position:relative;}

	#reviews-result-resp .reviews-box .alllearners_reviews_img_box{position:absolute;top:0;left:0;}

	#reviews-result-resp .reviews-box .alllearners_reviews{}

	#reviews-result-resp .reviews-box .alllearners_reviews_info_box{float:left;width:100%;padding-left:65px;}

	#reviews-result-resp .reviews-box .alllearners_reviews_info_box h5{color:#c22a48;font-weight:600;margin-bottom:5px;}

	#reviews-result-resp .reviews-box .alllearners_reviews_info_box h6.reviewer_profession{color:#1a1aff;font-weight:500;font-size:14px;}

	#reviews-result-resp .reviews-box .alllearners_rating_box{margin:20px 0 0;}

	#reviews-result-resp .reviews-box .alllearners_rating_box .star_ratings_box span.star-rating i{color:#ff0000;font-size:16px;}

	#reviews-result-resp .reviews-box .alllearners_rating_box .star_ratings_box span.likes{color:#03489b;font-size:16px;font-weight:600;margin-right:10px;}

	#reviews-result-resp .reviews-box .follow_box{}

	#reviews-result-resp .reviews-box .follow_box ul li{font-size:12px;list-style:none;}

	#reviews-result-resp .reviews-box .follow_box ul li span a{color:#ba2845;}

	#reviews-result-resp .reviews-box .reviewsquots_box{cursor:pointer;}

	#reviews-result-resp .reviews-box .popover{}

	#reviews-result-resp .reviews-box .reviewsquots_box .popover-content .popover-info{font-size:12px!important;border:1px solid red!important;}

	#reviews-result-resp .reviews-box .reviewsquots_box p.reviewsquots_info{font-size:12px;}

	#reviews-result-resp .reviews-box .reviewsquots_box .collapse,#reviews-result-resp .reviews-box .reviewsquots_box .collapsing,#reviews-result-resp .reviews-box .reviewsquots_box .collapse.in{font-size:12px!important;}



	#reviews-result-resp .reviews-box .reviewsquots_box .collapse{font-size:12px!important;}

	#reviews-result-resp .reviews-box .reviewsquots_box .collapse p{font-size:12px!important;}

	#reviews-result-resp .reviews-box .reviewsquots_box a.r-more-info{font-size:12px;color:#7ab938;font-weight:600;margin-top:5px;}

	#reviews-result-resp .reviews-box .reviewsquots_box a.r-more-info:hover,#reviews-result-resp .reviews-box .reviewsquots_box a.r-more-info:focus{text-decoration:underline;}



	#reviews-result-resp .cust_review_box .reviews-box:last-child,#reviews-result-resp .stu_review_box .reviews-box:last-child,#reviews-result-resp .sup_review_box .reviews-box:last-child{border-bottom:none;}



	#reviews-result-resp .review-wrapper{}

	#reviews-result-resp .review-wrapper .heading-full{

		margin-bottom: 30px;

		padding: 0 15px;}



		#reviews-result-resp .review-wrapper .heading-full h2{ 

			color: #222222;

			margin: 15px 0;}	



			#reviews-result-resp .review-wrapper .heading-full span::after{ background: #03489b none repeat scroll 0 0;

				content: "";

				font-size: 2px;

				height: 3px;

				line-height: 0;

				margin: auto;

				padding: 0 90px;

				position: relative;

				top: -15px;}

				#reviews-result-resp .review-wrapper .heading-full span{

					background: #dcdcdc none repeat scroll 0 0;

					display: block;

					height: 1px;

					position: relative;

					width: 100%;}





					.filter-select-box{background:#03489b;}

					.filter-select-box .filter-wrapper{padding:10px 2px;display:table;width:50%}

					.filter-select-box .filter-wrapper .side-by-side{margin:0;width:400px;}

					.filter-select-box .filter-wrapper #containerR{display:table-cell;}

					.filter-select-box .filter-wrapper span.sort-by{padding-right:20px;font-size:16px;display:table-cell;vertical-align:middle;color:#fff;font-weight:600;text-shadow:0 0 1px rgba(0,0,0,0.3);text-transform:uppercase;}

					.filter-select-box .filter-wrapper .chosen-container-single .chosen-single{padding:0 60px 0 20px;border-radius:0;}

					/***************REVIEWS**********************/	





					/***********************sticky-footer***********************/

					#sticky-footer{height: 40px;}

					#sticky-footer .sticky-footer-box{

						background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;

						bottom: 0;

						box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.29);

						height: 40px;

						padding: 0;

						position: fixed;

						width: 100%;

						z-index:100;



					}

					#sticky-footer .sticky-footer-box .sticky-student-box{}

					#sticky-footer .sticky-footer-box .sticky-student-box a.stick-stu-btn{

						background: #870721 none repeat scroll 0 0;

						border: medium none;

						border-radius: 0;

						color: #fff;

						font-weight: 600;

						padding: 8px 15px;

						width:300px;

						border-top-right-radius:20px;

						box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.68);

						text-align:center;

						position:relative;
						font-size: 16px;

					}



					#sticky-footer .sticky-footer-box .sticky-student-box a span.stu_img_stick{position:absolute;top:7px;left:15px;}

					#sticky-footer .sticky-footer-box .sticky-student-box a span.stu_img_stick img{max-width:28px;}



					/*#sticky-footer .sticky-footer-box .sticky-student-box a.stick-stu-btn:hover,#sticky-footer .sticky-footer-box .sticky-student-box a.stick-stu-btn:focus{background:#b82745;transition:background 0.2ms linear 0s;}	*/

					#sticky-footer .sticky-footer-box .sticky-review-box{text-align:center; position: relative;}

					#sticky-footer .sticky-footer-box .sticky-review-box span.rev_img_stick{position:absolute;top:7px;left:15px;}

					#sticky-footer .sticky-footer-box .sticky-review-box span.rev_img_stick img{max-width:28px;}

/*#sticky-footer .sticky-footer-box .sticky-review-box .stick-review-form{

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    background: #fff none repeat scroll 0 0;

    border-color: #ba2845 #ba2845 -moz-use-text-color;

    border-image: none;

    border-radius: 5px 5px 0 0;

    border-style: solid solid none;

    border-width: 5px 3px 0;

    bottom: 44px;

    position: absolute;

    right: 0;

    width: 100%;

}



#sticky-footer .sticky-footer-box .sticky-review-box .stick-review-form .stick-review-top-wrap{text-align:center;padding:7px 5px;color: #fff;font-size: 18px;font-weight: 600;background:#03489b;}

#sticky-footer .sticky-footer-box .sticky-review-box .stick-review-form .stick-form-wrapper{padding:10px;}

#sticky-footer .sticky-footer-box .sticky-review-box  a.drop-review-btn{ 

    background: #870721 none repeat scroll 0 0;

    border: medium none;

    border-radius: 0;

    color: #fff;

    font-weight: 600;

    padding: 12px 30px;

	width:300px;

	border-top-left-radius:20px;

	border-top-right-radius:20px;

	box-shadow:0 0 8px rgba(0,0,0,0.67)

	}



#sticky-footer .sticky-footer-box .sticky-review-box .stick-review-form,#sticky-footer .sticky-footer-box .sticky-review-box .stick-drop-field{

    padding: 0px;

}



#sticky-footer .sticky-footer-box .sticky-review-box  a.drop-review-btn:hover,#sticky-footer .sticky-footer-box .sticky-review-box  a.drop-review-btn:focus{background:#b82745;transition:background 0.2ms linear 0s;}



*/

#sticky-footer .sticky-footer-box .sticky-drop-box{

	position: relative;text-align:center;}

	

	#sticky-footer .sticky-footer-box .sticky-drop-box span.drop_img_stick{position:absolute;top:8px;left:15px;}

	#sticky-footer .sticky-footer-box .sticky-drop-box span.drop_img_stick img{max-width:28px;}	

	#sticky-footer .sticky-footer-box .sticky-drop-box .stick-drop-form{

		-moz-border-bottom-colors: none;

		-moz-border-left-colors: none;

		-moz-border-right-colors: none;

		-moz-border-top-colors: none;

		background: #fdf8ea none repeat scroll 0 0;

		border-color: #bb5b08 #bb5b08 -moz-use-text-color;

		border-image: none;

		border-radius: 5px 5px 0 0;

		border-style: solid solid none;

		border-width: 5px 1px 0;

		bottom: 44px;

		position: absolute;

		right: 0;

		width: 265px;



	}

	#sticky-footer .sticky-footer-box .sticky-drop-box  a.drop-query-btn{ 

		background: #870721 none repeat scroll 0 0;

		border: medium none;

		border-radius: 0;

		color: #fff;

		font-weight: 600;

		padding: 12px 30px;

		width:300px;

		border-top-left-radius:20px;

		box-shadow:-4px 4px 8px 0 rgba(0, 0, 0, 0.54);

	}

	

	#sticky-footer .sticky-footer-box .sticky-drop-box .stick-drop-form,#sticky-footer .sticky-footer-box .sticky-drop-box .stick-drop-field{

		padding: 10px;

	}

	#sticky-footer .sticky-footer-box .sticky-drop-box  a.drop-query-btn:hover,#sticky-footer .sticky-footer-box .sticky-drop-box  a.drop-query-btn:focus{background:#b82745;transition:background 0.2ms linear 0s;}	



	#sticky-footer .sticky-footer-box  .sticky-review-box #fixed{

		bottom: 0;

		overflow: hidden;

		padding: 0 5px;

		position: fixed;

		z-index: 100;

		width:300px;

		margin-left:50px;

		left:0;

	}
	.sticky-footer-box > :first-child{display:none;}
	#sticky-footer .sticky-footer-box  .sticky-drop-box  #fixed-stick-drop-box{

		bottom: 0;

		overflow: hidden;

		padding: 0 0px;

		position: fixed;

		z-index: 100;

		width:300px;

		/* right:0; */
		margin-left:-100px;
		left:50%;

	}



/*#sticky-footer .sticky-footer-box  .sticky-drop-box  #fixed-stick-drop-box::after{

    color: #03489b;

    content: "";

    float: right;

    font-family: FontAwesome;

    font-size: 16px;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;



    }*/



    #sticky-footer .sticky-footer-box  .sticky-review-box .fixedHeader{

    	height: 40px;

    	padding: 8px 15px;

    	font-size:16px;

    	border-top-left-radius:20px;

    	border-top-right-radius:20px;

    	background: #870721 none repeat scroll 0 0;

    	border: medium none;

    	box-shadow: 0;

    	color: #fff;

    	font-weight: 600;

    	cursor:pointer;

    	position:relative;

    }

    #sticky-footer .sticky-footer-box  .sticky-drop-box .fixedHeaderDrop{

    	background:#870721;

    	border: none;

    	border-bottom: none;

    	color: #fff;

    	height: 40px;

    	margin: 0 auto;

    	padding: 8px 15px;

    	width: 100%;   

    	font-weight:600;

    	font-size:16px;

    	border-top-left-radius:20px;

    	border-top-right-radius:20px;

    	cursor:pointer;

    	text-align:center;

    	position:relative;

    }



    #sticky-footer .sticky-footer-box  .sticky-drop-box .fixedHeaderDrop::after{

    /*color: #03489b;

    content: "";

    float: right;

    font-family: FontAwesome;

    font-size: 16px;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;*/

}



/*

#sticky-footer .sticky-footer-box  .sticky-drop-box .fixedHeaderDrop:focus::after{

   color: #b92845;

    content: "";

    float: right;

    font-family: FontAwesome;

    font-size: 16px;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;

    }*/



    #sticky-footer .sticky-footer-box  .sticky-review-box .fixedContent{

    	background: #ffffff;

    	border-left: 1px solid #b2b2b2;

    	border-right: 1px solid #b2b2b2;

    	overflow: auto;

    	padding:20px 0 0;

    	display: none;

    }

    #sticky-footer .sticky-footer-box  .sticky-review-box .stars-list{text-align:left;}

    #sticky-footer .sticky-footer-box  .sticky-review-box .stars-list i{color:#eec70a;}



    #sticky-footer .sticky-footer-box  .sticky-drop-box .fixedContentDrop{

    	background: #ffffff;

    	border-left: 1px solid #b2b2b2;

    	border-right: 1px solid #b2b2b2;

    	overflow: auto;

    	padding:20px 0 0;

    	display: none;

    }



    #sticky-footer .sticky-footer-box  .sticky-drop-box .fixedHeaderDrop{

    	border-top-left-radius:20px;

    	/* border-top-right-radius:0; */



    }

    #sticky-footer .sticky-footer-box  .sticky-drop-box .inner-addon{position:relative;}

    #sticky-footer .sticky-footer-box  .sticky-drop-box .inner-addon i{color:#fff;background:#03489b;border-top-left-radius:4px;}

    #sticky-footer .sticky-footer-box  .sticky-drop-box .inner-addon .fa{ 

    	padding: 10px;

    	pointer-events: none;

    	position: absolute;

    	z-index:100;

    }

    #sticky-footer .sticky-footer-box  .sticky-drop-box .left-addon .fa {

    	left: 0;

    }



    #sticky-footer .sticky-footer-box .form-control{padding:6px 45px;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:14px;}

    #sticky-footer .sticky-footer-box textarea.form-control{padding:6px 12px;}

    #sticky-footer .sticky-footer-box .form-control:focus{   

    	border-color: #03489b;

    	box-shadow: none;

    	color: #000;

    	transition: border 0.2s linear 0s;}



    	#sticky-footer .sticky-footer-box .sticky-review-box .form-control{padding:6px 12px;}



    	#sticky-footer .sticky-footer-box .side-by-side{margin-bottom:0;}

    	.checkbox{text-align:left;margin:0;}

    	.checkbox label{min-height:19px;}

    	input[type=checkbox].css-checkbox {

    		position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;

    	}

    	input[type=checkbox].css-checkbox + label.css-label {

    		padding-left:24px;

    		height:13px; 

    		display:inline-block;

    		background-repeat:no-repeat;

    		background-position: 0 0;

    		font-size:14px;

    		vertical-align:middle;

    		cursor:pointer;

    		color:#000;



    	}

    	input[type=checkbox].css-checkbox:checked + label.css-label {

    		background-position: 0 -19px!important;

    	}

    	label.css-label {

    		background-image:url('../img/csscheckbox.png');

    		-webkit-touch-callout: none;

    		-webkit-user-select: none;

    		-khtml-user-select: none;

    		-moz-user-select: none;

    		-ms-user-select: none;

    		user-select: none;

    	}



    	#sticky-footer .sticky-footer-box  .chosen-container-single .chosen-single{text-align:left;}

    	#sticky-footer .sticky-footer-box  .sticky-review-box .chosen-container-single .chosen-single{padding:0 0 0 12px;}

    	#sticky-footer .sticky-footer-box  .chosen-container-single .chosen-drop{text-align:left;}

    	#sticky-footer .sticky-footer-box  .btn-stick-submit{background:#03489b;color:#fff;border:none;padding:7px 25px;margin-bottom:20px;}

    	#sticky-footer .sticky-footer-box  .btn-stick-submit:hover,#sticky-footer .sticky-footer-box  .btn-stick-submit:hover{background:#05356e;transition:background 0.2ms linear 0s;}



    	.rating {

    		unicode-bidi: bidi-override;

    		direction: rtl;

    	}

    	.rating > span a {

    		display: inline-block;

    		position: relative;

    		color:#eec70a;

    		font-size:18px;

    	}

    	.rating > span a:hover:before,

    	.rating > span a:hover ~ span a:before {

    		content: "\2605";

    		position: absolute;  

    	}

    	.rating > span a:hover{text-decoration:none!important;}



    	.starrr{margin-bottom:5px}

    	.starrr i{color:#03489B;font-size:17px;cursor:pointer;margin-right:5px;}

    	.rating-span{font-size:12px;color:#7ab938;font-weight:500;}

    	#count-existing{font-size:12px;color:#57a8d9;font-weight:700;}





    	/***********************sticky-footer***********************/	



    	/*********popover**********/

    	.popover-content .popover-title-info{border-bottom:1px dashed #ccc!important;padding-bottom:6px;color:#03489b;font-weight:500;text-shadow:0 0 1px rgba(0,0,0,0.1)}

    	.popover-content .popover-info{margin-top:10px;color:#c52a49;}



    	/******test*********/

    	/* carousel */

    	.testimonial-wrapper .testimonial-slider-box #quote-carousel 

    	{

    		padding: 0 10px 30px 10px;

    		margin-top: 30px;

    	}



    	/* Control buttons  */

    	.testimonial-wrapper .testimonial-slider-box  #quote-carousel .carousel-control

    	{

    		background: none;

    		color: #222;

    		font-size: 2.3em;

    		text-shadow: none;

    		margin-top: 30px;

    	}

    	/* Previous button  */

    	.testimonial-wrapper .testimonial-slider-box  #quote-carousel .carousel-control.left 

    	{

    		left: -100px;

    	}

    	/* Next button  */

    	.testimonial-wrapper .testimonial-slider-box  #quote-carousel .carousel-control.right 

    	{

    		right: -100px !important;

    	}

    	/* Changes the position of the indicators */

    	.testimonial-wrapper .testimonial-slider-box  #quote-carousel .carousel-indicators 

    	{

    		right: 50%;

    		top: auto;

    		bottom: 0px;

    		margin-right: -19px;

    	}

    	/* Changes the color of the indicators */

    	.testimonial-wrapper .testimonial-slider-box  #quote-carousel .carousel-indicators li 

    	{

    		background: #c0c0c0;

    	}

    	.testimonial-wrapper .testimonial-slider-box  #quote-carousel .carousel-indicators .active 

    	{

    		background: #333333;

    	}

    	.testimonial-wrapper .testimonial-slider-box  #quote-carousel img

    	{

  /*width: 250px;

  height: 100px*/

}

/* End carousel */



.testimonial-wrapper .testimonial-slider-box .item blockquote {

	border-left: none; 

	margin: 0;

}



.testimonial-wrapper .testimonial-slider-box .item blockquote img {

	margin-bottom: 10px;

}



.testimonial-wrapper .testimonial-slider-box .item blockquote p:before {

	content: "\f10d";

	font-family: 'Fontawesome';

	float: left;

	margin-right: 10px;

}

.testimonial-wrapper .testimonial-slider-box .carousel-control{top:70px;}

/******test*********/

/*********popover**********/	





/*******************career-resp**********************/

#career-resp{background:#eee;}

#career-resp .borderL{border-left:1px dashed #ccc;}
#scholarship-exam-modal .modal-dialog .modal-body div.borderL {
    border-right: 1px dashed #ccc;
}
#scholarship-exam-modal h4>img{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 15px;
    top: 8px;
}

#career-resp .career-wrapper{   

	background: #fff none repeat scroll 0 0;

	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);

	padding: 0 15px;

}

#career-resp .career-wrapper .heading-full{

	margin-bottom: 30px;

	padding: 0 15px;

}

#career-resp .career-wrapper .heading-full h2{

	color: #222222;

	margin: 15px 0;

}

#career-resp .career-wrapper .heading-full span::after{ 

	background: #03489b none repeat scroll 0 0;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;

}	

#career-resp .career-wrapper .heading-full span{

	background: #dcdcdc none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;

}



#career-resp .career-top-wrapper{position:relative}

#career-resp .career-top-wrapper img.career-img{width:100%;}

#career-resp .career-top-wrapper p.career-heading{color:#fff;position:absolute;bottom:10px;left:0;right:0;text-align:center;font-size:24px;font-weight:500;text-shadow:0 0 1px rgba(0,0,0,0.8);

}

#career-resp .career-top-wrapper p.career-heading span.highlighter{font-weight:700;text-shadow:0 0 1px rgba(0,0,0,0.8);

}

#career-resp .career-tabs-wrapper{padding:50px 0;}	

#career-resp .career-tabs-wrapper ul.nav-tabs{}	

#career-resp .career-tabs-wrapper ul.nav-tabs li{float:none!important;display:block;background:#03489b;border:1px solid #d4d5d6;

}	

/* #career-resp .career-tabs-wrapper ul.nav-tabs li:hover,#career-resp .career-tabs-wrapper ul.nav-tabs li:focus{background:#03489b;transition:background 0.2ms linear 0s;} */	

#career-resp .career-tabs-wrapper ul.nav-tabs li a{

	background: #03489b none repeat scroll 0 0;

	border-radius: 0;

	display: block;

	padding: 15px;

	color:#fff;

	border:none;

}	



#career-resp .career-tabs-wrapper ul.nav-tabs li a:hover,#career-resp .career-tabs-wrapper ul.nav-tabs li a:hover{text-decoration:none;border:none!important;box-shadow:none;font-weight:normal;}

#career-resp .career-tabs-wrapper ul.nav-tabs li.active{background:#02397a;border:1px solid #d4d5d6;

}	

/* #career-resp .career-tabs-wrapper ul.nav-tabs li.active:hover,#career-resp .career-tabs-wrapper ul.nav-tabs li.active:focus{background:#02397a;

	transition:background 0.2ms linear 0s;}	 */

	#career-resp .career-tabs-wrapper ul.nav-tabs li.active a{display:block;background: #02397a none repeat scroll 0 0;

		border: none;

		color: #fff;

		padding: 15px;

		margin:0;

		box-shadow:none;

	}

	#career-resp .career-tabs-wrapper ul.nav-tabs li.active a:hover,#career-resp .career-tabs-wrapper ul.nav-tabs li.active a:focus{font-weight:normal;

		text-decoration:none;

/* background:#03489b;

transition:background 0.2ms linear 0s; */

}		

#career-resp .career-tabs-wrapper .tab-content .job_position_box .small-desc-box p a{font-size:12px;color:#bc2846;

}

#career-resp .career-tabs-wrapper .tab-content .job_position_box .small-desc-box p a:hover,#career-resp .career-tabs-wrapper .tab-content .job_position_box .small-desc-box p a:focus{text-decoration:none;}

#career-resp .career-tabs-wrapper .tab-content .job_position_box .small-desc-box p a[aria-expanded="false"]::after{ 

	content: "\2b";

	font-size: 14px;

	font-weight: bold;	

	color:#b92845;

	margin-left:5px;

}

#career-resp .career-tabs-wrapper .tab-content .job_position_box .small-desc-box p a[aria-expanded="true"]::after{ 

	content: "\2212";

	font-size: 14px;

	font-weight: bold;	

	color:#b92845;

	margin-left:5px;

}



#career-resp .career-tabs-wrapper .tab-content h4{font-size:24px;color:#5bc0de;font-weight:600;margin-bottom:20px;

}

#career-resp .career-tabs-wrapper .tab-content p{margin-bottom:10px;}

#career-resp .career-tabs-wrapper .tab-content .career-box{margin:30px 0 20px;}

#career-resp .career-tabs-wrapper .tab-content .career-box .career-left-box{float:left

}

#career-resp .career-tabs-wrapper .tab-content .career-box .career-left-box img.career-block-image{margin-right:10px;max-width:350px;margin-top:5px;

}

#career-resp .career-tabs-wrapper .tab-content .career-box .career-right-box{



}

#career-resp .career-tabs-wrapper .tab-content h5{margin-bottom:20px;color:#7ab938;font-weight:600;margin-top:18px;

}

#career-resp .career-tabs-wrapper .tab-content span.job_des{margin-bottom:10px;color:#7ab938;font-weight:600;margin-top:18px;display:inline-block;

}

#career-resp .career-tabs-wrapper .tab-content ul li::before{

	color: #03489b;

	content: "";

	font-family: FontAwesome;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	left: 0;

	margin-right: 5px;

	position: absolute;

	text-decoration: inherit;

	top: 2px;



}

#career-resp .career-tabs-wrapper .tab-content ul li{

	border-bottom: 1px solid #f4f4f4;

	font-size: 14px;

	list-style: outside none none;

	margin: 5px 0;

	padding: 3px 0 5px 20px;

	position: relative;

}

#career-resp .career-tabs-wrapper .nav-box{padding-left:0;

}

#career-resp .career-tabs-wrapper .tab-content .job_position_box ul li span{margin-right:0px;

}

#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-header{         background: #313b3d none repeat scroll 0 0;

	border-bottom: 1px solid #e5e5e5;

	color: #fff;

	text-transform: uppercase;

	text-align:center;

}

#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-header h4.modal-title{        

	color: #fff;

	text-transform: uppercase;

	text-align:center;

	margin:0;

}



#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-header button.close {

	color: #fff;

	opacity: 1 !important;

}



#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body a.btn-submit-popup{ 

	background: #b72744 none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	font-weight: 600;

	width:300px;

	padding:10px 15px;

}

#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body a.btn-submit-popup:hover,#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body a.btn-submit-popup:focus{ background: #901830 none repeat scroll 0 0;

}  



#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body form .form-group .form-control{

	border-radius: 5px 5px 0 0;

	color: #444;

	font-size: 13px;

} 



#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body form .form-group .form-control:focus{  

	border: 1px solid #03489b;

	box-shadow: none;

	transition: border 0.2s linear 0s;

}	



#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body form .side-by-side{margin:0;

}	

#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body form .side-by-side .chosen-drop ul li{list-style:none;border:none;font-size:14px;padding:3px 0 5px 10px;

}	

#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body form .side-by-side .chosen-drop ul li::before{content:none;

}	

#career-resp .career-tabs-wrapper .tab-content .job_position_box .modal-dialog .modal-content .modal-body form .side-by-side .chosen-container-single .chosen-single{padding:0 0 0 12px;

}	

#career-resp .career-tabs-wrapper .tab-content .job_position_box .btn-apply{

	background: #b72744 none repeat scroll 0 0;

	border: medium none;

	color: #fff;

	font-weight: 600;

	padding:7px 20px;

	margin-top:18px;

}

#career-resp .career-tabs-wrapper .tab-content .job_position_box .btn-apply:hover,#career-resp .career-tabs-wrapper .tab-content .job_position_box button.btn-apply:focus{

	background: #901830 none repeat scroll 0 0;

	text-decoration:none;

	outline:none!important;

}

/*******************career-resp**********************/	







/****************hire-resources**********************/

#hire-resources-resp {background:#eee;

}

#hire-resources-resp  .hire-resources-wrapper{background:#fff;box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2);padding-bottom:25px;

}

#hire-resources-resp  .hire-resources-wrapper .heading-full{ 

	margin-bottom: 30px;

	padding: 0 15px;

}

#hire-resources-resp  .hire-resources-wrapper .heading-full h2{

	color: #222222;

	margin: 15px 0;

}

#hire-resources-resp  .hire-resources-wrapper .heading-full span::after{

	background: #03489b none repeat scroll 0 0;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;

}





#hire-resources-resp  .hire-resources-wrapper .heading-full span{

	background: #dcdcdc none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;

}



#hire-resources-resp  .hire-resources-wrapper .heading-full h3{

	color: #222222;

	margin: 15px 0;

}	



#hire-resources-resp  .hire-resources-wrapper .hire-box{border-right:1px dashed #ccc;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box{



}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box h4{color:#b72744;font-weight:600;margin-bottom:10px;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box h6{color:#b72744;font-weight:600;margin-bottom:10px;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box .form-group .form-control{ border-bottom-left-radius: 0;

	border-bottom-right-radius: 0;

	color: #444;

	font-size: 13px;

	padding: 6px 12px;



}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box .form-group .form-control:focus{

	border-color: #03489b;

	box-shadow: none;

	color: #000;

	transition: border 0.2s linear 0s;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box .form-group .side-by-side .chosen-container-single .chosen-single{padding:0 0 0 12px;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box .form-group .padL0{padding-left:0;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box .form-group .padR0{padding-right:0;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box button.btn-submit{

	background: #b12642 none repeat scroll 0 0;

	border: 1px solid transparent;

	box-shadow: none;

	color: #fff;

	display: inline-block;

	font-weight: 600;

	padding: 7px 30px;

	margin:20px 0 40px;

}

#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box a.btn-submit:hover,#hire-resources-resp  .hire-resources-wrapper .hire-box .post-job-box a.btn-submit:focus{background: #901830 none repeat scroll 0 0;}	

#hire-resources-resp  .hire-resources-wrapper .hire-info-box{padding:30px 0;}

#hire-resources-resp  .hire-resources-wrapper .hire-info-box h4{margin-bottom:20px;font-weight:600;color:#5bc0de;}

#hire-resources-resp  .hire-resources-wrapper .hire-info-box span strong{margin-bottom:20px;font-weight:600;color:#7ab938;display:block;}

#hire-resources-resp  .hire-resources-wrapper .hire-info-box p{margin-bottom:10px;color:#000;}

#hire-resources-resp  .hire-resources-wrapper .hire-info-box ul li::before{

	color: #03489b;

	content: "";

	font-family: FontAwesome;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	left: 0;

	margin-right: 5px;

	position: absolute;

	text-decoration: inherit;

	top: 2px;



}

#hire-resources-resp  .hire-resources-wrapper .hire-info-box ul li{

	border-bottom: 1px solid #f4f4f4;

	font-size: 14px;

	list-style: outside none none;

	margin: 5px 0;

	padding: 3px 0 5px 20px;

	position: relative;

}

#hire-resources-resp  .hire-resources-wrapper .hire-info-box ul{margin-bottom:20px;

}	

/****************hire-resources**********************/	







/*******************placement-result-resp*********************/



#placements-result-resp{background:#eee;}

#placements-result-resp .placements-list-box{text-align:center;}

#placements-result-resp .placements-list-box .col-md-4:last-child{float:none;display:inline-block;}

#placements-result-resp .our-placements-box{margin-bottom:20px;padding-bottom:10px;padding-left:15px;padding-right:15px;padding-top:10px;background:#fff;box-shadow:0 0 1px rgba(0,0,0,0.3);text-align:left;border-radius:3px;}

#placements-result-resp .our-placements-box:hover,#placements-result-resp .our-placements-box:focus{box-shadow:0 1px 5px 1px #ccc;}

#placements-result-resp .our-placements-box .alllearners_placements{position:relative;}

#placements-result-resp .our-placements-box .alllearners_placements img{position:absolute;top:0;left:0;max-width:50px;max-height:50px;border-radius:50%;border:3px solid #bcbcbc;}

#placements-result-resp .our-placements-box .alllearners_placements{}

#placements-result-resp .our-placements-box .alllearners_placements_info_box{float:left;width:100%;padding-left:65px;}

#placements-result-resp .our-placements-box .alllearners_placements_info_box p{ 

	color: #636363;

	font-size: 12px;

	font-weight: 400;

	margin-bottom: 0;

}

#placements-result-resp .our-placements-box .alllearners_placements_info_box p span.placed_title{ 

	color: #0b53aa;

	font-weight: 600;

	margin-right: 5px;

}

#placements-result-resp .our-placements-box .alllearners_placements_info_box p span.placed_comp{ 

	color: #b12642;

	font-weight: 600;

	text-shadow: 0 0 1px rgba(0, 0, 0, 0.03);

}	



#placements-result-resp .our-placements-box .alllearners_placements_info_box h5{color: #636363;

	font-size: 20px;

	font-weight: 500;

	margin-bottom: 0;

}

#placements-result-resp .our-placements-box .alllearners_placements_info_box h6.reviewer_profession{color:#5bc0de;font-weight:500;

}

#placements-result-resp .our-placements-box .alllearners_rating_box{margin:10px 0;

}

#placements-result-resp .our-placements-box .alllearners_rating_box .star_ratings_box span.star-rating i{color:#edc60a;font-size:12px;

}

#placements-result-resp .our-placements-box .alllearners_rating_box .star_ratings_box span.likes{color:#03489b;font-size:12px;font-weight:600;margin-right:10px;

}

#placements-result-resp .our-placements-box .follow_box ul li{font-size:12px;list-style:none;}

#placements-result-resp .our-placements-box .follow_box ul li span a{color:#ba2845;}

#placements-result-resp .our-placements-box .our_placementsquots_box{cursor:pointer;}

#placements-result-resp .our-placements-box .our_placementsquots_box p.our_placementsquots_info{font-size:12px;}

#placements-result-resp .our-placements-box .our_placementsquots_box a.r-more-info{font-size:12px;color:#7ab938;font-weight:600;margin-top:5px;}

#placements-result-resp .our-placements-box .our_placementsquots_box a.r-more-info:hover,#placements-result-resp .our-placements-box .our_placementsquots_box  a.r-more-info:focus{text-decoration:underline;}

#placements-result-resp .our-placements-wrapper .heading-full{

	margin-bottom: 30px;

	padding: 0 15px;

}

#placements-result-resp .our-placements-wrapper .heading-full h2{ 

	color: #222222;

	margin: 15px 0;

}	

#placements-result-resp .our-placements-wrapper .heading-full span::after{ background: #03489b none repeat scroll 0 0;

	content: "";

	font-size: 2px;

	height: 3px;

	line-height: 0;

	margin: auto;

	padding: 0 90px;

	position: relative;

	top: -15px;

}

#placements-result-resp .our-placements-wrapper .heading-full span{

	background: #dcdcdc none repeat scroll 0 0;

	display: block;

	height: 1px;

	position: relative;

	width: 100%;

}



/*******************placement-result-resp*********************/





/***************************campus-tour-resp*****************************/

#breadcrumb-search{padding:5px 0;background:#fff;}

#breadcrumb-search ol.breadcrumb{margin-bottom:0;background:#fff;}

#breadcrumb-search ol.breadcrumb li a i{color:#03489b;font-size:28px;}

#breadcrumb-search ol.breadcrumb li a i:hover{color:#b12642;}

#breadcrumb-search ol.breadcrumb > li + li::before{

	background: url("http://www.webraga.com/sites/cromacampus/assets/img/breadcrumb-sap.png") no-repeat scroll center 0;

	content: "icon";

	display: inline-block;

	height: 25px;

	text-indent: -999em;

	width: 31px;



} 

#breadcrumb-search ol.breadcrumb > .active{

	color: #888;

	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);

}

#campus-tour-resp{}

#campus-tour-resp .campus-tour-wrapper{border:1px solid blue;}







/***************************campus-tour-resp*****************************/





/************************search-resp***************************/

#search-result-resp{background:#f3f3f3;}

#search-result-resp .enquiry-box{background:#fff;border-radius:0;box-shadow:0 2px 3px -1px #555;}

#search-result-resp .drop-query-box{background:#fff;border-radius:0;box-shadow:0 2px 3px -1px #555;}

#search-result-resp .search-result-box{margin-top:30px;background:#fff;border-radius:0;box-shadow:0 2px 3px -1px #555;}

#search-result-resp .search-result-box h4.search_heading{font-size:14px;margin-bottom:0px;border-bottom:1px solid #ddd;padding:20px 15px;}

#search-result-resp .search-result-box h4.search_heading span span.search-title{color:#5bc0de;font-weight:600;}

#search-result-resp .search-result-box h4.search_heading span.bigdesc a.expand-view-btn{color:#7ab938;font-weight:600;font-size:14px;}

#search-result-resp .search-list-box .search-wrapper-box{padding-bottom:0px;}

#search-result-resp .search-list-box .search-wrapper-box ul li{list-style:none;padding:10px;border-bottom:1px solid #ddd; /* min-height: 100px; */}

#search-result-resp .search-list-box .search-wrapper-box ul li:hover{background:#f9f9f9;}

#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper{}

#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper .search-course-block-img-wrapper{position:relative;}

#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper .search-course-block-img-wrapper img{position:absolute;top:0;left:0;max-width:80px; max-height: 80px;border-radius:50%;}

#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper .search-course-block-info-wrapper{padding-left:120px;}

#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper .search-course-block-info-wrapper h4.search-course-title  a{font-size:16px;color:#428bca;}

#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper .search-course-block-info-wrapper h4.search-course-title  a:hover,#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper .search-course-block-info-wrapper h4.search-course-title  a:focus{color:#2a6496;}

#search-result-resp .search-list-box .search-wrapper-box ul li div.search-course-block-wrapper .search-course-block-info-wrapper p.search-course-info{font-size:14px;margin-top:5px;margin-bottom:5px;}
/************************search-resp***************************/

/***********All Courses*************/
.all-courses-list-box .all-courses-wrapper-box{padding-bottom:0px;}

.all-courses-list-box .all-courses-wrapper-box ul li{list-style:none;padding:10px;border-bottom:1px solid #ddd; /* min-height: 100px; */}

.all-courses-list-box .all-courses-wrapper-box ul li:hover{background:#f9f9f9;}

.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper{}

.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper .all-courses-course-block-img-wrapper{position:relative;}

.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper .all-courses-course-block-img-wrapper img{position:absolute;top:0;left:0;max-width:80px; max-height: 80px;border-radius:50%;}

.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper .all-courses-course-block-info-wrapper{padding-left:120px;}

.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper .all-courses-course-block-info-wrapper h4.all-courses-course-title  a{font-size:16px;color:#428bca;}

.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper .all-courses-course-block-info-wrapper h4.all-courses-course-title  a:hover,.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper .all-courses-course-block-info-wrapper h4.all-courses-course-title  a:focus{color:#2a6496;}

.all-courses-list-box .all-courses-wrapper-box ul li div.all-courses-course-block-wrapper .all-courses-course-block-info-wrapper p.all-courses-course-info{font-size:14px;margin-top:5px;margin-bottom:5px;}
/************************/
.jobs-list{
	margin:20px 0;
}
.jobs-list li{
	padding:10px 0;
	border-bottom: 1px dashed #CCC;
	background: #f6f6f6;
}
.jobs-list li:hover{
	background: #EEE;
}
.jobs-list li .apply{
	margin: 30px 0;
}


/*****************campus-tour-resp*************************/

#campus-tour-resp{}

#campus-tour-resp .campus-tour-box .carousel {

	margin-top: 20px;

}

#campus-tour-resp .campus-tour-box .item .thumb {

	width: 25%;

	cursor: pointer;

	float: left;

}

#campus-tour-resp .campus-tour-box .item .thumb img{border:1px solid #03489b;

	width:100%;}

	#campus-tour-resp .campus-tour-box .carousel-inner .item img.slider-base-img {

		min-width:100px;

		min-height:180px;

		border:1px solid #03489b;

	}

	#campus-tour-resp  .campus-gallery-box{clear:both;padding-top:40px;padding-bottom:40px;}

	#campus-tour-resp  .campus-gallery-box .col-md-12{padding-left:20px;}

	#campus-tour-resp  .campus-gallery-box ul{margin-top:40px;text-align:center;}

	#campus-tour-resp  .campus-gallery-box ul li{margin-bottom:0px;}

	#campus-tour-resp  .campus-gallery-box ul .col-md-3{padding:2px;}

	#campus-tour-resp  .campus-gallery-box ul li img.base-lightbox-img{width:100%;border:1px solid #03489b;}

	#campus-tour-resp  .campus-gallery-box ul li img.base-lightbox-img:hover{filter: alpha(opacity=80);opacity:0.8;

	}



	/*****************campus-tour-resp*************************/



	/************about-us**************/

	#about-us-resp{background: #eee none repeat scroll 0 0;}

	#about-us-resp .about-us-wrapper{background: #fff none repeat scroll 0 0;

		/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);*/

		padding-bottom: 25px;

	}

	#about-us-resp .about-us-wrapper .heading-full{margin-bottom: 30px;

		padding: 0 15px;

	}
	#about-us-resp .about-us-wrapper .heading-full h1{color: #222222;
		margin: 15px 0;
		font-size:28px;
	}
	#about-us-resp .about-us-wrapper .heading-full h2{color: #222222;
		margin: 15px 0;
	}
	#about-us-resp .about-us-wrapper .heading-full h3{color: #222222;
		margin: 10px 0;
	}
	#about-us-resp .about-us-wrapper .heading-full span::after{

		background: #03489b none repeat scroll 0 0;

		content: "";

		font-size: 2px;

		height: 3px;

		line-height: 0;

		margin: auto;

		padding: 0 90px;

		position: relative;

		top: -15px;

	}

	#about-us-resp .about-us-wrapper .heading-full span{

		/*background: #dcdcdc none repeat scroll 0 0;*/

		display: block;

		height: 0px;

		position: relative;
		border-bottom: 1px solid #dcdcdc;
		width: 100%;

	}



	#about-us-resp .about-us-wrapper  .our-team-wrapper{}	

	#about-us-resp .about-us-wrapper  .our-team-wrapper .heading-half{

		margin-bottom: 10px;

		padding: 0 15px;

		text-align:center;

	}	

	#about-us-resp .about-us-wrapper  .our-team-wrapper .heading-half h3{color: #222222;

		margin: 15px 0;

	}	

	#about-us-resp .about-us-wrapper  .our-team-wrapper .heading-half span::after{ 

		background: #5bc0de;

		content: "";

		font-size: 2px;

		height: 3px;

		line-height: 0;

		margin: auto;

		padding: 0 90px;

		position: relative;

		top: -15px;

	}

	#about-us-resp .about-us-wrapper  .our-team-wrapper .heading-half 	span{

		background: #dcdcdc none repeat scroll 0 0;

		display: inline-block;

		height: 1px;

		position: relative;

		width: 50%;

	}

	#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty{padding: 20px 0 0;}	

	#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul{}	

	#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li{padding:0 20px 20px;

	}	

	#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .high_quality{text-align: center;

   /*  padding:42px 15px;

	border-radius: 185px;

    height: 185px;

    left: 0px;

    margin: 0 auto;

    position: relative;

    text-align: center;

    top: 0px;

    width: 185px;

	margin-bottom:15px;

	border:1px solid red; */

	

}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .high_quality span.mask{

	background: rgba(0, 0, 0, 0) url("../img/team/pentagon_mask.png") no-repeat scroll 0 0;

	height: 300px;

	left: -50px;

	position: absolute;

	top: -50px;

	transition: transform 300ms ease-out 0s;

	width: 300px;

	z-index: 2;

	border:1px solid blue;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .purple-bg{background:#9480bf;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .orange-bg{background:#feb038}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .green-bg{background:#50c287}



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .high_quality img.about_specific_img{

	/*filter: grayscale(100%);*/

	left: -22px;

	position: absolute;

	top: 0;

	transition: all 300ms ease-out 0s;

	width:250px;

}	





#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .high_quality span.rank-num{

	background: #f9f9f9 none repeat scroll 0 0;

	border-radius: 72px;

	color: #a9a7a7;

	font-size: 21px;

	height: 72px;

	left: 0px;

	line-height: 22px;

	padding-right: 10px;

	padding-top: 12px;

	position: absolute;

	text-align: right;

	top: -19px;

	width: 72px;

	display:none;

}



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box a{ 

	display: inline-block;

	height: 200px;

	overflow: hidden;

	position: relative;

	width: 200px;

	

}



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box:hover img.about_specific_img{-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-o-filter:grayscale(0%);-ms-filter:grayscale(0%);filter:grayscale(0%);

}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .high_quality span.rank-num img{width:60px;}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .high_quality h6{color:#fff;padding:6px 0;font-size:16px;text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);font-weight:600;display:none;

}	



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box{  

	background: #fff none repeat scroll 0 0;

	border-radius: 5px;

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

	padding:0;

	text-align: center;

	border:1px solid #eee;

	cursor:pointer;

	position:relative;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box{border-top: 1px dashed #ccc;padding: 0px;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box h3{

	font-size: 18px;

	font-weight: 600;

	margin: 14px 26px 5px;

	padding-bottom: 5px;

	color:#0348a5;

	

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box h4{

	border-bottom: 1px solid #d7d7d7;

	font-size: 14px;

	font-weight: 600;

	margin: 4px 26px 5px;

	min-height: 28px;

	padding-bottom: 14px;

	color:#b12642;

	

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box h4:last-child{border:none;}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box h4.title_name{color:#03489b;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box h4.title_exp{color:#7ab938;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box p{font-size: 12px;}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box .rating > span a{color:#5bc0de;font-size:20px;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul.list-inline{margin:0;

}



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box .management-hover-info{

	background: rgba(0, 141, 209, 0.8) none repeat scroll 0 0;

	bottom: 0;

	height: 100%;

	left: 0;

	position: absolute;

	right: 0;

	text-align: center;

	z-index: 100;

	opacity:0;

	transition: all 300ms ease 0s;

	border-radius:5px;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box a.managementaddbtn{ 

	height: 100%;

	padding: 127px 0;

	width: 100%;

}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li .about_specialty_box:hover .management-hover-info{opacity:1;transition: all 300ms ease 0s;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty ul li.hideBlock{display:none;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper{border:1px solid #eee;padding:20px 20px 40px;position:relative;margin-top:20px;}

#about-us-resp .about-us-wrapper .our-team-wrapper .about_specialty #content_list_box 

.top_management_wrapper:hover .mangecont-img a.anchor-box img.about_specific_img{filter:grayscale(0%);transition: all linear 0s;

}



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .mangecont-img{position:absolute;top:38px;left:20px;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .mangecont-img a.anchor-box{

	display: inline-block;

	height: 200px;

	overflow: hidden;

	position: relative;

	width: 200px;



}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .mangecont-img a.anchor-box span.mask{

	background: rgba(0, 0, 0, 0) url("../img/team/pentagon_mask.png") no-repeat scroll 0 0;

	border: 1px solid blue;

	height: 300px;

	left: -50px;

	position: absolute;

	top: -50px;

	transition: transform 300ms ease-out 0s;

	width: 300px;

	z-index: 2;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper  .mangecont-img  a.anchor-box  img.about_specific_img {

	filter: grayscale(100%);

	left: -22px;

	position: absolute;

	top: 0;

	transition: all 300ms ease-out 0s;

	width: 250px;

}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .management-content-right{padding-left:240px;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .management-content-right h3{margin-bottom:13px;color:#b12642;font-weight:600;margin-top:28px;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .management-content-right p{margin-bottom:10px;font-size:14px;color:#000;

}



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .management-content{margin-bottom:10px;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .management-content .close{

	background: #e7e7e7 none repeat scroll 0 0;

	color: #b5b5b5;

	cursor: pointer;

	font-size: 18px;

	font-weight: bold;

	padding: 7px 12px;

	position: absolute;

	right: 0;

	top: 0;

	opacity:1;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .management-content .close:hover{background:#ddd;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_specialty #content_list_box .top_management_wrapper .management-content-right .grayunder{

	background: #d5d5d5 none repeat scroll 0 0;

	height: 3px;

	margin: 10px 0;

	width: 175px;



}
.about-side{
	position: relative;
}
.about-side .fixed{
	position: absolute;
	top:50px;
	left:0;
}
.about-side .fixed h4{
	margin-bottom: 20px;
}

.about-side .fixed ul li a{
	padding:10px;
	border-left:4px solid #CCC;
	display: block;
	border-bottom:1px solid #EEE;
}
.about-side .fixed ul li a:hover{
	border-left:4px solid #03489b;	
}
/**********about_all**********/

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all{padding:20px 0 0;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul{margin-top:20px;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li{padding:0px 10px;max-width:20%;margin-bottom:15px;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .high_quality{

	text-align: center;background:#fff; 

	padding:42px 15px;

	border-radius: 185px;

	height: 185px;

	left: 10px;

	margin: 0 auto;

	position: relative;

	text-align: center;

	top: 0px;

	width: 185px;

	margin-bottom:15px;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box{ 

	background: #f2f2f2 none repeat scroll 0 0;

	border-radius: 5px;

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

	padding: 20px 0 12px;

	text-align: center;

	cursor:pointer;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box:hover{ 

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .high_quality img.about_specific_img{

	border-radius: 50%;

	height: 120px;

	left: 10px;

	position: absolute;

	top: 10px;

	width: 120px;

	filter:grayscale(100%);

	transition:all 300ms ease-in 0s;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box:hover img.about_specific_img{filter:grayscale(0%);

}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box  .high_quality{

	text-align: center;

	padding:42px 15px;

	border-radius: 185px;

	height: 140px;

	left: 0px;

	margin: 0 auto;

	position: relative;

	text-align: center;

	top: 0px;

	width: 140px;

	margin-bottom:15px;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box  .high_quality span.rank-num{

	background: #f9f9f9 none repeat scroll 0 0;

	border-radius: 72px;

	color: #a9a7a7;

	font-size: 16px;

	height: 60px;

	left: -15px;

	line-height: 10px;

	padding: 5px;

	position: absolute;

	top: -10px;

	width: 60px;

	overflow: hidden;

	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2)

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box  .high_quality span.rank-num img{width: 50px; height:50px; border-radius: 50%}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .blue-bg{background:#457a9e}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .royalB-bg{background:#60bae2}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .lightY-bg{background:#cfda1f}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .lightG-bg{background:#f3ddb8}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .darkO-bg{background:#ff9163}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .lightP-bg{background:#a293c5}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .lightPink-bg{background:#f38090}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .gyeenB-bg{background:#6cc8bd}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .darkR-bg{background:#b85f53}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .darkBlue-bg{background:#49668f}



#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box  .high_quality h6{

	color: #000;

	font-size: 14px;

	padding: 10px 0;

	display:none;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box{border-top: 1px dashed #ccc; padding:0px;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box h4{border-bottom: 1px solid #d7d7d7;

	color: #b12642;

	font-size: 14px;

	font-weight: 600;

	margin: 8px 26px; 

	padding-bottom: 5px;

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box h4:last-child{



}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box h4.title_name{

	color:#03489b;

}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box h4.title_name span{

	font-size: 12px; font-weight: 300; color: #990000

}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box h4.title_exp{color:#7ab938;border:none;}	

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box .rating > span a{color:#5bc0de}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box .text-box p{font-size:12px;}

#about-us-resp .about-us-wrapper  .our-team-wrapper .about_all ul.list-inline{margin:0;}
#about-us-resp .circles{
	padding:0px 50px;
}
#about-us-resp .circles .sep{
	padding:3px 10px;
	float: left;
}
#about-us-resp .circles .circle{
	border-radius: 50%;
	background:#DDD;
	height: 140px;
	margin: 0 auto;
	/* padding: 50px 10px; */
	padding: 15px 10px;
	text-align: center;
	width: 140px;
	color: #FFF;
	line-height:1.2em;
	font-weight: 600;
	transition:all ease 200ms;
	-moz-transition:all ease 200ms;
	-webkit-transition:all ease 200ms;
	-o-transition:all ease 200ms;
}
#about-us-resp .circles .circle:hover{
	transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
}
/**********about_all**********/
.certification-details{
	display: none;
}
#certifications > ul > li {
	background: #fff none repeat scroll 0 0;
	display: block;
	margin: 30px 0;
	padding: 40px 20px;
}
.summary{
	border:1px solid #333;
	padding:20px;
	margin:30px 0;
}
.summary ul li{
	list-style-position: inside;
}
.table-content table{
	border-collapse: collapse;
	border:1px solid #333;
	margin-top:30px;
	width:100%;
}
.table-content table tr td{
	border-right:1px dashed #333;
	border-bottom:1px dashed #333;
	padding:10px 20px;
}
.table-content table tr:last-of-type{
	border-bottom: none;
}
.table-content table tr td:last-child{
	border-right:none;
}
.table-content table tr td ul li{
	list-style-position: inside;
}




/************about-us**************/	



@media(max-width:1230px){

	#inner-slider-resp .black-txt-box{width:40%;}

}



@media(max-width:1180px){



	.main-resp .expert-box .enroll-box .home-search-box .input-group input.home-search{max-width:229px;width:auto;}



}



@media(max-width:1069px){

	.main-resp .expert-box{min-height:319px;}



}



@media(max-width:1150px){

	.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li span.call-us{margin-right:8px;}

}



@media(max-width:1130px){

	.navigation-wrapper .navbar-nav > li > a {

		font-size: 16px;

		padding: 5px 10px;

	}

	.w3_megamenu .w3_megamenu-content .row .col-md-3 .course-block-wrapper-menu .croma-course-image-box img.img-responisve{max-width:150px;}

}



@media(max-width:1120px){

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active{

		width:230px;

		height:230px;

	}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active .image{

		width:206px;

		height:206px;

	}



	.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li{font-size:14px;}

}



@media(max-width:1075px){



	.navigation-wrapper .navbar-nav > li > a {

		font-size: 16px;

		padding: 5px 10px;

	}



}



@media(max-width:1050px){

	.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box ul li a.email-link{margin-left:3px;}

	.courses-details-wrap .enquiry-box{padding:20px 10px 50px;}

	#inner-slider-resp .black-txt-box {

		margin-top: 40px;

		width: 50%;

	}

}





@media(max-width:1000px){

	.footer-resp .iso-box{font-size:34px;}

	.footer-resp .getin-box h5 a{font-size:34px;}

	.address-box .head-office .head-info-box{padding-left: 90px;}

	.address-box .contact-box .contact-info-box{padding-left: 90px;}

	.address-box .Email-box .Email-info-box{padding-left: 90px;}

	.address-box .contact-box .contact-icon-box i,.address-box .Email-box .Email-icon-box i{font-size:70px;}

	.address-box .head-office .head-icon-box i{font-size:80px;}



	.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12 div.col-md-6:nth-child(2n+1){padding-left:0;padding-right:0;}

	.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12 div.col-md-6:nth-child(2n){padding-right:0;}

	.courses-details-wrap .enquiry-box .enquiry-wrapper .enquiry-wrapper-info-box{padding-left:50px;}

	#inner-slider-resp .carousel .carousel-inner .carousel-caption .black-txt-box span{font-size:20px;}



}


@media(max-width:992px){
	
}
@media(max-width:991px){
	.placement-client-slider-box ul li{
		border: none;
	}


	.team-resp .team-box{margin-bottom:20px;}
	.courses-resp .courses-box .courses_wrapper h4{font-size:14px;}

	.team-resp .panel-box{transform:scale(0.9);transition:all 1000ms ease 0s;}

	.courses-resp .courses-box .row .col-md-12 .col-md-2{width:25%;}

	.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info div.user-info-detailBox p{font-size:12px;}

	.courses-resp .courses-box .courses_wrapper .overlay .overlay-read{padding:7px 0;}

	.team-resp .meeting-wrapper{padding:150px 0 0;}

	#inner-slider-resp .carousel .carousel-inner .carousel-caption .black-txt-box{width:50%;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_all ul li{max-width:25%;}





}



@media(max-width:980px){



}



@media(max-width:967px){

	.top-strip .right-top-strip ul.list-inline{float:left!important;}

	.top-strip .right-top-strip ul li{padding:2px;}

	.top-strip .left-top-strip ul li{padding:2px;}

	.courses-resp .courses-box .courses_wrapper h4{font-size:12px;}

	.main-resp .wrapper .box{padding:23px 5px 23px 0;}

	.main-resp .wrapper .box .title-box h3 {

		font-size: 22px;

	}

	.main-resp .wrapper .box .title-box p {

		font-size: 15px;

	}

	.main-resp .expert-box{min-height:307px;}		

}

@media(max-width:930px){
	.team-resp .panel-box{transform:scale(0.86);transition:all 1000ms ease 0s;}
}



@media(max-width:910px){

	.main-resp .expert-box{min-height:328px;}



}

@media(max-width:900px){

	.team-resp .panel-box{transform:scale(0.80);transition:all 1000ms ease 0s;}



}

@media(max-width:891px){
	.main-resp .expert-box{min-height:349px;}
}


@media(max-width:864px){
	.main-resp .expert-box{min-height:373px;}

}		



@media(max-width:850px){

	.team-resp .panel-box{transform:scale(0.72);transition:all 1000ms ease 0s;}

	#inner-slider-resp .black-txt-box{width:55%;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_all ul.list-inline{text-align:center;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_all ul li{max-width:33.33%;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_all ul li:last-child{display:inline-block;float:none;}

}



@media(max-width:826px){

	.main-resp .expert-box{min-height:283px;}

	.courses-resp .courses-box .row .col-md-12 .col-md-2{width:33.3%;}

	.courses-resp .courses-box .courses_wrapper h4{font-size:14px;}

	.team-resp .panel-box {

		transform: scale(0.67);

		transition: all 1000ms ease 0s;

	}

	.courses-resp{padding:20px 0;}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .mainCircle{left:0;}

	.w3_megamenu .w3_megamenu-content .row .col-md-3 .course-block-wrapper-menu .croma-course-image-box img.img-responisve {

		max-width: 118px;

	}

	.w3_megamenu .w3_megamenu-content .row .col-md-3 .course-block-wrapper-menu{border:none;}





}



@media(max-width:780px){

	.address-box .Email-box .Email-info-box,.address-box .contact-box .contact-info-box,.address-box .head-office .head-info-box{padding-left:60px;}

	.address-box .Email-box .Email-info-box a{font-size:12px;}

	.address-box .contact-box .contact-icon-box i, .address-box .Email-box .Email-icon-box i{font-size:50px;}

	.address-box .head-office .head-icon-box i{font-size:60px;}

	.footer-resp .ness-box img{max-width:220px;}

	.footer-resp .iso-box{font-size:29px;}

	.footer-resp .getin-box h5 a{font-size:29px;}

}



@media(max-width:767px){



	.logo-box{text-align:center}

	.logo-box a img{display:inline-block;}

	.social-wrapper .social-box{margin-top:10px;margin-bottom:10px;}

	.social-wrapper .social-box ul.social-icons{float:none!important;text-align:center}

	.social-wrapper .social-box ul.social-icons li{margin-bottom:0;}

	.search-box .navbar-form {margin:0;padding:0;}

	.main-resp .container-fluid  div.col-xs-6{width:100%!important;}

	.main-resp .wrapper{margin-top:15px;}

	.placement-resp .container-fluid .col-xs-4,.col-xs-8{width:100%!important;}

	.main-resp .padR{padding-right:15px!important;}

	.main-resp .padL{padding-left:15px!important;}

	.address-box .head-office{margin-bottom:15px;}

	.address-box .contact-box{margin-bottom:15px;}

	.address-box .Email-box{margin-bottom:15px;}

	.footer-resp .iso-box{text-align:center;margin-bottom:10px;}

	.footer-resp .getin-box{text-align:center;margin-bottom:10px;}

	.footer-resp .iso-box span{text-align:center;}

	.footer-resp .getin-box h5 {

		text-align: center;

	}

	.footer-resp .getin-box h5::after {

		background: #000 none repeat scroll 0 0;

		border: 3px solid #f9a9a2 !important;

		content: "";

		display: block;

		left: 20%;

		margin-bottom: 5px;

		position: relative;

		text-align: center;

		width: 60%;

	}

	.feature-depth .container-fluid .row .col-md-12 .col-xs-6{margin-bottom:10px;}

	.self-analysis-resp .feature-depth{padding:20px 0 10px;}

	.placement-resp .placement-cell-box .placement-list-box ul li.col-xs-4{width:33.3%!important;}

	.top-wrapper .social-wrapper .search-box form.pad0{padding-left:13px!important;}

	.top-wrapper .padsL{padding-left:15px;}

	.main-resp .col-md-4{padding-left:15px;}

	.courses-resp .courses-box .row .col-md-12 .col-md-2{width:33.3%!important;}

	.placement-resp .placement-cell-box{margin-top:20px;}

	.college-resp .college-box{margin-top:20px;}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel{height:auto;}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active .image{

		height: 296px;

		width: 296px;

	}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active {

		height: 320px;

		width: 320px;

	}

	.team-resp .selectedContent{text-align:center;}

	.links-resp .copyright-box p{text-align:center;}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .mainCircle{left:50%;}



	.address-box .Email-box .Email-info-box,.address-box .contact-box .contact-info-box,.address-box .head-office .head-info-box{padding-left:90px;}

	.address-box .contact-box .contact-icon-box i, .address-box .Email-box .Email-icon-box i{font-size:70px;}

	.address-box .head-office .head-icon-box i{font-size:80px;}

	.footer-resp .iso-box{font-size:34px;}

	.footer-resp .getin-box h5 a{font-size:34px;}

	.footer-resp .ness-box img{max-width:260px;}

	.learning-solution .container-fluid .row div.col-md-2{width:25%;}

	.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info div.user-info-detailBox p{font-size:12px;}

	.team-resp .meeting-wrapper{padding:50px 0 0;}

	.tutorials-list-box .tutorials-box{margin-bottom:20px;}

	.tutorials-list-box{padding:20px 0 22px;}

	.footer-resp .ness-box{text-align:center;}

	.learning-solution .placement-preparation-box img.img-process{display:none!important;}.learning-solution .placement-preparation-box img.img-ver-process{display:inline-block!important;}			

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_specialty ul {

		text-align: center;

	}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_specialty ul li:last-child{float:none;display:inline-block;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_specialty ul li .about_specialty_box .text-box{padding:0 10px 20px;}

	.main-resp .expert-box {

		min-height: 296px;
        margin-top: 67px;
        
	}

	.navigation-wrapper .nav > li.w3_megamenu-fw.open{position:relative;}

	.navigation-wrapper .nav > li.w3_megamenu-fw.open ul.fullwidth span.caret-arrow{top:30px;}

	.open_wrap .croma_open_wrap_detailed .course_blog_wrap{padding-bottom:25px;}

}

.features{
	padding:20px 0;
}
.features .feature{
	display: table!important;
	margin-bottom: 20px;
}
.features .feature .icon{
	background: #f6f6f6 none repeat scroll 0 0;
	border-right: 4px solid #787878;
	display: table-cell !important;
	position: relative;
	vertical-align: middle;
	font-size: 60px;
	width: 100px;
	text-align: center;
}
.features .feature .icon:after{
	border-bottom: 7px solid rgba(0, 0, 0, 0);
	border-left: 7px solid #787878;
	border-top: 7px solid rgba(0, 0, 0, 0);
	content: "";
	position: absolute;
	right: -10px;
	top: 40%;
}
.features .feature .content{
	display: table-cell;
}
.features .feature .content h3{
	padding-bottom: 6px; border-bottom:1px dashed #333; margin-bottom: 6px;
	font-size: 20px;
	font-weight: bold;
}
#form-enq{
	display: none;
}
@media(max-width:742px){



	.testimonial-resp .demo-box {text-align:center;}

	.testimonial-resp .demo-box p.enroll-info{float:none!important;}

	.testimonial-resp .demo-box a.join-btn{float:none!important;margin-top:10px;}

	.team-resp .meeting-wrapper a.button-blue{margin-bottom:10px;}



}



@media(max-width:700px){

	#inner-slider-resp .black-txt-box{width:70%;}



}



@media(max-width:650px){

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .mainCircle{left:35%;}

	#inner-slider-resp .black-txt-box span{font-size:20px;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_all ul li{max-width:50%;}

}



@media(max-width:641px){

	.testimonial-resp .demo-box p.enroll-info{font-size:20px;}

	.team-resp .meeting-wrapper a.button-blue{width:250px;font-size:20px;}



}



@media(max-width:620px){

	.top-strip .left-top-strip ul li:nth-child(even){padding:2px;}

	.top-strip .right-top-strip ul li:nth-child(even){padding:2px;}



}



@media(max-width:603px){

	.testimonial-resp .demo-box p.enroll-info{font-size:20px;width:100%;display:block;}

	.testimonial-resp .demo-box a.join-btn{float:none!important;margin-top:10px;display:inline-block;}

	.testimonial-resp .demo-box{text-align:center;}

	.training-resp .banner-training-item .col-md-2{width:50%;}

	.training-resp .banner-training-item{text-align:center;}

	.training-resp .banner-training-item .col-md-2:last-child{float:none!important;display:inline-block;}

	.courses-resp .courses-box .row .col-md-12 .col-md-2{width:50%!important;}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active {

		height: 224px;

		width: 224px;

	}

	.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler .circlePerson.active .image {

		height: 200px;

		width: 200px;

	}

	.placement-resp .placement-cell-box .placement-list-box .candidate-testimonial-box .c_test_whole_box .col-md-6{width:100%;padding:0;}

	.placement-resp .placement-cell-box .placement-list-box .candidate-testimonial-box .c_test_whole_box .col-md-2{width:33%;}

	.placement-resp .placement-cell-box .placement-head-box{display:none;}

	.courses-resp .courses-box .row .col-md-12{text-align:center;}

	.courses-resp .courses-box .row div.col-md-12:last-child{text-align:center;}

	.courses-resp .courses-box .row div.col-md-12:last-child div.col-xs-6:last-child{display:inline-block;float:none;}



	.courses-resp .courses-box .row .col-md-12:last-child div.col-xs-6:last-child .courses_wrapper{margin-bottom:0px;}

	.courses-resp{padding:20px 0 50px;}

	#breadcrumb ol.breadcrumb li a i{font-size:20px;}

	#breadcrumb ol.breadcrumb > li + li::before{width:25px;}

	.breadcrumb > li{font-size:12px;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_specialty ul li{width:100%;}

}



@media(max-width:530px){

	.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box .user-info img{margin-right:8px;}

	.placement-resp .placement-cell-box .placement-comment-listbox .comment-single-box{padding:13px 5px;}

	.courses-resp .courses-box .row .col-md-12 .col-md-2{width:50%important;}

	.team-resp .meeting-wrapper a.button-blue {

		font-size: 18px;

		padding: 15px;

		width: 200px;

	}



}





@media(max-width:518px){



	.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12 div.col-md-6:nth-child(2n+1){padding-right:0px;}

	.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12 div.col-md-6:nth-child(2n){padding-left:0px;}

	.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12 div.col-xs-6{width:100%;}

	.placement-resp .placement-cell-box .placement-comment-listbox .row .col-md-12:last-child .col-md-6 .comment-single-box{margin-bottom:10px;}

	.courses-details-wrap .tab-content #c-overview h4{font-size:14px;}

	#breadcrumb{display:none;}

}



@media(max-width:500px){

	.links-resp .latest-courses-resp .latest-courses-list-box .col-xs-4{width:100%!important;}

	.learning-solution .container-fluid .row div.col-md-2{width:33.333%;}

	.learning-solution .container-fluid .row div.col-md-2:last-child{display:inline-block!important;float:none!important;}

	.learning-solution .row .col-md-12 .learning-text{text-align:left;}

	.learning-solution .container-fluid .row .placement-preparation-box{text-align:center!important;}

	#inner-slider-resp .carousel .carousel-inner .carousel-caption .black-txt-box{width:75%;}

	#inner-slider-resp .carousel .carousel-inner .carousel-caption .black-txt-box span{font-size:18px;}

	#about-us-resp .about-us-wrapper .our-team-wrapper .about_all ul li{min-width:100%;}

}



@media(max-width:485px){

	.main-resp .expert-box .enroll-box h2{font-size:30px;}

	.main-resp .expert-box .enroll-box p{font-size:16px;}

	#inner-slider-resp .black-txt-box{width:85%;}

}





/* by brijesh */

@media(max-width:479px){

	.courses-resp .courses-box .courses_wrapper h4{font-size:16px;
	font-size: 16px;
    margin-left: 30px;
    float: left;
    margin-top: 27px;    
    background: bottom;   
    color: black;
    text-shadow: 0px 1px 0px;
	 border-top: 0px solid #fff;
	}

.courses-resp .courses-box .courses_wrapper img{
	    display: inline-block;
    width: 30% !important;
    height: auto !important;    
    float: left;  
    padding: 2px;
}

.home_top_search .search_box a{
    width: 100%;
	margin-left: 15px;
}

#partners .partners-box{
	   padding: 0px 0px; 	
}


.ripple-effect .certificate-btn .btn {
	    font-size: 13px;
	
}

.oe-text{
    float:right;
    margin-right: 50px;
}

.other-enquiry img{
margin-bottom: 15px;

}
}

 
@media (min-width: 768px){
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}
}

@media(max-width:465px){

	.team-resp .panel-box{

		transform: scale(0.74);

		transition: all 1000ms ease 0s;}

		.team-resp .panel-box #circlePeople.home-circular-carousel-panel .mainCircle {

			left: 0;

		}



	}

	@media(max-width:432px){



		.courses-resp .courses-box .row .col-md-12 div.col-xs-6{width:100%!important;}

		.courses-resp .courses-box .row .col-md-12:last-child .courses_wrapper{margin-bottom:30px;}

		.team-resp .container-fluid .row .col-md-12 div.col-xs-6{width:100%!important;}

		.training-resp .banner-training-item .col-md-2{width:100%;}

		.training-resp .banner-training-item .col-md-2 .training-item{text-align:left!important}

		.training-resp .banner-training-item .col-md-2 .training-item h4{display:inline-block;padding-left:10px;}

		.team-resp .panel-box{

			transform: scale(0.6);

			transition: all 1000ms ease 0s;

			display:inline-block;

		}

		.team-resp .meeting-wrapper a.button-blue {

			font-size: 14px;

			padding: 15px;

			width: auto;

		}



	}



	@media(max-width:420px)

	{

		.placement-resp .placement-cell-box .placement-list-box ul li.col-xs-4{width:50%!important;}

		#inner-slider-resp .black-txt-box{width:90%;}

		.tutorials-list-box .tutorials-box .video-list-box .play-list span.video-icon{margin-left: -26px;

			margin-top: -18px;width:40px;height:40px;}

			.tutorials-list-box .tutorials-box .video-list-box .play-list span.video-icon i{font-size: 14px;

				margin: 9px 12px 0;}



			}



			@media(max-width:410px)

			{

				.courses-details-wrap .nav-tabs > li:last-child{display:none;}

				.courses-details-wrap .tab-content #c-faqs{display:none;}



			}		



			@media(max-width:400px){

				.main-resp .expert-box .enroll-box h2{margin:20px 0;}

				.main-resp .expert-box .enroll-box{padding-right:10px;margin-top: 5px;}

				.testimonial-resp .demo-box p.enroll-info{font-size:18px;}

				#inner-slider-resp .black-txt-box{width:100%;}

			}



			@media(max-width:370px){

				.team-resp .panel-box{

					transform: scale(0.5);

					transition: all 1000ms ease 0s;

				}

				.courses-resp .heading-full h2,.learning-solution .heading-full h2,.self-analysis-resp .heading-half h2,.college-resp .placement-clients-box .heading-half h2,.testimonial-wrapper .heading-full h2,.links-resp .latest-courses-resp .heading-full h2,.team-resp .heading-full h2{font-size:24px;}

				.learning-solution .know-btn-box .know-btn,.self-analysis-resp .practice-box .practice-btn {

					width: 80%;

				}

				.team-resp .selectedContent{padding:100px 0 80px;}



			}



			@media(max-width:380px){

				.learning-solution .container-fluid .row div.col-md-2{width:50%;}

			}



			@media(max-width:360px){

				.main-resp .expert-box .enroll-box h2{font-size:24px;}

				.main-resp .expert-box .enroll-box p{font-size:14px;}

				.team-resp .selectedContent {

					padding: 20px 0;



				}

				.self-analysis-resp .feature-depth span {

					color: #fff;

					display: block;

					font-size: 13px;

					margin-top: 5px;

				}

				.team-resp .panel-box #circlePeople.home-circular-carousel-panel .circler{top:30px;}

				#inner-slider-resp .black-txt-box span{font-size:16px;}

				#inner-slider-resp .black-txt-box ul li{font-size:12px;}

			}



			@media(max-width:332px){



				.training-resp .banner-training-item .col-md-2 .training-item h4{padding-left:5px;font-size:14px}

				.testimonial-resp .demo-box p.enroll-info{font-size:14px;}

				.self-analysis-resp .feature-depth span {

					color: #fff;

					display: block;

					font-size: 12px;

					margin-top: 5px;

				}

			}



			@media(max-width:315px){

				.feature-depth .container-fluid .row .col-md-12 .col-xs-6 {

					width:100%;

				}

			}
			
.btn-req-zone {
	background: #b72744;
	color: #fff;
}	
.btn-req-zone:hover {
	background: #b72744;
	color: #fff;
}

.nav > li > a {
    padding: 10px 9px;
}

.post-ratings > .rating {
	color: #03489B;
	direction: inherit;
}		

.rating-meta > span {
	color: #fff;
	background: #BC2846;
}

.star-on-png, .star-off-png {
	font-size: medium !important;
}
.mfp-bg{background:#000;opacity:1;}
.mfp-adv{background:#0b0b0b;opacity:0.8;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    width: auto;
    border-radius: 9%;
    border: 3px solid white;
    opacity: 1;
    background: #000;
    font-weight: bold;
    right: -31px;
    height: auto;
    padding-right: 14px;
    padding-left: 14px;
}
.certified-students .about-us-wrapper  .our-team-wrapper .about_all ul li .about_all_box{ 
	max-height: 253px;
}
.scholarship-close{
	position:absolute;
	right:13px;
	font-size:28px;
	opacity:1
}
.scholarship-close:hover{
	opacity:0.5;
}
.all-courses-wrapper-inner img{
	border:1px solid #525252;
	padding:5px;
	border-radius:none;
	/* background:#D8E8F8; */
}
.all-courses-wrapper-inner h2{
	padding:15px 0 15px 15px;
	background:#525252;
	color:#FFF;
}
.all-courses-wrapper-inner ul{
	margin-top:20px;
}
.all-courses-wrapper-inner ul li:nth-child(odd){
	background:#f9f9f9;
}
.all-courses-wrapper-inner ul li:hover{
	background:#FFEDDD!important;
}
.all-courses-wrapper-inner ul li{
	font-weight:normal;
	font-size:small;
    position: relative;
    list-style: none;
    padding: 8px 10px;
    border-bottom: 1px solid #CFCFCF;
}
.course-list-btn {
    position: absolute;
    right: 10px;
    top: 3px;
}
.all-courses-wrapper-inner li h3 {
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
}
.all-courses-wrapper-inner li h3 a {
    color: #2f2f2f;
    display: block;
	text-decoration:none;
}
.btn {
    border-radius: 2px;
    position: relative;
}
.btn-orange, .btn-orange:focus {
    background: #f5811d;
    color: #fff;
    outline: 0px;
}
.all-courses-wrapper-inner li h3 a:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    margin-right: 10px;
}
.t_course_name{
	padding-top:15px;
}
.t_course_container{
	border:1px solid #eee;
	margin-top:20px;
	padding-top:15px;
}

.t_course_container h2{
	background:#eee;
	border-top:1px solid grey;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
}
.t_course_container a,.course-holder a{
	text-decoration:none;
}

.t_course_container:hover{
	box-shadow:-2px 2px 5px grey;
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari */
    transform: scale(1.01);
}

.course-holder{
	margin:15px 0;
	min-height:200px;
}
.course-holder .thumbnail-cust{
	position:relative;
	display:block;
	box-shadow: 0 1px 3px #c1c1c1;
	border-radius:3px;
	border: 2px solid transparent;
}
.course-holder .thumbnail-cust img{
	margin:10px auto ;
	display:block;
	min-height:100px;
	max-height:100px;
}
.course-holder .caption{
	border-top:1px solid #fff;
	border-radius: 0 0 3px 3px;
	min-height:40px;
	position:relative;
}
.course-holder .caption .course-name{
	font-size: 13px;
	line-height: 20px;
    padding: 10px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnail-cust:hover{
	border: 2px solid #fff;
	box-shadow: 0 0 6px 1px #add6ff;
}
.thumbnail-cust .caption{
	background-color:#333;
	color:#eee;	
}
.thumbnail-cust:hover .caption{
	background-color:#870721;
	color:#eee;	
}

/* SINGLE COURSE TABS */
.review-course-box-sec {
	display: inline;
	flex-flow: row nowrap;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.review-course-box-sec>.multiple2 {
    display: inline-block;
    width: 100%;
}
.review-course-box-sec>.multiple2>.review-course-box:nth-child(odd) {
    padding-left: 0;
    /* padding-right: 15px; */
}
.review-course-clp {
    border: 1px solid #ddd;
    height: auto;
    margin-top: 50px;
    /* min-height: 180px; */
    /* box-shadow: -3px 7px 17px grey; */
}
.user-img-rating {
    position: relative;
    top: -35px;
    padding-left: 6px;
}
.text-center, .user-img-rating {
    text-align: center;
}
.user-review-img {
    border-radius: 52px;
    display: inline-block;
    height: 104px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 104px;
	border-top: 2px solid #ddd;
    border-bottom: 3px dotted #ddd;
    padding: 2px;
    background: #fff;
}
.user-img-rating>.star-rating-review {
    color: #ff0000;
    margin-bottom: 19px;
    font-size: 12px;
}
.user-img-rating>.star-rating-review>i {
    margin-right: 3px;
	font-size:15px;
}
/* [class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
/* .icon-fa-star-full:before {
    content: "\e931";
} */
.caret, img {
    vertical-align: middle;
}
.sr-only, hr, img, legend {
    border: 0;
}
.review-user-info {
    /* padding-left: 0; */
}
.review-user-info>h3 {
    color: #444;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 15px;
}
.review-user-info>small {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.review-user-info>article {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
    padding-bottom: 15px;
}
.review-user-info>article>a {
    color: #115297;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    position: relative;
	text-decoration:none;
}
.review-user-info>article>a>i, .review-user-info>article>i.icon-right {
    font-size: 13px;
    font-weight: bolder;
    color: #115297;
}
.img90{
	background:#fff;
	height:100%;
	width:100%;
	border:1px solid #ddd;
}
.more-comments,.more-placements{
	background:#fff;
	color:#3778B0;
	border:2px solid #3778B0;
	padding: 5px 15px;
}
.more-comments:hover,.more-placements:hover{
	background:#3778B0;
	color:#fff;
}

@media(max-width:400px){
	.courses-details-wrap .nav-tabs {
		border-bottom: none;
	}
	.courses-details-wrap .nav-tabs > li {
		border-top: 1px solid #03489b;
		border-right: 1px solid #03489b;
		border-left: 1px solid #03489b;
		margin-right: 5px;
		border-radius: 0;
		display: block;
		float: none;
		border-bottom: 1px solid #03489b;
		margin-bottom: 2px;
		background: #03489b;
	}
	.courses-details-wrap .nav-tabs > li > a:after{
		content:'\f107';
		font-family:FontAwesome;
		position:absolute;
		right:20px;
		color:#fff;
	}
	.courses-details-wrap .nav-tabs > li > a {
		border-radius: 0;
		color: #fff;
		font-weight: normal;
		font-size: 16px;
	}
	.courses-details-wrap .nav-tabs > li:last-child {
		display: block;
	}
	.nav > li > a {
		padding: 3px 20px;
	}
	.view-sample-certificate{
		display:none;
	}
}
/* SINGLE COURSE TABS */
.expert-box{
	background-image:url('http://cromacampus.com/wp-content/themes/cromacampus/assets/img/new_banner_dark.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover !important;
	min-height:610px !important;
}
.enroll-box{
	top:50% !important;
	left:50%;
	transform:translate(-50%,-50%);
}
.main-resp .expert-box .enroll-box {
    height: auto;
}
.main-resp .expert-box .enroll-box .or-text {
    text-align: center;
} 

.top-strip-offer{
    background: #293B3F;
	background: url(../img/top_offer.png) no-repeat;
    background-size: cover;
	height:36px;
}
.top-strip{
    background: #0088cc ;
}
.top-wrapper{
	background:#2E3E42
	/* background: rgba(37, 36, 36, 0.1) none repeat scroll 0 0; */
}
.expert-box h2{
	/* margin-top:187px !important; */
}
.main-resp .expert-box .enroll-box h2{
	/* margin-top:187px !important; */
}
.nav > li > a {
    color: #000;
	background:#fff;
}
@media (min-width:768px){
	.navbar-brand{
		float:none;
	}
	.navbar-brand > img {
		margin: 0 auto;
	}
	.navbar-header {
		float: none;
	}
	.nav > li > a {
		color: #fff;
		background:transparent;
	}
}
@media (min-width:992px){
	.navbar-brand{
		float:left;
	}
	.navbar-header {
		float: left;
	}
}
@media (min-width:1200px){
	.expert-box{
		background-image:url('http://cromacampus.com/wp-content/themes/cromacampus/assets/img/new_banner.jpg');
	}
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
	border-bottom:2px solid #fff;
}
.navbar{
	margin-bottom:0px;
}
.navbar-brand{
	display: flex;
	align-items: center;
	padding:0;
	height:90px;
}
.navbar-brand  > img{
	height:100%;
	width:auto;
}
.nav >li >a {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size:16px;
}
.navbar-toggle {
	margin: 30px 40px 25px 0;
	border:1px solid gray;
}
.navbar-toggle .icon-bar {
    background-color: #888;
}
.main-resp .expert-box .enroll-box a.enroll-btn{
	background: rgba(35,35,35,0.7) !important;
    border-bottom: none !important;
    border-radius: 5px;
}
.w3_megamenu-fw .mega > ul > li > ul {
    width: 300px;
}
.w3_megamenu-fw .mega > ul > li > ul > li > ul {
    width: 300px;
	left:300px;
}
.w3_megamenu-fw .mega > ul {
    top: 40px;
}
.w3_megamenu-fw .mega .caret-up {
    top: 20px;
}
/**
 * .tab-wrapper > navbar design
 */
.courses-details-wrap .tab-container .nav-tabs{
	border-bottom:none !important;
}
.courses-details-wrap .tab-container .nav-tabs > li {
    border-top: none;
    border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #EBEBEB;
	border-right:none;
    margin-right: 0;
    border-radius: 0;
	background:#EBEBEB;
	color:#000 !important;
	transition:linear 300ms;
}
.courses-details-wrap .tab-container .nav-tabs > li > a{
    padding:10px 14px;
	color:#000;
}
.courses-details-wrap .tab-container .nav-tabs > li.active {
	background:#FFF;
	color:#000 !important;
	border-bottom:1px solid #008DD1;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}
.courses-details-wrap .tab-container .nav-tabs > li:hover {
	background:#FFF;
	color:#000 !important;
	border-bottom:1px solid #008DD1;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}
.courses-details-wrap .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: transparent transparent transparent;
}
.top-strip .right-top-strip ul li.request-zone:before {
    content: "\f00a";
}
/* .top-strip .right-top-strip ul li.training-certificate:before {
    content: "\f19d";
} */
.top-strip .right-top-strip ul li.training-certificate:before {
    content: url(http://www.cromacampus.com/wp-content/themes/cromacampus/assets/img/topi.gif);
}
.courses-details-wrap .tab-content #c-overview h1 {
    display: block;
    text-align: left;
    color: #787878;
    padding: 6px 0;
    font-size: 22px;
    background: linear-gradient(#fff, #e2e2e2);
    padding-left: 15px;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
    margin-bottom: 8px;
}
.btn-corpt{
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    background-color: #F5811D;
	color:#fff;
}
/* DISCLAIMER */
.disclaimer-wrapper h3, .overview_sub_head {
    color: #2f2f2f;
    font-size: 14px;
    border-bottom: 1px solid #909090;
    padding: 5px 15px;
    margin-top: 8px;
    background: #f4f4f4;
    font-weight: 700;
}
.disclaimer-wrapper .overview_list {
    padding: 5px 15px;
}
.disclaimer-wrapper .overview_list ul {
    list-style: none;
    padding-left: 10px;
}
.disclaimer-wrapper .overview_list ul li {
    padding: 3px 0 3px 20px;
    position: relative;
    border-bottom: 1px solid #F4F4F4;
}
.disclaimer-wrapper .overview_list ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    left: 0px;
    position: absolute;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    margin-right: 5px;
}
.disclaimer-wrapper .overview_list>ul>li:before {
    content: "\f0a9";
}


.oe-text{
	margin-top:20px;
	color:#fff;
}
/* DISCLAIMER */

/*slid top*/

.rw-wrapper{
	width: 100%;	 
	margin-left: 102px;	
    margin-top: 7px;	
}

.rw-sentence span{
	color: #444;
	white-space: nowrap;
	font-weight: normal;
}


.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	color: #FFFFFF;
}

.rw-words-1 span{
	animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2 span{
	animation: rotateWordsSecond 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
	animation-delay: 3s; 
	color: #FFFFFF;
}
.rw-words span:nth-child(3) { 
	animation-delay: 6s; 
	color: #FFFFFF;	
}
.rw-words span:nth-child(4) { 
	animation-delay: 9s; 
	color: #FFFFFF;
}
.rw-words span:nth-child(5) { 
	animation-delay: 12s; 
	color: #FFFFFF;
}
.rw-words span:nth-child(6) {  
	animation-delay: 15s; 
	color: #FFFFFF;
}
.rw-words span:nth-child(7) {  
	animation-delay: 18s; 
	color: #FFFFFF;
}

@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
	25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}

@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
	20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}