@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
 @import url('../css/font-awesome.css');
html, body {
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	margin: 0;
	letter-spacing: 0.5px;
}
p, ul li, ol li {
	margin: 0;
	font-size: 13.5px;
	color: #5d5d5d;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto;
	margin: 0;
	font-weight: 600;
}
ul, label {
	margin: 0;
	padding: 0;
}
body a:hover {
	text-decoration: none;
}
input[type="submit"], input[type="reset"], .w3l_team_grd, .agileits_w3layouts_features_gridr h4, .agile_feature_grid, .agile_services_grid_pos, a, .w3l_footer_grid, .w3_two_grid_right_grid1, .w3_two_grid_right_grid1 i {
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}
/*-- header --*/

.header-w3layoutstop {
	padding:0.2em 0;
	background:#f49e23;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	margin-top: 0px;
	letter-spacing: 1px;
	font-family: Roboto;
}
.header-w3layoutstop p {
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin-top: 8px;
	letter-spacing: 1px;
}
.header-w3layoutstop span {
	margin-right: 15px;
}
.top_social {
	float: right;
}
.top_social ul {
	margin: 0;
	padding: 0px;
}
.top_social ul li {
	margin: 0 0 0 10px;
	padding: 0px;
	display: inline-block;
}
.top_social ul li .fa {
	color: #fff;
}
.search-grid {
	float: right;
	border: 1px solid #fff;
}
.search-grid input[type="text"] {
	display: inline-block;
	background: none;
	border: none;
	border-right: solid 1px #ffffff;
	width: 84%;
	padding: .5em;
	outline: none;
	font-size: .9em;
	color: #FFFFFF;
}
 .big-dog::-webkit-input-placeholder {
 color: #FFFFFF !important;
}
.search-grid i.fa.fa-paper-plane-o {
	color: #FFFFFF !important;
	font-size: 1.2em !important;
}
.search-grid button.btn1 {
	color: #ffffff;
	font-size: .9em;
	padding: 6px 6px;
	border: none;
	outline: none;
	text-align: center;
	text-decoration: none;
	background: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.search button:hover {
	border: solid 1px #212121;
	background: #212121;
}
.search button:hover i.fa.fa-paper-plane-o {
	color: #FFFFFF !important;
}
/*-- navbar --*/

.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0;
}
.nav-links .navbar {
	margin-bottom: 0px;
}
.nav-links .navbar-inverse {
	background-color: #fff;
	border: none;
}
.nav-links .navbar-inverse .navbar-brand {
	color: #174873;
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 600;
}
.nav-links .navbar-brand {
	height: inherit;
	padding: 10px 0px;
}
.nav-links .navbar-brand img {
	height: 75px;
}
.nav-links .navbar-nav>li>a {
	padding:9px 13px;
	color: #000;
	font-size: 15px;
	font-family: Roboto;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 27px 0;
}
.navbar-nav > li:last-child a {
	padding-right:10px;
}
.nav-links .navbar-inverse .navbar-nav>li>a:hover {
	background-color:#f49e23;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus {
	color: #000;
}
.nav-links .navbar-inverse .navbar-nav>.active>a, .nav-links .navbar-inverse .navbar-nav>.active>a:focus, .nav-links .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color:#f49e23;
}
.navbar-header {
	width: 25%;
	float: left;
}
div#myNavbar {
	width: 75%;
	padding: 0;
	float: right;
}
.navbar-nav {
	float: right;
}
/*-- Link Effect: bottom border enlarge --*/

.link-effect a {
	padding: 0 0 10px;
}
.link-effect a::after {
	position: absolute;
	top: 94%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #174873;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*.link-effect li.active a::after,

.link-effect a:hover::after{

	height: 5px;

	opacity: 1;

	-webkit-transform: translateY(0px);

	-moz-transform: translateY(0px);

	transform: translateY(0px);

}*/

/*-- /Link Effect: bottom border enlarge --*/

/*-- /navbar --*/

.agile_short_dropdown {
	border-radius: 0;
	background: #ffffff;
	padding: 0;
	border: none;
}
.agile_short_dropdown li a {
	color: #212121;
	font-size: 15px;
	letter-spacing: 0.5px;
	padding: 12px 20px;
}
.agile_short_dropdown > li > a:hover {
	color: #fff;
	background:#f49e23;
	text-decoration: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	color: #000;
	background-color: #fff;
}
/*-- //header --*/

/*-- banner --*/

.w3layouts-banner {
	/*background: url(../images/banner.jpg) no-repeat 0px 0px;

    background-size: cover;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    -ms-background-size: cover;

    min-height: 550px;*/

	position: relative;
}
.slider {
	padding: 0;
}
.w3ls_banner_section {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 16em 0 2em;
	z-index: 9;
}
.w3layouts-banner-1 {
	background: url(../images/library-banner1.jpg) no-repeat 0px -260px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	text-align: right;
	position: relative;
}
.w3layouts-banner-1 .container {
	position: relative;
	z-index: 1;
	padding-top: 4%;
	padding-bottom: 3%;
}
.w3layouts-banner-1:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.80);
}
.banner_heading {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.2em;
	letter-spacing: 2px;
	line-height: 42px;
	font-weight: 700;
}
.w3ls_banner_section h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5em;
	letter-spacing: 2px;
	line-height: 50px;
	font-weight: 700;
}
.w3ls_banner_section h3 span {
	color: #e79800;
}
.w3ls_banner_section p {
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	margin-top: 15px;
	margin: 2% auto;
	width: 46%;
}
.wthree_banner_grids {
	padding: 4em 0;
}
.wthree_banner_grid {
	text-align: center;
	background: #000;
	margin: 0 1%;
	float: left;
	width: 23%;
	padding: 2em 1em;
}
.wthree_banner_grid i {
	font-size: 2.5em;
	color: #000000;
	float: left;
	width: 19%;
}
.wthree_banner_grid h4 {
	text-transform: capitalize;
	font-size: 1.2em;
	color: #fff;
	float: right;
	padding: 0 0em;
	width: 75%;
	text-align: left;
	line-height: 1.5em;
}
.more-button a {
	border: solid 2px #FFF;
	color: #FFF;
	font-size: 1em;
	padding: .5em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}
.more-button {
	margin: 3em 0 0;
}
.more-button a:hover {
	background: #174873;
	border: solid 2px #174873;
}
/*-- //banner --*/

.wthree-counter-agile {
	width: 73%;
	margin: 8% auto 8%;
}
/*-- banner-bottom --*/

