@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900');
html, body {
	height: 100%;
	width: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
body {
	background: #fff;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-family: 'Lato', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #c41e03;
}
a:hover {
	color: #000;
}
a, a:hover, a:focus, a:link {
	outline: 0 none;
	text-decoration: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img {
	max-width: 100%;
}
.alignleft {
	float: left;
}
img.alignleft {
	margin: 8px 15px 10px 0;
	border: 6px double #ddd;
	box-shadow: 5px 5px 40px -20px;
	-webkit-box-shadow: 5px 5px 40px -20px;
}
img.alignright {
	margin: 8px 0 10px 15px;
	border: 6px double #ddd;
	box-shadow: 5px 5px 40px -20px;
	-webkit-box-shadow: 5px 5px 40px -20px;
}
img.aligncenter {
	margin-bottom: 10px;
}
p {
	margin-bottom: 20px;
}
section {
	padding: 60px 0;
}
.padding-none {
	padding: 0;
}
.padding-left {
	padding-left: 0;
}
.padding-right {
	padding-right: 0;
}
.section-title h2 {
	color: #323232;
	margin-bottom: 15px;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
}
.section-title h2 span {
	color: #c41e03;
}
.line {
	width: 98px;
	height: 2px;
	background: #000;
	display: inline-block;
	margin-bottom: 35px;
}
.line.white {
	background: #fff;
}
.mp_btn {
	background: #c41e03;
	height: 46px;
	min-width: 180px;
	padding: 0 18px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	border: medium none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
}
.mp_btn.white {
	background: #fff;
	color: #000;
}
.mp_btn:hover {
	background: #000;
	color: #fff;
}
.mp_btn.large {
	min-width: 230px;
	height: 48px;
	line-height: 48px;
}
::selection {
	background: #c41e03;
	color: white;
}

::-moz-selection {
 background: #c41e03;
 color: white;
}
.Page-heading {
	text-align: center;
	background-image: url('../images/page-heading-bg.jpg');
	background-size: cover;
	height: 185px;
	background-position: center;
}
.Page-heading .page-table {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.Page-heading .page-table .page-cell {
	display: table-cell;
	vertical-align: middle;
}
.Page-heading .page-table .page-cell h1 {
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	text-transform: capitalize;
}
.breadcrumbs {
    color: #fff;
	font-weight: 600;
}
section#bcn_widget-2 {
    padding: 0;
}
.breadcrumbs a {
    color: #fff;
}
.Page-heading .page-table .page-cell h1::after {
	height: 3px;
	width: 200px;
	content: '';
	position: absolute;
	background: #fff;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.Page-heading ol {
	margin-top: 20px;
}
.Page-heading li {
	display: inline-block;
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	position: relative;
}
.Page-heading li.breadcrumb-item.active::after {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 0px;
	left: -20px;
	color: #fff;
	font-size: 16px;
}
.Page-heading li a {
	color: #fff;
}
.Page-heading li.breadcrumb-item.active {
	margin-left: 30px;
}
header {
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
header.main_inner-header {
	position: relative;
}
.head-top {
	background: #393939;
	border-top: 3px solid #c41e03;
	min-height: 45px;
}
.head-top .navbar {
	padding: 0
}
.head-top .navbar-nav li {
	position: relative;
}
.head-top .navbar-nav li a.nav-link {
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0 10px;
	display: block;
	margin: 0 1px;
	position: relative;
}
.head-top .navbar-nav li:first-child > a {
	margin-left: 0
}
.head-top .navbar-nav li:hover > a.nav-link, .head-top .navbar-nav li.current-menu-item > a.nav-link {
	background: #c41e03;
}
.head-top .navbar-nav li ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: rgba(0, 0, 0, 0.9);
	min-width: 690px;
	z-index: 99;
	border: 0;
}
.head-top .navbar-nav li#menu-item-251 ul.sub-menu {
	left: inherit;
	right: 0;
}
.head-top .navbar-nav li ul.sub-menu li {
	width: 48%;
	float: left;
	margin: 0 5px;
}
.head-top .navbar-nav li#menu-item-30 ul.sub-menu {
	min-width: 870px;
}
.head-top .navbar-nav li#menu-item-30 ul.sub-menu li {
	width: 32%;
}
.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	position: absolute;
	right: 5px;
	top: 25px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	line-height: 24px;
	text-align: center;
	border-bottom: 0;
	position: absolute;
	top: 23px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.navbar-nav.sm-collapsible a.has-submenu {
	padding-right: 18px;
}
.navbar-nav.sm-collapsible .caret::before {
	content: '';
	font-family: monospace;
	font-weight: bold;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
}
.menu-item a .menu-image {
	border: 1px solid rgba(255, 255, 255, 0.8);
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}
.head-top .navbar-nav li ul.sub-menu li a {
	background: none;
	color: #fff;
	display: block;
	padding: 12px 8px;
	border-bottom: 1px solid #3f3f3f;
	transition: all ease-in 0.3s;
	text-transform: capitalize;
	line-height: 20px;
	font-size: 14px;
	border-radius: 0;
	min-height: 64px;
}
.head-top .navbar-nav li ul.sub-menu li:hover a {
	background: #c41e03;
	color: #fff;
	padding: 12px 10px;
	transition: all ease-in 0.3s
}
.head-top .navbar-nav li ul.sub-menu li a .menu-image-title {
	line-height: 1.3;
	vertical-align: middle;
	display: table-cell;
	height: 38px;
}
.search_icon {
	width: 44px;
	float: right;
	height: 48px;
	line-height: 48px;
	background: #c41e03;
	text-align: center;
}
.search_icon i {
	color: #fff;
}
.search_bar {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	z-index: 9999999;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	padding: 25% 0
}
.search_bar i {
	color: #fff;
	font-size: 30px;
	border: 2px solid #fff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	margin-bottom: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999999
}
.search_bar input[type=search] {
	background: #fff;
	border: 0;
	padding: 0 20px;
	height: 50px;
	color: #000;
	width: 40%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.search_bar input[type=submit] {
	background: #c41e03;
	border: 0;
	padding: 0 20px;
	line-height: 50px;
	height: 50px;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.header_bottom {
	padding: 5px 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1)
}
.header_bottom .cell {
    margin: 7px 25px 0 0;
    display: inline-block;
    position: relative;
    padding-left: 42px;
    line-height: 18px;
    font-size: 14px;
}
.header_bottom .cell i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	color: #c41e03;
}
.header_bottom .cell a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #c11e03;
}
.header_bottom .cell a.get_direction {
	display: inline-block;
	background: #000000;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	border-radius: 3px;
	padding: 0 5px;
	font-weight: normal;
}
.header_bottom .cell a.get_direction:hover {
	background: #c41e03;
}
.mp_social {
	position: fixed;
	left: 0;
	top: 30.5%;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	padding: 6px 0 0;
	z-index: 99999;
	right: auto;
}
.mp_social a {
	display: block;
	margin-bottom: 2px;
}
.mp_social a i {
	width: 36px;
	text-align: center;
	color: #fff;
	height: 36px;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	line-height: 36px;
}
.mp_social .fa.fa-facebook {
	background: #3b5999	
}
.mp_social .fa.fa-instagram {
	background: #e4405f;
}
.mp_social .fa.fa-youtube-play {
	background: #c11e03;
}
.mp_social a:hover i {
	color: #fff;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.home-slider {
	margin: 48px auto 0;
	overflow: hidden;
	height: 850px;
	position: relative;
}
.home-slider.style2 .carousel:hover .carousel-item .slider-thumb {
	display: none;
}
.home-slider .carousel .carousel-control-prev, .home-slider .carousel .carousel-control-next {
	width: 5%;
}
.home-slider .carousel .slider-fade-thumb {
	width: 100%;
}
.home-slider .carousel .carousel-item .slider-thumb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.home-slider .carousel .carousel-item .top-hero {
	background-image: -moz-linear-gradient(90deg, #000000 0%, #5a5a5a 100%);
	background-image: -webkit-linear-gradient(90deg, #000000 0%, #5a5a5a 100%);
	background-image: -ms-linear-gradient(90deg, #000000 0%, #5a5a5a 100%);
	width: 50%;
	height: 100%;
	opacity: 0.5;
	top: 0;
	position: absolute;
	left: 0;
	transition: all 0.9s ease;
}
.home-slider .carousel .carousel-item .bottom-hero {
	background-image: -moz-linear-gradient(90deg, #c41e03 0%, #7f1318 100%);
	background-image: -webkit-linear-gradient(90deg, #c41e03 0%, #7f1318 100%);
	background-image: -ms-linear-gradient(90deg, #c41e03 0%, #7f1318 100%);
	height: 100%;
	width: 50%;
	opacity: 0.5;
	right: 0;
	position: absolute;
	left: inherit;
	top: 0;
	transition: all 0.9s ease;
}
.home-slider .carousel:hover .carousel-item .top-hero {
	left: -50%;
	transition: all 0.9s ease;
}
.home-slider .carousel:hover .carousel-item .bottom-hero {
	right: -50%;
	transition: all 0.9s ease;
}
.home-slider .carousel:hover .request-info {
	opacity: 1;
	background: rgba(196, 30, 3, 0.8);
}
.home-slider .carousel:hover .request-info .form-cell .mp_btn {
	background: #fff;
	color: #000;
}
.home-slider .carousel:hover h1 span span.black {
	background: #c41e03;
}
.home-slider .carousel .carousel-caption {
	top: 35%;
}
.home-slider .carousel .carousel-caption h3 {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.2;
}
.home-slider .carousel .carousel-caption h3.p_top {
	line-height: 4.4em;
}
.home-slider .carousel .carousel-caption h3 img {
	float: left;
	width: 35%;
	margin-right: 15px;
	margin-top: -30px;
}
.home-slider .carousel .request-info {
	background: rgba(0, 0, 0, 0.5);
	text-align: left;
	padding: 18px;
	width: 350px;
	border-radius: 10px;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 18%;
}
.home-slider .carousel .request-info .g-recaptcha {
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	transform-origin: top left;
	margin-bottom: 25px;
}
.home-slider .carousel .request-info h2 {
	font-size: 28px;
	color: #fff;
	line-height: 1;
	margin: 0;
}
.home-slider .carousel .request-info p {
	font-size: 13px;
	margin-bottom: 0;
	color: #fff;
}
.home-slider .carousel .request-info .form-cell .form-control {
	background: none;
	box-shadow: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	margin-bottom: 25px;
	padding: 8px 10px;
}
.home-slider .carousel .request-info .form-cell .error:empty {
	display: none;
}
.home-slider .carousel .request-info .form-cell .error {
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.98);
	width: 91%;
	border-radius: 0 0 5px 5px;
	font-size: 12px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	line-height: 1;
}
.home-slider .carousel .request-info .form-cell textarea.form-control {
	height: 70px;
}
.home-slider .carousel .request-info .form-cell select.form-control {
	background: url(../images/down-arrow.png) no-repeat 95% 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.home-slider .carousel .request-info .form-cell select.form-control option {
	color: #000
}
.home-slider .carousel .request-info .form-cell .mp_btn {
	margin-top: 10px;
}

.home-slider .carousel .request-info .form-cell .form-control::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
.home-slider .carousel .request-info .form-cell .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.home-slider .carousel .request-info .form-cell .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.home-slider .carousel .request-info .form-cell .form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
}
.home-slider .carousel .carousel-caption h1 {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	line-height: 1;
	margin: 0 0 15px;
}
.home-slider .carousel .carousel-caption h1 span {
	font-size: 34px;
	font-weight: 500;
}
.home-slider .carousel .carousel-caption p.slide-desc {
	font-size: 22px;
	text-align: left;
}
.home-slider .carousel .carousel-caption .mp_btn.large {
	height: 50px;
	min-width: 300px;
	text-align: center;
	border: 2px solid #fff;
	line-height: 46px;
	padding: 0 15px;
	font-size: 20px;
	text-transform: uppercase;
}
.about_sec {
	background: url(../images/pat_bg.jpg);
}
.about_sec .mp_btn {
	margin-top: 20px;
}
#programewe_offer {
	background: url(../images/services_bg.jpg) no-repeat center top;
	background-size: cover;
}
#programewe_offer.gray {
	background: #f2f2f2;
	color: #000;
}
#programewe_offer.gray {
	background: #f2f2f2;
	color: #000;
}
#programewe_offer .section-title h2 {
	color: #fff;
	text-align: left;
}
#programewe_offer.gray .mp_services .offer_box {
	margin-bottom: 30px;
	box-shadow: 2.828px 2.828px 32px 0px rgba(0, 0, 0, 0.14);
}
#programewe_offer .mp_services .offer_box {
	background: #fff;
	border-radius: 10px;
	margin: 0 15px;
	overflow: hidden;
	text-align: center
}
#programewe_offer .mp_services .offer_box .icon {
	position: relative;
}
#programewe_offer .mp_services .offer_box .icon img {
	height: 203px;
	object-fit: cover;
	width: 100%;
}
#programewe_offer .mp_services .offer_box .icon .info {
	position: absolute;
	right: 0;
	top: 0;
	background: #c41e03;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	border-radius: 0 0 0 5px;
}
#programewe_offer .mp_services .offer_box .desc {
	padding: 15px 10px;
}
#programewe_offer .mp_services .offer_box .desc h2 a {
	color: #000;
}
#programewe_offer .mp_services .offer_box .desc h2 a:hover {
	color: #c41e03;
}
#programewe_offer .mp_services .offer_box h2 {
	font-size: 16px;
	min-height: 70px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 8px;
	margin-bottom: 15px;
	font-weight: 600;
}
#programewe_offer .mp_services .offer_box .mp_btn {
	background: #c41e03;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	min-width: 147px;
	color: #fff;
}
#programewe_offer.gray .mp_services .offer_box .mp_btn {
	background: #c41e03;
}
#programewe_offer.gray .mp_services .offer_box .mp_btn:hover {
	background: #000;
}
#programewe_offer .slick-prev, #programewe_offer .slick-next {
	top: -85px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	background-position: 47% 45%;
}
#programewe_offer .slick-prev:hover, #programewe_offer .slick-next:hover {
	background-color: #c41e03
}
#programewe_offer .slick-prev {
	left: auto;
	right: 65px;
}
#programewe_offer .slick-next {
	right: 20px;
}
#featured_programs {
	background: #c41e03 url(../images/red_bg.jpg) no-repeat center top;
	color: #fff;
	padding: 40px 0;
}
#featured_programs .section-title h2 {
	color: #fff;
}
#featured_programs .line {
	margin-bottom: 15px;
}
#featured_programs p {
	margin-bottom: 30px;
}
#featured_programs .program_box {
	background: #fff;
	border-radius: 10px;
	text-align: center;
	color: #000;
}
#featured_programs .program_box .icon {
	margin-bottom: 10px;
}
#featured_programs .program_box a {
	color: #000;
	display: block;
	padding: 15px;
	min-height: 0px;
}
#featured_programs .program_box h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
#apply_sec {
	background: #fff url('../images/pat_bg.jpg');
	min-height: 512px;
	position: relative;
}
#apply_sec .section-title h2 {
	font-weight: bold;
}
#apply_sec .line {
	margin: 0 0 15px;
}
.apply_sec_in {
	background: url('../images/financial_aid_bg.png') no-repeat center top;
	top: 35px;
	color: #000;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 250px 0 30px;
}
#apply_sec h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0 10px;
}
#apply_sec p {
	font-size: 16px;
	margin: 0 0 30px;
}
#apply_sec .call_btn .mp_btn.black {
	background: #000;
}
#apply_sec .call_btn .mp_btn.black:hover {
	background: #c41e03;
}
#apply_sec .call_btn a {
	margin: 0 8px;
}
#student_corner {
	padding-bottom: 40px;
}
#student_corner_title {
	background: url(../images/student_corner_bg.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 180px;
}
#student_corner_title .section-title h2 {
	color: #fff;
}
#student_corner {
	background: #f2f1f2;
}
#student_corner .mp_campus_location, #student_corner .mp_student_corner {
	margin: -233px 0 0;
}
#student_corner .mp_student_corner .mp_post {
	margin: 0 15px 20px;
}
#student_corner .sc_posts {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	color: #000;
	box-shadow: 2px 2px 22px 0px rgba(0, 0, 0, 0.1);
}
#student_corner .sc_posts .desc {
	padding: 15px;
}
#student_corner .sc_posts .desc h3 {
	font-size: 22px;
	min-height: 70px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#student_corner.mp_contact_campus .sc_posts .desc h3 {
	text-align: left;
	min-height: 65px;
}
#student_corner .sc_posts .desc h3 span {
	font-size: 16px;
	color: #c41e03;
	display: block;
	margin-top: 10px;
}
#student_corner.mp_contact_campus .sc_posts .desc h3 a {
	color: #000;
}
#student_corner.mp_contact_campus .sc_posts .desc h3 span {
	margin: 0;
}
#student_corner .sc_posts .desc p {
	min-height: 170px;
}
#student_corner.mp_contact_campus .sc_posts .desc p {
	min-height: inherit;
	text-align: left;
}
#student_corner.mp_contact_campus .sc_posts .desc .mp_address i {
	color: #c41e03;
	margin: 4px 18px 0 0;
	float: left;
	margin-bottom: 12px;
}
#student_corner .sc_posts .desc .mp_btn {
	margin-bottom: 10px;
}
#student_corner.mp_locations {
	margin: 0;
}
#student_corner .slick-prev, #student_corner .slick-next {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	background-position: 47% 45%;
	background-color: #000;
}
#student_corner .slick-prev:hover, #student_corner .slick-next:hover {
	background-color: #c41e03
}
#testimonials {
	background: url(../images/testimonials_bg.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}
