﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300i,400,400i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Anton&amp;display=swap&amp;subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Pacifico&amp;display=swap');


/* ========== Fonts ========== */
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,600i,700');

/* ========== Included css Files ========== */
@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "jquery-ui.css";
@import "animate.min.css";
@import "animations.css";
@import "owl.css";
@import "isotop.css";
@import "fancyBox.css";
@import "icofont.css";
@import "material-design-iconic-font.css";
/* ========== General css start========== */
body {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	background-color: #ffffff;
	overflow-x: hidden;
	max-width: 100%;
}

p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover, a:focus {
	color: #595959;
	text-decoration: none;
}
a:hover, a:focus {
	outline: none !important;
}
a img {
	border: none;
}
iframe {
	border: none;
}
/* ========== HEADINGS FON-TSIZE ========== */
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #333333;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/* ========== TITLE LINE ========== */
img.dLogoImg {
	width: 380px;
}
.irs-section-title {
	margin-bottom: 60px;
	text-align: center;
}
.irs-section-title h2 {
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.irs-section-title h2 span {
	color: #277c55;
}
.irs-section-title .irs-title-line {
	width: 180px;
	height: 2px;
	background: #333333;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}
.irs-section-title .irs-title-line .irs-title-icon {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: #ffffff;
}
.irs-section-title .irs-title-line .irs-title-icon i {
	color: #277c55;
	font-size: 30px;
	line-height: 50px;
}
.irs-section-title p {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	color: #595959;
}
/* ========== layer START ========== */
.irs-layer-black {
	position: relative;
}
.irs-layer-black:before {
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	background: rgba(39, 124, 85, 0.88);
}
/* ========== Button css start ========== */ 
.irs-btn-transparent {
	padding: 4px 22px;
	background: none;
	border-radius: 0;
	color: #277c55;
	border: 1px solid #277c55;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-btn-transparent:hover {
	color: #ffffff;
	background: #277c55;
	border-radius: 0;
	border: 1px solid #277c55;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-btn-transparent-two {
	color: #fff;
	font-weight: bold;
	background: #277c55;
	border-radius: 0;
	text-transform: uppercase;
	padding: 8px 30px;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-btn-transparent-two:focus {
	color: #000;
	background: #ffd516;
}
.irs-btn-transparent-two:hover {
	color: #000;
	background: #ffd516;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-btn-transparent-three {
	padding: 4px 26px;
	background: none;
	border-radius: 20px;
	border: 1px solid #999999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-btn-transparent-three:hover {
	color: #ffffff;
	background: #277c55;
	border: 1px solid #277c55;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-big-btn {
	background-color: #277c55;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	padding: 15px 50px;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-big-btn:hover {
	color: #ffffff;
	background: #ea8e40;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* ========== Scroll To Top ========== */
#scrollUp {
	bottom: 10px;
	right: 11px;
	padding: 7px 7px;
	background-color: #277c55;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
#scrollUp:before {
	content: "\f102";
	font-family: FontAwesome;
	font-size: 26px;
	color: #ffffff;
	padding-top: 7px;
}
/* Preloader */
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/preloader.gif);
}
/* ========== Header top css start ========== */
.irs-header-top-bar {
	background: #ececec;
	padding: 0px 0;
}
.irs-header-top-bar p {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 13px;
	font-family: arial;
}
.irs-header-top-bar p span {
	color: #277c55;
	font-weight: 600;
}
.irs-social {
	margin-top: 3px;
}
.irs-social a i {
	text-align: center;
	color: #ffffff;
	padding-top: 7px;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-social a i:hover {
	color: #333333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* ========== Header Nav css Start ========== */
.scroll-to-fixed-fixed {
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75)
}
.navbar-brand {
	height: 100%;
	padding: 0 15px 0 0;
}
.irs-navbar {
	margin-top: 5px;
	border: none;
	background-color: transparent;
}
.irs-navbar .navbar-nav>.active>a, .irs-navbar .navbar-nav>.active>a:focus, .irs-navbar .navbar-nav>.active>a:hover {
	color: #277c55;
	background: transparent;
}
.scroll-to-fixed-fixed .irs-navbar .navbar-nav>.active>a {
	color: #277c55;
	background: transparent;
}
.irs-navbar .navbar-nav>li>a {
	font-size: 13px;
	font-weight: bold;
	color: #535353;
	text-transform: uppercase;
	padding: 10px 6px;
}
.irs-navbar .navbar-nav>.open>a {
	background-color: transparent;
}
.irs-navbar .navbar-nav>.open>a:hover {
	background-color: transparent;
}
.navbar-right .dropdown-menu {
	width: 225px;
	right: auto;
	box-shadow: none;
	border-top: 2px solid #277c55;
	border-radius: 0;
	padding: 0;
}
.irs-navbar .dropdown-menu>li>a {
	color: #535353;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-navbar .dropdown-menu>li>a:hover {
	color: #277c55;
	padding-left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-log-reg {
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
    float: right;
}
.irs-log-reg a {
	background: #277c55;
	text-align: center;
	color: #ffffff;
	padding: 10px 15px;
	margin-top: 25px;
}
.irs-log-reg a:hover {
	background: #ffd516;
	color: #000 !important;
}
/***Header two***/
.ire-header-two {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ire-header-two .irs-navbar .navbar-nav>li>a {
	color: #ffffff;
}
.ire-header-two .irs-navbar .navbar-nav>li>a:hover {
	color: #277c55;
}
.smaller {
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-logo-1 {
	display: none !important;
}
.smaller .irs-logo-1 {
	display: block !important;
}
.smaller .irs-logo-2 {
	display: none !important;
}
.smaller .irs-navbar .navbar-nav>li>a {
	color: #535353;
}
/* ========== Main slider css Start ========== */
.irs-main-slider {
	position: relative;
}
.fade-carousel {
	position: relative;
	height: 60vh;
}
.fade-carousel .carousel-inner .item {
	height: 60vh;
}
.irs-main-slider .irs-big-btn {
	background: transparent;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-main-slider .irs-big-btn:hover {
	background: #277c55;
	border-color: #277c55;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #f39c12;
	border-color: #f39c12;
	opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	color: #ffffff;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 10px;
}
.hero span {
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 10px;
}
.hero h1 strong {
	color: #277c55;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
	background-image: url(../images/slider/1.html);
	position: relative;
}
.fade-carousel .slides .slide-2 {
	background-image: url(../images/slider/2.html);
	position: relative;
}
.fade-carousel .slides .slide-3 {
	background-image: url(../images/slider/3.html);
	position: relative;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
}
.irs-main-slider .carousel-indicators {
	left: 5%;
}
.irs-main-slider .carousel-indicators li {
	width: 30px;
	height: 20px;
	background-color: #ffd316;
	border: none;
	margin: 0;
	border-radius: 0;
}
.irs-main-slider .carousel-indicators .active {
	background-color: #277c55;
}
.irs-main-slider .fade-carousel .carousel-indicators > li.active {
	width: 30px;
	height: 7px;
	background-color: #277c55;
	border: none;
	margin: 0;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
.hero {
	width: 980px;
}
}

@media screen and (max-width: 640px) {
.hero h1 {
	font-size: 2em;
	line-height: 1.5em;
}
}
/* ========== Welcome css Start ========== */
.irs-welcome-field {
	padding: 100px 0;
	background: #F7F7F7;
	position: relative;
}
.irs-welcome-field h1 {
	font-size: 32px;
	margin-bottom: 20px;
}
.irs-welcome-field span {
	color: #277c55;
	font-size: 45px;
}
.irs-welcome-field i {
	color: #277c55;
	font-size: 80px;
}
.irs-welcome-field p {
	margin-top: 20px;
}
/* ========== About css Start ========== */
.irs-about-field {
	padding: 100px 0 50px;
}
.irs-about-field .irs-section-title {
	margin-bottom: 75px;
}
.irs-about-box {
	margin-bottom: 50px;
	text-align: center;
	padding: 40px 30px;
	border: 1px solid #e6e6e6;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-about-box:hover {
	border-color: #277c55;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-about-icon {
	width: 60px;
	height: 60px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -30px;
	margin-bottom: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-about-box:hover .irs-about-icon {
	background: #277c55;
	border-color: #277c55;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-about-icon i {
	color: #277c55;
	font-size: 40px;
	line-height: 60px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-about-box:hover .irs-about-icon i {
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-about-box h4 {
	margin-top: 20px;
}
.irs-about-box p {
	margin-bottom: 25px;
}
.irs-col-padd-less {
	padding: 0;
}
/* ========== Divider css Start ========== */
.irs-divider-field {
	padding: 100px 0 70px;
	background: url(../images/bg/1.html);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.irs-divider-field .irs-divider-col {
	margin-bottom: 30px;
}
.irs-divider-field .irs-divider-col h2 {
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 20px;
}
.irs-divider-field .irs-divider-col p {
	color: #e2e0e0;
	margin-bottom: 20px;
}
.irs-divider-field .irs-call-numbar {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 40px 20px;
}
.irs-divider-field .irs-divider-col .irs-call-numbar h4 {
	color: #e2e0e0;
	font-size: 24px;
	margin-bottom: 0;
}
.irs-divider-field .irs-divider-col .irs-call-numbar h4 i {
	color: #277c55;
}
/* ========== Courses css Start ========== */
.irs-courses-field {
	padding: 100px 0 70px;
}
.irs-courses-col {
	text-align: center;
	margin-bottom: 30px;
	background: #F7F7F7;
	overflow: hidden;
}
.irs-courses-img {
	position: relative;
	overflow: hidden;
}
.irs-courses-img-two {
	float: left;
	width: 33%;
}
.irs-courses-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-courses-col:hover .irs-courses-img img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-time {
	position: absolute;
	top: -40px;
	right: -2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-courses-col:hover .irs-time {
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-time p a {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	background: #277c55;
	padding: 10px 18px;
}
.irs-courses-img-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	padding: 5px 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-courses-col:hover .irs-courses-img-text {
	background: rgba(244, 164, 96, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-courses-img-text ul li {
	float: left;
}
.irs-courses-img-text ul li p {
	color: #ffffff;
	text-transform: capitalize;
}
.irs-courses-img-text ul li p i {
	margin-right: 5px;
}
.irs-courses-content {
	padding: 30px 20px 40px 20px;
}
.irs-courses-content-two {
	float: left;
	text-align: left;
	width: 67%;
}
.irs-courses-content-two .irs-pricing-range label {
	margin-left: 0;
}
.irs-courses-content h4 a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	color: #277c55;
}
.irs-courses-content p {
	margin-bottom: 30px;
	color: #484848;
}
/* Courses single css start */
.irs-courses-single {
}
.irs-courses-col-single {
	background: none;
	text-align: left;
}
.irs-courses-col-single .irs-courses-content {
	padding-left: 0;
}
.irs-course-features {
}
.irs-course-features h2 {
	font-size: 24px;
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.irs-course-features ul {
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.irs-course-features ul li {
	text-transform: capitalize;
	border-bottom: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
}
.irs-course-features ul li:last-child {
	font-size: 20px;
	font-weight: bold;
	color: #277c55;
	border-bottom: none;
}
.irs-course-features ul li span i {
	color: #277c55;
}
.irs-comment-single h3 {
	margin-bottom: 30px;
	color: #277c55;
}
.irs-comment-item {
	position: relative;
	padding-left: 100px;
	margin-bottom: 60px;
}
.irs-comment-item-right {
	margin-left: 100px;
}
.irs-comment-item img {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.irs-comment-content h4 a {
	font-size: 18px;
	color: #333333;
}
.irs-comment-content h6 a {
	color: #333333;
}
.irs-comment-content h4 a:hover, .irs-comment-content h6 a:hover {
	color: #277c55;
}
.irs-live-comment {
	margin-bottom: 60px;
}
.irs-blog-live-comment {
	margin-bottom: 0;
}
.irs-live-comment h3 {
	color: #277c55;
	margin-bottom: 30px;
}
.irs-live-comment .form-control {
	height: 40px;
	margin-bottom: 30px;
	border-radius: 0;
	box-shadow: none;
}
.irs-textarea {
	height: 100% !important;
	resize: none;
}
.irs-related-courses h3 {
	color: #277c55;
	margin-bottom: 30px;
}
/* ========== Counter css Start ========== */
.irs-counter-field {
	padding: 100px 0 50px;
	background: url(../images/bg/2.html);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.irs-counter-col {
	margin-bottom: 50px;
	text-align: center;
}
.irs-counter-col i {
	font-size: 80px;
	color: #277c55;
	font-weight: normal;
}
.irs-counter-col .irs-funfact {
	margin-top: 20px;
}
.irs-counter-col .irs-funfact .start-count {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 32px;
}
.irs-counter-col .irs-funfact span {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-size: 24px;
	float: left;
}
.irs-counter-col .irs-funfact h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
}
/* Side bar css start */
.irs-side-bar {
	margin-bottom: 30px;
}
.irs-search-box {
	margin-bottom: 50px;
}
.irs-sidebar-title {
	font-size: 18px;
	color: #277c55;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(193, 193, 193, 0.5);
	display: block;
}
.irs-search-box .form-control {
	height: 45px;
	border-radius: 0;
	box-shadow: none;
}
.irs-search-box .form-control:focus {
	border-color: #277c55;
}
.irs-search-box .btn {
	height: 45px;
	border: 1px solid #277c55;
	border-radius: 0;
	padding: 8px 20px;
	color: #ffffff;
	background: #277c55;
}
.irs-post {
	margin-bottom: 50px;
}
.irs-post .irs-post-item {
	position: relative;
	padding-left: 85px;
	margin-bottom: 30px;
}
.irs-post .irs-post-item img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}
.irs-post. irs-post-item h4 {
 text-transform: initial;
 padding-top: 10px;
}
.irs-post .irs-post-item span {
	color: #277c55;
	font-size: 14px;
	text-transform: uppercase;
}
.irs-categories {
	margin-bottom: 50px;
}
.irs-categories ul li {
	margin-bottom: 15px;
}
.irs-categories ul li a:hover {
	color: #277c55;
}
.irs-categories ul li i {
	margin-right: 10px;
}
.irs-video {
	margin-bottom: 50px;
}
.irs-tag-box ul li {
	float: left;
	margin-bottom: 25px;
	margin-right: 10px;
}
.irs-tag-box ul li a {
	padding: 10px 14px;
	border: 1px solid #C1C1C1;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-tag-box ul li a:hover {
	background: #277c55;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-instagram-box ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.irs-instagram-box ul li img {
	width: 80px;
	height: 80px;
}
/* ========== Testimonial css Start ========== */
.irs-testimonial-field {
	padding: 50px 0 50px;
	background: url(../images/testibg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.irs-testimonial-field img {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 350px;
	height: auto;
}
.irs-transparent-space {
	width: 100%;
	background: transparent;
}
.irs-testimonial-single {
	background: rgb(255, 255, 255);
	border: 1px solid #e2e2e2;
	padding: 60px 40px 30px;
	position: relative;
}
.irs-testimonial-single .irs-comment-icon {
	position: absolute;
	right: 100px;
	bottom: 0;
}
.irs-testimonial-single .irs-comment-icon i {
	font-size: 110px;
	color: #277c55;
	opacity: 0.2;
}
.irs-testimonial-single p {
	color: #000000;
	margin-bottom: 20px;
}
.irs-testimonial-single h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 26px;
	color: #277c55;
	font-weight: 600;
}
.irs-testimonial-single h5 {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.irs-testimonial-field .owl-theme .owl-nav {
	margin-top: 0px;
}
.irs-testimonial-field .owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 8px;
	background: #ffffff;
	border: 2px solid transparent;
	margin: 0 3px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.irs-testimonial-field .owl-theme .owl-dots .owl-dot.active span, .irs-testimonial-field .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffd516;
}
/* ========== Teachers css Start ========== */
.irs-teachers-field {
	padding: 100px 0 70px;
}
.irs-teachers-col {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-teachers-col .irs-teachers-name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	padding:6px 3px;
	/* -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; */
}
.irs-teachers-col:hover .irs-teachers-name {
	width: 100%;
	/* left: 50%;
	margin-left: -45%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; */
}
.irs-teachers-col .irs-teachers-name h4 a {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 5px;
}
.irs-teachers-col .irs-teachers-name p {
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
}
.irs-teachers-social {
	position: absolute;
	top: -40px;
	right: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-teachers-col:hover .irs-teachers-social {
	top: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-teachers-social a i {
	color: #ffffff;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-teachers-social a i:hover {
	color: #277c55;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* pagination start */
.irs-pagination {
}
.irs-pagination .pagination>li>a, .irs-pagination .pagination>li>span {
	padding: 8px 18px;
	color: #666666;
	background: #ffffff;
	border: 1px solid #DCD9D9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-pagination .pagination>li>a:hover {
	color: #ffffff;
	background: #277c55;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/***** Teacher single css start *****/
.irs-teacher-single-field {
	padding: 100px 0 70px;
}
.irs-teacher-single-col {
	margin-bottom: 30px;
}
.irs-teacher-biography ul {
	margin-bottom: 30px;
}
.irs-teacher-biography ul li {
	text-transform: capitalize;
	margin-bottom: 10px;
}
.irs-teacher-biography ul li strong {
	margin-right: 10px;
}
.irs-teacher-biography ul li i {
	color: #277c55;
}
.irs-teacher-biography ul li a i {
	margin-right: 5px;
	color: #595959;
}
.irs-teacher-biography ul li a i:hover {
	color: #277c55;
}
.irs-other-teachers h3 {
	margin-bottom: 30px;
}
/* ========== Gallery css Start ========== */
.irs-gallery-field {
	padding-top: 100px;
}
.irs-img-hover {
	position: relative;
	margin-bottom: -1px;
}
.irs-layer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.irs-img-hover:hover .irs-layer:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.irs-img-hover i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -20px;
	text-align: center;
	font-size: 48px;
	color: #ffffff;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.irs-img-hover:hover i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* Gallery two start */
.irs-gallery-field-two {
	padding: 100px 0;
}
.irs-gallery-field-two ul {
	margin-bottom: 20px;
}
.irs-gallery-field-two ul li {
	margin-bottom: 30px;
}
.irs-gallery-field-two ul li a {
	background-color: transparent;
	padding: 10px 20px;
	border: 1px solid #C1C1C1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-gallery-field-two ul li a:hover {
	border-color: #277c55;
	color: #ffffff;
	background-color: #277c55;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.masonry-gallery .isotope-item {
	width: 25%;
}
.masonry-gallery .isotope-item {
	width: 33.33%;
}
.masonry-gallery .isotope-item {
	overflow: hidden;
}
/* ========== Blog css Start ========== */
.irs-blog-field {
	padding: 100px 0 70px;
}
.irs-blog-col {
	margin-bottom: 30px;
}
.irs-blog-col .irs-courses-content p {
	margin-bottom: 20px;
}
.irs-blog-field .irs-info-text {
	padding: 5px 20px;
	background: #277c55;
}
.irs-blog-field .irs-info-text ul li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.irs-blog-field .irs-info-text ul li p i {
	color: #ffffff;
}
.irs-blog-field .irs-info-text ul li p a {
	color: #ffffff;
}
.irs-blog-col .irs-courses-content h4 a {
	font-size: 18px;
}
/***** Blog single css start *****/
.irs-blog-single-field {
	padding: 100px 0 70px;
}
.irs-blog-single-col {
	margin-bottom: 30px;
}
.irs-blog-single-field .irs-courses-content h6 {
	padding: 50px;
	background: #F7F7F7;
	font-size: 16px;
	line-height: 26px;
	border-left: 2px solid #277c55;
	margin-bottom: 50px;
	margin-top: 50px;
}
/* ========== Newsletter css Start ========== */
.irs-newsletter-field {
}
.irs-newsletter-col {
	margin-bottom: 30px;
}
.irs-newsletter-field h2 {
	margin-bottom: 20px;
}
.irs-newsletter-field p {
	margin-bottom: 30px;
}
.irs-newsletter-field .form-control {
	height: 40px;
	border-radius: 0;
	box-shadow: none;
}
.irs-newsletter-field .form-control:focus {
	border-color: #277c55;
}
.irs-newsletter-field .input-group-btn .btn {
	height: 40px;
	border-radius: 0;
	padding: 6px 20px;
	color: #ffffff;
	background: #277c55;
}
.irs-newsletter-field-two {
	padding-top: 80px;
}
/* ========== Discription css Start ========== */
.irs-discription-field {
	padding: 20px 0 70px;
	background: #F6F6F6;
}
.irs-discription-col {
	margin-bottom: 24px;
}
.irs-discription-col h1 {
	font-size: 30px;
	margin-bottom: 24px;
	border-bottom: 2px solid #333;
}
.irs-discription-col h1 span {
	color: #277c55;
}
.irs-topdiscription {
	margin-bottom: 20px;
}
.irs-discription-col ul li {
	position: relative;
	margin-bottom: 10px;
}
.irs-discription-col ul li i {
	color: #C1C1C1;
	margin-right: 10px;
}
/* ========== Mission css Start ========== */ 
.irs-mission-field {
	padding: 100px 0 70px;
	background: #F6F6F6;
}
.irs-left-item {
	position: relative;
	margin-bottom: 50px;
	padding-left: 90px;
}
.irs-hexagon-two {
	position: absolute;
	top: 20px;
	left: 0;
	width: 70px;
	height: 40px;
	background-color: #535353;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.irs-left-item:hover .irs-hexagon-two {
	background-color: #277c55;
}
.irs-hexagon-two:before, .irs-hexagon-two:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
}
.irs-hexagon-two:before {
	bottom: 100%;
	border-bottom: 20px solid #535353;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.irs-left-item:hover .irs-hexagon-two:before {
	border-bottom-color: #277c55;
}
.irs-hexagon-two:after {
	top: 100%;
	width: 0;
	border-top: 20px solid #535353;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.irs-left-item:hover .irs-hexagon-two:after {
	border-top-color: #277c55;
}
.irs-hexagon-two i {
	color: #ffffff;
	font-size: 38px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.irs-mission-col h4 {
	font-size: 18px;
}
.irs-right-item {
	position: relative;
	margin-bottom: 50px;
	padding-right: 90px;
	text-align: right;
}
.irs-right-item .irs-hexagon-two {
	position: absolute;
	left: 290px;
	top: 20px;
}
.irs-right-item:hover .irs-hexagon-two {
	background-color: #277c55;
}
.irs-right-item:hover .irs-hexagon-two:before {
	border-bottom-color: #277c55;
}
.irs-right-item:hover .irs-hexagon-two:after {
	border-top-color: #277c55;
}
/* ========== Sponsor css Start ========== */
.irs-sponsor-field {
	padding: 100px 0 100px;
}
.irs-sponsor-col {
	margin-bottom: 30px;
}
.irs-sponsor-col ul {
	border: 1px solid #DCD9D9;
}
.irs-sponsor-col ul li {
	float: left;
	border-right: 1px solid #DCD9D9;
	padding: 40px 38px;
}
.irs-sponsor-col ul li:last-child {
	border: none;
}
.irs-sponsor-col ul li a img {
	width: 150px;
	height: 30px;
}
/* ========== Faq css start ========== */
.irs-faq-field {
	padding: 100px 0;
}
.irs-faq-field .irs-teachers-col {
	margin-bottom: 50px;
}
.irs-volunteer-content p {
	margin-bottom: 20px;
}
.irs-faq-img {
	display: block;
	text-align: center;
}
.irs-faq-img img {
	width: 300px;
	height: auto;
	margin-bottom: 30px;
}
/*Accordion two start*/
.irs-accordion-two .panel .panel-title a i {
	background-color: transparent;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-right: 1px solid #dddddd;
}
.irs-accordion-two .panel .panel-title a .icon-1 {
	display: inline-block;
	color: #277c55;
}
.irs-accordion-two .panel-title a.collapsed .icon-1 {
	display: none;
}
.irs-accordion-two .panel .panel-title a .icon-2 {
	display: none;
	color: #277c55;
}
.irs-accordion-two .panel .panel-title a.collapsed .icon-2 {
	display: inline-block;
}
.irs-accordion-two .panel-title a {
	color: #6d4c02;
	font-weight: 600;
}
.irs-accordion-two .panel-group .panel {
	border-radius: 0;
	margin-bottom: 20px;
}
.irs-accordion-two .panel-default>.panel-heading {
	background-color: transparent;
	border-color: #EEEEEE;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}
/* ========== Contact css start ========== */
.irs-contact-field {
	padding: 100px 0 70px;
}
.irs-contact-field .irs-contact-col {
	margin-bottom: 30px;
}
.irs-address-box {
	background: #F6F6F6;
	text-align: center;
	height: 145px;
	padding: 65px 80px 30px 80px;
	margin-bottom: 80px;
}
.irs-hexagon-three {
	margin-bottom: 0;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -35px;
}
.irs-address-box:hover .irs-hexagon-three {
	background-color: #277c55;
}
.irs-address-box:hover .irs-hexagon-three:before {
	border-bottom-color: #277c55;
}
.irs-address-box:hover .irs-hexagon-three:after {
	border-top-color: #277c55;
}
.irs-hexagon-three i {
	font-size: 25px;
	line-height: 40px;
}
.irs-contact-col .form-control {
	background: transparent;
	border: 1px solid #C1C1C1;
	border-radius: 0;
	height: 40px;
	text-transform: capitalize;
	margin-bottom: 30px;
	box-shadow: none;
}
.irs-contact-field .irs-contact-col h4 {
	font-size: 18px;
	color: #464646;
	margin-bottom: 20px;
}
/* ========== Inner-page-heading css Start ========== */
.irs-inner-page-heading {
	padding: 120px 0;
	text-align: center;
	background: url(../images/bg/3.html);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.irs-inner-heading {
	display: inline-block;
	margin: auto;
	padding: 30px 60px;
	border: 1px solid rgba(244, 164, 96, 0.3)
}
.irs-inner-page-heading h2 {
	font-size: 40px;
	font-weight: bold;
	color: #277c55;
	text-transform: uppercase;
}
.irs-inner-page-heading i {
	font-size: 40px;
	color: #277c55;
}
.irs-inner-page-heading p {
	margin-top: 10px;
	color: #ffffff;
	text-transform: uppercase;
}
.irs-inner-page-heading p a {
	color: #ffffff;
	font-weight: bold;
}
.irs-inner-page-heading p a:hover {
	color: #277c55;
}
/* ========== Service css Start ========== */
.irs-service-field {
	padding: 100px 0 70px;
}
.irs-service-col {
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 30px 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-service-col:hover {
	background: #277c55;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-service-col i {
	font-size: 60px;
	color: #277c55;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-service-col:hover i {
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-service-col h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-service-col:hover h3 {
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.irs-service-col:hover p {
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* ========== Account css Start ========== */
.irs-account-field {
	padding: 100px 0 70px;
}
.irs-account-col {
	margin-bottom: 30px;
	background: #F7F7F7;
	padding: 30px;
}
.irs-account-col h3 {
	color: #277c55;
	margin-bottom: 20px;
}
.irs-account-col .form-control {
	height: 40px;
	margin-bottom: 30px;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
    border: 1px solid #ddd;
    color:#000;
}

.irs-account-col .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.irs-account-col .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.irs-account-col .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #333;
}
.irs-account-col .form-control:-moz-placeholder { /* Firefox 18- */
  color: #333;
}


.form-control:focus {
	border-color: #277c55;
}
.irs-account-col .btn {
	margin-top: 20px;
}
/* ========== 404 css Start ========== */
.irs-404-field {
	padding: 100px 0;
}
.irs-404-field h1 {
	font-size: 12vw;
	color: #277c55;
}
.irs-404-field h2 {
	font-size: 3vw;
	margin-bottom: 50px;
}
.irs-404-field h3 a {
	color: #333333;
	border-bottom: 2px solid #277c55;
	padding-bottom: 10px;
}
/* ========== Contact css Start ========== */
.irs-contact-field {
	padding: 100px 0 70px;
}
.irs-google-map {
	margin-bottom: 100px;
}
.irs-address-col {
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    background: #eaeaea;
}
.irs-address-col i {
	color: #277c55;
	font-size: 50px;
}
.irs-address-col p {
	margin-top: 10px;
}
.irs-contact-col {
	margin-bottom: 30px;
}
.irs-contact-field .form-control {
	height: 40px;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 30px;
}
/* ========== Footer css Start ========== */
.irs-footer-field {
	padding:60px 0 40px;
	background: #ececec;
	position: relative;
}
.irs-footer-field p {
	color: #000000;
}
.irs-footer-about, .irs-footer-link, .irs-footer-tweets, .irs-footer-contact {
	margin-bottom: 30px;
}
.irs-foooter-logo {
	height: 60px;
	width: auto;
}
.irs-footer-about p {
	color: #ffffff;
	margin: 20px 0 20px;
}
.irs-footer-about .irs-social a i:hover {
	color: #277c55;
}
.irs-footer-heading {
	color: #277c55;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
.irs-footer-link ul li {
}
.irs-footer-link ul li:last-child {
	border-bottom: none;
}
.irs-footer-link ul li:before {
	content: "\eb88";
	font-family: IcoFont;
	color: #000;
	margin-right: 5px;
}
.irs-footer-link ul li a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-footer-link ul li a:hover {
	color: #277c55;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.irs-footer-tweets {
}
.irs-tweets {
	position: relative;
	padding-left: 30px;
	padding-bottom:16px;
}
.irs-tweets:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.irs-tweets i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #277c55;
}
.irs-footer-contact p {
	margin-top: 20px;
}
.irs-footer-contact p i {
	margin-right: 10px;
}
/* Copyright field start */
.irs-copyright-field {
	background: #277c55;
	text-align: center;
	padding: 20px 0;
}
.irs-copyright-field p {
	color: #ffffff;
	text-transform: capitalize;
}
.irs-copyright-field p a {
	color: #ffd516;
}
/* ======================================================Other Csss ========================================= */
.NewsSlide {
	background: #277c55;
}
.NewsSlide ul {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
.NewsSlide li {
	float: left;
	margin-right: 100px;
	margin-right: 100px	;
	display: contents;
}
.NewsSlide li a {
    color: #fff;
    text-transform: uppercase;
}
.carousel-indicators .active {
	background: #31708f;
}
.content {
	margin-top: 20px;
}
.adjust1 {
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.adjust2 {
	margin: 5px 0px 10px 0px;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	text-align: center;
}
.carousel-indicators li {
	border : 1px solid #ccc;
}
.carousel-control {
	color: #31708f;
	width: 5%;
}
.carousel-control:hover, .carousel-control:focus {
	color: #31708f;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.media-object {
	margin: auto;
	margin-top: 24px;
}
.TestiContent .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 0;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.TestiContent .carousel-control {
	opacity: 9;
}
.TestiContent .carousel-control.right {
	left: 40px;
}
.TestiContent .carousel-control {
	color: #277c55;
	box-shadow: none;
}
.TestiContent .TestButG {
	width: 100px;
	position: absolute;
	right: -40px;
	top: 17px;
}
.TestiContent p {
	line-height: 26px;
	margin-bottom:20px;
}
.TestiContent a.readmore {
    background: #277c55;
    text-align: center;
    color: #ffffff;
    padding: 8px 14px;
    margin: 0px auto;
    width: 150px;
    display: block;
    margin-top:5px;
}
.TestiContent .thumbnail {
	display: block;
	padding: 6px 6px 16px 6px;
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}
.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: #44926e26;
	color: #666;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}
.MultiCarousel .leftLst {
	left: 0;
}
.MultiCarousel .rightLst {
	right: 0;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #277c55;
}

.MultiCarousel .btn-primary {
    color: #fff;
    background-color: #277c55;
    border-color: #195d3e;
	outline: none;
}

.MultiCarousel .btn-primary:hover {
	outline: none;
}
.TopperList h4 {
	margin-bottom: 0px;
}

.TopperList .irs-teachers-col .irs-teachers-name p {
    font-size: 18px;
    color: #ffd516;
    text-transform: capitalize;
}

.TopperList img {
	width: 100%;
}

.irs-footer-field .irs-social a i {
color:#000;	
}

.BotMap {
	width: 100%;
	height: 250px;
}

.pad15 img {
	max-width: 100%;
    width: 100%;
    height: auto;
}

ul.ImgIcoBot {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

ul.ImgIcoBot li {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

ul.ImgIcoBot li a {
    background: #277c55;
    padding: 11px;
    color: #fff;
}

ul.ImgIcoBot li a:hover {
	background: #ffd516;
	color:#000;
}

ul.ImgIcoBot .none {
	background: none;
}

ul.ImgIcoBot .none a {
	background: none;
}

ul.ImgIcoBot .none a:hover {
	background: none;
}

#mySidenav {
	position: fixed;
	top:40%;
	z-index: 100;
	right: -66px;
}

#mySidenav a {
    position: absolute;
    right: 0px;
    transition: 0.3s;
    padding: 5px 15px 5px 25px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    transform: rotate(270deg);
    text-align: center;
    line-height: 18px;
    width: 176px;
    height: 50px;
	font-style: italic;
}

#mySidenav a:hover {
  right: 10px;
}

#sideT1 {
  top:0;
  background-color: #277c55;
}

#sideT2 {
  top: 180px;
  background-color: #ffd516;
	color:#000!important;
}

#sideT3 {
  top: 140px;
  background-color: #f44336;
}

#sideT4 {
  top: 200px;
  background-color: #555
}

.TestiContent .thumbnail .caption {
    padding: 9px;
    color: #333;
	margin-top: 55px;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook {
	background-color:#3B5998;
}

.social-network a.icoFacebook:hover {
	background-color:#277c55;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoYoutube {
	background-color:#BD3518;
}
.social-network a.icoYoutube:hover {
	background-color:#277c55;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.mFixfooter {
   position:fixed;
   left:0px;
   bottom:0px;
   width:100%;
   background:#fff;
   box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.75);
   z-index:10;
   padding: 6px 0px;
}

.mFixfooter .mimg {
    float:left;
    width:80px;
}


.mFixfooter .mcopyright {
    width: 210px;
    float: right;
    line-height: 14px;
    text-align:right;
}

.mFixfooter .mcopyright span {
    font-size:11px;
}

.mFixfooter .mcopyright span a {
    font-size:11px;
    color:#1c87ee;
}

.AboutGrid {
    padding:50px 0px;
}

.PageContant h2 {
    font-size:56px;
    color:#000;
    font-family: 'Anton', sans-serif;
    margin:0px 0px 36px 0px;
    border-bottom: 2px solid #000000;
}

.PageContant h2 span {
    color: #277c5594;
    padding-bottom: 10px;
    font-size: 36px;
}

.PageContant h3 {
    font-size: 26px;
    color: #277c55;
    font-style: italic;
    margin: 20px 0px 6px 0px;
}

.PageContant h5 {
    font-size: 18px;
    color: #e91e63;
    margin: 20px 0px 6px 0px;
    text-decoration:underline;
    text-transform:none;
}

.PageContant p {
    font-size:16px;
    color:#000;
    margin-bottom: 26px;
}

.PageContant .topmar-im {
    margin-top:50px;
}

.PageContant ul {
    padding:0px 0px 0px 0px;
    margin:26px 0px 0px 26px;
    list-style:circle!important;
}

.PageContant ul li {
    font-size:16px;
    margin-bottom:10px;
    color:#000;
}

.PageContant ul li a {
    font-size:14px;
    color:#000;
}

.MessageBox {
    background: #fff;
    min-height: 400px;
    padding: 66px;
    border-left: 6px solid #ffd516;
    box-shadow: 8px 13px 14px -13px rgba(0,0,0,0.75);
}

.MessageBox p {
    font-size:16px;
    color:#333;
    text-align:justify;
    line-height:30px;
}

.MessageBox h6 {
    font-size: 24px;
    color: #277c55;
    text-align: center;
    line-height: 39px;
    font-family: 'Pacifico', cursive;
    text-transform: none;
}

.mb-marginR {
    padding-right:0px!important;
}

.mb-marginL {
    padding-left:0px!important;
}

.MessageBox .Info {
    font-size:16px;
    color:#000;
    text-align:right;
    margin-top:2em;
    font-weight:600;
}

.PTableGrid {
    background:#efefef;
    padding:5px;
	text-align: center!important;
	margin-bottom: 15px;

}

.PageContant h5 {
    font-size: 16px;
    color: #121212;
    font-family: arial;
    margin: 0px 0px 2px 0px;
    border-bottom: 2px solid #000000;
    padding-bottom: 4px;
	text-decoration: none;
	font-weight: 600;
}

.PTableGrid a {
    color: #bd1a1a;
    font-weight: 600;
    font-size: 16px;
}

.PTableGrid table {
    color:#000;
}

.PTableGrid .table>thead>tr>th, .PTableGrid .table>tbody>tr>td {
    padding:16px;
}

.PTableGrid .table-bordered>tbody>tr>td, .PTableGrid .table-bordered>tbody>tr>th, .PTableGrid .table-bordered>tfoot>tr>td, .PTableGrid .table-bordered>tfoot>tr>th, .PTableGrid .table-bordered>thead>tr>td, .PTableGrid .table-bordered>thead>tr>th {
    border: 1px solid #989898;
    background: #f5f5f5;
    font-size:16px;
}

.PTableGrid .table>thead:first-child>tr:first-child>th {
    border-top:3px solid #333;
    background: #fff;
}
.alert-message
{
    margin: 20px 0;
    padding:10px 20px;
    border-left: 3px solid #eee;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}

.img-shadow {
        box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.75);
        margin-bottom:36px;
}

.ContMap {
    width: 100%;
    min-height:200px;
}

.ContInfo p {
    font-size:18px !important;
    color:#000!important;
    margin-bottom:0px !important;
}

.zoom img {
    padding: 4px;
    width: 100%;
    height:300px;
    margin: 0 auto;
	cursor: pointer;
}

.zoom img:hover {
}

.GHedding {
font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    text-decoration: none;
}

.zoom .image {
  opacity: 1;
  display: block;
  width: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}


.zoom .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;.zpointer!important;
}

.zoom:hover .image {
  opacity: 0.3;
}

.zoom:hover .middle {
  opacity: 1;
}

.zoom .View {
    background-color: #fff;
    color: #277c55;
    font-size: 14px;
    padding: 8px 16px;
    cursor:pointer!important;
}

.TCGrid {
    width:566px;
    margin:50px auto;
}

.TCGrid .btn-tcCode {
    padding: 8px;
    line-height: 27px;
    border: 2px solid #3333338a;
    float: left;
    margin: 0px 5px;
    width: 320px;
    outline: none;
}

.button-tcCode {
    float: left;
    margin: 0px 5px;
}

.TCGrid .ttbt {
    padding: 13px 10px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: #277c55;
    color: #fff;
    outline:none;
}

.TCGrid .ttbt:focus {
    outline:none;
}

.TCGrid .ttbt:hover {
    background:#ffd516;
    color:#000;
}

.calendarbox h2 {
    border-bottom:none !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.testimonial-carousel p {
	font-size: 16px;
}

.NoticeBoard {
	background: #0c0c0ce3;
    width: 250px;
    height: 400px;
    position: absolute;
    right: 69px;
    z-index: 100;
}

.NoticeBoard h2{
	background: #ffd516;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.NoticeBoard ul {
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.NoticeBoard ul li {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 15px;
}

.NoticeBoard ul li strong {
	color:#ffd516;
	font-size: 14px;
}

.NoticeBoard ul li p {
	margin: 0px;
	font-size: 13px;
    line-height: 20px;
}

.NoticeBoard ul li a {
	color:#fff;
}

.mpd thead {
	background-color: #277c55;
	color:#fff;
  }
  
  .mpd .table td, .mpd .table th {
	padding: 5px;
  }
  
  .mpd .table td:first-child, .mpd .table th:first-child {
	text-align: center;
	font-weight: 600;
  }
  
  .mpd .table td:last-child, .mpd .table th:last-child {
	text-align: center;
  }

.mNotice {
	height: 320px;
}

@media screen and (max-width: 768px) {
.media-object {
	margin-top: 0;
}

.NoticeBoard {
    background: #277c55;
    width: 100%;
    height: 200px;
    position: static;
    right: 69px;
    z-index: 100;
}

.mNotice {
	height: 150px;
}
}

@media (min-width: 1200px) {
.container {
	width: 1250px;
}
}

@media (min-width: 768px) {
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: 15px;
}
.navbar {
    margin-bottom: 4px;
}
}

.mpd_title {
	font-family: 'Titillium Web', sans-serif;
    line-height: 1.2;
    color: #6d4c02;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-size: 20px;
}

.mpd_table a {
    color: #1a6abd;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
}

.NoFH {
    position: absolute;
    right: 0px;
    font-size: 22px;
    font-weight: 600;
    padding: 3px 10px;
    color: #fff;
	background: #000;
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
	20% {color: #051ed3; background: rgb(229, 255, 0);}
	40% {color: #fff; background: #eb0c0c}
	60% {color: #020202; background: rgb(229, 255, 0);}
	80% {color: #fff; background:#770045}
	100% {color: #ca3900; background: rgb(229, 255, 0);}
  }



.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; border-radius:0px; }
        .nav-tabs > li.active > a { border: none; color: #000 !important; background: #ffd516; }
        .nav-tabs > li > a::after { content: ""; background: #333; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
         transform: scale(1); 
    }
.tab-nav > li > a::after { 
    background: #21527d none repeat scroll 0% 0%; color: #fff; 

}
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #fff  none repeat scroll 0% 0%;  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; display: inline-block;}

.cardb1 {
    background:#fee!important;
    display:flex;
}

.cardb2 {
    background:#fceaff!important;
    display:flex;
}

.cardb3 {
    background:#e2f6ff!important;
    display:flex;
}

.card .tab-content>.active {
    display: flex!important;
}

.nav-tabs>li.active>a:hover {
     background: #ffd516;
}


ul.RegMenu  {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    list-style:none !important;
}

ul.RegMenu  li {
	float: left;
	margin-right: 16px;
	margin-bottom:0px!important;
}

    ul.RegMenu li:last-child {
        float:right;
    }


    ul.RegMenu li:last-child a {
        background: #303c36;
        padding: 11px;
        color: #fff;
    }

ul.RegMenu  li a {
    background: #277c55;
    padding: 11px;
    color: #fff;
}

ul.RegMenu li a.active {
    background: #ffd516!important;
	color:#000;
}

ul.RegMenu  li a:hover {
	background: #ffd516;
	color:#000;
}

.fmt {
    margin-top:20px;
    display: inline-block;
    padding-bottom: 10px;
}

.thank_mess {
    text-align:center;
    margin-top:120px;
    margin-bottom:80px;
}

.thank_mess p {
    text-align:center;
    font-size:30px;
    font-weight:400;
    font-family: "Titillium Web", sans-serif;
    color:#277c55;  
}

.SchoolTime {
    margin-bottom: 20px;
    text-align: center;
    background: #d4d4d4;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    display: flex;
}

.SchoolTime p {
    font-weight: 600;
    font-size: 16px;
	float: left;
	display: inline-block;
}

.Sttitle {
    font-size: 21px;
    background: #277c55;
    text-align: center;
    padding: 5px;
    color: #fff;
}

.su_title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #277c55;
    border: #277c55 2px solid;
    padding: 6px;
    border-radius: 34px;
	box-shadow: rgb(169 169 169 / 17%) 0px -23px 25px 0px inset, 
	rgb(255 255 255 / 15%) 0px -36px 30px 0px inset,
	rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgb(173 173 173 / 6%) 0px 2px 1px,
	rgb(143 143 143 / 9%) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
	rgb(199 199 199 / 9%) 0px 16px 8px, rgb(255 255 255 / 80%) 0px 32px 16px;
}

.SyllabusPage .panel-title {
    font-size: 18px!important;
    font-weight: 800!important;
    color: #fff!important;
}



