/*
Author       : Webful Creations Vision (https://themeforest.net/user/webfulcreationsvision/portfolio)
Template Name: Education - College, University, School, Institutes Responsive HTML Template
Version      : 1.0
CopyRight    : 2016 @ www.webfulcreations.com
*/
/*=============================================================
    TABLE OF CONTENTS
    =============================
    01 - General CSS starts 
	02 - Useful Elements CSS Starts
	03 - Top bar CSS starts
	04 - Header CSS Starts
	05 - Header Style 2
	06 - Banner CSS Starts
	07 - Information Boxes CSS
	08 - Welcome Message CSS
	09 - Our Courses CSS
	10 - Our Teachers CSS
	11 - Seminar/Events CSS
	12 - Gallery CSS starts
	13 - Our Process
	14 - Testimonials Starts
	15 - Blog Posts Starts
	16 - Brands Carousel Starts
	17 - Call to Action Box
	18 - Title Section CSS
	19 - Page Preloader
	20 - Single-teacher CSS
	21 - Styles For Inner Pages
		 21.1 - Contact Us Page
		 21.2 About Us Page
		 21.3 - 404 Error Page
		 21.4 Boxed Page
		 21.5 Testimonials Page
		 21.6 - Blog Page
		 21.7 - Our Staff  CSS
		 21.8 Courses Pages
	22 - Sidebars CSS
	23 - Products Section CSS
	24 - Pricing-list CSS  Starts
	25 - Footer
	26 - Mobile Adjustments Media Queries
		 26.1 Top Navigation settings
		 26.2 Footer Settings           
  =============================================================*/


/*-------------------------
 01 - General CSS starts
-------------------------*/

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf);

}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
    
}

body {
	font-family:'Lato', sans-serif;
	line-height:25px !important;
	font-size:0.875rem !important;
	font-weight:400; 
  padding:0;
  margin:0;
  font-style:normal;
	color:#5d5d5d;
}
h1, h1 a { 
	font-size:2rem;
    margin-bottom:15px;
}
h2, h2 a {
	font-size:1.75rem !important;
}
h3, h3 a { 
	font-size:1.50rem;
} 
h4, h4 a { 
	font-size:1.25rem;
}
h5, h6, h5 a, h6 a {
	font-size:1rem; 
}
label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span { 
	
	/*line-height:25px;*/
	color:#5d5d5d;
}
h1,h2,h3,h4,h5,h6, h2 a, h3 a, h4 a, h5 a, h6 a, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	/*color:#2f2f2f;*/
}
a:hover {
	color:#e79800; 
}
iframe {
	width:100%;
	border:0px; 
}
.button {
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Montserrat', sans-serif;
}
.button.primary {
	background-color:#174873; 
}
.button.primary:hover {
	background-color:#e79800; 
}
.button.secondary {
	background-color:#4169e1; 
}
.button.secondary:hover {
	background-color:#ff2400; 
}
.bordered-light {
	background-color:transparent !important;
	border:1px solid #FFF; 
}
.bordered-light:hover {
	background-color:#e79800 !important;
	border-color:#e79800 !important;	 
}
.bordered-dark {
	background-color:transparent !important;
	border:1px solid #2f2f2f !important; 
	color:#2f2f2f !important;
}
.bordered-dark:hover {
	background-color:#2f2f2f !important;
	border-color:#2f2f2f !important;
	color:#FFF !important;	 
}
.module {
	position:relative;
	margin-bottom:40px; 
}
dl dt {
	font-weight:bold;
	margin-bottom:.3rem;
}
iframe {
	width:100%;
}
/*-------------------------
General CSS Ends
-------------------------*/

/*-------------------------
 02 - Useful Elements CSS
-------------------------*/
.section-title-wrapper {
	position:relative; 
	margin-bottom:40px;
}
.section-title { 
	overflow:hidden;
    position:relative;
    text-align:center;
}
.section-title h2 {
	margin-bottom:0px;
    text-transform:uppercase; 
	font-weight:bold !important;
}
.section-title p {
	font-size:1rem !important;
  text-transform:capitalize !important;
	margin-bottom:20px !important; 
}
.section-title-wrapper::after {
    bottom:-6px;
    color:#4169e1;
    content:"\f19d";
    font-family:fontawesome;
    font-size:14px;
    height:17px;
    left:0px;
    position:absolute;
    right:0px;
    text-align:center;
    width:39px;
    z-index:9;
    background:none 0px 0px repeat scroll #4169e1;
    margin:0px auto;
}
.section-title-wrapper:before {
    background:#4169e1 none repeat scroll 0 0;
    bottom:0;
    content:"";
    height:1px;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    text-align:center;
    width:109px;
}
.section-title-wrapper.light-title h2, .section-title-wrapper.light-title p {
	color:#FFF; 
}
.section-title-wrapper.light-title:before {
	background-color:#FFF;	
}
.section-title-wrapper.light-title::after {
	background-color:#353536;	 
	color:#FFF;
}
.grey-bg .section-title-wrapper::after {
	background:none 0px 0px repeat scroll rgb(247, 247, 247); 
}
.owl-nav {
	text-align:center;
	margin:auto; 
	width:90px;
	margin-top:15px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	display:block;
	width:25px;
	height:25px;
	border:1px solid #4169e1;
	text-align:center;
	display:inlne-block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	background-color:#FFF;
	color:#4169e1;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
	line-height:25px; 
	font-size:1.2rem;
	margin-top:-1px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background-color:#4169e1;
	color:#FFF;		 
}
.space-section .row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.space-section .row .small-12:last-child { 
	margin-bottom:0px;
}
.space-section .row .small-12:first-child {
	margin-top:0px; 
}
.space-section .row .medium-6:nth-child(2) {
	margin-top:0px; 
}
.space-section .row .medium-4:nth-child(2), .space-section .row .medium-4:nth-child(3) { 
	margin-top:0px;
}
.row .sidebar.small-12 {
	margin-top:0px; 
}
/*-------------------------
Useful Elements CSS Ends
-------------------------*/

/*-------------------------
 03 - Top bar CSS starts
-------------------------*/
.topBar {
	/*background-color:#4169e1;*/
	width:100%; 
	/*border-bottom:1px solid #ededed;*/
	padding: 25px 0px;
}
.topBar p {
	color:#FFF;
	margin-bottom:0px; 
	float:left;
	padding:7px;
}
.topBar ul {
	text-align:right; 
}
.topBar ul li {
	color:#FFF;
	/*padding:7px;*/
	text-align:right;
	display:inline-block;
}
.topBar ul .social {
	padding:0px; 
}
.topBar ul .first-social {
	padding-left:25px; 
}
.topBar ul li a {
	/*padding-left:5px;
	padding-right:5px;*/
	margin: 0px 5px;
    color: #000;
    border-radius: 50%;
    background-color: #f2f2f5;
}
.topBar ul li a:hover {
	color:#000; 
}
/*-------------------------
Top bar CSS Ends
-------------------------*/

.TtopBar {
    background-color:#F2F2F5;
    width:100%; 
    border-bottom:1px solid #F2F2F5;
}
.TtopBar p {
    color:#FFF;
    margin-bottom:0px; 
    float:left;
    padding:7px;
}
.TtopBar ul {
    text-align:right; 
}
.TtopBar ul li {
    color:#FFF;
    /*padding:7px;*/
    text-align:right;
    display:inline-block;
}
.TtopBar ul .social {
    padding:0px; 
}
.TtopBar ul .first-social {
    padding-left:25px; 
}
.TtopBar ul li a {
    padding-left:5px;
    padding-right:5px;
    color:#666666; 
}
.TtopBar ul li a:hover {
    color:#000; 
}