#testimonials .section-title h2 {
	color: #fff;
}
#testimonials .mp_testimonials p {
	font-style: italic;
	margin-bottom: 40px;
}
#testimonials .mp_testimonials .name {
	font-style: italic;
	font-size: 22px;
	font-weight: 600;
}
#testimonials .mp_testimonials .slick-dots li.slick-active button::before {
	color: #d2232a;
	font-size: 65px;
	opacity: 1;
}
#testimonials .mp_testimonials .slick-dots li button::before {
	font-size: 55px;
	color: #fff;
	opacity: 0.5;
}
#acs_blog_post {
	background: #f2f1f2;
}
#acs_blog_post .blog_post {
	background: #fff;
	padding: 8px;
	border: 1px solid #e7e7e7;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 2.828px 2.828px 32px 0px rgba(0, 0, 0, 0.14);
}
.mp_blog_page #acs_blog_post .blog_post{
	min-height:500px;
}
#acs_blog_post .blog_post.full .thumb {
	width: 100%;
}
#acs_blog_post .blog_post .thumb img {
	float: left;
	width: 100%;
	object-fit: cover;
	height: 220px;
}
#acs_blog_post .blog_post .thumb {
	float: left;
	width: 200px;
	position: relative;
}
#acs_blog_post .blog_post .thumb .date {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #c41e03;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 4px;
}
#acs_blog_post .blog_post.full .post_desc {
	width: 100%;
}
#acs_blog_post .blog_post .post_desc {
	float: left;
	width: 60%;
	padding: 10px;
	background: #fff;
}
#acs_blog_post .blog_post .post_desc h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}
#acs_blog_post .blog_post.full .post_desc h2 {
	margin-bottom: 0;
	line-height: 27px;
	min-height: 65px;
}
#acs_blog_post .blog_post .post_desc h2 a {
	color: #323232;
}
#acs_blog_post .blog_post .post_desc h2:hover a {
	color: #c41e03;
}
#acs_blog_post .blog_post .post_desc p {
	line-height: 26px;
	margin-bottom: 16px;
}
#acs_blog_post .blog_post .post_desc p a {
	color: #c41e03;
	font-weight: bold;
	margin-left: 5px;
}
#acs_blog_post .blog_post .post_desc p a:hover {
	color: #323232;
}
#acs_blog_post .mp_btn {
	margin: 15px 0 0;
}
#acs_blog_post.mp_blog_page .blog_post .thumb img {
	height: 250px;
	object-fit: cover;
	width: 100%
}
#acs_blog_post.mp_blog_page .blog_post.full .post_desc h2 {
	line-height: 30px;
	min-height:90px;
}
#accreditation .accreditation_logo .logo {
	text-align: center;
}
#accreditation .accreditation_logo .logo img {
	margin: 0 15px;
	display: inline-block;
}
footer {
	background: url(../images/footer_bg.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
	padding-top: 30px;
}
footer .section-title h2 {
	color: #fff;
	font-size: 30px;
}
footer .footer_nav {
	border-top: 1px solid #696969;
	padding-top: 25px;
}
footer .mp_address address {
	margin-bottom: 25px;
}
footer .mp_address address h4 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 27px;
}
footer .mp_address address h4 a {
	color: #fff;
}
footer .mp_address address h4:hover a {
	text-decoration: underline;
}
footer .mp_address address p {
	position: relative;
	padding-left: 30px;
}
footer .mp_address address p i {
	position: absolute;
	left: 0;
	top: 5px;
}
footer .footer_nav ul {
	text-align: center;
}
footer .footer_nav ul li {
	display: inline-block;
	margin: 0 10px;
}
footer .footer_nav ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 0
}
footer .footer_nav ul li:hover a {
	color: #c41e03;
}
footer .footer-bar {
	background: #c41e03;
	margin-top: 40px;
	min-height: 53px;
	padding: 10px 0;
}
footer .footer-bar p {
	margin: 0;
}
footer .footer-bar .social-links a {
	display: inline-block;
	margin: 0 25px 0 0;
	color: #fff;
	font-size: 22px;
}
footer .footer-bar .social-links a {
	font-size: 17px;
	margin-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 10px;
	line-height: 20px
}
footer .footer-bar .social-links a:hover {
	color: #e87378;
}
.inner-banner {
	background: url(../images/banner-image-.jpg) no-repeat center top / cover;
	margin-top: 90px;
}
.inner-banner h1 {
	color: #fff;
	padding: 40px 0;
	line-height: 68px;
	font-size: 70px;
}
.inner-banner h1::after {
	position: absolute;
	left: 0;
	content: "";
	background: #c41e03;
	height: 73px;
	width: 7px;
}
.bread-c {
	background: #eee;
}
ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	margin: 0;
}
ul.breadcrumb li {
	display: inline;
	font-size: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}