.banner-bottom-cources {
	padding: 0em 0;
	display: inline-block;
	width: 100%;
	font-family: Roboto;
}
.banner-bottom-cources .box_matter {
	position: relative;
	z-index: 9;
}
.courses-info, .faculty-info, .newadmission-info {
	position: relative;
	padding: 30px 30px;
}
.courses-info::after, .faculty-info::after, .newadmission-info::after {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
.courses-info:after {
	background-color: rgba(10, 104, 177, 0.95);
}
.courses-info {
	background: url('../images/courses-bg.jpg');
}
.faculty-info:after {
	background-color: rgba(23, 72, 115,0.95);
}
.faculty-info {
	background: url('../images/faculty-bg.jpg');
}
.newadmission-info:after {
	background-color: rgba(10, 104, 177, 0.95);
}
.newadmission-info {
	background: url('../images/admission-bg.jpg');
}
.banner-bottom-cources h3 {
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 22px;
}
.banner-bottom-cources h3 .fa {
	margin-right: 10px;
}
.banner-bottom-cources p, .banner-bottom-cources li {
	color: #FFF;
	line-height: 27px;
	font-size: 13.5px;
	text-align: left;
}
.banner-bottom-cources ul {
	margin-top: 20px;
}
.banner-bottom-cources ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.banner-bottom-cources ul li .fa {
	margin-right: 5px;
}
.banner-bottom-cources .btn {
	background: none;
	border-color: #fff;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-top: 20px;
}
.banner-bottom-cources .btn:hover {
	background:#f49e23;
	border-color: #f49e23;
}
section {
	padding: 4em 0;
	float: left;
	width: 100%;
}
.w3l_banner_bottom_left p {
	margin: 1em 0 0;
	color: #5d5d5d;
	line-height: 2em;
	text-align: justify;
}
.w3l_banner_bottom_left p span {
	display: block;
	margin-top: 1em;
	color: #ffffff;
	font-style: italic;
	font-weight: 400;
	font-size: 1.1em;
	letter-spacing: 1px;
}
.w3l_banner_bottom_left {
	padding: 0 0 0 2em;
}
.w3l_banner_bottom_right {
	padding: 0;
}
.w3l_banner_bottom_left h3, .heading {
	color: #2f2f2f;
	font-weight: 600;
	font-size: 2.5em;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.w3l_banner_bottom_left h3 span {
	color:#f49e23;
}
.w3l_banner_bottom_left .btn {
	background: #fff;
	padding-left: 1.5em;
	padding-right: 1.5em;
	color: #000;
}
.w3l_banner_bottom_left .btn:hover {
	background: #f49e23;
	color: #fff;
}
/*-- //banner-bottom --*/

.w3ls-heading h3, .w3ls-heading h2 {
	text-align: center;
	color: #2f2f2f;
	margin: 0 0 .3em;
	font-size: 2.5em;
	letter-spacing: 1px;
}
.w3ls-heading h3 span, .w3ls-heading h2 span {
	color:#f49e23;
}
.w3ls-heading p.sub {
	position: relative;
	text-align: center;
	color: #444;
	line-height: 1.8em;
	padding-bottom: 1.2em;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
p.sub:after {
	content: '';
	background:#f49e23;
	height: 2px;
	position: absolute;
	bottom: 0%;
	left: 45%;
	width: 10%;
}
/*-- services --*/

.w3layouts-grids {
	margin-top: 4em;
}
.services {
	padding: 4em 0;
}
h3.h-two {
	color: #2f2f2f;
}
p.sub.two {
	color: #2f2f2f;  margin-bottom:50px;
}
.services-right-grid {
	text-align: center;
}
.services-icon {
	width: 70px;
	height: 70px;
	text-align: center;
	border: solid 2px #fff;
	padding: 1.2em 0 0 0;
	margin: 0 auto;
}
.services-right-grid:hover .services-icon {
	border: solid 2px #174873;
}
/* Radial In */

.hvr-radial-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: #174873;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-radial-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
	color: white;
}
.services-right-grid:hover div.hvr-radial-in:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.services-right-grid:hover i.fa.fa-anchor, .services-right-grid:hover i.fa.fa-comment, .services-right-grid:hover i.fa.fa-heartbeat, .services-right-grid:hover i.fa.fa-magnet, .services-right-grid:hover i.fa.fa-thumbs-up {
	color: #FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.services-icon-info h5 {
	color: #000000;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	font-weight: 500;
	text-transform: uppercase;
}
.services-right-grids:nth-child(2) {
	margin: 3em 0 0 0;
}
.services-icon-info p {
	color: #676767;
	font-size: .9em;
	margin: 1em 0 0 0;
	line-height: 1.8em;
}
.services-right-grid i {
	font-size: 2.2em;
	line-height: 27px;
	color: #174873;
}
.services-right-grid:hover i {
	color: #fff;
}
.agileits_services_grid {
	border: #d1d1d1 solid 1px;
}
.services-right-grid .front {
	z-index: 2;
	background: #fff;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
/* back, initially hidden pane */

.services-right-grid .back {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	background: #174873;
	padding: 15px;
	text-align: center;
	height: auto;
}
.services-right-grid:hover .back {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
}
.services-right-grid:hover .front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.services-right-grid .back h5 {
	color: #fff;
}
/*-- //services --*/

/*-- team --*/

.team {
	padding: 5em 0;
}
/* entire container, keeps perspective */

.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */

.flip-container:hover .back {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
}
.flip-container:hover .front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.flip-container, .back {
	width: 100%;
	height: 301px;
}
/* flip speed goes here */

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */

.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}
/*  UPDATED! front pane, placed above back */

.front {
	z-index: 2;
	background: #000;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
.front img {
	width: 100%;
}
/* back, initially hidden pane */

.back {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	background: #174873;
	padding: 6em 2em 0;
	text-align: center;
}
/* 

	Some vertical flip updates 

*/

.vertical.flip-container {
	position: relative;
}
.vertical .back {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.vertical.flip-container:hover .back {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
.vertical.flip-container:hover .front {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.back h4 {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
	margin: 0;
}
.back p {
	font-size: .9em;
	margin-top: 1em;
	color: #fff;
}
.w3l-social {
	margin: 1em 0 0 0;
}
.w3l-social ul {
	padding: 0;
	margin: 0;
}
.w3l-social ul li {
	display: inline-block;
}
.w3l-social ul li a {
	color: #333;
	text-align: center;
}
.w3l-social ul li a i.fa.fa-facebook {
	height: 40px;
	width: 40px;
	background: #FFFFFF;
	line-height: 40px;
	color: #383838;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-twitter {
	height: 40px;
	width: 40px;
	background: #FFFFFF;
	line-height: 40px;
	color: #383838;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-twitter:hover {
	background: #1da1f2;
	color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-rss {
	height: 40px;
	width: 40px;
	background: #FFFFFF;
	line-height: 40px;
	color: #383838;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-rss:hover {
	background: #f26522;
	color: #FFFFFF;
}
.agile-team-grids {
	margin-top: 4em;
}
/*-- //team --*/

/*-- testimonial --*/ 

.testimonials img {
	width: auto !important;
	height: 85px;
	display: inline-block !important;
	border-radius: 50%;
}
.testi-w3agileinfo .tab-content {
	width: 65%;
	margin: 0 auto;
	padding: 2em 2em;
	-webkit-box-shadow: 2px 2px 11px 2px rgba(218, 220, 223, 0.26);
	-moz-box-shadow: 2px 2px 11px 2px rgba(218, 220, 223, 0.26);
	box-shadow: 2px 2px 11px 2px rgba(218, 220, 223, 0.26);
	text-align: center;
}
.testi-w3agileinfo h5 {
	color: #ffffff;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 0 0 1em 0;
}
.testimonials .nav-tabs {
	border: none;
	text-align: center;
	margin-bottom: 2em;
}
.testi-w3agileinfo p {
	line-height: 1.8em;
	color: #fff;
}
.testi-w3agileinfo .nav-tabs li {
	display: inline-block;
	float: none;
	margin: 0 0.5em;
}
.testi-w3agileinfo .nav-tabs li a {
	padding: 0;
	margin: 0;
	border: none;
	opacity: .5;
}
.testi-w3agileinfo .nav-tabs li.active a, .testi-w3agileinfo .nav-tabs li a:hover {
	opacity: 1;
	outline: none;
	background: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	border-bottom:#F49E24 solid 2px;
	outline: none;
	background: none;
}
.testimonials {
	padding: 5em 0;
	background: url(../images/testimonials-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	min-height: 525px;
}
.testimonials:before {
	background: rgba(15, 45, 72, 0.88);
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.testimonials .flexslider .slides > li:after {
	display: none;
}
.testi-w3agileinfo {
	width: 100%;
	padding: 20px 75px;
	color: #fff;
	letter-spacing: 0.5px;
}
.testi-w3agileinfo .inner_box {
	box-shadow: 2px 2px 11px 2px rgba(218, 220, 223, 0.26);
	padding: 25px 25px 5px;
	display: inline-block;
	width: 100%;
}
.testi-w3agileinfo p {
	margin-bottom: 15px;
}
.testi-w3agileinfo p span {
	font-style: italic;
}
.testimonials .flex-control-nav {
	bottom: 0px;
	position: relative;
	left: 0;
}
/*-- //testimonial --*/

.testimonials-left-w3 {/*background: url(../images/ab2.jpg)no-repeat ;*/
	background: #fff;
	background-size: cover;
	padding: 3em;
	min-height: 526px;
	border-bottom: #ededed solid 1px;
}
.testimonials-left-w3 .w3ls_head {
	color: #2f2f2f;
	text-align: left;
}
.testimonials-left-w3 .w3ls_head span {
	color:#f49e23;
}
.testimonials-left-w3 p {
	text-align: justify;
	line-height: 2em;
}
.w3ls_head {
	color: #fff;
	position: relative;
	text-align: center;
	font-weight: 600;
	font-size: 2.5em;
	font-family: Roboto;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
}
.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: none;
}
.modal-body p {
	color: #555;
	line-height: 1.9em;
	margin: 1em 0;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.modal-body i {
	color: #f12b24;
	display: block;
}
/*-- Footer --*/

.newsletter-tp {
	padding: 3em 0 4em;
}
.footer {
	padding: 3em 0;
	border-top: #f49e23 solid 5px;
	background: url(../images/footer_bg.png) repeat-x center #20232e;
	background-size: 40%;
}
.footer .container {
	padding-left: 0;
	padding-right: 0;
}
.ftr-grid h3 {
	color: #ffffff;
	font-size: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 1.5em;
	font-weight: 500;
}
.ftr-grid h3 a span {
	color: #e79800;
	display: inline-block;
	padding: 6px 10px;
	background: #f12b24;
}
.ftr-grid h3 span {
}
.ftr-grid p {
	font-size: 12.5px;
	color: #b8b8b8;
	line-height: 1.8em;
	letter-spacing: 0.3px;
}
.ftr-grid.fg1 a {
	color: #b8b8b8;
	margin-bottom: 0.5em;
	display: inline-block;
	font-size: 13px;
}
.ftr-text p a {
	color: #b8b8b8;
}
.ftr-grid.fg1 a:hover {
	color: #ed1c24;
}
.ftr-grid.fg1 a .fa {
	margin-right: 5px;
}
.ftr-grid ul {
	padding: 0em;
	list-style: none;
}
.ftr-grid ul li {
	font-size: 0.95em;
	color: #fff;
}
.local {
	float: left;
	width: 8%;
	color: #b8b8b8;
	line-height: 23px;
}
.ftr-text {
	float: right;
	width: 92%;
}
.right-w3l.fotw3 {
	width: 100%;
	margin-top: 11%;
	text-align: left;
}
ul.top-links li {
	display: block;
	margin-bottom: 9px;
}
.right-w3l ul.top-links li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.right-w3l ul.top-links li a i.fa {
	color: #fff;
	background-color: #3a559f;
	width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	vertical-align: text-bottom;
}
.right-w3l ul.top-links li a i.fa.twit {
	color: #fff;
	background-color: #55acee;
}
.right-w3l ul.top-links li a i.fa.glus {
	color: #fff;
	background-color: #dd5044;
}
.right-w3l ul.top-links li a i.fa.insta {
	color: #fff;
	background-color: #517fa6;
}
.right-w3l ul.top-links li a i.fa:hover {
	color: #fff;
	background-color: #0d3172;
}
.right-w3l {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.right-w3-2 {
	float: right;
	width: 88%;
}
.right-w3-2 ul.text-w3 li a {
	color: #b8b8b8;
	font-size: 13px;
	margin: 9px 0px 0px;
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: top;
	line-height: 23px;
}
.fotw3 ul.top-links li a i.fa:hover, .fotw33 ul.top-links li a i.fa:hover {
	background-color: #478bca;
}
.ftr-address {
	margin: 6px 0 10px;
}
/*-- Newsletter --*/

.newsletter-agile {
	text-align: center;
	width: 68%;
	margin: 3em auto 0;
	padding: 10px 14px;
	-webkit-box-shadow: 2px 2px 11px 4px rgba(119,119,119,0.3);
	-moz-box-shadow: 2px 2px 11px 4px rgba(119,119,119,0.3);
	box-shadow: 2px 2px 11px 4px rgba(119,119,119,0.3);
}
.newsletter-agile p {
	font-size: 1em;
	color: #19253c;
	letter-spacing: 1px;
	margin: 1em 0em 2em;
}
.newsletter-agile input[type="email"] {
	padding: 13px 14px;
	border: none;
	letter-spacing: 1px;
	font-size: 14px;
	color: #0c0c0c;
	outline: none;
	background: #e1dede;
	width: 55%;
	margin-bottom: 2em;
}
.newsletter-agile input[type="submit"] {
	color: #fff;


	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 500;
	border: none;
	background: #174873;
	border: none;
	width: 16%;
	padding: 13px 0px;
	outline: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-appearance: none;
}
.newsletter-agile input[type="submit"]:hover {
	background: #ed1c24;
	color: #FFFFFF;
}

 /*--placeholder-color--*/

::-webkit-input-placeholder {
 color:#999 !important;
}

:-moz-placeholder { /* Firefox 18- */
 color:#999 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
 color:#999 !important;
}

:-ms-input-placeholder {
 color:#999 !important;
}
/*--//placeholder-color--*/

.copyrights {
	text-align: center;
	background: #1b1e27;
	padding: 18px 15px;
	border-top: #353a48 solid 1px;
}
.copyrights p {
	font-size: 13px;
	color: #b8b8b8;
	line-height: 22px;
}
.copyrights p a {
	color: #b8b8b8;
}
/*-- //footer --*/

/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-up.png) no-repeat 0px 0px;
	background-size: 32px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- icons --*/

.codes a {
	color: #999;
}
.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	margin: 1em 0 1em 0;
	border: 5px solid #ffffff;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	cursor: pointer;
}
.icon-box:hover {
	background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
	color: #fff !important;
}
.icon-box:hover a.agile-icon {
	color: #fff !important;
}
.codes .bs-glyphicons li {
	float: left;
	width: 12.5%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}
.codes .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
	color: #174873 !important;
	margin: 30px 0 15px;
	font-weight: 600;
	letter-spacing: 2px;
}
h3.agileits-icons-title {
	text-align: center;
	font-size: 33px;
	color: #222222;
	font-weight: 600;
	letter-spacing: 2px;
}
.icons a {
	color: #999;
}
.icon-box i {
	margin-right: 10px !important;
	font-size: 20px !important;
	color: #282a2b !important;
}
.bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	margin: 1%;
}
.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #282a2b;
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
}
.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}
/*new css start*/

.sub_heading {
	font-family:Roboto;
	color: #2f2f2f;
	margin: 15px 0 0 0;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: 600;
}
.w3l_banner_bottom_left ul {
	margin-top: 1em;
	margin-left: 1em;
}
.w3l_banner_bottom_left li {
	line-height: 25px;
	margin-bottom: 5px;
}
.heading {
	margin-bottom: 20px;
	font-size: 1.9em;
	line-height: 1.3em;
	font-family: Roboto;
}
.heading span {
	color:#f49e23;
}
.counter_bg {
	padding: 3em 0 3em;
	background-color: #f7f7f7;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-align: center;
	font-family: Roboto;
}
.counter_bg .w3ls-heading {
	margin-bottom: 45px;
}
.counter_bg .counter_box {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: #d2d2d2 solid 2px;
	display: inline-block;
	font-size: 1.8em;
	color: #2f2f2f;
	font-weight: 300;
	line-height: 4em;
}
.counter_bg .counter {
	font-weight: 700;
	line-height: 4.5em;
}
.counter_bg p {
	font-size: 16px;
	margin-top: 1em;
}
.counter_bg .counter_box sup {
	top: -.2em;
}
.programs_details {
	padding-bottom: 3em;
}
.programs_details .course_loop {
	width: 100%;
	float: left;
	margin-bottom: 45px;
}
.programs_details .course_loop:last-child {
	margin-bottom: 0;
}
.programs_details .course_loop .col-md-8 {
	background: #fbfbfb;
	padding: 15px 25px 25px;
	min-height: 224px;
}
.programs_details .heading {
	margin-bottom: 10px;
}
.programs_details .pro_img {
	padding-right: 0;
}
.programs_details .pro_img img {
	width: 100%;
}
.programs_details .pro_matter .btn {
	background: #fff;
	padding-left: 1.5em;
	padding-right: 1.5em;
	color: #000;
}
.programs_details .pro_matter .btn:hover {
	background: #f49e23;
	color: #fff;
}
.programs_details .pro_matter p {
	margin-top: 1em;
	color: #5d5d5d;
	text-align: justify;
}
.pro_matter ul {
	margin: 15px 0 0 18px;
	padding: 0;
}
.pro_matter ul li {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
}
.pro_matter ul li:before {
	content: "\f046";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: -20px;
	margin-right: 5px;
	color: #0f68af;
}
.table.overview_table th {
	display: table-cell;
	font-weight: 600;
	font-family: Roboto;
	text-align: left;
	padding-left: 16px;
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	line-height: 32px;
}
.table.overview_table th {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-top: none;
	background: none;
	padding: 14px 25px;
}
.table.overview_table tbody td {
	border-bottom: 1px solid #dfdfdf !important;
	border-top: none !important;
	padding: 11px 25px !important;
	color: #444444;
	line-height: 32px;
}
.table.overview_table tbody td ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.table.overview_table tbody td ul li {
	margin: 8px 0;
	color: #444444;
}
ul.course_structure_ul {
	margin: 0 0 40px;
	padding: 0;
	float: left;
	width: 100%;
}
ul.course_structure_ul li {
	margin: 0 29px 0 0px;
	padding: 20px 15px 10px;
	width: 130px;
	float: left;
	list-style: none;
	background: #909090;
	font-family: Roboto;
	font-size: 50px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
ul.course_structure_ul li a {
	text-decoration: none;
	color: #fff;
	position: relative;
}
ul.course_structure_ul li.active {
	background: #f49e23;
	color: #fff;
}
ul.course_structure_ul li.active a {
	color: #fff;
}
ul.course_structure_ul li.active a:after {
	content: "\f0d7";
	font: normal normal normal 55px/1 FontAwesome;
	position: absolute;
	left: -15px;
	line-height: 32px;
	color: #f49e23;
}
ul.course_structure_ul li span {
	display: block;
	margin-top: 5px;
	font-size: 30px;
}
ul.course_structure_ul li:last-child {
	margin-right: 0;
}
ul.course_structure_ul li sup {
	font-weight: 300;
	left: 5px;
	font-size: 32px;
}
.structure_box {
	background: #fcfcfc;
	padding: 0px;
	border: 1px solid #ededed;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: #2f2f2f 0 4px 0 0;
	margin-bottom: 30px;
}
.structure_box ul {
	margin: 0px;
	padding: 0 25px 10px 40px;
}
.structure_box ul li {
	margin: 9px 0;
	padding: 0px;
	list-style: none;
	line-height: 23px;
}
.structure_box ul li:before {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: -19px;
	margin-right: 10px;
}
.structure_box .heading {
	background: #2f2f2f;
	padding: 15px 5px;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
#structure .tab-pane {
	display: none;
}
#structure .tab-pane.active {
	display: block;
	clear: both;
}
.fee_structure {
	background: #ed1c24;
	padding: 25px;
	font-family: Roboto;
	text-align: center;
	border: #ca171e double 5px;
}
.fee_structure .sub_heading {
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 0;
}
.fee_structure .price {
	color: #fff;
	font-size: 55px;
	font-weight: 600;
	border-top: #f9878b dashed 1px;
	border-bottom: #f9878b dashed 1px;
	padding: 10px 0;
	margin: 15px 0;
}
.fee_structure .price sup {
	font-size: 25px;
	font-weight: 300;
	top: -.8em;
}
.fee_structure .price sub {
	font-size: 30px;
	bottom: 0;
	font-weight: 300;
}
.tab_main {
	clear: both;
}
#fee_structure {
	margin-left: -15px;
	margin-right: -15px;
}
.load {
	background: url(../images/loading.gif) center center no-repeat;
	width: 100px;
	height: 43px;
	background-size: 50px;
	position: absolute;
	left: 270px;
	top: 0;
}
.bottom_highlight {
	background: #fbfbfb;
	padding: 2.5em 0;
}
.bottom_highlight .heading {
	text-align: center;
	margin-bottom: 0;
	font-size: 32px;
	font-weight: 300;
	line-height: 51px;
}
.bottom_highlight .heading span {
	display: block;
	font-size: 40px;
	font-weight: 600;
}
.faculty_main{box-shadow:0px 0px 3px 2px #dedede; padding:10px 10px 20px; font-family:Roboto; text-align:center; margin:10px 0;}
.faculty_main .f_image{overflow:hidden;}
.faculty_main .f_image img{width:100%;	
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;}
.faculty_main:hover img{-webkit-transform: scale(1.11);
	-moz-transform: scale(1.11);
	-o-transform: scale(1.11);
	-ms-transform: scale(1.11);
	transform: scale(1.11);
}	
.faculty_main .sub_heading{font-family:Roboto; font-size:20px; font-weight:500; letter-spacing:0; margin-bottom:5px;}
.faculty_main .designation{color:#8e8e8e; font-size:15px;}


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

.contact-main {
	border: 1px solid #eee;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.contac-info {
	border-bottom: 1px solid #eee;
	padding: 15px 20px 15px 80px;
	position: relative;
	width: 100%;
	float: left
}
.contac-info:last-child {
	border-bottom: none;
}
.contac-info i {
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 20px;
	font-size: 24px;
	background: #f49e23;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contac-info h3 {
	color: #111;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 5px;
}
.contact-social {
	border: 0;
	margin: 10px 0 0;
	padding: 0;
	font-size: 0;
}
.contact-social li {
	display: inline;
	margin-right: 17px;
}
.contact-social li a {
	color: #002147;
	border-color: #002147;
}
.contact_form {
	margin-top: 20px;
}
.contact_form .col-sm-6, .contact_form .col-sm-12 {
	padding-left: 0px;
}
.contact_form .form-control {
	height: 45px;
	font-size: 13.5px;
}
.contact_form .btn {
	background:#f49e23!important;
	border: 1px solid #f49e23;
	color: #fff!important
}
.contact_form .btn.focus, .btn:focus, .btn:hover {
	color: #fff;
	background: #d23d42;
	text-decoration: none;
}
.contact_form label {
	font-weight: 100;
	font-size: 13px;
	color: #929292;
	padding-left: 0;
}
.contact_form label.col-sm-2 {
	font-weight: bold;
	color: #333;
}
/*Gallery css start*/

.photo-item {
	display: block;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.photo-item::after {
	background: none repeat scroll 0 0 #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	transform: scale(0);
	transition: .4s;
}
.photo-item img {
	overflow: hidden;
	width: 100%;
	font-size: 13px;
}
.photo-item i.fa {
	color: #fff;
	font-size: 20px;
	left: -100%;
	line-height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 9;
	transition: .4s;
}
.photo-item:hover:after {
	transform: scale(1)
}
.photo-item:hover i.fa {
	left: 50%
}
.placement {
	border: 1px solid #eee;
	margin: 15px 0;
}
.form_box2 {
	height: 45px;
	padding: 6px 12px;
	border: #CCCCCC solid 1px;
	float: left;
	font-size: 13px;
}
.radio-inline {
	width: 105px;
}
.name1 {
	width: 167px;
	float: left
}
/*** study loan table Styles **/

.table-fill {
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	padding: 5px;
	animation: float 5s infinite;
	margin: 20px 0;
	width: 100%;
}
.table-fill th {
	color: #fff;
	background: #f49e23;
	border-bottom: 4px solid #969696;
	font-size: 20px;
	font-weight: 100;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
.table-fill tr {
	border-top: 1px dashed #eaeaea;
	border-bottom-: 1px dashed #eaeaea;
	color: #666B85;
	font-size: 16px;
	font-weight: normal;
}
.table-fill tr:first-child {
	border-top: none;
}
.table-fill tr:last-child {
	border-bottom: none;
}
.table-fill tr:nth-child(odd) td {
	background: #f9f9f9;
}
.table-fill td {
	background: #FFFFFF;
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	border-right: 1px solid #C1C3D1;
}
.table-fill td:last-child {
	border-right: 0px;
}
.table-fill th.text-left {
	text-align: left;
}
.table-fill td.text-left {
	text-align: left;
}
 @media (max-width:991px) {
h3.agileits-icons-title {
	font-size: 28px;
}
h3.icon-subheading {
	font-size: 22px;
}
}
 @media (max-width:768px) {
h3.agileits-icons-title {
	font-size: 28px;
}
h3.icon-subheading {
	font-size: 25px;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.icon-box {
	margin: 0;
}
}
 @media (max-width: 640px) {
.icon-box {
	float: left;
	width: 50%;
}
}
 @media (max-width: 480px) {
.bs-glyphicons li {
	width: 31%;
}
}
 @media (max-width: 414px) {
h3.agileits-icons-title {
	font-size: 23px;
}
h3.icon-subheading {
	font-size: 18px;
}
.bs-glyphicons li {
	width: 31.33%;
}
}
 @media (max-width: 384px) {
.icon-box {
	float: none;
	width: 100%;
}
}
/*-- //icons --*/

.w3_wthree_agileits_icons.main-grid-border {
	padding: 5em 0;
}
/*--Typography--*/

.well {
	font-weight: 300;
	font-size: 14px;
}
.list-group-item {
	font-weight: 300;
	font-size: 14px;
}
li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}
.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3 {
	margin-bottom: 2em;
}
.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}
.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4 {
	background: none;
	margin-top: 50px;
}
.label {
	font-weight: 300 !important;
	border-radius: 4px;
}
.grid_5 {
	background: none;
	padding: 2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
	color: #174873;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl {
	padding: 0;
}
.in-gp-tb {
	padding-right: 0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2 {
	margin: 0 0 10px;
}
 @media (max-width:768px) {
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
 @media (max-width:640px) {
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
	font-size: 14px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
 @media (max-width:480px) {
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert, p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
 @media (max-width: 320px) {
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
	font-size: 13px;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped, .table-bordered, .bs-docs-example {
	display: none;
}
}
/*-- //typography --*/

.typo {
	padding: 5em 0;
}
ul.bs-glyphicons-list {
	padding: 0;
}
/*-- contact --*/

.contact-right {
	background: #fbfbfb;
	border: #e5e5e5 solid 1px;
	padding: 25px;
}
.contact-left {
	background: url(../images/footer_bg.png) no-repeat center #1b1b1b;
	padding: 25px;
	min-height: 399px;
	background-size: 100%;
}
.contact-agileinfo {
	margin-top: 4em;
}
.address.address-mdl {
	margin: 2em 0;
}
.address h5 {
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}
.address p {
	margin-top: 1.5em;
	font-size: 14px;
	color: #fff;
}
.address p i.glyphicon {
	background: #fff;
	padding: 7px;
	color: #174873;
	margin-right: 0.5em;
}
.address p a {
	color: #fff;
}
.address p a:hover {
	color: #174873;
}
.contact-agileinfo input[type="text"] {
	width: 100%;
	color: #999;
	background: none;
	outline: none;
	font-size: 1em;
	padding: .7em .8em;
	border: solid 1px #ccc;
	-webkit-appearance: none;
	display: inline-block;
}
input.email {
	margin: 1em 0;
}
.contact-agileinfo textarea {
	resize: none;
	width: 100%;
	background: none;
	color: #999;
	font-size: 1em;
	outline: none;
	padding: .7em .8em;
	border: solid 1px #ccc;
	min-height: 6em;
	-webkit-appearance: none;
	margin-top: 1em;
}
.contact-agileinfo input[type="submit"] {
	border: none;
	outline: 2px solid #174873;
	color: #fff;
	padding: .6em 3em;
	font-size: 1em;
	margin: 1em 1em 0 0;
	-webkit-appearance: none;
	background: #174873;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.contact-agileinfo input[type="submit"]:hover {
	background: none;
	color: #174873;
	letter-spacing: 2px;
}
.agileits-w3layouts-map iframe {
	width: 100%;
	min-height: 350px;
	border: none;
}
.contact {
	padding: 4em 0;
}
/*-- //contact --*/

/*-- projects --*/

.projects h4 {
	font-size: 24px;
	color: #000000;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
}
.projects-w3imgtext {
	padding: 5px;
	margin-top: 15px;
}
.projects p {
	font-size: 13.5px;
	text-align: justify;
	color: #676767;
	line-height: 26px;
	margin-top: 16px;
}
.projects {
	padding: 3em 0 1em;
	background-color: #f7f7f7;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.projects-agile {
	margin-top: 4em;
}
.projects-w3lgrids {
	margin-bottom: 3em;
}
.projects-gridtext {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 6px 1px rgb(234, 234, 234);
}
.modal-header {
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #174873;
}
.modal-body p {
	font-size: 15px;
	color: #777;
	line-height: 28px;
	padding: 20px 0px;
}
.modal-body p i {
	color: #000;
}
.news h3.w3ls-title {
	color: #fff;
}
.news-gridtext {
	background: #fff;
}
.news-w3img a {
	display: block;
	overflow: hidden;
}
.news-w3img a img {
	width: 100%;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.news-w3img a img:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.news-w3imgtext {
	padding: 2em 1.5em;
	-webkit-box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
	-moz-box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
	box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
	text-align: center;
	position: relative;
}
.news h5 {
	display: inline-block;
	background: #ff3a5f;
	padding: .8em 1.5em;
	font-size: 1em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: -18px;
	left: 32%;
}
/*-- //projects --*/

/*-- services --*/

.agileits_services_grid h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #131313;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.agileits_services_grid p {
	color: #676767;
	text-align: justify;
	line-height: 2em;
	margin: 1em 0 2em;
}
.w3layouts_more {
	margin: 2em 0 0;
	text-align: center;
}
.w3layouts_more a {
	display: block;
	font-size: 1em;
	color: #174873;
	text-transform: uppercase;
	padding: 10px 0;
	border: 2px solid #174873;
	font-weight: 600;
	letter-spacing: 2px;
	text-decoration: none;
}
.w3layouts_more a i {
	padding-left: 1em;
	color: #174873;
}
.w3layouts_more a:hover {
	background: #174873;
	border: 2px solid #174873;
	color: #fff;
}
.w3layouts_more a:hover i {
	padding-left: 1.5em;
	color: #212121;
}
.w3_agile_services_grid1 {
	overflow: hidden;
	position: relative;
}
.w3_agile_services_grid1 img {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index: 4;
}
.agileits_services_grid:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}
.w3_agile_services_grid1 .w3_blur {
	background-color: rgba(0, 0, 0, 0.45);
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
	opacity: 0;
	top: 0;
}
.agileits_services_grid:hover .w3_blur {
	opacity: 1;
}
/*-- //services --*/

.w3ls_banner_bottom_grids {
	margin-top: 4em;
}
/*-- offer --*/

.agileits_heading_section h3 {
	color: #fff;
}
.offer {
	background: url(../images/services.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	padding: 5em 0;
	margin-bottom: 60px;
	text-align: center;
}
.wthree_head1 {
	color: #fff;
}
.agileinfo_para1 {
	color: #174873;
}
.agile_offer_grid_pos {
	position: absolute;
	top: 0%;
	left: 5%;
}
.agile_offer_grid_pos p {
	font-size: 7em;
	color: rgba(255, 255, 255, 0.31);
	font-weight: bold;
}
.agile_offer_grid {
	margin-top: 60px;
}
.agile_offer_grid h4 {
	font-size: 15px;
	color: #e79800;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
}
.agile_offer_grid p.w3_agileits_service_para {
	margin: 2em 0 0;
	color: #fff;
	line-height: 2em;
}
.agileits_w3layouts_offer_grid {
	position: relative;
}
.agileits_w3layouts_offer_grid img {
	height: 100px;
	margin-bottom: 20px;
}
.offer h2 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 2.5em;
	letter-spacing: 1px;
}
.offer p.sub {
	position: relative;
}
.offer p.sub:after {
	background: #e79800;
}
/*-- //offer --*/

/*-- offer-bottom --*/

.w3l_services_footer_top_right_main:nth-child(2) {
	margin: 3em 0;
}
.w3l_services_footer_top_left img {
	margin: 0 auto;
}
.w3l_services_footer_top_right_main_l {
	float: left;
}
.w3l_services_footer_top_right_main_l h3 {
	font-size: 1.2em;
	color: #174873;
	padding-right: 2em;
	border-right: 1px solid #212121;
	margin: 1.8em 0 0;
	font-weight: 600;
}
.w3l_services_footer_top_right_main_l1 {
	float: left;
	margin: 0 3em;
}
.w3ls_service_icon {
	width: 70px;
	height: 70px;
	border: 2px solid #174873;
	border-radius: 40px;
	text-align: center;
}
.w3ls_service_icon i {
	font-size: 2em;
	color: #174873;
	padding-top: .5em;
}
.w3l_services_footer_top_right_main_r {
	float: right;
	width: 50%;
}
.w3l_services_footer_top_right_main_r a {
	font-size: 1em;
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
}
.w3l_services_footer_top_right_main_r a:hover {
	color: #174873;
}
.w3l_services_footer_top_right_main_r p {
	margin: 1em 0 0;
	color: #999;
	line-height: 2em;
}
.agileits_portfolio_sub_grid {
	background: #174873;
}
.w3_agile_portfolio_grid1 {
	margin-top: 2em;
	overflow: hidden;
}
.agileits_portfolio_sub_grid .w3layouts_port_head {
	content: '';
	z-index: 1;
	position: absolute;
	left: 49%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 100px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid img {
	opacity: 0.8;
}
.w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid .w3layouts_port_head {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0;
}
.w3layouts_port_head h3 {
	font-size: 1em;
	letter-spacing: 5px;
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em 1em;
	background: #174873;
}
.banner-bottom {
	padding: 5em 0;
}

/*-- //offer-bottom --*/

/*-- /Responsive--*/

@media (max-width:1440px) {
/*.w3l_banner_bottom_left {

    padding: 0em 2em;

}*/

}
 @media (max-width:1366px) {
.testimonials {
	padding: 3em 0;
}
}
 @media (max-width:1280px) {
.w3l_banner_bottom_left h3 {
	font-size: 2.3em;
}
.w3l_banner_bottom_left p {
	margin: 1em 0 0;
	line-height: 1.8em;
}
}
 @media (max-width:1080px) {
.nav-links .navbar-nav>li>a {
	padding: 32.5px 8px;
	font-size: 13.5px;
	letter-spacing: 0;
}
.navbar-nav > li:last-child a {
	padding-right: 0;
}
.nav-links .navbar-brand img {
	height: 65px;
}
/*.w3layouts-banner {

    min-height: 500px;

}*/

.w3ls_banner_section {
	padding: 9em 0 2em;
}
.w3l_banner_bottom_left h3 {
	font-size: 2.2em;
}
.w3l_banner_bottom_left p {
	font-size: 13px;
}
.flip-container, .back {
	width: 100%;
	height: 240px;
}
.back {
	padding: 5em 1em 0;
}
.ftr-grid h3 {
	font-size: 1.3em;
}
.w3layouts-banner-1 {
	background-position: 0 -140px;
}
.w3l_services_footer_top_right_main_l1 {
	margin: 0 2em;
}
.testimonials-left-w3 .w3ls_head, .w3ls_head {
	font-size: 2em;
	margin-bottom: 12px;
}
.testimonials-left-w3 {
	padding: 2em;
}
.testi-w3agileinfo {
	padding-left: 45px;
	padding-right: 45px;
}
.projects h4 {
	font-size: 21px;
}
.structure_box .heading {
	font-size: 1em;
}
}
 @media (max-width:1024px) {
}
 @media (max-width:991px) {
.nav-links .navbar-nav>li>a {
	padding: 30px 13px;
}
.w3ls_banner_section h3 {
	font-size: 2em;
	line-height: 40px;
}
.w3ls_banner_section p {
	width: 80%;
}
/*.w3layouts-banner {

    min-height: 350px;

}*/

.w3l_banner_bottom_right img {
	width: 100%;
}
.team-grid {
	float: left;
	width: 50%;
	
}
.services {
	padding: 3em 0;
}
.w3layouts-grids {
	margin-top: 3em;
}
.team {
	padding: 3em 0 1em;
}
.team-grid {
	float: left;
	width: 50%;
	margin-bottom: 2em;
}
.flip-container, .back {
	width: 100%;
	height: 383px;
}
.back {
	padding: 8em 1em 0;
}
.newsletter-agile {
	width: 92%;
	margin: 3em auto 0;
	padding: 10px 14px;
}
.newsletter-tp {
	padding: 4em 0;
}
.w3ls-heading h3, .w3ls-heading h2, .offer h2 {
	font-size: 2.5em;
}
.footer {
	padding: 3em 0;
}
.ftr-grid h3 {
	margin-bottom: 1em;
}
.ftr-grid.fg2.mid-gd {
	margin: 1.5em 0;
}
.w3_wthree_agileits_icons.main-grid-border {
	padding: 3em 0;
}
.typo {
	padding: 3em 0;
}
.contact {
	padding: 3em 0;
}
.contact-left {
	margin-top: 2em;
}
.contact-agileinfo {
	margin-top: 3em;
}
.w3layouts-banner-1 {
	background-position: 0 -102px;
}
.banner-bottom {
	padding: 3em 0 1em;
}
.w3ls_banner_bottom_grids {
	margin-top: 3em;
}
.agileits_services_grid {
	margin-bottom: 2em;
}
.offer {
	padding: 3em 0;
}
.agile_offer_grid {
	float: left;
	width: 33.33%;
}
.w3l_services_footer_top_left {
	margin-bottom: 2em;
}
.projects {
	padding: 3em 0 1em;
}
.projects-agile {
	margin-top: 3em;
}
.projects-w3lgrids {
	margin-bottom: 2em;
	float: left;
	width: 50%;
}
}
 @media (max-width:800px) {
.navbar-header {
	width: auto;
	float: none;
}
.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
}
.nav-links .navbar-brand {
	padding: 10px 0;
}
.navbar-toggle {
	background: #20232e;
	border-radius: 0;
	border: none;
	margin: 25px 0 0 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
div#myNavbar {
	width: 100%;
	float: none;
	margin: 0;
	background: #20232e;
	padding: 0;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #ed1c24;
	color: #fff;
	border-color: #bd161d;
}
.nav-links .navbar-inverse .navbar-nav>.active>a, .nav-links .navbar-inverse .navbar-nav>.active>a:focus, .nav-links .navbar-inverse .navbar-nav>.active>a:hover {
	background-color:#f49e23;
	color: #fff;
	border-color:#f49e23;
}
.nav-links .navbar-inverse .navbar-nav>li>a:hover {
	background-color: #f49e23;
	border-color: #f49e23;
	color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-nav {
	float: none;
	margin: 0;
}
.nav-links .navbar-nav>li>a {
	padding: 12px 20px;
	color: #fff;
	border-top: #2c3040 solid 1px;
	font-size: 14px;
	clear: both;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.in {
	overflow-y: auto;
	display: block !important;
}
.navbar-nav > li {
	float: none;
}
.agile_short_dropdown {
	background: #393e50;
	position: relative;
	width: 100%;
}
.agile_short_dropdown li a {
	border-top: #474d63 solid 1px;
	color: #fff;
	font-size: 14px;
	padding: 12px 35px
}
}
 @media (max-width:768px) {
.w3ls_banner_section {
	padding-top: 8em;
}
.courses-info, .faculty-info, .newadmission-info {
	padding: 25px 12px;
}
.banner-bottom-cources p, .banner-bottom-cources li {
	font-size: 12px;
}
.banner-bottom-cources h3 {
	font-size: 17px;
}
.w3l_banner_bottom_left {
	padding: 0 1em;
	margin-top: 1.3em;
}
.w3l_banner_bottom_left h3, .w3ls-heading h3, .w3ls-heading h2, .offer h2 {
	font-size: 2em;
	line-height: 40px;
}
.testimonials, .testimonials-left-w3 {
	min-height: inherit;
}
.ftr-grid.fg1 {
	margin-bottom: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	background-size: 60%;
	background-repeat: repeat;
}
.programs_details .pro_img {
	padding-left: 0;
}
.nav-tabs > li > a {
	font-size: 1.3em;
	padding-left: 25px;
	padding-right: 25px;
}
ul.course_structure_ul li {
	width: 117px;
}
#fee_structure .col-sm-5, #first .col-sm-4, #second .col-sm-4, #third .col-sm-4, #forth .col-sm-4, #fifth .col-sm-4 {
	width: 50%;
}
.fee_structure .sub_heading {
	font-size: 19px;
}
.fee_structure .price {
	font-size: 40px;
}
.fee_structure .price sup {
	font-size: 22px;
}
.fee_structure .price sub {
	font-size: 25px;
}
#first, #second, #third, #forth, #fifth {
	margin-left: -15px;
	margin-right: -15px;
}
.contact_form label.col-sm-2 {
	width: 27%;
}
.contact-main {
	margin-bottom: 30px;
}
}
 @media(max-width:736px) {
.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	padding-left: 15px;
}
.navbar-toggle {
	margin-right: 15px;
}
.hdr-w3left.navbar-left {
	float: left;
}
.services-right-grid {
	margin-bottom: 1em;
}
.services-right-grids:nth-child(2) {
	margin: 0em 0 0 0;
}
.testimonials {
	padding: 3em 0;
}
.w3ls_banner_section {
	padding-top: 7em;
}
.courses-info, .faculty-info, .newadmission-info {
	padding-left: 20px;
	padding-right: 20px;
}
section {
	padding: 2em 0;
}
.projects {
	padding-top: 2em;
}
.projects p {
	font-size: 13px;
}
.testimonials-left-w3 {
	padding: 1.5em;
}
.counter_bg .col-sm-3 {
	width: 25%;
	float: left;
}
.counter_bg p {
	font-size: 15px;
	line-height: 22px;
}
ul.course_structure_ul li {
	width: 115px;
}
#fee_structure .col-sm-5, #first .col-sm-4, #second .col-sm-4, #third .col-sm-4, #forth .col-sm-4, #fifth .col-sm-4 {
	width: 50%;
	float: left;
}
.placement_bg .col-sm-3 {
	width: 33.33%;
	float: left;
}
.gallery_bg .col-md-4 {
	width: 50%;
	float: left;
}
}
 @media (max-width:667px) {
.w3ls_banner_section h3 {
	font-size: 1.7em;
	line-height: 35px;
}
.w3ls_banner_section {
	padding-top: 6.5em;
}
/*.w3layouts-banner {

    min-height: 280px;

}*/

.flip-container, .back {
	height: 329px;
}
.back {
	padding: 7em 1em 0;
}
.testimonials-left-w3 {
	min-height: 420px;
}
.newsletter-agile input[type="submit"] {
	width: 22%;
}
.testi-w3agileinfo .tab-content {
	width: 76%;
}
.agile_offer_grid h4 {
	font-size: 14px;
}
.nav-tabs > li > a {
	font-size: 1.14em;
	padding-left: 25px;
	padding-right: 25px;
}
ul.course_structure_ul li {
	margin-right: 10px;
}
.fee_structure {
	padding: 20px;
}
.fee_structure .sub_heading {
	font-size: 17px;
}
}
 @media (max-width:640px) {
.w3l_services_footer_top_right_main_l h3 {
	padding-right: 1em;
}
.w3ls_banner_section {
	padding-top: 5.5em;
}
.counter_bg p {
	font-size: 14px;
	line-height: 22px;
}
.nav-tabs > li > a {
	padding-left: 20px;
	padding-right: 20px;
}
ul.course_structure_ul li {
	width: 110px;
}
.bottom_highlight .heading span {
	font-size: 35px;
}
}
 @media (max-width:600px) {
.flip-container, .back {
	width: 100%;
	height: 290px;
}
.back {
	padding: 6em 1em 0;
}
.w3ls_banner_section h3 {
	font-size: 1.6em;
	line-height: 30px;
}
.w3ls_banner_section p {
	width: 100%;
}
.agile_offer_grid h4 {
	font-size: 16px;
}
.w3l_services_footer_top_right_main_l1 {
	margin: 0 1em;
}
}
 @media (max-width:568px) {
.w3ls_banner_section h3 {
	font-size: 1.5em;
}
.flip-container, .back {
	width: 100%;
	height: 269px;
}
.back {
	padding: 5em 1em 0;
}
.agile_offer_grid {
	width: 100%;
	margin-bottom: 2em;
}
.projects h4 {
	letter-spacing: 0;
}
.projects-w3lgrids {
	width: 100%;
}
.counter_bg .col-sm-3 {
	width: 100%;
	float: left;
}
.counter_bg p {
	font-size: 16px;
	line-height: 22px;
}
.nav-tabs > li > a {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1em;
}
ul.course_structure_ul li {
	width: 95px;
	font-size: 40px;
	line-height: 30px;
}
ul.course_structure_ul li sup, ul.course_structure_ul li span {
	font-size: 24px;
}
.fee_structure .sub_heading {
	font-size: 14px;
}
.fee_structure .price sup {
	font-size: 18px;
}
.fee_structure .price sub {
	font-size: 20px;
}
.fee_structure .price {
	font-size: 30px;
}
}
 @media (max-width:480px) {
.w3ls_banner_section h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 1.5px;
}
.w3ls_banner_section {
	padding: 6em 0 2em;
}
/*.w3layouts-banner {

    min-height: 345px;

}*/

.testimonials-left-w3 {
	min-height: 303px;
}
.newsletter-agile input[type="submit"] {
	width: 28%;
}
.flip-container, .back {
	width: 100%;
	height: 220px;
}
.back {
	padding: 3em 1em 0;
}
.w3ls-heading h3, .w3ls-heading h2 {
	font-size: 2.2em;
}
.w3ls-heading p.sub {
	font-size: 13px;
	letter-spacing: 2px;
}
.w3l_services_footer_top_right_main_l h3 {
	font-size: 1em;
}
.w3l_services_footer_top_right_main_r {
	width: 47%;
}
.projects-w3lgrids {
	width: 100%;
	padding: 0;
}
.top_social {
	display: none;
}
.programs_details .heading {
	font-size: 1.5em
}
.structure_box .heading {
	font-size: 1em;
}
.nav-tabs > li > a img {
	height: 35px;
}
.nav-tabs {
	padding: 0;
}
.nav-tabs > li {
	width: 33.33%;
}
.nav-tabs > li > a {
	font-size: 11px;
	padding: 10px 0px;
	margin-right: 0;
	height: 100px;
}
ul.course_structure_ul li {
	width: 18.5%;
	font-size: 25px;
	line-height: 25px;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 5px;
}
ul.course_structure_ul li sup, ul.course_structure_ul li span {
	font-size: 15px;
	margin-top: 0;
}
#fee_structure .col-sm-5, #first .col-sm-4, #second .col-sm-4, #third .col-sm-4, #forth .col-sm-4, #fifth .col-sm-4 {
	width: 100%;
}
#fee_structure .col-sm-5 {
	margin-bottom: 25px;
}
.fee_structure .sub_heading {
	font-size: 18px;
}
.fee_structure .price {
	font-size: 35px;
}
.table.overview_table tbody td, .table.overview_table th {
	display: block;
	border-right: none;
}
.contact_form .col-sm-12, .contact_form .col-sm-6 {
	padding-right: 0;
}
.contact_form label.col-sm-2 {
	width: 100%;
	margin-bottom: 15px;
}
.radio-inline {
	margin: 5px 18px 0;
	width: auto;
}
.contac-info i {
	top: 20px;
}
}
 @media (max-width:414px) {
.hdr-w3left.navbar-left {
	width: 100%;
}
.search-grid {
	width: 100%;
	margin: 19px auto 0;
}
/*.w3layouts-banner {

    min-height:180px;

}*/

.w3ls_banner_section {
	padding-top: 3.4em;
}
.agile-team-grids {
	margin-top: 3em;
}
.back {
	padding: 8em 1em 0;
}
.team-grid {
	width: 100%;
}
.flip-container, .back {
	width: 100%;
	height: 396px;
}
.testimonials-left-w3 {
	min-height: 260px;
}
.newsletter-agile input[type="email"] {
	width: 64%;
}
.newsletter-agile input[type="submit"] {
	width: 32%;
}
.w3layouts-banner-1 {
	background-position: 0;
}
.w3l_services_footer_top_right_main_r {
	width: 100%;
	margin-top: 1em;
}
.projects-w3imgtext {
	min-height: inherit;
}
.banner_heading {
	font-size: 1.5em;
	line-height: 25px;
}
.w3layouts-banner-1 .container {
	padding-top: 6%;
}
.table-fill th.text-left {
	text-align: center;
}
.placement_bg .col-sm-3 {
	width: 50%;
}
.gallery_bg .col-md-4 {
	width: 100%;
	float: left;
}
.bottom_highlight {
	padding: 1em 0;
}
.bottom_highlight .heading {
	font-size: 20px;
	line-height: 35px;
}
.bottom_highlight .heading span {
	font-size: 25px;
}
}
 @media (max-width:384px) {
.w3ls_banner_section h3 {
	font-size: 1.2em;
}
.w3ls-heading h3, .w3ls-heading h2, .offer h2 {
	font-size: 2em;
}
.w3l_banner_bottom_left {
	padding: 0;
}
.flip-container, .back {
	height: 360px;
}
}
 @media (max-width:375px) {
.flip-container, .back {
	height: 350px;
}
.w3ls_banner_section {
	padding-top: 3em;
}
.w3ls_banner_section h3, .testimonials-left-w3 .w3ls_head, .w3ls_head {
	font-size: 1.6em;
}
.testi-w3agileinfo {
	padding-left: 25px;
	padding-right: 25px;
}
.nav-links .navbar-brand img {
	height: 60px;
}
.ftr-grid.fg2 {
	padding-left: 20px;
	padding-right: 20px;
}
.banner_heading {
	font-size: 1.3em;
}
.bottom_highlight .heading {
	font-size: 20px;
	line-height: 35px;
}
.bottom_highlight .heading span {
	font-size: 22px;
}
}
 @media (max-width:320px) {
.nav-links .navbar-brand img {
	height: 50px;
}
.navbar-toggle {
	margin-top: 20px;
}
.w3ls_banner_section h3, .testimonials-left-w3 .w3ls_head, .w3ls_head {
	font-size: 1.4px;
}
.w3ls_banner_section {
	padding-top: 2.5em;
}
.more-button {
	margin: 2em 0 0;
}
/*.w3layouts-banner {

    min-height: 140px;

}*/

.services {
	padding: 2em 0;
}
.w3ls-heading h3, .w3ls-heading h2, .offer h2 {
	font-size: 1.7em;
}
.w3layouts-grids {
	margin-top: 2em;
}
.services-right-grid {
	padding: 0;
}
.services-icon-info h5 {
	font-size: 1.2em;
}
.w3l_banner_bottom_left h3 {
	font-size: 1.5em;
}
.team {
	padding: 2em 0 1em;
}
.agile-team-grids {
	margin-top: 2em;
}
.flip-container, .back {
	height: 285px;
}
.back {
	padding: 6em 1em 0;
}
.w3ls_head {
	font-size: 26px;
}
.testimonials {
	padding: 2em 0;
	min-height: 390px;
}
.testi-w3agileinfo .nav-tabs li {
	width: 25%;
}
.testi-w3agileinfo .tab-content {
	width: 88%;
	padding: 1em 1em;
}
.testimonials-left-w3 {
	min-height: 190px;
}
.testi-w3agileinfo {
	margin-top: 2em;
}
.newsletter-tp {
	padding: 2em 0;
}
.newsletter-agile {
	width: 100%;
	margin: 2em auto 0;
	padding: 10px 9px;
}
.newsletter-agile p {
	font-size: 0.85em;
}
.newsletter-agile input[type="submit"] {
	font-size: 0.8em;
}
.newsletter-agile input[type="email"] {
	width: 66%;
	font-size: 13px;
}
.footer {
	padding: 2em 0;
}
.fg2.mid-gd {
	margin: 1.5em 0;
}
.ftr-grid h3 {
	font-size: 1.1em;
}
.right-w3-2 {
	width: 85%;
}
.w3_wthree_agileits_icons.main-grid-border {
	padding: 2em 0;
}
.typo {
	padding: 2em 0;
}
.contact {
	padding: 2em 0;
}
.contact-agileinfo {
	margin-top: 2em;
}
.contact-right {
	padding: 0;
}
.contact-left {
	padding: 0;
}
.agileits-w3layouts-map iframe {
	min-height: 250px;
}
.w3layouts-banner-1 {
	min-height: 110px;
}
.banner-bottom {
	padding: 2em 0 1em;
}
.w3ls_banner_bottom_grids {
	margin-top: 2em;
}
.agileits_services_grid {
	padding: 0;
}
.offer {
	padding: 2em 0;
}
.projects {
	padding: 2em 0 1em;
}
.projects-agile {
	margin-top: 2em;
}
.projects-w3lgrids {
	padding: 0;
}
.projects h4 {
	font-size: 22px;
}
.fee_structure .sub_heading {
	font-size: 15px;
}
.bottom_highlight .heading {
	font-size: 18px;
	line-height: 30px;
}
.bottom_highlight .heading span {
	font-size: 20px;
}
}

/*-- //Responsive--*/