/*-------------------------
 04 - Header CSS Starts
-------------------------*/
.header {
	position:relative;
	background-color: #25477b;
	z-index:9999;
	padding-top:9px;
	padding-bottom:9px; 
	-moz-box-shadow:rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    box-shadow:rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
    transform:translateZ(0);
	-webkit-transform:translateZ(0);
}
.topBar .logo img {
	/*height:60px;*/
	/*width:auto; */
	width: 350px;
	margin-top: -10px !important;
	margin-bottom: -10px !important;
}
.search-wrap a {
	font-size:1rem; 
	line-height:40px;
}
#search-dropdown input[type=text] {
	margin-bottom:0px; 
}
.top-bar {
	padding:0px; 
	width:calc(100% - 20px);
	float:left;
	background-color:transparent;
}
.top-bar ul {
	margin:0px;
	font-weight:normal;
	z-index:9999;
	background:#FFF;
}
.top-bar ul .first-sub { 
	border-top:2px solid;
}
.top-bar ul li a {
	text-transform:uppercase;
	text-decoration: none !important;
	font-size:0.875rem;
	font-weight: bold;
}
.top-bar ul ul li a {
	text-transform:capitalize;
} 
.top-bar {
	position:relative;	
	font-family:'Montserrat', sans-serif;
} 
.top-bar ul ul {
	padding-top:0px;
	padding-bottom:0px; 
	z-index:99999 !important;
	border:0px !important;
}
.top-bar .is-dropdown-submenu-parent {
	position:relative; 
}
.submenu li a{font-weight: normal !important; }
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	/*border:0px; */
	border-color: #fff transparent transparent;
	right: 10px;
}
.dropdown.menu.medium-horizontal>li>a {
	padding:12px; 
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu { 
	position:absolute;
	width: auto;
	margin-top:11px;
}
.top-bar li {
	list-style:none; 
}
.single-sub ul li a {
	width:100%;
	padding:10px;
	font-weight:normal;
}
.responsive-menu ul li a { 
 	display:block;
	width:100%;
 }
.top-bar, .top-bar ul {
	background-color:transparent; 
}
.top-bar ul .first-sub { 
	border-top-color:#174873 !important;
}
.top-bar ul li a {
	color:#fff;
	border-bottom:2px solid transparent;
}
.is-active a, .top-bar ul li a:hover {
	color:#ff2400 !important;
	border-bottom:2px solid #ff2400 !important;
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a {
	border-bottom:0px !important;
	background-color:#25477b;
	color:#FFF !important; 
	min-width:265px !important;
	height:auto;
	font-size: 14px !important;
} 
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:before{
    content:"\00BB";
	margin-right:10px;
} 
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:hover {
	color:#ff2400 !important; 
}
.is-active ul li a {
	background-color:#FFF; 
	color:#174873 !important;
}
.menu .active>a {
	 background-color:#174873;
	 color:#FFF;
}
.single-sub ul li a {
	border-bottom-color:#174873 !important; 
}
/*-------------------------
Header CSS Ends
-------------------------*/

/*-------------------------
 05 - Header Style 2
-------------------------*/
.navigation-style-two {
	background-color: #174873;  
}
.navigation-style-two .search-wrap a {
	line-height:52px; 	 
}
.navigation-style-two .search-wrap a, .navigation-style-two .top-bar ul li a {
	color:#FFF;
}
.navigation-style-two .dropdown.menu.medium-horizontal>li>a {
	padding-top:18px;
	padding-bottom:18px; 
}
.navigation-style-two .top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu {
	margin-top:0px;
	border-top:1px solid #e79800 !important; 
}
.navigation-style-two .is-active a, .navigation-style-two .top-bar ul li a:hover {
	border-bottom:0px !important; 
}
.topBar .topbar-new ul {
	text-align:left; 
}
.topBar .topbar-new ul li a {
	padding-top:5px;
	padding-bottom:5px; 
}
.header-new .text-right p {
	margin-bottom:0px;
	font-size:1.5rem; 
	line-height:40px;
	font-family:'Montserrat', sans-serif;
	color:#e79800;
}
.topbar-new {
	background-color:#2f2f2f; 
}
/*-------------------------
Header Style 2 Ends
-------------------------*/

/*-------------------------
 06 - Banner CSS Starts
-------------------------*/
.main-banner {
	position:relative; 
}
.rev_slider_wrapper { 
	margin:0px auto;
	background-color:transparent;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.layer1 {
	z-index:5;
	background-color:rgba(0, 0, 0, 0.25);
	border-color:rgba(0, 0, 0, 1.00); 
}
.layer2 {
	z-index:6; 
	min-width:721px; 
	max-width:721px; 
	white-space:normal;
	text-align:center; 
}
.layer3 {
	z-index:7; 
	white-space:nowrap; 
	background-color:#4169e1 !important;
	color:#fff !important;
	padding:5px 10px !important;
}
.layer4 {
	z-index:8; 
	white-space:nowrap;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.layer4 a {
	color:#FFF; 
}
.layer4:hover {
	background-color:#174873 !important;
	border-color:#174873 !important;  
}
.tp-bannertimer{ 
	height: 7px !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
}
/*-------------------------
Banner CSS Ends
-------------------------*/

/*-------------------------
 07 - Information Boxes CSS
-------------------------*/
.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 { 
	background-color:#4169e1 !important;
}
.courses-info::after {
    background:url('images/help/courses.jpg');
}
.faculty-info {
	background-color:rgba(23, 72, 115,0.95);
}
.faculty-info::after {
    background:url('images/help/faculty.jpg');
}
.newadmission-info {
	background-color:rgba(10, 104, 177, 0.95);
}
.newadmission-info::after {
    background:url('images/help/admission.jpg');
}
.information-boxes h3 {
	color:#FFF;
	text-align:center;
	text-transform:uppercase; 
}
.information-boxes {
	text-align:center; 
}
.information-boxes p, .information-boxes ul {
	color:#FFF; 
	text-align:left;
}
.information-boxes .button {
	margin-bottom:0px; 
	margin:auto;
}
.course-page .tabs {
	 text-align:left;
}

/*-------------------------
Information Boxes CSS Ends
-------------------------*/

/*-------------------------
 08 - Welcome Message CSS
-------------------------*/
.welcome-message h2 {
	text-transform:uppercase;
	font-size:1.850rem;
	margin-bottom:0px;
}
.welcome-message h2 span {
	color:#e79800;
	font-size:1.850rem;
}
.welcome-message h3 {
	font-weight:normal;
	text-transform:capitalize;
	font-size:1.25rem;
}
.welcome-message .button {
	margin-bottom:0px; 
}
/*-------------------------
Welcome Message CSS Ends
-------------------------*/

/*-------------------------
 09 - Our Courses CSS
-------------------------*/
.our-courses {
	background-color:#f7f7f7;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding-top:80px;
	padding-bottom:80px; 
}
.course-wrapper {
	position:relative; 
}
.tabs {
	margin-bottom:40px;
	/* text-align:center; */ 
	background-color:transparent;
	border-color:transparent;
}
.tabs .tabs-title {
	float:none;
	display:inline; 
}
.tabs .tabs-title a {
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px; 
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 0px 10px;
    text-transform: uppercase;
}
.tabs .tabs-title.is-active a {
	background-color:transparent;
	border-bottom:0px !important; 
}
.tabs-panel { 
	background-color:transparent !important;
	width:100%;
	padding:0px;
}
.tabs-content {
	border:0px;
	background-color:transparent; 
}
.course {
	background-color:#FFF; 
	padding:10px;
	position:relative;
	box-shadow: 0 0 6px 1px rgb(234, 234, 234);
}
.course h3 {
	/*font-weight:normal; */
	font-size: 12px;
	text-transform: uppercase;
}
.course .course-thumb {
	position:relative; 
	margin-bottom:15px;
}
.course .teacher {
	width:75px;
	height:75px;
	border:3px solid #e79800;
	border-radius:100%;
	position:absolute;
	bottom:-20px; 
	z-index:5;
}
.course .teacher-name { 
	position:absolute;
	bottom:0px;
	background-color:#0a68b1;
	color:#FFF;
	left:65px;
	padding:5px 15px;
	z-index:3;
	border-radius:0px 10px 10px 0px;
	font-weight:bold;
}
.course .price-tag {
	position:absolute;
	right:0px;
	bottom:0px;
	background-color:rgba(10, 104, 177, 1);
	color:#FFF; 
	padding:5px 10px;
	font-weight:bold;
	border-radius:5px;
	font-size:1rem;
}
.is-active .bordered-dark {
	background-color:transparent !important;
	border:1px solid #2f2f2f !important; 
	color:#2f2f2f !important;
}
.is-active .secondary {
	color:#FFF !important; 
}
.is-active .secondary:hover {
	border-color:transparent !important; 
}
.is-active .bordered-dark:hover {
	background-color:#2f2f2f !important;
	border:1px solid #2f2f2f !important; 
	color:#FFF !important;
}
.course .button {
	margin-bottom:0px; 
}
.course ul li i {
	margin-right:10px; 
}
/*-------------------------
Our Courses CSS Ends
-------------------------*/

/*-------------------------
 10 - Our Teachers CSS
-------------------------*/
.teacher {
	position:relative; 
}
.teacher .teacher-thumb img {
	width:100%;
	height:260px;
	border-radius:100%;
	z-index:2;
}
.teacher .teacher-thumb {
	position:relative;
	background-color:#174873;
	border-radius:100%;
	border:2px solid #e79800;
}
.teacher:hover>.teacher-thumb img { 
	opacity:.3;
}
.teacher:hover>.teacher-thumb .teacher-links {
	opacity:1; 
}
.teacher-links .menu li a {
	font-size:1rem;
	display:block;
	width:35px;
	height:35px;
	background-color:#e79800;
	color:#FFF; 
	line-height:35px;
	padding:0px;
	margin:0px 5px;
	border-radius:100%;
	text-align:center;
}
.teacher-links .menu>li>a i {
	line-height:35px;
	margin-left:0px;
	margin-right:0px; 
}
.teacher-links{
	text-align:center; 
	position:absolute;
	bottom:20px;
	z-index:5;
	width:100%;
	opacity:0;
}
.small-button {
	display:table;
	margin:auto;
	margin-top:10px;
	padding:5px 15px;
	border:1px solid #e79800;
	color:#FFF;
	background-color:#e79800;
	border-radius:20px;
	text-transform:uppercase;
}
.small-button:hover, .teacher-links .menu li a:hover {
	color:#e79800;
	background-color:#FFF;
	border-color:transparent;	 
}
.teacher-meta {
	text-align:center; 
}
.teacher-meta h3 a {
	font-weight:normal; 
}
.teacher-meta h3 { 
	margin-top:15px;
	font-weight:normal;
}
/*-------------------------
Our Teachers CSS Ends
-------------------------*/

/*-------------------------
 11 - Seminar/Events CSS
-------------------------*/
.seminar-events {
	position:relative;
	padding-top:80px;
	padding-bottom:80px; 
	background-color:rgba(47, 47, 47, 0.9);
}
.seminar-events::after  {
	content:"";
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background:url('images/help/eventsbgbk.jpg');
	background-size:cover;
}

.event {
	background-color:rgba(255,255,255,0.95);
	border-radius:5px;
	padding:0px 0px; 
}
.event-data {
	padding-top:15px;
	padding-bottom:15px; 
}
.event h4 a {
	font-weight:normal;
	text-transform:uppercase; 
}
.event .button {
	margin-bottom:0px; 
}
.event .event-thumb {
	position:relative; 
	padding-right:0px;
}
.event .event-thumb img {
	border-radius:0px 5px 5px 0px; 
	width:100%;
	height:auto;
	margin-left:1px;
}
.event-date {
	background-color:transparent;
	position:absolute;
	top:0px;
	left:100%;
	text-transform:uppercase;
	font-weight:normal; 
	font-family:'Montserrat', sans-serif;
	font-size:1.5rem;
	text-align:center;
	color:#2f2f2f;
}
.event-day {
	background-color:#e79800;
	color:#FFF;
	display:block;		 
	margin-bottom:15px;
	padding:10px;
	border-radius:0px 5px 5px 0px;
}
.event-month {
	background-color:#e79800; 
	color:#FFF;
	display:block;
	margin-top:15px;
	padding:10px;
	border-radius:0px 5px 5px 0px;
}
.events-wrapper .columns:nth-child(3), .events-wrapper .columns:nth-child(4) {
	/*margin-top:30px;*/
}
/*-------------------------
Seminar/Events CSS Ends
-------------------------*/

/*-------------------------
 12 - Gallery CSS
-------------------------*/
.gallery-thumb {
	max-width:335px;
	margin-top:2px;
	margin-bottom:2px;
}
.gallery-thumb:hover {
	opacity:.7; 
}
/*-------------------------
Gallery CSS Ends
-------------------------*/

/*-------------------------
 13 - Our Process
-------------------------*/
.upper-background { 
	height:100%;
	width:auto;
	position:absolute;
	bottom:0px;
	left:0px;
}
.our-process h2 {
	color:#FFF; 
	font-size:2.5rem;
	text-transform:uppercase;
	margin-bottom:40px;
	color:#e79800;
}
.process h3, .process p {
	color:#FFF;
	margin-bottom:0px; 
}
.process h3 {
	text-transform:capitalize;
	font-weight:normal; 
}
.process .number {
	float:left;
	font-size:2rem;
	background-color:#f7f7f7;
	color:#2f2f2f;
	display:block;
	width:60px;
	height:60px;
	border-radius:100%;
	text-align:center;
	line-height:60px;
	margin-right:25px;
	font-weight:bold;
}
.process .right-info {
	float:left; 
}
.process {
	margin-bottom:30px; 
}
.our-process .process:last-child {
	margin-bottom:0px; 
}
/*-------------------------
Our Process Ends
-------------------------*/

/*-------------------------
 14 - Testimonials Starts
-------------------------*/
.testimonial {
/*	background-color:#f7f7f7;
	border-radius:5px;
	border:1px solid #ededed;*/
	
	
	
	/*background-image: url(../../testibg.png);*/
	background-repeat: no-repeat !important;

}

.testimonial .testimonial-thumb {
	float:left; 
}
.testimonial h4 {
	font-weight:normal;	 
}
.testimonial-detail p{ color: #fff !important }
.testimonial .testimonial-detail {
	float:left; 	
	
	border-radius:30px 0 30px;
	
	/*padding:10px;*/
	padding:10px 10px 20px 10px;
	color: #fff !important;
}
.testimonial .testimonial-thumb img {
	height:200px;
	width:auto;
	border-radius:5px 0px 0px 5px;
	border-right:1px solid #ededed; 
}
.testimonial cite {
	/*color:#2f2f2f; */
	color: #fff !important;
}
/*-------------------------
Testimonials Ends
-------------------------*/

/*-------------------------
 15 - Blog Posts Starts
-------------------------*/
.blog-posts {
	background-color:#f7f7f7;
	/*border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;*/
	padding-top:10px;
	padding-bottom:10px; 
}
.post {
	position:relative; 
}
.post-thumb {
	z-index:2; 
}
.post p {
	margin-bottom:0px; 
}
.post h4, .post h4 a {
	margin-bottom:0px;
	font-weight:normal;
}
.post-meta, .post-meta a {
	font-size:12px;
	line-height:20px; 
}
.post-meta {
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed; 
}
.post-content {
	background-color:#FFF; 
	width:calc(100% - 30px);
	padding:15px;
	z-index:5;
	margin-top:-30px;
	position:relative;
	margin-left:15px;
}
.load-more .button {
	margin-top:15px;
	margin-bottom:0px; 
} 
/*-------------------------
Blog Posts Ends
-------------------------*/

/*-------------------------
 16 - Brands Carousel
-------------------------*/
.brands-wrap {
	margin-bottom:80px; 
} 
.bran-logo {
	padding:5px; 
}
.bran-logo .thumbnail {
	margin-bottom:0px; 
	border:1px solid #ededed;
	padding:3px;
	opacity:.8;
	height:55px;
	width:auto !important;
}
.bran-logo .thumbnail:hover {
	opacity:1; 
}
.side-controls .owl-controls {
	margin-top:0px; 
} 
.side-controls .owl-prev , .side-controls .owl-next { 
	font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
	margin-top:-12.5px;
}
.side-controls .owl-next { 
	right:-20px;
}
.side-controls .owl-prev { 
	left:-20px;
}
.side-controls .owl-controls { 
	margin: auto;
    display: block;
    width: 0px;
	margin-top:0px;
}
.side-controls .owl-nav {
	margin-top:0px; 
}
/*-------------------------
Brands Carousel Ends
-------------------------*/

/*-------------------------
 17 - Call to Action Box
-------------------------*/
.call-to-action { 
	padding-top:25px;
	padding-bottom:25px;
}
.call-to-action i {
	border:1px solid #2f2f2f;
	width:40px;
	height:40px;
	text-align:center; 
	line-height:40px;
	margin-right:15px;
}
.call-to-action h2 span { 
	color:#e79800;
	font-size:1.25rem;
}
.call-to-action h2 {
	font-size:1.25rem;
	font-weight:normal;
	margin-bottom:0px;
}
.call-to-action p {
	margin-bottom:0px;
}
.call-to-action .button {
	margin-bottom:0px; 
}
.call-to-action { 
	background-color:#f7f7f7 !important;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
/*-------------------------
Call to Action Box Ends
-------------------------*/

/*-------------------------
 18 - Title Section CSS
-------------------------*/
.title-section {
    padding-top:25px;
    padding-bottom:25px;
    position:relative;
	background-color:rgba(27, 27, 27, 0.9);
}
.title-section::after {
    content:"";
    background:url('images/help/title-bg.jpg');
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
	background-size:cover;
}
.title-section h1 {
    text-transform:uppercase;
    margin-top:0px;
    margin-bottom:5px;
	color:#FFF;
}
.title-section ul {
    margin: 0px;
}
.breadcrumbs li, .breadcrumbs li a {
    font-size: 0.65rem;
}
.breadcrumbs li, .breadcrumbs li a {
    color: #FFF;
}
/*-------------------------
Title Section CSS Ends
-------------------------*/

/*-------------------------
 19 - Page Preloader
-------------------------*/
#loading{
	background-color:#f7f7f7;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999999;
	margin-top: 0px;
	top: 0px;
}
#loading.loaded {
	display:none !important; 
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 80px;
	height: 80px;
	background-color: #174873;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% { 
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
  } 50% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
/*-------------------------
Page Preloader Ends
-------------------------*/

/*-------------------------
 20 - Single-teacher CSS
-------------------------*/
.progress .ninty-five {
    width: 95%;
}
.progress .sixty-five { 
	width:65%;
}
.progress .seventy-five { 
	width:75%;
}
.progress .eighty-five { 
	width:85%;
}
.single-teacher .staff-links {
	width:100%;
	position:static;
}
.courses-table-heading {
	background-color:#e79800; 		 	
	padding-top:10px;
	padding-bottom:10px;
}
.courses-table-row div{
	float:left;
}
.courses-table-heading h5 {
	color:#fff;
	font-weight:normal;
	margin-bottom:0px;
	text-transform:uppercase;
	text-align:center;
}
.courses-detail {
	background-color:#f7f7f7;
	border-top:1px solid #fff;
	padding-top:5px;
	padding-bottom:5px; 	
} 
.courses-detail span{
	margin-top:10px;
	text-transform:capitalize;
	border-bottom:1px solid #fff;
	text-align:center; 	
}
.courses-detail span:last-child {
	border-bottom:0px;
}
.course-id {
	border-right:1px solid #fff; 	
	min-width: 70px;
    width: 70px;
	text-align:center; 	
}
.course-name {
	border-right:1px solid #fff; 	
	min-width: 555px;
    width: 555px; 	
}
.course-name a{
	text-align:left;
	padding-left:30px; 	
}
.course-duration {
	border-right:1px solid #fff; 	
	min-width: 230px;
    width: 230px;
	text-align:center; 	
}
.course-time-line { 		
	min-width: 315px;
    width: 315px;
	text-align:center; 	
}
.courses-table-row:after { 
	clear:both !important;
	content: ' ';
    display: table;
}
/*-------------------------
 Single-teacher CSS  starts
-------------------------*/

/*-------------------------
 21 - Styles For Inner 
      Pages Starts
-------------------------*/

/*-------------------------
 21.1 - Contact Us Page
-------------------------*/
.content-section h2 {
	font-weight:normal; 
}
.content-section label {
	font-weight:bold;
}
.contact-info {
	margin-bottom:25px; 
}
.content-section h4 {
	font-weight:normal; 
}
.contact-info h4 {
	border-bottom:1px solid #ededed;
	padding-bottom:4px;
	margin-bottom:15px; 
}
.contact-info p {
	margin-bottom:0px; 
}
.contact-info img {
	width:100%;
	height:auto; 
}
.contact-form .button {
	margin-bottom:0px; 
}

/*-------------------------
 21.2 About Us Page
-------------------------*/
.icon-box {
    position: relative;
    clear: both;
}
.icon-box .icon-side {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    margin-right: 7px;
	color: #FFF !important;
    background-color: #e79800;
}
.icon-box .info-side {
    margin-left: 7px;
    font-size: 16px;
    padding-top: 0px;
    width: calc(100% - 70px);
}
.info-side p strong {
    font-size: 18px;
	color:#2f2f2f;
	font-family:'Montserrat', sans-serif;
}
.icon-box p {
    margin-bottom: 0px;
}

/*-------------------------
 21.3 - 404 Error Page
-------------------------*/
.pageerror h2 {
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    font-size: 133px;
}
.pageerror h3 {
    text-align: center;
}
.error-page-form {
	margin:auto !important;
	margin-top:30px;
	float:none !important; 
}

/*-------------------------
 21.4 - Boxed Page
-------------------------*/
.boxed {
    max-width: 1250px;
    margin: auto;
    box-shadow: 0px 0px 6px 1px #CCC;
	background-color:#FFF;
	position:relative;
	z-index:0;
}
body.box {
    background-image: url(images/help/bodybg.jpg);
    background-repeat: repeat;
	z-index:-10;
}
.box .main-banner {
	overflow:hidden; 
}
.box .gallery-thumb {
	max-width:310px; 
}

/*-------------------------
 21.5 - Testimonials Page
-------------------------*/
.testimonial-page .testimonial .testimonial-thumb img {
	height:145px;
	width:auto; 
}

/*-------------------------
21.6 - Blog Page
-------------------------*/
.pagination {
	text-align:center; 
	margin-bottom:0px;
	margin-top:30px;
}
.pagination .current {
	background:#174873;
	padding:0px;
}
.pagination .current a {
	color:#FFF; 
}
.pagination .current a:hover, .pagination a:hover {
	background-color:#174873; 
	color:#FFF;
}
.blog-page .featured-image {
	position:relative; 
}
.blog-page .blog-post {
	border-bottom:1px solid #ededed;
	margin-bottom:30px; 
}
.blog-page .blog-post.last-post {
	margin-bottom:0px; 
}
.blog-page .post-meta {
	border-top:0px;
	border-bottom:0px;
	background-color:#e79800;
	padding:10px;
	max-width:370px;
	color:#FFF; 
	position:absolute;
	bottom:15px;
	left:4px;
}
.blog-page .post-meta a {
	color:#FFF; 
}
.blog-post .post-excerpt h4 {
	font-weight:bold;
}
.sharing-posts {
	border-top:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-share a {
	margin-right:10px;
	margin-left:10px; 
	padding-top:0px;
	padding-bottom:0px;
}
.post-tags .tags li a {
	border:0px; 
	background-color:transparent;
	color:#3b3d42;
	padding-left:7px;
	padding-right:7px;
}
.post-tags .tags {
	margin-bottom:0px; 
}
.single-post .sharing-posts  .small-12{
  	margin-top : 0px;
	margin-bottom: 0px;
}
.author-box {
	margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
}
.content-section .events-wrapper .event {
	border:1px solid #ededed; 
	
}
/*-----------------------
 21.7 - Our Staff  CSS
------------------------*/
.staff-introduction h2 {
	border-bottom:1px solid #ededed;
}
.shadow {
    box-shadow: 0px 0px 2px 1px #CCC;
    padding: 10px;
}
.staff-detail h4, h4 a {
    margin-top: 10px;
	font-weight:normal;
}
.staff-detail h4 a, h4 span{
   	font-weight:normal;
}
.section-title h2 span {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin-left: 15px;
}
.staff-box {
	position:relative;
}
.staff-links{
    width: 100%;
    position: absolute;
 	bottom:10px;
	left:0px;
}
.staff-links .menu>li>a i {
    line-height: 35px;
    margin-left: 0px;
    margin-right: 0px;
}
.staff-links .menu li a {
    font-size: 1rem;
    display: block;
    width: 35px;
    height: 35px;
    background-color: #e79800;
    color: #FFF;
    line-height: 35px;
    padding: 0px;
    margin: 0px 5px;
    border-radius: 100%;
    text-align: center;
}
.staff-links .menu li a:hover {
	color:#e79800;
	background-color:#FFF;
	border-color:transparent;	 
}
.staff-detail .small-button {
	margin:0px;
}
.special-icon-margin li i {
	margin-right:10px; 
}
/*---------------------
 21.8 Courses Pages
---------------------*/
.course-section {
	position:relative;
	clear:both; 
}
.courses-wrapper .course-section {
	margin-top:50px; 
}
.courses-wrapper .course-section:first-child { 
	margin-top:0px;
}
/*-------------------------
Styles For Inner Pages Ends
-------------------------*/


/*-------------------------
  22 - Sidebars CSS
-------------------------*/
.sidebar .icon-box { 
	margin-bottom:25px;
}
.sidebar .testimonials {
	padding-top:20px;
	padding-bottom:40px; 
}
.widget {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	margin-bottom:25px;
	padding:15px;
}
.sidebar .widget:last-child {
	margin-bottom:0px; 
}
.widget h2 { 
	font-size: 1.2rem;
    text-align: left;
    padding: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
	padding-bottom:10px;
}
.widget .button, .search input[type=text] {
	margin-bottom:0px; 
}
.widget .tags li {
	padding-left:0px;
	padding-right:0px; 
}
.widget .tags li a {
	padding:5px 10px;
	text-wrap:suppress;
	white-space: nowrap;
	margin:5px;
	display:inline-block;
}
.widget .popular-post {
	margin-bottom:8px; 
	margin-top:8px;
	border-bottom:1px solid #ededed;
}
.widget .popular-post:last-child {
	border-bottom:0px;
	margin-bottom:0px; 
}
.widget .popular-post p {
	margin-top:5px; 
}
.widget .popular-post img {
	margin-right:10px; 
}
.sidebar ul li a:before{
   content:"\00BB";
	margin-right:10px;
}
.tags {
	list-style:none;
	margin-left:0px; 
	margin-bottom:0px;
}
.tags li {
	display:inline;
	padding-left:0px;
	padding-right:0px; 
}
.tags li a {
	background-color:#ededed;
}
.tags li a:hover {
	background-color:#e79800; 
	color:#FFF;
}
.tags li:first-child {
	padding-left:0px; 
}
.sidebar .tags li a:before {
	content:none;
	margin-right:0px; 
}
.sidebar ol li a {
	line-height:22px;
}
/*-------------------------
  Sidebars CSS Ends
-------------------------*/

/*-------------------------
  23 - Products Section 
       CSS
-------------------------*/
.our-store {
	padding-top:60px;
	padding-bottom:60px;
	background-color:#F7f7f7;
}
.our-store .price {
	font-size:15px; 
	text-align:center;
}
.our-store h6 {
	text-align:center; 
	margin-top:10px;
	margin-bottom:10px;
}
.our-store h6 a {
	font-size:1rem;
	font-weight:normal;
}
.price .old {
	margin-left:15px;
	font-weight:normal;
	font-size:90%; 
	text-decoration:line-through;
}
.our-store img {
	width:100%;
	height:auto; 
}
.our-store .pro-rating {
	text-align:center; 
	margin-top:10px;
}
.product-img {
	position:relative; 
	min-height:320px;
	width:100%;
}
.product-img img {
	overflow:hidden;
	min-height:320px;
	width:100%; 
}
.product-img .sale {
	position: absolute;
	top: 0px;
	left: 0px;	 
	font-size: 16px;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	background-color: #174873;
}
.pro-buttons {
	position:absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
	background-color: #ededed;
}
.pro-buttons a {
	font-size:1.2rem;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}
.single-product:hover> .product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
} 
.pro-buttons ul {
	list-style: none;
	text-align: center; 
	margin: 0px;
}
.pro-buttons ul li {
	display:inline;
	margin-left:11px;
	margin-right:11px; 
}
.pro-buttons a {
	text-align:center;
}
.add-to-cart-top .button {
	width:100%;
	position:absolute;
	bottom:0px;
	margin:0px;
}
.pro-buttons, .add-to-cart-top { 
	opacity:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}
.single-product:hover>.product-img .pro-buttons, .single-product:hover>.product-img .add-to-cart-top {
	opacity:1; 
}
.single-product {
	padding-top:0px;
	padding-bottom:30px; 
}
.our-store .single-product {
	padding-bottom:0px; 
}
.page-filter {
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #ededed; 
}
.page-filter .pagination {
	text-align:center; 
}
.single-shop .our-store {
	margin-bottom:0px; 
}
.product-thumbnail img {
	width:100%;
	height:auto; 
}
.product-meta {
	padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 0.875rem;
    margin-top: 10px;
}
.product-share {
	padding-top:15px;
	border-top:1px solid #ededed; 
}
.add-cart-option {
	margin-top:25px;
	margin-bottom:25px; 
}
.add-cart-option input[type=number] {
	max-width:75px; 
	float:left;
	margin-right:20px;
}
.product-detail .price {
	font-size:1.25rem; 
	font-weight:bold;
}
.product-detail h2 {
	font-weight:bold;
	text-transform:uppercase; 
}
.single-products-page .price .normal {
	font-size:1.5rem;	 
	font-weight:bold;
}
.price .normal {
	color:#e79800; 
	font-size:1.25rem;
}
.qty {
	max-width:75px; 
}
.cart-item .product-thumbnail img {
	height:100px !important;
	width:auto; 
}
.apply-coupon {
	margin-top:15px; 
}
.products-page .small-12 {
	margin-top:0px !important;
	margin-bottom:0px !important; 
}
.single-product h6 a {
	font-weight:normal;
	margin-bottom:0px; 
}
.accordion-title:focus, .accordion-title:hover {
	background-color:#FFF;
	border-bottom:1px solid #e79800;
	color:#e79800;	
}
.accordion-title {
	font-size:1rem; 
	font-family:'Montserrat', sans-serif; 
	color:#2f2f2f;
}
/*-------------------------
  Products Section End
-------------------------*/

/*-------------------------
  24 - Pricing-list CSS
-------------------------*/
.price-plan {
	width: 100%;
    background: #f7f7f7;
    text-align: center;
}
.price-plan .price-title {
	background: #364e72;
    color: #f7f7f7;
    font-size: 16px;
	font-weight:300;
    padding: 20px 10px 25px;
}
 .title-heading {
	font-size: 26px;
	font-weight:normal;
    margin: 0;
    padding: 9px;
	color:#fff;
}
.price-title strong {
	font-size: 76px;
    align-self: baseline;
    line-height: 1;
    font-weight: 500;
}
.price-details {
	padding: 15px 30px;
	background-color: #f7f7f7;
	margin-left: 0px;
}
.price-details li {
	text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
   	list-style:none;	
}
.price-plan li:last-child {
	border-bottom:0px;
}
 .price-details li .fa {
	  position:relative;
	  margin-right:7px;
}
.red {
	color:red;
}
.orange {
	color:#e79800;
}
/*-------------------------
  Pricing-list CSS  Ends
-------------------------*/


/*-------------------------
  25 - Footer
-------------------------*/
.footer {
	width:100%;
	position:relative;
}
.footer::after {
	content: "";
    background: url('images/help/gallery9.jpg');
    background-size: cover;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.footer h2 {
	font-size:19px; 
	margin-bottom:10px;
	font-weight:bold;
}
.tx-div {
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 10px 0 15px;
}
.footerTop {
	 padding-top: 60px;
	 padding-bottom: 60px;
}
.footerTop ul { 
	margin:0px;
	list-style:none;
}
.vertical li a {
	padding:8px 0px;
	display: inline-block;
}
.footerbottom {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}
.footerbottom ul {
	margin:0px;
}
.footerbottom ul li a {
	border-right:1px solid; 
	padding:0px 10px;
}
.footerbottom ul li:first-child a { 
	padding-left:0px;
}
.footerbottom ul li:last-child a { 
	border:0px;
	padding-right:0px;
}
.copyrightinfo {
	font-size:15px;
}
.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857142858em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
	font-weight:bold;
}
.footer ul {
	margin:0px; 
}
.office-hours li {
	padding-bottom:10px; 
}
.footer-widget input[type=text] {
	height:40px;
	max-width:230px; 
}
.quick-links ul {
	width:33%;
	float:left;
}
.socialicons {
	line-height:25px;
	font-size:18px; 
	font-weight:bold;
}
.socialicons a {
	margin-right:5px;
	margin-left:5px; 
}
.footer {
	background-color:#222222;
	color:#FFF;
}
.footer a {
	color:#FFF; 
}
.footer p {
	color:#FFF; 
}
.footer a:hover {
	color:#fff; 
	text-decoration: underline;
}
.footer h2 {
	color:#f7f7f7 !important;
}
.tx-div {
	background-color:#f7f7f7;
}
.footerTop ul { 
	color:#FFF;
}
.footerbottom {
	background:#2f2f2f;
	color:#FFF;
}
.footerbottom a {
	color:#FFF; 
}
.footerbottom a:hover {
	color:#fff; 
}
.address i, .address h4 {
	color:#f7f7f7;
}
.address li{ 
	clear: both; 
	margin-bottom: 10px;
}

#top {
  position: fixed;
  right: 15px;
  text-align: center;
  bottom: 15px;
  font-weight: bold;
  text-decoration: none;
  width: 30px;
  height: 30px;
  padding: 0px 0px 0px;
  font-size: 22px;
  opacity: .9;
  z-index: 99;
	display:none;	
	background-color:#FFF;
  color:#4169e1;
	line-height: 30px;
	border:1px solid #4169e1;
}

#top:hover {
	background-color:#4169e1; 
	color:#fff;
}

.footer-widget input[type=submit] {
	height:40px;
	width:40px; 
	position: absolute;
    background: #3768b4;
    /* border-radius: 5px; */
    border: 2px solid #3768b4;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADXRSTlMAECAwQGBwgLDA0ODw+14txgAAAFVJREFUeAFty0sOxDAIA1APDORDfP/rtkVZkKpPLJAxEG+FC4KHwHoHxoNBrHSWCUJlcpuqAbKhMeWC5yAa5K4iX/3n9yxmkIbZYAKL76Dz0AH9F4oLUtYJK4cvleIAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0 !important;
}


.menu>li>a {
    line-height: inherit; 
}
/*-------------------------
  Footer CSS ends here
-------------------------*/

/*-------------------------
  26 - Mobile Adjustments 
       Media Queries
-------------------------*/
@media only screen and (max-width: 40em) {
.boxed {
	max-width:100%; 
	margin:auto;
	border-left:0px;
	border-right:0px;
}
.logo img {
	height:90px;
	width:auto; 
}
.top-bar {
	width:100%;
	padding:0px; 
}
.topBar p {
	background-color:transparent;
	text-align:center;
	float:none; 
	padding:3px;
}
.topBar ul li {
	padding:3px; 
}
.topBar ul .first-social {
	padding-left:15px; 
}
.topBar .row .small-12 {
	/*margin-bottom:0px; 
	margin-top:0px;*/
}
.topBar .text-right {
	/*text-align:center;*/ 
}
.top-bar-title { 
	margin-right: 0px;
    width: 20px;
    margin: auto;
    float: none;
}
.top-bar ul {
	width:100%;
	margin-top:10px;
	background-color:#174873;
}
.top-bar ul li a {
	padding-left:15px;
	color:#FFF; 
}
.top-bar ul li a:hover, .top-bar ul .is-active a, .top-bar ul li a {
	border-bottom:0px !important;
	color:#FFF !important; 
}
.top-bar ul li a:hover {
	color:#e79800 !important; 
}
.top-bar ul ul {
	margin-top:0px; 
}
.is-accordion-submenu-parent>a:after {
	border-color: #FFF transparent transparent; 
}
.top-bar ul ul li a {
	padding-left:25px; 
}
.top-bar ul ul li a:before{
   content:"\00BB";
	margin-right:10px;
}
.nav-wrap {
	position:relative; 
}
.search-wrap {
	position:absolute;
	top:-13px;
	right:50%;
	margin-right:-20px; 
	font-size:20px;
}
.menu-icon.dark {
	/*margin-left:-25px; */
/*	top:8px;*/
	left:155px;
}
.reason-section .medium-8 {
	padding-left:0.625rem; 
}	
.owl-prev , .owl-next { 
    position: relative !important; 
}
.owl-prev:hover , .owl-next:hover { 
    position: relative !important;
}
.owl-next { 
	float:left !important;
	right:0px !important;
	margin-left:5px !important;
}
.owl-prev { 
	float:left !important;
	left:0px !important;
	margin-right:5px !important;
}
.owl-controls {
	margin-top:10px !important; 
}
.owl-nav {
    text-align: center;
    margin: auto;
    width: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.side-controls .owl-prev, .side-controls .owl-next {
	width:35px;
	height:35px;
	margin-top:0px; 
}
.teacher {
	padding-left:10px;
	padding-right:10px; 
}
.section-title-wrapper {
	padding-left:10px;
	padding-right:10px; 
}
.seminar-events .event-thumb {
	padding-right:.625rem; 
	display:none;
}
.gallery-container {
	text-align:center; 
}
.gallery-container a {
	display:inline-block; 
	min-width: calc(50% - 20px);
	width: calc(50% - 20px);
}
.gallery-container .gallery-thumb {
    width: 100%;
    padding: 5px;
    
    margin: 0px !important;
}
.upper-background {
	display:none; 
}
.process .right-info {
    float: left;
    width: calc(100% - 85px);
}
.seminar-events {
	padding-top:40px;
	padding-bottom:40px; 
}
.testimonial-page .testimonial .testimonial-thumb img, .testimonial .testimonial-thumb img {
	width:50px;
	height:50px;
	border-radius:100%; 
	position:absolute;
	bottom:2px;
	left:8px;
}
.testimonial .testimonial-detail {
	width:100%; 
}
.testimonial .testimonial-detail cite {
	margin-left:60px; 
}
.testimonial {
	position:relative; 
}
.testimonials .owl-item {
	 padding-left:10px;
	 padding-right:10px;
}
.courses-table-row {
	width:1200px; 
}
.course-table-wrapper .columns {
	overflow-x:scroll; 
}
.owl-stage-outer:after {
	clear:both !important;
	content: ' ';
    display: table; 
}
.owl-stage-outer {
	margin-bottom:15px; 
}
.header-new .text-right {
	text-align:center;
	margin-top:10px !important;  
}
.navigation-style-two {
	background-color:#FFF; 
	margin-bottom:25px;
}
.navigation-style-two .search-wrap {
	top:-19px; 
}
.navigation-style-two .search-wrap a {
	color:#174873; 
}
.navigation-style-two .top-bar ul ul {
	margin-top:10px; 
}
.navigation-style-two .top-bar ul {
	margin-top:20px; 
}
.menu-icon.dark:after { 
	background: #fefefe;
    box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
}
.header-new .row .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.header, .nav-wrap {
	position:relative !important; 
}
.nav-wrap .dropdown-pane {
	left:0px !important;
	width:100% !important;
}
.header.header-new {
	box-shadow:0px 0px;
	padding-top:15px;
	padding-bottom:15px;		 
}
.course .teacher {
	padding-left:0px;
	padding-right:0px; 
}
.title-section .row .small-12, .contact-form .row .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.contact-form {
	padding-left:10px;
	padding-right:10px; 
}
.post-meta {
	font-size:0.75rem;
	padding:5px; 
}
.post-meta i {
	display:none; 
}
.widget .popular-post img {
	width:40px;
	height:40px; 
}
.products-page .sidebar {
	margin-bottom:20px !important; 
}
/*-------------------------
  26.1 Top Navigation CSS
-------------------------*/
.brands-wrap .owl-controls {
	margin-top:10px !important; 
}

/*-------------------------
  26.2 Footer Settings
-------------------------*/
.footer-widget {
	margin-bottom:15px; 
}
.footerbottom ul {
	text-align: center;
    width: 100%;
    border-bottom: 0px; 
}
.copyrightinfo {
	text-align:center; 
}
.time-table {
	text-align:center; 
}
.logo {
	text-align:center;
	margin:auto; 
}
.logo-small {
	text-align:center;
}
.row .small-12 {
	margin-top:15px;
	margin-bottom:15px; 
}
.row .small-12:last-child { 
	margin-bottom:0px;
}
.row .small-12:first-child {
	margin-top:0px; 
}
.top-int-bar .small-12, .info-boxes .small-12, .footerbottom .small-12, .latest-news .button, .news .small-12 {
	margin-top:0px;
	margin-bottom:0px; 
}
.text-medium-right {
	text-align:center !important; 
}
.topbar .socialicons {
	text-align:center; 
}
.call-to-action i {
	display:block;
	margin:auto;
	margin-bottom:15px; 
}
.call-to-action h2 {
	text-align:center; 
}
.call-to-action h2 span {
	margin-left:10px; 
}
.call-to-action .button {
	display:table;
	margin:auto; 
}
}
/*-------------------------
  Mobile Adjustments 
  Media Queries
-------------------------*/

.carousel-caption h1.white
{
    background-color: rgba(255, 255, 255, .9);
    padding: 20px 55px;
    text-align: right;
}

.carousel-caption
{
	  position: absolute;
    top: 60%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 0;
    left:0;
}
.carousel-caption h1
{
   /* display: table;*/
    font-weight: 600;
    font-size: 40px;
    /*position: absolute;*/
    text-align: center;
    line-height: 0px;
   /* right: 45%;
    padding:20px;*/  
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #2474a6), color-stop(0.5, #e00b27));
    color:#fff !important;
    -webkit-background-clip: text;
    background-clip: text;
    /*opacity: 0.7;*/
    
   /* font-family: Roboto-Thin; */
    /*background: #fff;*/
}

.carousel-caption h1 span.top
{
    left: 0;
    bottom: 100%;
}
.carousel-caption h1 span
{
    left: 0;
    bottom: 100%;
    font-weight: 800;
    font-family: Roboto-Bold !important;   
}
.carousel-caption h1 span.bottom
{
    right: 0;
    top: 100%;
}

.carousel-caption h1.zig-zag span.bottom
{
    right: -25%;
}
/********************************* ABOUT US ****************************************/
/* start overview */

.overview
{
    padding: 50px 0;
    background-color: #F8F7FC;
}
/*
.overview h2
{
    margin-bottom: 15px;
    text-transform: uppercase;
}
*/
.overview p
{
    color: #4a4a4a;
    line-height: 21px;
}

.overview h3
{
    font-weight: bold;
    color: #464646;
    margin-bottom: 25px;
}

/* end overview */

/* start note */

.note
{
    /*padding: 40px 0;*/
}

.note h2
{
    margin-top: -7px;
    text-transform: uppercase;
}

.note p
{
    color: #6f6f6f;
    line-height: 21px;
}

.note .brief
{
    margin: 20px 0;
}

.note .author
{
    font-weight: 600;
    font-size: 16px;
}

.note .author span
{
    display: block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
}

/* end note */

/******************************* ACADEMIC *******************************/
/* start core */

.core
{
    padding-bottom: 50px;
}

.core img
{
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

.core h2
{
    margin-bottom: 25px;  
}

.core h3
{
    margin-bottom: 30px;
    color:#000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

/* end core */

/* start supp */

.supp
{
    /*padding: 60px 0;*/
    /*background-color: #F2F2F2;*/
}

.supp img
{
    margin: auto;
  /*  margin-top: 40px;*/
    margin-bottom: 40px;
}

.supp h2
{
    margin-top: 0;
}

.supp p
{
    margin-bottom: 30px;
}

/* end supp */

/* start value */

.value
{
    padding: 50px 0;
}

.value img
{
    margin: auto;
    /*margin-top: 49px;*/
    margin-bottom: 40px;
}

.value h2
{
    margin-bottom: 25px;
}

.value p
{
    margin-bottom: 30px;
}

/* end value */

/* start school */

.school img
{
    margin: auto;
    margin-bottom: 40px;
}

/* end school */

/* start system */

.system
{
    position: relative;
}

.system img
{
    margin: auto;
    margin-top: 40px;
}

.system p:first-of-type
{
    margin-bottom: 50px;
}

/* end system */

/*end section-2*/
h2 span {
    /*font-weight: bold;*/
    /*color: rgb(231, 152, 0) !important;*/
    color: #000;
    font-weight: normal !important;
    font-size: 22px !important;
}



.tabs.multicolor
{
  background-image: url('../images/academic/system/academics.jpg');
  background-size:cover;
  max-width: 100%;
  position: relative;
}

.tabs.multicolor .pre-next>a
{
    position: absolute;
    top: 50%;
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
}

.tabs.multicolor .pre-next .btnPrevious
{
    left: -80px;
}

.tabs.multicolor .pre-next .btnNext
{
    right: -80px;
}

.tabs.multicolor .pre-next i
{
    font-size: 60px;
    color: #FFFFFF;
    cursor: pointer;
}

.tabs.multicolor img
{
    border: 6px solid #FFFFFF;
}

.tabs.multicolor h2,
.tabs.multicolor h3,
.tabs.multicolor p,
.tabs.multicolor span
{
    color: #FFFFFF;
}

.tabs.multicolor .nav-tabs li>a
{
    color: #FFFFFF;
}

.tabs.multicolor .nav-tabs li>a:hover,
.tabs.multicolor .nav-tabs li>a:focus
{
    color: #FFFFFF;
    opacity: .9;
}

.tabs.multicolor .nav-tabs li
{
    border-right: none !important;
}

.tabs.multicolor .nav-tabs
{
   /* border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    */
}



.tabs.multicolor .nav-tabs li.active>a
{
    color: #000;
}

.tabs img
{
    margin: auto;
}

.tabs h2
{
    margin-bottom: 35px;
}

.tabs .tab-content>.tab-pane:first-of-type .pre-next .btnPrevious,
.tabs .tab-content>.tab-pane:last-of-type .pre-next .btnNext
{
    color: #d2d2d2;
}

.tabs .pre-next
{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    margin-top: 40px;
}

.tabs .pre-next a
{
    color: #797979;
    margin: 0 60px;
    font-size: 23px;
    cursor: pointer;
}

.nav-tabs{
    border-bottom: none !important;
}
.tabs .nav-tabs
{
    /* border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1); */
    padding: 10px 0;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    margin-bottom: 40px;
}

.tabs .nav-tabs li
{
    margin-top: 5px;
    /* z-index: 99999; */
    /* border-right: 2px solid #656a6d; */
    float: left;
    margin:2px;

}

.tabs .nav-tabs li:last-of-type
{
    border-right: 0;
}

.tabs .nav-tabs li>a
{
    color: #000;
    margin-right: 1px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    border: none;
    border-radius: 0;
   /* padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
    padding-left: 7px;*/
    padding: 8px;
    border:#ebebeb 2px solid;
}

.tabs .nav-tabs li>a:hover,
.tabs .nav-tabs li>a:focus
{
    background-color: transparent;
    color: #B22C5E;
    opacity: .9;
}


/** INNER TAB CSS **/

.nav-inner-tabs{
  border-bottom: none !important;
}
.nav-inner-tabs
{
  /* border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1); */
  padding: 0px 0;
  display: -webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;      /* TWEENER - IE 10 */
  display: -webkit-flex !important;     /* NEW - Chrome */
  display: flex !important;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  margin-bottom: 40px;
}

.nav-inner-tabs li
{
  margin-top: 5px;
  z-index: 99999;
  /* border-right: 2px solid #656a6d; */
  float: left;
  margin:5px;
}

.nav-inner-tabs li:last-of-type
{
  border-right: 0;
}

.nav-inner-tabs li>a
{
  color: #000;
  margin-right: 1px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: #174873;
  color:#fff;
  padding: 10px;
  border:#ebebeb 2px solid;
}

.nav-inner-tabs li>a:hover,
.nav-inner-tabs li>a:focus
{
  background-color:#D1E6F4 !important;
  color: #000;
  opacity: .9;
}

.nav-inner-tabs li.active>a
{
    background-color:#D1E6F4 !important;
    font-weight: bold;
    color: #000;
    padding:10px;    
}
/** END INNER TAB CSS **/


.tabs h3
{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.tabs h3.purple
{
    /*color: #174873;*/
    color: #000;
}

.tabs p
{
    line-height: 23px;
    font-size: 14px;
}

.tabs .nav-tabs li.active>a:hover,
.tabs .nav-tabs li.active>a:focus
{
    padding: 10px !important;
    border: none;
    background: #ebebeb;    
}



.tabs .nav-tabs li.active>a
{
    background-color: transparent;
    font-weight: bold;
    color: #000;
    background: #ebebeb;
    padding:8px;    
}

.tabs.purple .nav-tabs li.active>a
{
    color: #000;
    background: #ebebeb;
    /*padding:12px;*/
}

.tabs .tab-content>.tab-pane
{
    position: relative;
}

/***** Magical Tabs *****/
.mag-tabs
{
    padding: 60px 0 0;
    background-color: #F6F7F2;
    overflow: hidden;
}

.mag-tabs .container
{
    position: relative;
}

.mag-tabs .all
{
    position: relative;
}

.mag-tabs .all .circles
{
    position: absolute;
    width: 90%;
    left: 5%;
    top: -18%;
}

.mag-tabs .nav>li>a:focus,
.mag-tabs .nav>li>a:hover
{
    background-color: transparent;
}

.mag-tabs .pre-next
{
    position: absolute;
    bottom: 30px;
    left: 25%;
}

.mag-tabs .pre-next a
{
    color: #a7a7a7;
    margin: 0 40px;
    font-size: 23px;
    cursor: pointer;
    float: left;
}

.mag-tabs .info
{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.mag-tabs h2
{
    margin-bottom: 250px;
}

.mag-tabs .nav-tabs
{
    border: none;
}

.mag-tabs .nav-tabs>li
{
    position: absolute;
    z-index: 99999;
}

.mag-tabs .nav-tabs>li:first-of-type,
.mag-tabs .nav-tabs>li:last-of-type
{
    bottom: 100px;
}

.mag-tabs .nav-tabs>li:nth-of-type(2),
.mag-tabs .nav-tabs>li:nth-of-type(5)
{
    bottom: 350px;
}

.mag-tabs .nav-tabs>li:nth-of-type(3),
.mag-tabs .nav-tabs>li:nth-of-type(4)
{
    bottom: 550px;
}

.mag-tabs .nav-tabs>li:first-of-type
{
    left: 0;
}

.mag-tabs .nav-tabs>li:nth-of-type(2)
{
    left: 80px;
}

.mag-tabs .nav-tabs>li:nth-of-type(3)
{
    left: 320px;
}

.mag-tabs .nav-tabs>li:nth-of-type(4)
{
    right: 320px;
}

.mag-tabs .nav-tabs>li:nth-of-type(5)
{
    right: 80px;
}

.mag-tabs .nav-tabs>li:last-of-type
{
    right: 0;
}

.mag-tabs .tab-content h3
{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #F0574C;
}

.mag-tabs .tab-content p
{
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
}

.mag-tabs .nav-tabs>li>a img
{
    border-radius: 100%;
    border: 7px solid #DADADA;
    width: 120px;
}

.mag-tabs .nav-tabs>li>a:hover
{
    background-color: transparent;
    border-color: transparent;
}

.mag-tabs .nav-tabs>li.active>a,
.mag-tabs .nav-tabs>li.active>a:focus,
.mag-tabs .nav-tabs>li.active>a:hover
{
    background-color: transparent;
    border-color: transparent;
}

.mag-tabs .nav-tabs>li.active img
{
    border-color: #DA951F;
}

.mag-tabs .nav-tabs>li.active:before
{
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #F8B84A;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    left: 16px;
    top: 10px;
}

/* end tabs */


/* start facilities */
.facilities
{
    padding: 40px 0;
}

.facilities h2
{
    margin-bottom: 40px;
}

.facilities .text,
.facilities .image
{
    height: 315px;
}

.facilities .text
{
    color: #FFFFFF;
    position: relative;
    
}
.text-margin{
 margin-bottom: 8px; 
}
.facilities .text>div
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 80%;
}

.facilities .text.orange
{
    background-color: #8E4928;
}

.facilities .text.purple
{
    background-color: #655C7B;
}

.facilities .text.grey
{
    background-color: #98B44E;
}

.facilities .text.yellow
{
    background-color: #174873;
    color: #000000;
}
.facilitiesright{
    padding-right: 0px;
}
.facilitiesleft{
    padding-right: 0px;
}
.facilities .text.right:before
{
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    top: 100%;
    right: 119px;
    z-index: 999;
    margin-top: -34px;
    transform: rotate(45deg);
}

.facilities .text.left:before
{
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid transparent;
    position: absolute;
    top: 0%;
    left: 130px;
    z-index: 999;
    margin-top: -16px;
    transform: rotate(134deg);

}

.facilities .text.orange:before
{
    border-bottom-color: #8E4928;
}

.facilities .text.purple:before
{
    border-bottom-color: #655C7B;
}

.facilities .text.grey:before
{
    border-bottom-color: #98B44E;
}

.facilities .text.yellow:before
{
    border-bottom-color: #174873;
}

.facilities .text h4
{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    color: #fff;
}

.facilities .text p
{
    font-size: 13px;
    line-height: 19px;
    color: #FFFFFF;
}

.facilities .image
{
    overflow: hidden;
    padding: 0;
}

.facilities .image img
{
    /*width: 100%;*/
    height:315px;
}
/** end facilities**/

/* start tabs */

.tabs
{
	/*
    padding: 60px 0;
  	margin-top:5px !important;
  */
}

/************************************** REGISTER ****************************************/

/* start register */

/* start register */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{ background: #174873; color: #fff !important}
.register
{
    /*padding-bottom: 40px;*/
   /* background-color: #F2F2F2;*/
}
.register .main
{
    padding-top: 30px;
    padding-bottom: 60px;
}
.register .main p
{
    line-height: 24px;
    margin-bottom: 15px !important;
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    text-align: left !important;
}
.register .main .steps img
{
    border-radius: 5px;
    margin-bottom: 15px;
    width: 70px;
    padding: 0px !important;
}
.register .main .steps p
{
    font-size: 14px;
    line-height: 23px;
}
.submit
{
   /* padding: 20px 40px;*/
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, .1);
    border: #655b7b 1px solid;
    margin-top:-94px;
    margin-bottom: -90px;
    padding:0px;
}


.submit h3
{
    color: #fff;
    background: #174873 !important;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto-Thin;
    padding: 10px 0px;
    margin-top: 0px;
    position: relative;
}

.submit h3:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    top: 100%;
    right: 45%;
    z-index: -999;
    margin-top: -34px;
    transform: rotate(45deg);
    background: #174873 !important;
}

.frmcnt{padding:20px !important;}

.submit .item label {text-transform: uppercase; font-size: 12px;}
.submit .date
{
    position: relative;
    overflow: hidden;
}

.input-daterange input
{
    text-align: right!important;
    padding-right: 114px;
}

.submit .date label.placeholder
{
    bottom: -4px;
    padding: 9px 12px;
    color: #f5f5f5;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
}

.datepicker.dropdown-menu
{
    z-index: 999999999!important;
}

.submit input[type='date']:focus
{
    box-shadow: none;
    border-color: #FFFFFF;
}

.submit input,
.submit select
{
    margin-top: 15px;
}

.submit .item
{
    padding-left: 0;
    padding-right: 0;
    /* margin-bottom: 15px;*/
    
}

.submit input[type='text']
{
    padding: 6px;
    float: right;
    margin-top: 2px !important;
    border: #d4d0e5 1px solid;
    background: #f8f7fc;
    color: #000;
}
::placeholder{ color: #000 }
.submit select
{
    padding: 4px;
    float: right;
    margin-top: 2px !important;
    border: #d4d0e5 1px solid !important;
    background: #f8f7fc;
    color: #000;
}

.submit input[type='submit']
{
    padding: 8px 40px;
    float: right;
    margin: 23px 0px;   
}

h2 {
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 50px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
.npd{
	padding: 0px !important;
}


/************************************* MEDIA QUERY ***********************************/

/*Medium Screen*/
@media (max-width: 1199px)
{    
    .register .main.admission
    {
        padding: 40px 10px 13px;
        transform: translate(20px, 9%);
        -webkit-transform: translate(20px, 9%);
        -moz-transform: translate(20px, 9%);
        -ms-transform: translate(20px, 9%);
        -o-transform: translate(20px, 9%);
    }
    
    .mag-tabs .all .circles
    {
        top: -33%;
    }
    
    .mag-tabs .info
    {
        transform: translateY(43%);
        -webkit-transform: translateY(43%);
        -moz-transform: translateY(43%);
        -ms-transform: translateY(43%);
        -o-transform: translateY(43%);
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(2), .mag-tabs .nav-tabs>li:nth-of-type(5) {
    bottom: 310px;
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(3), .mag-tabs .nav-tabs>li:nth-of-type(4) {
    bottom: 485px;
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(3)
    {
        left: 275px;
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(4)
    {
        right: 275px;
    }
    
    .carousel-caption.bottom
    {
        top: 60%;
    }
    .register .container
    {
        padding: 0;
    }    
    /*Register*/
    .register .before
    {
        padding-right: 370px;
    }
    
    /*Footer*/
    .footer .line:after
    {
        right: 7%;
    }
}

/*Small Screen*/
@media (max-width: 991px)
{

  .multicolor img{
    margin-top:0px !important;
  }
  .note{
    margin-top:0px !important;;
  } 
    .register .main.admission
    {
        padding: 40px 31px 13px;
    }
    
    .register .container
    {
        padding: 0;
    }
    
    .health-features .img
    {
        position: static!important;
        background-attachment: fixed;
        height: 844px;
    }
    
    .section-2 .left .row-f
    {
        margin-left: 0;
    }
    
    .blog .article
    {
        padding-right: inherit;
    }
    
    .blog .sidebar
    {
        padding-left: inherit;
    }
    
    .blog .subjects
    {
        padding-right: inherit;
    }
    
    .mag-tabs .all .circles
    {
        top: -54%;
        width: 85%;
        left: 9%;
    }
    
    .mag-tabs .info
    {
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(3), .mag-tabs .nav-tabs>li:nth-of-type(4)
    {
        bottom: 410px;
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(3)
    {
        left: 190px;
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(4)
    {
        right: 190px;
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(2)
    {
        left: 0px;
    }
    
    .mag-tabs .nav-tabs>li:nth-of-type(5)
    {
        right: 0px;
    }
    
    .map
    {
        margin-top: 0;
    }
    
    .tabs img
    {
        margin-top: 40px;
    }

    .vidimg{margin-top: 0px !important}
    
    .tabs .nav-tabs,
    .tabs.multicolor .nav-tabs
    {
        display: block;
    }
    
    .tabs .nav-tabs li,
    .tabs.multicolor .nav-tabs li
    {
        border-right: 0;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    
    .carousel-caption
    {
        top: 49%;
    }
    
    /*Navbar*/
    .navbar-default .navbar-nav>li>a
    {
        font-size: 13px;
        padding: 27px 15px;
    }
    
    .navbar-brand
    {
        height: auto;
       /* margin-left: -68px;*/
       padding: 0px;
    }
    
    .navbar-brand img
    {
        /*width: 107px;*/
    }
    
    /*Register*/
    .register
    {
        margin-top: 0;
    }
    
    .register .main
    {
        transform: translate(0)!important;
        -webkit-transform: translate(0)!important;
        -moz-transform: translate(0)!important;
        -ms-transform: translate(0)!important;
        -o-transform: translate(0)!important;
    }
    
    /*Testimonials*/
    .testimonials-2 .left
    {
        padding-left: 40px;
        padding-right: 40px;
        height: auto!important;
    }
    
    .testimonials-2 .right.pink
    {
        padding-top: 45px;
        padding-bottom: 45px;
        background-image: -webkit-gradient(
        linear,left top, right top,
        color-stop(0.1, #B22C5E),
        color-stop(1, #C0384C));
    }
    
    .testimonials-2.media-s, .section-3
    {
        background-image: none;
    }
    
    .testimonials-2.media-s .container,
    .section-3 .container
    {
        margin: 0 auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    /*Carousel Home Page*/
    .carousel.home-page
    {
        height: auto;
    }
    
    .submit div.icon
    {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    
    /*Tabs*/
    .tabs .nav-tabs
    {
        padding-right: 0;
    }
    
    .tabs .nav-tabs>li {
        width: 100%;
        text-align: center;
    }
    
    .tabs .nav-tabs>li>a
    {
        width: 100%;
    }
    
    /*Blog*/
    .blog .subjects,
    .blog .article
    {
        border: none;
    }
    
    .blog .sidebar .item {
        margin-top: 70px;
    }
    
    /*Footer*/
    .footer .line:after
    {
        right: 11%;
    }
    
    .footer .links
    {
        margin-top: 30px;
    }
    
    .health-features .img.measures
    {
        background-position: top;
        padding-left: 0;
    }
}

/* Extra Small Screen */
@media (max-width: 767px)
{ 
    .schoolinfo {
        margin-bottom: 0px !important;
    }
    /*
    .carousel {
        margin-top: 87px;
    }
    */
    .multicolor img{
      margin-top:0px !important;
    }  
    .note{
      margin-top:0px !important;
    }    
    .dropdown-menu li a{
        color:#fff !important;
        font-size:14px !important;
    }
    .navbar-brand{
        margin-top:19px;

    }
    .navbar-right{
        margin-top:0px;
        float:none !important;
    } 
    .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
        margin-left:0px !important;
    }       
    .datepicker.dropdown-menu
    {
        position: fixed!important;
        bottom: 0!important;
        left: 0!important;
        top: auto!important;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before
    {
        display: none;
    }
    
    .datepicker.dropdown-menu,
    .datepicker.dropdown-menu table,
    .datepicker.dropdown-menu table thead
    {
        width: 100%;
    }

    .input-daterange input
    {
        padding-right: 0!important;
        text-align: left!important;
    }
    
    .submit .date label.placeholder
    {
        display: none;
    }
    
    .submit #datepicker input
    {
        left: 0;
    }
    
    .submit input[type='date']
    {
        position: static;
        border-bottom: 1px solid #D7D4E7;
        width: 150%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 5px;
        margin: 28px 0;
    }
    
    .submit input,
    .submit select,
    .submit label
    {
        font-size: 18px!important;
    }

    .section-2 .left
    {
        border-right: none;
        padding-right: 0;
    }
    
    .section-2 .right
    {
        padding-left: 0;
    }
    
    .mag-tabs .all .circles
    {
        display: none;
    }
    
    .mag-tabs .pre-next
    {
        position: static;
        margin: 55px 0 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .mag-tabs .pre-next a
    {
        font-size: 30px;
    }
    
    .mag-tabs h2
    {
        margin-bottom: 60px;
    }
    
    .mag-tabs .nav-tabs>li>a
    {
        padding: 0;
    }
    
    .mag-tabs .nav-tabs>li>a img
    {
        width: 65%;
        margin-left: 40px;
    }
    
    .mag-tabs .nav-tabs>li.active:before
    {
        display: none;
    }
    
    .mag-tabs .nav-tabs>li.active img
    {
         box-shadow: 0 0 0 20px #F8B84B;
    }
    
    .mag-tabs .nav-tabs>li
    {
        width: 33.33333333%;
        position: relative;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        bottom: auto!important;
        margin-bottom: 40px;
    }
    
    .mag-tabs .info
    {
        margin-top: 50px;
    }
    
    .register .main,
    .register .submit
    {
        padding: 86px 25px;
    }
    
    .navbar:before
    {
        display: none;
    }
    
    .navbar-default .navbar-nav .sm a
    {
        float: none;
    }
    
    /*Navbar*/
    .navbar-default .navbar-brand
    {
        font-size: 14px;
    }
    
    .navbar .container .before,
    .navbar .container .after
    {
        display: none;
    }
    
    .navbar-nav
    {
        text-align: center;   
    }
    
    .navbar-default .navbar-nav li a
    {
        font-size: 20px;
        padding: 20px 12px;
        color: #fff !important;
    }
    
    .navbar .upper-nav button.login a
    {
        font-size: 17px;
    }
    
    /*Carousel*/
    .carousel-indicators
    {
        display: none;
    }
    
    .carousel-caption
    {
        padding: 0;
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    
    .carousel-caption h1
    {
        margin: 0;
        text-align: center!important;
        width: 100%;
        position: static;
        font-size: 30px;
        line-height: 46px;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #2d2b5d!important;
        color: #FFFFFF;
    }
    
    .carousel-caption h1 span
    {
        color: #FFFFFF!important;
        font-weight: normal;
    }

    /*Register*/
    .register .before
    {
        padding-right: 29px!important;
        margin-top: 0;
        
    }
    
    .submit
    {
        position: static!important;
    }
    
    .submit .icon
    {
        position: static;
        margin-left: 25px;
        margin-bottom: 35px;
    }

    .submit div.icon
    {
        position: relative;
        top: 0;
        left: 0;
    }
    
    /*Committee*/
    .committee .item ul
    {
        height: auto;
        padding-bottom: 50px;
    }
    
    .before
    {
        padding-right: 20px;
    }
    
    /*Testimonials*/
    .testimonials .slider .image img
    {
        width: 50%;
        margin: auto;
        margin-bottom: 40px;
    }
    
    .testimonials .slider .slick-prev, .testimonials .slider .slick-next
    {
        display: none!important;
    }
    
    /*Tabs*/
    .tabs .tabs-section
    {
        margin-left: 0;
    }
    
    .tabs .tabs-section li
    {
        font-size: 13px;
        padding: 10px 10px;
        margin-right: 3px;
    }
    
    .tabs.home-page .tab-content .item .image
    {
        padding: 0;
    }
    
    .tabs.home-page .tab-content .item .image,
    .tabs.home-page .tab-content .item .details
    {
        height: 150px!important;
    }
    
    /*Blog*/
    .blog .comments .leave-comment form input[type='text'],
    .blog .comments .leave-comment form input[type='email'],
    .blog .comments .leave-comment form textarea
    {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    .blog .comments .leave-comment form
    {
        width: 100%;
    }
    
    /*Contact*/
    .contact .container-fluid
    {
        padding-right: 0;
    }
    
    .contact .contact-details
    {
        left: 50%;
        bottom: -25px;
        width: 100%;
        top: auto;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    
    .fee table th, .fee table td
    {
        height: 77px;
    }
    
    .testimonials-2 .right,
    .testimonials-2 .left
    {
        padding-top: 61px;
        padding-bottom: 61px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .testimonials-2 .slick-next
    {
        transform: translate(-100%, -2px);
        -webkit-transform: translate(-100%, -2px);
        -moz-transform: translate(-100%, -2px);
        -ms-transform: translate(-100%, -2px);
        -o-transform: translate(-100%, -2px);
    }
    
    .testimonials-2 .slick-prev {
        transform: translate(-230%, 0);
        -webkit-transform: translate(-230%, 0);
        -moz-transform: translate(-230%, 0);
        -ms-transform: translate(-230%, 0);
        -o-transform: translate(-230%, 0);
    }
    
    /*Footer*/
    .footer .line:after
    {
        display: none;
    }
    
    .footer hr
    {
        display: block;
        margin: 30px 0;
    }
    
    /*After Footer*/
    .after-footer .rights,
    .after-footer .links
    {
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    
    .after-footer .links:last-of-type
    {
        border-bottom: 0;
    }
}

/*Other*/
@media (max-width: 600px)
{

    .schoolinfo{
        margin-bottom: 0px !important;
    }    
    /*
    .carousel {
        margin-top: 87px;
    } 
    */   
    .multicolor img{
      margin-top:0px !important;
    }  
    .note{
      margin-top:0px !important;;
    } 
    .dropdown-menu li a{
        color:#fff !important;
        font-size:14px !important;
    }  
    .navbar-right{
        margin:0px;
        float:none !important;
    }     
    .mag-tabs .nav-tabs>li
    {
        width: 50%;
    }
    .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
        margin-left:0px !important;
    }      
    .mag-tabs .nav-tabs>li>a img
    {
        width: 60%;
    }
    .navbar-brand{
        /*margin-top:19px;
        margin-left: 0px;*/
        padding: 0px;
    }    
}

@media (max-width: 555px)
{

    /*.carousel {
        margin-top: 87px;
    } 
    */   
    .multicolor img{
      margin-top:0px !important;
    }  
    .note{
      margin-top:0px !important;;
    } 
    .dropdown-menu li a{
        color:#fff !important;
        font-size:14px !important;
    }  
    /*Facilities*/
    .facilities .text,
    .facilities .image
    {
        width: 100%!important;
    }
    .text-margin{
     margin-bottom: 8px; 
    }
    .facilities .text.right:before,
    .facilities .text.left:before
    {
        display: none;
    }    
    .blog .subjects .item
    {
        width: 100%;
    }
    .navbar-brand{
        margin-top:19px;
        margin-left: 0px;
    }
    .navbar-right{
        margin:0px;
        float:none !important;
    }     
}
@media (max-width: 1000px)
{
    .carousel
    {
        height: auto;
    }
}

@media (max-width: 375px)
{

    .schoolinfo{
        margin-bottom: 0px !important;
    } 
    /*.carousel {
        margin-top: 87px;
    } 
    */   
    .multicolor img{
      margin-top:0px !important;
    }  
    .note{
      padding-top:0px !important;;
    }  
    .dropdown-menu li a{
        color:#fff !important;
        font-size:14px !important;
    } 
    .navbar-default .navbar-nav>li:hover
    {
        border-bottom:none !important;
    }

    .navbar-right{
        margin:0px;
        background-color:#174873  !important;
        float:none !important;
    } 
 
    .subnav ul li .login
    {
        margin: 10px 0;
    }
    
    .tabs.home-page .tab-content .item .details
    {
        height: auto!important;
        width: 100%;
    }
    
    .tabs.home-page .tab-content .item .image
    {
        display: none;
    }
    
    .mag-tabs .nav-tabs>li
    {
        width: auto;
    }
    
    .mag-tabs .nav-tabs
    {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 40px 0;
    }
    
    .mag-tabs .nav-tabs>li>a img
    {
        width: 100%;
        margin: auto;
        
    }
    .navbar-brand{
        margin-top:0px;
    }
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background-color: #353265!important;
}

#flight-datepicker .form-item {
  position: relative;
  margin: 12px 0 60px;
}

@media screen and (min-width: 400px) {
  .note{
    padding-top:0px !important;;
  }  
  #flight-datepicker .form-item {
    margin: 12px 24px 0 0;
  }
}

.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-animation: popup .2s ease-out forwards;
          animation: popup .2s ease-out forwards;
  box-shadow: none!important;    
}
.datepicker.dropdown-menu table {
  background-color: #1b7983;
}
.datepicker.dropdown-menu table thead {
  background-color: #1b7983;
} 
.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}
.datepicker.dropdown-menu table tbody {
  background-color: white;
}
.datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 8px;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: background-color .6s ease-out;
  transition: background-color .6s ease-out;
}
@media screen and (min-width: 400px) {
  .datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
    padding: 12px;
  }
}
.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
  border-color: #ededed;
  border-radius: 0;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
  background-color: #24A0AD;
  border-color: #ededed;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
  background-color: #1b7983;
  border-color: #ededed;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #ffffff;
  background-color: #4c4980;
  border-radius: 0;    
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #ffffff;
  background-color: #4c4980;
  border-radius: 0;
}



.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  background-color: #2d2b5d;
  border-top: 1px solid #196d76;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  border-right: 1px solid #ededed;
}
.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
  background-color: #eeeeee;
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #ccc;
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover
{
    background-color: #4b487f!important;
    background-image: none!important;
}

.fontawesome-calendar {
  position: absolute;
  top: 26px;
  right: 0;
  font-size: 24px;
  z-index: -99;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 23-05-2018 */
.schools{
   background: #f2f2f2; 
} 
.schools-img{ background: #fff; margin-top:-80px; z-index: 99999; margin-bottom: 50px;}
.schools-img img{ max-width: 100%; padding:3px; z-index: -99999 !important; padding-bottom: 0px}
.nopadding{padding: 0px !important }
.sch1::before{   
	width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid #555;} 
.sch1{ background: #8e4929; padding: 10px;  padding: 10px; text-transform: uppercase; color: white; text-align: center;  font-size: 18px; margin: 0px 0px 0px 3px; z-index: 99999 !important; position: absolute; width: 98% }
.sch2{ background: #655b7b; padding: 10px; width: 100%; padding: 10px; text-transform: uppercase; color: white; text-align: center;  font-size: 18px; margin: 0px 0px 0px 3px; z-index: 99999 !important; position: absolute; width: 98% }
.sch3{ background: #b03539; padding: 10px; width: 100%; padding: 10px; text-transform: uppercase; color: white; text-align: center;  font-size: 18px; margin: 0px 0px 0px 3px; z-index: 99999 !important; position: absolute; width: 98%}
.sch4{ background: #97b44e; padding: 10px; width: 100%; padding: 10px; text-transform: uppercase; color: white; text-align: center;  font-size: 18px; margin: 0px 0px 0px 3px; z-index: 99999 !important;  width: 98%}
.blogsico{font-family: OpenSans-Regular; font-size: 12px !important; padding: 0px !important}
#fashare{background-color: #3b5998; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#twshare{background-color: #83c3f3; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#lnshare{background-color: #0077b5; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#gmshare{background-color: #ed4926; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#whshare{background-color: #43C353; padding: 7px 20px 7px 20px; color:#fff; margin: 10px 10px 10px 0; text-align: center; text-decoration: none;}
#mapviw{ border:#b03539 1px solid; text-transform: uppercase; color: #b03539; padding: 5px 25px;  }
#mailur{ color: #000; text-decoration: none; font-size: 14px }
.contdetail {margin-bottom: 30px;}
.contdetail i{color: #b03539}
.contdetail h5{ font-weight: bold;  font-size: 16px; font-family: 'Open Sans', sans-serif;}
.contdetail p{ font-family: 'Open Sans', sans-serif;}

  .hmtesti{
    background-image: url('../images/hometest.jpg');
    text-align: center;
    padding: 50px 
  }
  .hmtesti h4{ color:#fff;  font-family: 'Open Sans', sans-serif; font-size:22px;}
  .hmtesti p{ color: #fff; text-align: center; line-height: 25px}
  .events .evdt{ background: #665c7c; border-radius:3px; padding:7px; }
  .events .evdt p{ border:#ebebeb 1px dashed; text-align: center; color: #fff; padding: 15px; margin-bottom:0px }
  .events{}
  .eve-item{ margin-bottom: 25px; }
  .events h3{font-family: 'Open Sans', sans-serif;}
  .video{ padding-right: 20px; }
  .video h3{font-family: 'Open Sans', sans-serif;}
  .schoolbtm{ text-align: center; font-family: 'Open Sans', sans-serif;}
  .schoolbtm h3{ font-size: 32px;  margin-bottom: 20px }
  .schoolbtm p{ text-align: center; font-size: 16px; line-height: 25px; margin-bottom: 30px }

  .scfco{margin-top: 30px;}
  .schoolfac{ background: #f2f2f2; padding:40px 0;}
  .schoolfac img{ max-width: 100% }
  .schfcont{ background: white; padding:10px 30px;  }
  .schfcont h5{ font-weight: bold; text-transform: uppercase; }

  /** slick style **/

  .slick-next
{
    right: -90px;
}
.slick-prev
{
    left: -90px;    
}
.slick-next,
.slick-prev
{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.slick-next:hover,
.slick-prev:hover
{
    background-color: #FFFFFF!important;
    color: #2474a6!important;
}
.slick-dots
{
    width: auto;
    left: 36%;
    bottom: -15px;    
}
.slick-dots li
{
    margin: 0;
}
.slick-dots li button
{
    background-color: #22557F;
    border-radius: 100%;
    width: 12px;
    height: 12px;    
}
.slick-dots li.slick-active button
{
    background-color: #FFFFFF;
}
.slider .slick-prev,
.slider .slick-next
{
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    z-index: 99999999;
    margin-top: -22px;    
}

.slider .slick-next:before,
.slider .slick-prev:before
{
    font-size: 13px;
    color: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slider .slick-prev.slick-disabled:before,
.slider .slick-next.slick-disabled:before
{
    color: #5f6f7a!important;
}
.slick-prev:before
{
    content: "\f053";
    font-family: FontAwesome;
    opacity: 1;
}
.slick-next:before
{
    content: "\f054";
    font-family: FontAwesome;
    opacity: 1;
    color: #FFFFFF;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled
{
    background-color: #F0F0F0!important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before
{
    color: #adadad;
}

#loader
{  
    position: fixed;
    display: none;
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    background: url('../images/loader.gif') 50% 50% no-repeat;  
}
.note{
 /*margin-bottom: 50px;*/
}
.note1 {
     padding: 40px 0; 
}
.multicolor img{
  margin-top:68px;
}
.news_head_cont {
    background: #D1E6F4;
    padding: 10px 0 1px 20px;
        padding-right: 0px;
        padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.schoolinfo{
   padding:20px;
   color: #fff;
   height: 300px;
   margin-bottom: 50px;
}
.schoolinfo h3{text-transform: uppercase; text-align: center;}
.schodd{
    background-color: #1670B5;
}
.scheven{
    background-color: #23517A;
}
.schrdmore{ text-align: center; }
.schrdmore a{ border:#fff 1px solid; padding: 8px 12px; text-transform: uppercase; color: #fff; text-decoration: none; font-weight: bold }
.schrdmore a:hover{background-color: #e79800 }

.school h2{
	color: #fff !important;
}

p{
    text-align: justify !important;
    font-family: 'Montserrat', sans-serif !important;
    /*margin-bottom:0px !important;*/
}

.edate{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 75px;
    margin-right: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding: 6px;
    background-color: white;
}
.edate .num
{
    font-size: 30px;
    color: #174873 !important;
}

.edate .mon
{
    font-size: 12px;  
    border-bottom:#d2d2d2 1px solid; 
    color: #000;
}

.edate .year
{
    font-size: 12px;    
    color: #000;
}
.my-btn {
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 25px;
    outline: none!important;
    color: #fff !important;
    background-color: #174873 !important;
    position: relative;
}
.our-list{
	    list-style-type: none;
	    margin-top: 13px;
}
.our-list li {
    font-size: 14px !important;
    color: #565656 !important;
    margin-bottom: 9px !important;
    line-height: 25px;
}    
.our-list li:before {
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #174873;
    display: inline-block;
    border-radius: 100%;
    margin-right: 12px;
}
.health-safety {
    background-color: #fff;
    color: #000;
    padding: 70px 0 20px 0;
    line-height: 28px;
    
}
.blog {
    padding: 70px 0;
}
.blog .info ul li {
    float: left;
    font-size: 16px;
    margin-right: 30px;
    list-style-type: none;
    color: #838282;
}

.login {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 6px 17px !important;
    font-size: 14px;
    /* font-weight: bold; */
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left !important;
}
.form-control {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} 
.Newspaper-Subtitle{
  font-size:22px !important;
}
.lft_sidebar{
  list-style: none;
}
.lft_sidebar li{ background-color: #4169e1; color: #fff; padding:8px 10px; text-transform: uppercase; font-weight: bold; border-bottom: #fff 1px solid }
.lft_sidebar li a{ color: #fff; }
.testimonial{
	margin-bottom:30px !important;
}
.lft1_sidebar{
  list-style: none;
}
.lft1_sidebar li
{ background-color: #4169e1; color: #fff; text-transform: uppercase; font-weight: bold; 
	 margin-bottom:10px; width: 200px }
.lft1_sidebar li a{ color: #fff;}

.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease; }
  .animate-menu-push.animate-menu-push-right {
    left: 200px; }
  .animate-menu-push.animate-menu-push-left {
    left: -200px; }

.animate-menu {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  transition: all 0.3s ease; }

.animate-menu-left {
  left: -200px; }
  .animate-menu-left.animate-menu-open {
    left: 0; }

.animate-menu-right {
  right: -200px; }
  .animate-menu-right.animate-menu-open {
    right: 0; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32; }
  .sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0; }
    .sidebar-menu > li > a {
      padding: 10px 5px 10px 10px;
	  display: block;
      border-left: 3px solid transparent;
      color: #fff;
      font-size: 15px;
      text-transform: capitalize; }      
      .sidebar-menu > li > a > .fa {
        width: 20px; }
    .sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
      color: #fff;
      background: #ff2400;
      border-left-color: #4169e1; }
    .sidebar-menu > li .label,
    .sidebar-menu > li .badge {
      margin-top: 3px;
      margin-right: 5px; }
  .sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226; }
  .sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px; }
  .sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg); }
  .sidebar-menu li.active > .sidebar-submenu {
    display: block; }
  .sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none; }
  .sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 5px;
    margin: 0 1px;
    background: #2c3b41; }
    .sidebar-menu .sidebar-submenu .sidebar-submenu {
      padding-left: 20px; }
    .sidebar-menu .sidebar-submenu > li > a {
      padding: 5px 5px 5px 15px;
      display: block;
      font-size: 14px;
      color: #fff; }
      .sidebar-menu .sidebar-submenu > li > a > .fa {
        width: 20px; }
      .sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
      .sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
        width: auto; }
    .sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
      color: #fff; }

.sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32; }
  .sidebar-menu-rtl > li {
    position: relative;
    margin: 0;
    padding: 0; }
    .sidebar-menu-rtl > li > a {
      padding: 12px 15px 12px 5px;
      display: block;
      border-left: 3px solid transparent;
      color: #b8c7ce; }
      .sidebar-menu-rtl > li > a > .fa {
        width: 20px; }
    .sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
      color: #fff;
      background: #1e282c;
      border-left-color: #3c8dbc; }
    .sidebar-menu-rtl > li .label,
    .sidebar-menu-rtl > li .badge {
      margin-top: 3px;
      margin-right: 5px; }
  .sidebar-menu-rtl li.sidebar-header {
    padding: 10px 15px 10px 25px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226; }
  .sidebar-menu-rtl li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px; }
  .sidebar-menu-rtl li.active > a > .fa-angle-left {
    transform: rotate(-90deg); }
  .sidebar-menu-rtl li.active > .sidebar-submenu {
    display: block; }
  .sidebar-menu-rtl a {
    color: #b8c7ce;
    text-decoration: none; }
  .sidebar-menu-rtl .sidebar-submenu {
    display: none;
    list-style: none;
    padding-right: 5px;
    margin: 0 1px;
    background: #2c3b41; }
    .sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
      padding-right: 20px; }
    .sidebar-menu-rtl .sidebar-submenu > li > a {
      padding: 5px 15px 5px 5px;
      display: block;
      font-size: 14px;
      color: #8aa4af; }
      .sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
        width: 20px; }
      .sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
      .sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
        width: auto; }
    .sidebar-menu-rtl .sidebar-submenu > li.active > a, .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
      color: #fff; }
    .breadcum{ padding:20px 15px; }
    .breadcum a{color:#174873 !important;}
    .breadcum a i{ margin: 0px 10px; }
    .breadcum a span{color:#000;}
.modal{
	z-index:999999999 !important;
}    
.play{
    position: absolute;
    color: #FFFFFF;
    border: 6px solid #FFFFFF;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    opacity: .9;
    text-align: center;
    font-size: 21px;
    line-height: 49px;
    left: 50%;
    top: 34%;
    margin-top: -30px;
    margin-left: -30px;	
}
.popover{
	z-index: 9999999 !important;
}
.btn-success{
	background-color: #4169e1 !important;
	border-color: #4169e1 !important;
}
.btn-success:hover {
    color: #fff;
    background-color: #ff2400 !important;
    border-color: #ff2400 !important;
} 

.nav>li>a:hover{
	background-color:#ff2400 !important;
	color:#FFF !important;
	border-color:#ff2400 #ff2400 #ff2400 !important;
}  
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color:#ff2400 !important;
	color:#FFF !important;
	border:#ff2400 !important;
} 
.nav-tabs>li>a {
	margin-right: 0px !important;
}

.widget-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    display: inline-block;
}

 table {
        border: 1px solid #dfd8d8;
       }
       table tr{
        border: 1px solid #dfd8d8;
       }
       table td{
        border: 1px solid #dfd8d8;
       }