ul.breadcrumb li a {
	color: #c41e03;
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	color: #333;
	text-decoration: underline;
}
.inner-top {
	background: #fff;
}
.inner-top-img::after {
	position: absolute;
	top: 2%;
	content: "";
	border: 10px solid #c41e03;
	width: 96%;
	height: 94%;
	z-index: 1;
	left: 2%;
}
.inner-top-img {
	position: relative;
}
.inner-top-img img {
	width: 100%;
	box-shadow: 8px 8px 10px 0 #999;
	-webkit-box-shadow: 8px 8px 10px 0 #999;
}
.custom-list li {
	padding-left: 55px;
}
.custom-list li i {
	color: #c41e03;
	font-size: 20px;
	padding-right: 0;
	margin-left: -55px;
	width: 35px;
	height: 35px;
	background: #fff;
	box-shadow: 2px 2px 10px -5px #777;
	text-align: center;
	line-height: 35px;
	border-radius: 100px;
	margin-right: 15px;
}
.td-inner-content {
	display: inline-block;
	background: #f9f9f9;
	padding: 30px;
	border: 4px double #c41e03;
	box-shadow: 5px 5px 40px -20px #111;
	-webkit-box-shadow: 5px 5px 40px -20px #111;
}
.td-inner-content .img-fluid {
	float: left;
	margin: 0 20px 0 0;
	width: 18%;
}
.td-inner-content p {
	margin: 40px 0 0;
	font-size: 23px;
	line-height: 1.4;
}
.courses_main {
	padding: 50px 0;
}
.courses_main figure a {
	display: block;
	color: #fff;
	border: 5px solid rgba(0, 0, 0, 0.7);
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}
.courses_main figure a:hover {
	border: 5px solid rgba(210, 35, 42, 1);
}
.courses_main figure a h3 {
	margin-bottom: 15px;
	font-size: 27px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}
.courses_main figure .overlay_sec {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30% 15px 0;
	content: '';
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}
.courses_main figure:hover .overlay_sec {
	background: rgba(210, 35, 42, 0.8);
	padding: 40% 15px 0;
}
.courses_main figure a:hover h3 {
	display: none;
}
.courses_main figure a img {
	width: 100%;
	margin-bottom: -7px;
}
.courses_main figure .overlay_sec span {
	color: #fff;
	display: inline-block;
	background: rgba(210, 35, 42, 1);
	padding: 10px 15px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: normal;
	border: medium none;
	outline: none;
	cursor: pointer;
}
.courses_main figure .overlay_sec:hover span {
	color: #000;
	background: rgba(255, 255, 255, 1);
}
.courses_main figure .overlay_sec h3 span {
	display: block;
	color: inherit;
	background: none;
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	cursor: pointer;
}
.inner_pages ul li {
	margin-bottom: 10px;
}
.inner_pages ul {
	margin-bottom: 15px;
}
.inner_pages ul li a, .inner_pages p a {
	color: rgba(210, 35, 42, 1);
}
.inner_pages h3 {
	margin-bottom: 15px;
}
.inner_pages .clearfix {
	clear: both;
	width: 100%;
}
.inner_pages hr {
	display: block;
	height: 1px;
	width: 95%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 2em auto;
	padding: 0;
}
.td-inner-bottom {
	display: inline-block;
	background: #f9f9f9;
	padding: 20px;
	margin-top: 20px;
	border: 4px double #c41e03;
	-webkit-box-shadow: 5px 5px 40px -20px #111;
	box-shadow: 5px 5px 40px -20px #111;
}
.bg_parallex {
	background: url(../images/a.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	color: #fff;
}
.bg_parallex h2 {
	margin-bottom: 30px;
}
#student_corner_title.about-sec-2 {
	padding-bottom: 30px;
}
#student_corner_title.about-sec-2 .sub-title {
	color: #fff;
	border-color: #fff
}
 [class*="about-sec"] [class*="wapper2"] {
 color: #fff;
}
 [class*="about-sec"] [class*="wapper1-img"] {
 margin: 0 20px 20px 0;
 color: #fff;
}
[class*="about-sec"] [class*="wapper2"] img {
	margin: 0 0 20px 20px;
}
[class*="about-sec"] [class*="wapper"] .section-title h2 {
	text-align: left;
}
[class*="about-sec"] [class*="wapper"] p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	text-align: left;
}
[class*="about-sec"] [class*="wapper"] img {
	border: 8px solid #c41e03;
}
.sub-title {
	font-size: 22px;
	color: #c41e03;
	border-bottom: 3px solid #c41e03;
	display: inline-block;
	margin: 10px 0 20px;
	padding-bottom: 10px;
}
.sub-title h2 {
	font-size: 24px;
	font-weight: 600;
}
/*.sub-title h2 span {
	color: #000;
}*/
.contact_form .error {
	color: #c41e03;
	font-size: 14px;
	font-style: italic;
	display: block;
	margin: 0 0 15px;
	line-height: 20px;
}
.contact_form .mp_btn.white {
	background: #c41e03;
	height: 46px;
	min-width: 180px;
	padding: 0 18px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	border: medium none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	float: left;
}
.contact_form .form-control {
	margin-bottom: 0;
	height: 48px;
	box-shadow: none;
}
.contact_form .captcha {
	border: 1px solid #e0e0e0;
	max-width: 100%;
	border-radius: 3px;
}
.contact_form textarea.form-control {
	height: 90px;
}
#school_policies .col-sm-4:nth-child(2n) a {
	background: #f4f4f4;
}
#school_policies a {
	display: block;
	color: #000;
	text-align: center;
	border: 1px solid #e0e0e0;
	font-weight: 600;
	border-radius: 10px;
	margin-bottom: 40px;
	min-height: 115px;
	padding: 40px 10px 15px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
}
#school_policies a i {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 40%;
	top: -25px;
	background: #fff;
	color: #000;
	border: 1px solid #e0e0e0;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
}
#school_policies a:hover i {
	background: #c41e03;
	color: #fff;
	border: 1px solid transparent
}
#school_policies .col-sm-4:nth-child(2n):hover a, #school_policies a:hover {
	background: #c41e03;
	color: #fff;
	border: 1px solid #A61801;
}
.mp_instructors_table .tablehead td {
	background: #c41e03;
	color: #fff;
	border: 1px solid #A61801;
	font-weight: bold;
	font-size: 18px;
}
.mp_instructors_table .tablehead td > strong {
	color: #fff;
}
.mp_instructors_table td > strong {
	color: #c41e03;
}
.mp_instructors_table tr td {
	font-size: 16px;
}
.mp_instructors_table tr td p {
	margin: 0;
}
p:empty {
	display: none;
}
#accreditation.accreditation_box .accreditation_logo {
	-webkit-box-shadow: 5px 5px 40px -20px #111;
	box-shadow: 5px 5px 40px -20px #111;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
#accreditation.accreditation_box .accreditation_logo .logo img {
	margin: 0 0 20px;
	height: 110px;
}
#mp_gallery_page .gallery_thum img {
	object-fit: cover;
	width: 100%;
	height: 250px;
	border: 3px double #e0e0e0;
}
#mp_gallery_page .title {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 15px;
	border: 1px solid #e0e0e0;
	color: #000;
}
#mp_gallery_page a:hover .title {
	color: #c41e03
}
.gallery ul.thumbnails li {
	overflow: hidden;
	padding: 0;
}
.gallery ul.thumbnails li a {
	padding: 8px;
	border: 3px double #e0e0e0;
	height: 100%;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.gallery ul.thumbnails li img {
	height: 250px;
	object-fit: cover;
	width: 100%;
	float: left;
}
.gallery ul.thumbnails li a i {
	background: rgba(196, 30, 3, 0.8) none repeat scroll 0 0;
	color: #fff;
	font-size: 30px;
	height: 100%;
	left: -396px;
	margin: 0;
	opacity: 0;
	padding: 0 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 999;
}
.gallery ul.thumbnails li a:hover i {
	left: 0;
	opacity: 1;
}
.gallery ul.thumbnails li a i::before {
	border: 0 none;
	bottom: 0;
	height: 30px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.icon.icon-angle-down {
	display: none;
}
.courses_desc .program_box {
	background: #fff;
	box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	border: 3px double #e0e0e0;
	padding: 15px;
	margin: 0 0 20px 0;
}
.courses_desc .program_box h3 {
	font-size: 22px;
}
.courses_desc .program_box h3 span {
	color: #c41e03;
}
.mp_custom_list {
	border: 1px solid #e0e0e0;
	margin: 0 0 20px;
}
.mp_custom_list li {
	display: block;
	border-bottom: 1px solid #e0e0e0;
	line-height: 20px;
	padding: 12px 15px;
}
.mp_custom_list li p {
	margin: 0;
}
.mp_custom_list li ol {
	background: #f2f2f2;
	margin: 12px 0 0;
	border: 1px solid #e0e0e0;
}
.mp_custom_list li i {
	margin: 0 12px 5px 0;
	color: #c41e03;
	font-size: 22px;
	float: left;
}
.mp_custom_list li:last-child {
	border-bottom: 1px solid transparent;
}
.about-sec-1 address {
	background: #fff;
	border: 3px double #e0e0e0;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.slide-out-div {
	background-color: #fff;
	border: 5px solid #c41e03;
	height: auto !important;
	margin: 0;
	padding: 15px;
	width: 320px;
	z-index: 9999;
}
.slide-out-div h3 {
	background: #c41e03 none repeat scroll 0 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 22px;
	margin: -18px -18px 10px;
	padding: 18px 25px;
	text-transform: uppercase;
}
.mandatory {
	color: red;
}
.slide-out-div .top_error {
	float: left;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	width: 100%;
}
.slide-out-div textarea, .slide-out-div input[type="text"], .slide-out-div select {
	border: 1px solid #cdcdcd;
	border-radius: 6px;
	box-sizing: border-box;
	height: 40px;
	margin: 0;
	padding: 10px;
	width: 100%;
	text-transform: none;
	font-size: 12px;
}
span.error {
    font-size: 13px;
    display: block;
    margin: 0 0 8px;
}
.slide-out-div textarea {
	height: 60px;
	resize: none;
}
.slide-out-div .g-recaptcha {
	-ms-transform: scale(0.92);
	-webkit-transform: scale(0.92);
	transform: scale(0.92);
	transform-origin: top left;
}
.slide-out-div .mp_btn.white {
	background: #c41e03 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 46px;
	margin-top: 8px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer
}
.search_page {
	padding: 3em 0;
}
.search_page article {
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 45px;
	box-shadow: 1px 1px 25px -10px #999;
	-webkit-box-shadow: 1px 1px 25px -10px #999;
}
.search_page h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.search_page article h2 {
	font-size: 25px;
	margin: 0 0 12px;
}
.search_page article .entry-meta {
	display: none;
}
.screen-reader-text {
	display: none;
}
.page-numbers {
	background: #333;
	color: #fff;
	padding: 5px 10px;
}
.page-numbers.current, .page-numbers:hover {
	background: #c41e03;
	color: #fff;
}
.page-id-334 #student_corner_title {
	padding-bottom: 0;
	padding-top: 40px;
}
.btn-info {
	display: none;
}
.apply_sec_in.mobile_in {
	display: none;
}
.thanks_message {
	text-align: center;
	padding: 4em 1em 3.5em;
}
.thanks_message h2 {
	font-size: 40px;
	margin: 0 0 15px;
}
section section {
	padding: 0;
}
.search .Page-heading {
	display: none;
}
.imgs-gp img {
    border: 7px solid #c41e03;
    margin-top: 70px;
}
.report {
    background: #c41e03 url(../images/red_bg.jpg) no-repeat center top;
    color: #fff;
    padding: 40px 0;
}
.report h3 {
    font-size: 26px;
    margin-top: 5px;
}

/* 06/03/2019 CSS Starts Here */
#acs_blog_post ol li{
	margin:0 0 20px;
}
/* 06/03/2019 CSS Ends Here */

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Media Query
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (min-width:1300px) and (max-width: 1399px) {
.home-slider .carousel .request-info {
	right: 5%;
	top: 8%;
}
.home-slider {
    height: auto;
    margin: 120px auto 0;
}
#apply_sec .section-title h2 {
	font-size: 32px;
}
.slide-out-div {
	top: 70px !important;
}
.home-slider .carousel .carousel-caption {
	left: 7%;
}
.home-slider .carousel .carousel-caption h3.p_top {
	line-height: 4em;
}
.home-slider .carousel .carousel-caption h3 {
	font-size: 27px;
}
}
@media (min-width:1200px) and (max-width:1299px) {
.home-slider {
    height: auto;
    margin: 145px auto 0;
}
.slide-out-div {
	top: 70px !important;
}
.home-slider .carousel .carousel-caption {
	left: 7%;
}
.home-slider .carousel .request-info {
	padding: 10px;
	right: 5%;
	top: 6%;
}
.home-slider .carousel .carousel-caption h3.p_top {
	line-height: 4em;
}
.home-slider .carousel .carousel-caption h3 {
	font-size: 25px;
}
}
@media (min-width:993px) and (max-width:1199px) {
.head-top .navbar-nav li a.nav-link {
    font-size: 13px;
    padding: 0 11px;
    margin: 0;
}
.home-slider {
    margin: 130px auto 0;
}
.carousel-caption {
	left: 6%;
	top: 5%;
}
.home-slider .carousel .carousel-caption h1, .home-slider .carousel .carousel-caption h1 span {
	font-size: 32px;
}
.home-slider .carousel .request-info {
	right: 6%;
	top: 12%;
}
.home-slider .carousel .slider-fade-thumb {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}
#programewe_offer .mp_services .offer_box .icon img {
	height: auto;
}
#student_corner .sc_posts .desc h3 {
	font-size: 20px;
	min-height: 88px;
}
#student_corner .sc_posts .desc p {
	min-height: 205px;
	font-size: 16px;
}
footer .footer_nav ul li {
	margin: 0 4px;
}
}
@media (min-width:768px) {
.head-top .navbar-nav li:hover ul.sub-menu {
	display: block;
}
}
@media (min-width:768px) and (max-width: 992px) {
header .container {
    width: 100%;
    max-width: 100%;
}
.head-top .navbar-nav li a.nav-link {
	font-size: 11px;
	padding: 0 8px;
	margin: 0;
}
header .col-sm-11 {
	padding-right: 0;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    display: block;
    left: 0;
    top: auto;
    right: 0;
    bottom: 2px;
    line-height: 20px;
    height: 13px;
    cursor: pointer;
}
.header_bottom .cell {
    margin: 7px 10px 0 0;
    font-size: 12px;
}
.home-slider .carousel .carousel-caption h1, .home-slider .carousel .carousel-caption h1 span {
    font-size: 25px;
}
.home-slider .carousel .carousel-caption p.slide-desc {
    font-size: 18px;
}
.home-slider {
    margin: auto;
    height: auto;
}
.home-slider .carousel .carousel-caption .mp_btn.large {
	padding: 0;
	font-size: 18px;
}
.home-slider .carousel .carousel-caption h3.p_top {
	line-height: normal;
	text-align: center;
}
.home-slider .carousel .carousel-caption h3 {
	font-size: 22px;
	text-align: center
}
.home-slider .carousel .carousel-caption h3 img {
	float: none;
	margin: auto auto 15px;
	width: 50%;
	display: block;
}
header {
    position: relative;
}
.home-slider .carousel .request-info {
    right: 5%;
    top: 2%;
}
.home-slider .carousel .request-info .form-cell .form-control {
    height: 30px;
	padding: 0px 10px;
	margin-bottom: 25px;
}
.home-slider .carousel .slider-fade-thumb {
    width: 100%;
	object-fit: cover;
	height: 610px;
}
.carousel-caption {
    left: 7%;
}
#featured_programs .program_box {
    min-height: 173px;
}
.section-title h2 {
    font-size: 33px;
}
#apply_sec .call_btn a {
    margin: 0 3px;
    min-width: auto;
    padding: 0 10px;
    font-size: 15px;
}
#student_corner.mp_contact_campus .sc_posts .desc h3 {
    text-align: left;
    min-height: 75px;
	font-size: 18px;
}
#student_corner .sc_posts .desc p {
    min-height: 190px;
    font-size: 16px;
}
#student_corner.mp_contact_campus .sc_posts .desc p {
    min-height: inherit;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 9px;
}
#student_corner.mp_contact_campus .sc_posts .desc p br {
	display: none;
}
#student_corner.mp_contact_campus .sc_posts .desc .mp_address i {
    margin: 4px 12px 12px 0;
}
#acs_blog_post .blog_post .post_desc h2 {
    font-size: 18px;
}
#programewe_offer .mp_services .offer_box .icon img {
	height: auto;
}
footer .mp_address address h4 {
	font-size: 16px;
}
footer .mp_address address p {
	font-size: 15px;
}
footer .footer_nav ul li {
	margin: 0 10px 10px;
}
footer .footer-bar p {
	margin: 0;
	font-size: 14px;
}
.head-top .navbar-nav li ul.sub-menu {
	min-width: 565px;
}
[class*="about-sec"] [class*="wapper1-img"] {
	margin: 0 20px 20px 0;
	color: #fff;
	width: 50%;
}
[class*="about-sec"] [class*="wapper1-img"] img {
	margin: 0;
}
[class*="about-sec"] [class*="wapper2-img"] {
	width: 50%;
}
#programewe_offer .mp_services .offer_box h2 {
	font-size: 15px;
	min-height: 85px;
}
.mp_instructors_table {
	overflow: auto;
}
.head-top .navbar-nav li#menu-item-30 ul.sub-menu {
	min-width: 565px;
}
.head-top .navbar-nav li#menu-item-30 ul.sub-menu li {
	width: 48%;
}
#student_corner .sc_posts .desc h3 {
	min-height: 88px;
}
}
@media (max-width:767px) {
header {
	position: relative;
}
.header_bottom .mp_location_info {
	display: none
}
header .logo {
	text-align: center;
}
.search_bar {
	padding: 45vh 0;
}
.search_bar input[type="search"],  .search_bar input[type="submit"] {
	width: 90%;
	margin-bottom: 10px
}
.home-slider {
	margin: 0;
	height: auto;
}
.home-slider .carousel-caption, .home-slider .carousel-item  {
	display: none;
}
.home-slider .carousel .request-info {
	display: none;
}
.home-slider .carousel .request-info .g-recaptcha {
	-ms-transform: scale(0.94);
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
}
.section-title h2 {
	font-size: 26px;
	text-transform: capitalize;
}
#featured_programs .program_box {
	margin-bottom: 10px;
}
.apply_sec_in {
	background: #fff;
	padding: 0;
	position: relative;
	top: 0;
}
#apply_sec {
	min-height: auto;
}
#apply_sec .call_btn a {
	margin: 0 15px 10px;
	width: 90%;
	float: left;
}
.head-top .navbar-nav li ul.sub-menu li {
	width: 100%;
	margin: 0;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	margin: -9px 15px 0 0;
	width: 26px;
	height: 26px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}
.navbar-nav.sm-collapsible .caret::before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
	border: 0;
}
.navbar-nav.sm-collapsible .open .caret::before {
	content: '-';
	font-family: monospace;
	font-weight: bold;
	border: 0;
}
.search_icon {
	width: 40px;
	height: 56px;
	line-height: 56px;
	position: absolute;
	right: 5px;
	top: 0;
}
.head-top .col-sm-1 {
	position: inherit;
}
.head-top .navbar-nav li ul.sub-menu {
	min-width: 100%;
}
.head-top .navbar-nav li#menu-item-30 ul.sub-menu {
	min-width: 100%;
}
.head-top .navbar-nav li#menu-item-30 ul.sub-menu li {
	width: 100%;
}
#programewe_offer .slick-prev {
	left: auto;
	right: 39px;
}
#programewe_offer .slick-next {
	right: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.padding-none {
	padding: 0 15px;
}
.padding-left {
	padding-left: 15px;
}
.padding-right {
	padding-right: 15px;
}
footer .footer-bar {
	text-align: center;
}
.social-links.pull-right {
	float: none;
	margin-top: 15px;
}
[class*="about-sec"] [class*="wapper2"] img {
	margin: 0 0 20px 0;
}
[class*="about-sec"] [class*="wapper1-img"] {
	margin: 0 0 20px 0;
	color: #fff;
}
#mp_gallery_page .title {
	margin-bottom: 15px;
}
.btn-info {
	color: #fff;
	background-color: #c41e03;
	border-color: transparent;
	padding: 0 15px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 22px;
	right: 0;
	margin: auto;
	width: 145px;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.btn-info:hover {
	color: #fff;
	background-color: #777;
	border-color: transparent;
}
.apply_sec_in.mobile_in {
	display: block;
	clear: left;
	position: relative;
	padding: 0 10px;
	margin: 0;
}
.apply_sec_in.mobile_in .mp_btn.large {
	min-width: 100%;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 2px;
}
.head-top {
	padding: 6px 0 7px;
}
.slide-out-div {
	display: none;
}
.mp_instructors_table {
	overflow: auto;
}
.mp_social {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    vertical-align: top;
    line-height: 30px;
    padding: 6px 0 0;
    z-index: 99999;
    right: 0;
    width: 100%;
    text-align: center;
}
.mp_social.hidden-xs {
    display: none;
}
.mp_social a {
    display: inline-block;
    margin-bottom: 2px;
}
.imgs-gp img {
    margin-top: 10px;
}
.report h3 {
    text-align: center;
    margin-bottom: 15px;
}
}
@media (max-width:575px) {
#programewe_offer .section-title h2 {
	color: #fff;
	text-align: left;
	font-size: 20px;
}
.Page-heading ol {
	display: none;
}
.Page-heading .page-table .page-cell h1 {
    font-size: 22px;
}
.breadcrumbs {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 0 15px;
    line-height: 20px;
}
.mp_btn {
	height: auto;
	min-width: 100%;
	padding: 0 10px;
	font-size: 13px;
}
}