@charset "utf-8";
/* CSS Document */

/*@font-face {
	font-family: 'MyriadPro';
	src:url(../fonts/MyriadPro-Regular_0.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadProBold';
	src:url(../fonts/MyriadPro-Bold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}


*/
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #282828;
}
a {
	outline: 0;
}
.pad_nil {
	padding: 0;
}
.section {
}
.ul_custom {
	margin: 0;
	padding: 0;
	list-style: none;
}
.max_width {
	width: 100%;
}
.carousel_section {
	position: relative;
	height: 550px;
	overflow: hidden;
}
.absolute_block {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
}
/*navigation*/
.navbar {
	border-radius: 0px;
	margin-bottom: 0;
	width: 100%;
}
.navbar-default {
	background-color: #3b6430;
	border-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #90c450;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #90c450;
}
.navbar-nav {
	width: 100%;
}
.nav > li > a {
	padding: 14px 15px;
}
.dropdown-menu {
	background: #90c450;
	border-bottom: 3px solid #3b6430;
	z-index: 1000;
}
.dropdown-menu > li > a {
	color: #fff;
}
/*sub-menu dropdown*/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/*sub-menu dropdown*/








/*navigation*/

.top_contact li {
	color: #fff;
}
.top_contact li a, .top_contact li a:focus, .top_contact li a:hover {
	color: #fff;
}
.social {
	float: right;
}
.social li {
	float: left;
	margin-left: 8px;
}
.social li a {
	display: table;
	color: #fff;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
}
.social li a i {
	display: table-cell;
	vertical-align: middle;
}
.social li a:hover, .social li a:focus {
	text-decoration: none;
	background: #fff;
	color: #333;
}
.top_contact_block {
	padding-top: 15px;
	padding-bottom: 10px;
}
.absolute_block2 {
	position: absolute;
	width: 50%;
	display: block;
	left: 0;
	right: 0;
	top: -317px;
	z-index: 2;
}
.enquiry_form_block {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	box-shadow: 1px 1px 12px 0px rgba(0,0,0,.3);
	z-index: 2;
}
.enquiry_form_block:after {
	content: url(../images/right-box.png);
	position: absolute;
	top: 27px;
	right: -60px;
}
.enquiry_form_block:before {
	content: url(../images/left-box.png);
	position: absolute;
	bottom: 34px;
	left: -64px;
}
.pad_100 {
	padding-top: 100px;
}
.form_block {
	padding-top: 20px;
}
.form_contact_page {
	box-shadow: 1px 1px 12px 0px rgba(0,0,0,.3);
}
.form_contact_page .form_block {
	padding-left: 50px;
	padding-right: 50px;
}
.btn_submit {
	width: 140px;
	margin-top: 20px;
	background-color: #3b6430;
	color: #fff;
	border-radius: 0;
	border-color: #3b6430;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.btn_submit:hover {
	background-color: #fff;
	color: #3b6430;
}
.quote_txt {
	position: relative;
	font-size: 15px;
}
.quote_txt:before {
	content: url(../images/quote_open.png);
}
.notice {
	position: relative;
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	margin-top: -60px;
	box-shadow: 1px 1px 12px 0px rgba(0,0,0,.3);
	z-index: 100;
}
.notice_block {
	position: relative;
}
.notice_block::after {
	content: url(../images/right-box2.png);
	position: absolute;
	top: -34px;
	right: -60px;
	z-index: 50;
}
.notice_list {
	padding-left: 17px;
}
.notice_list li {
	color: #ababab;
	font-size: 15px;
	list-style-image: url(../images/bullet.jpg);
}
.notice_list li a {
	color: #333;
}
.sub_title_block {
	position: relative;
	width: 258px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #3b6430;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 1px 2px 7px rgba(0,0,0,.5);
}
.sub_title_block:after {
	content: "";
	position: absolute;
	width: 50px;
	right: -11px;
	top: 0;
	height: 54px;
	background: #3b6430;
	-webkit-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	transform: skew(-20deg);
	-webkit-box-shadow: 3px -1px 3px 1px rgba(0,0,0,.2);
	box-shadow: 3px -1px 3px 1px rgba(0,0,0,.2);
}
.sub_title_block:before {
	content: "";
	position: absolute;
	width: 50px;
	left: -11px;
	top: 0;
	height: 54px;
	background: #3b6430;
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
	-webkit-box-shadow: -3px -1px 3px 1px rgba(0,0,0,.2);
	box-shadow: -3px -1px 3px 1px rgba(0,0,0,.2);
}
.enquiry_form_block .sub_title_block {
	background: #90c450;
}
.enquiry_form_block .sub_title_block:after {
	background: #90c450;
}
.enquiry_form_block .sub_title_block:before {
	background: #90c450;
}
/*enquiry form*/
.form_group {
	position: relative;
}
.form_control {
	height: 40px;
	border-radius: 0;
	background-color: #fff !important;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ababab;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
.form_control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form_control_msg:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.bar {
	position: relative;
	display: block;
	width: 100%;
}
.bar:before, .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #90c450;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}
.bar:before {
	left: 50%;
}
.bar:after {
	right: 50%;
}
/* active state */

.form_control_msg {
	border-radius: 0;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ababab;
}
input:focus ~ .bar:before, input:focus ~ .bar:after {
	width: 50%;
}
.form_control_msg:focus ~ .bar:before, .form_control_msg:focus ~ .bar:after {
	width: 50%;
}
/*enquiry form*/

.ghatal_logo_txt{
	text-align:right;
}
.ghatal_logo_txt a {
	color: #90c450 !important;
	font-size: 42px;
	line-height: 55px;
    font-family: 'Galada', cursive;

}
.ghatal_logo_txt a:focus, .ghatal_logo_txt a:hover{
	color:#fff;
	text-decoration:none;
}




/*carousel*/


.flexslider {
	border: none;
}
.read_more {
	color: #3b6430;
	font-weight: 700;
}
.read_more:focus, .read_more:hover {
	color: #3b6430;
}
.section {
	margin-top: 30px;
	margin-bottom: 50px;
}
.section_title {
	font-size: 36px;
	font-weight: 400;
	color: #3b6430;
	text-transform: uppercase;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #6c8b64;
}
.carousel_more {
	display: inline-block;
	width: 60px;
	text-align: center;
	color: #3b6430;
	border-top: 2px solid #141414;
	margin-top: 15px;
	font-weight: 700;
}
.carousel_more:hover, .carousel_more:focus {
	color: #3b6430;
	text-decoration: none;
}
.owl-carousel-team {
	margin-top: 25px;
}
.owl-carousel-team .owl-item img {
	width: 100%;
	box-shadow: 1px 3px 15px 0px rgba(0,0,0,.6);
}
.owl-carousel-team .owl-controls {
	margin-top: 30px;
}
.owl-carousel-recog {
	margin-top: 50px;
}
.owl-carousel-recog .owl-item img {
	width: 100%;
	border: 2px solid #fff;
}
.owl-carousel-recog .owl-controls {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.owl-theme .owl-nav [class*="owl-"] {
	background: none !important;
	color: #b8b8b8;
}
.owl-carousel-recog .owl-prev {
	float: left;
	position: relative;
	left: -80px;
}
.owl-carousel-recog .owl-next {
	float: right;
	position: relative;
	right: -80px;
}
.team_title {
	position: relative;
	width: 95%;
	margin: auto;
	float: none;
	margin-top: -40px;
	background: rgba(59,100,48,.8);
	color: #fff;
	padding-bottom: 5px;
	padding-top: 15px;
}
.team_title p {
	font-size: 16px;
}
.team_title span {
	font-size: 13px;
}
.team_more {
	display: block;
	width: 80px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 10px;
	line-height: 26px;
}
.team_more:hover, .team_more:focus {
	color: rgb(59,100,48);
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
}
#vertical-ticker {
	height: 320px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#vertical-ticker li {
	position: relative;
	padding: 10px 20px;
	display: block;
	color: #333;
	list-style-image: url(../images/bullet.jpg);
}
#vertical-ticker li a {
	color: #333;
}
#vertical-ticker li a:hover {
	color: #333;
}
#vertical-ticker li:before {
	content: url(../images/bullet.jpg);
	position: absolute;
	left: 0;
}
.control {
	display: none;
	float: right;
	padding-top: 60px;
}
.control a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #B9B9B9;
	color: #333;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
}
.learning p {
	color: #fff;
}
.learning {
	position: relative;
	background: url(../images/learning.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	padding-bottom: 90px;
	padding-top: 90px;
	margin-top: 50px;
}
.learning .section_title {
	position: relative;
	color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
	z-index: 50;
}
.learning p {
	position: relative;
	padding-left: 150px;
	padding-right: 150px;
	line-height: 26px;
	z-index: 50;
}
.learning:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(59, 100, 48, .6);
}
.more {
	position: relative;
	display: block;
	width: 153px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	background-color: #fff;
	color: #3b6430;
	border: 1px solid transparent;
	line-height: 40px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	z-index: 50;
}
.more:hover, .more:focus {
	background-color: #3b6430;
	color: #fff;
	border: 1px solid #3b6430;
	text-decoration: none;
}
.recognition {
	background-color: #d8d8d8;
	padding-top: 40px;
	padding-bottom: 40px;
}
.affiliation{
	background-color: #c5c5c5;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer {
	background-color: #3b6430;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}
footer .social {
	text-align: center;
	float: none;
	margin-top: 10px;
}
footer .social li {
	display: inline-block;
	float: none;
}
footer a, footer a:hover {
	color: #fff;
}
footer span {
	color: #90c450;
}
.angle_fa {
	font-size: 60px !important;
}
.image_block {
	position: relative;
	overflow: hidden;
}
.name_block {
	width: 65%;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	right: -25px;
	background-color: rgba(59, 100, 48, .8);
	transform: skewX(-25deg);
}
.name_block span {
	display: block;
	text-align: right;
	transform: skewX(25deg);
	color: #fff;
	padding-right: 43px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.name_block2 {
	width: 92%;
}
.core_value_bg {
	background-color: #fff7e5;
}
.core_val_list {
	text-align: center;
}
.core_val_list li {
	display: inline-block;
	width: 180px;
	height: 180px;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 6px rgba(199,165,96,1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.core_val_list li:hover {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}
.core_val_list li .service_info {
	opacity: 1;
	background: transparent;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.core_val_list li .service_info p {
	opacity: 1;
	color: #717171;
	font-size: 16px;
	line-height: 20px;
	margin-top: 35px;
	border-top: none;
}
.core_val_list li .service_info p span {
	font-size: 60px;
	display: block;
	margin-bottom: 25px;
}
.core_val_list li:hover .service_info {
	background: rgba(199,165,96,.8);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.anchor {
	color: #282828;
}
.anchor:focus, .anchor:hover {
	color: #282828;
}
.animated1 {
	-webkit-animation-duration: 1.5s !important;
	animation-duration: 1.5s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated2 {
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated3 {
	-webkit-animation-duration: 3s !important;
	animation-duration: 3s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.reset {
	margin: 0 !important;
	padding: 0 !important;
}
.reset1 {
	padding: 0 6px;
}
.box-padding {
	padding: 80px 0 40px 0;
}
.box-padding2 {
	padding: 50px 0 25px 0;
}
.box-padding3 {
	padding: 65px 0 30px 0;
}
.visiton {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-align: justify;
}
.get-in-touch {
	color: #3b6430;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 20px
}
.my-title {
	color: #3b6430;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 20px
}
.contact-details {
	line-height: 24px;
	margin-top: 20px;
}
.visiton-title {
	width: 300px;
	height: 50px;
	background-color: #90c450;
	font-size: 36px;
	text-transform: uppercase;
	padding-left: 2%;
	margin-bottom: 25px;
}
.visiton-title:after {
	position: absolute;
	top: 0;
	left: 304px;
	width: 22px;
	height: 50px;
	content: "";
	background-color: #3b6430;
	transform: skewX(-25deg);
}
.president-title {
	width: 560px;
	height: 50px;
	background-color: #90c450;
	font-size: 36px;
	text-transform: uppercase;
	padding-left: 2%;
	margin-bottom: 25px;
}
.president-title:after {
	position: absolute;
	top: 0;
	left: 564px;
	width: 22px;
	height: 50px;
	content: "";
	background-color: #3b6430;
	transform: skewX(-25deg);
}
.fee-title {
	position: relative;
	width: 421px;
	height: 50px;
	background-color: #90c450;
	font-size: 36px;
	text-transform: uppercase;
	padding-left: 2%;
	margin-bottom: 25px;
}
.fee-title:after {
	position: absolute;
	top: 0;
	right: -10px;
	width: 22px;
	height: 50px;
	content: "";
	background-color: #3b6430;
	transform: skewX(-25deg);
}
.course-title {
	width: 560px;
	height: 50px;
	background-color: #90c450;
	font-size: 36px;
	padding-left: 2%;
	margin-bottom: 25px;
}
.course-title:after {
	position: absolute;
	top: 0;
	left: 564px;
	width: 22px;
	height: 50px;
	content: "";
	background-color: #3b6430;
	transform: skewX(-25deg);
}
.staff {
	display: table;
	width: 100%;
	height: 220px;
	background-color: #365a08;
	color: #fff;
	padding-top: 8px;
	margin-bottom: 12px;
}
.staff-img {
	border-radius: 100%;
	border: 3px solid #fff;
	width: 85%;
	margin-top: 12px;
}
.staff-text {
	font-size: 18px;
	padding-top: 56px;
}
.staff-text2 {
	font-size: 18px;
	padding-top: 48px;
}
.staff-text3 {
	font-size: 18px;
	padding-top: 65px;
}
.text-black {
	color: #fff;
}
#a1, #a2, #a3, #a4, #a5 , #a6 {
	margin-top: 20px;
}
.quote {
	color: #3b6430;
	font-size: 26px !important;
}
.table-control {
	max-width: 535px;
	width: 100%;
}
.my-title11 {
	font-size: 21px;
	font-weight: bold;
	color: #3b6430;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs, .nav-pills {
	text-align: center;
}
.nav-tabs > li, .nav-pills > li {
	float: none;
	display: inline-block;
	background-color: transparent;
}
.tab-content img {
	margin-bottom: 30px;
	border: 1px solid #3b6430;
}
.nav-tabs > li a {
	background-color: #3b6430;
	color: #fff;
	padding: 15px 40px;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
	border: 1px solid #3b6430;
	color: #3b6430;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-bottom-color: #3b6430;
	border: 1px solid #3b6430;
	color: #3b6430;
}
.map {
	margin-top: 35px;
}
.img_gal {
	margin-bottom: 30px;
	border: 1px solid #3b6430;
}
.chairman_img {
	width: 85%;
	border: 2px solid #3b6430;
}
.modal_content {
	border: 2px solid #3b6430;
}
.modal_body {
	padding: 10px 25px 30px;
}
.modal_header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background: #3b6430;
	color: #fff;
}
.close_custom {
	color: #fbfbfb;
	font-size: 33px;
	font-weight: 400;
	opacity: 1;
}
.close_custom:hover {
	font-weight: 700;
}
.list_of_school {
	position: relative;
	width: 65%;
	height: 50px;
	background-color: #90c450;
	font-size: 36px;
	padding-left: 2%;
	margin-bottom: 25px;
}
.list_of_school::after {
	position: absolute;
	top: 0;
	right: -11px;
	width: 24px;
	height: 50px;
	content: "";
	background-color: #3b6430;
	transform: skewX(-25deg);
}
.list_schools {
	position: relative;
}
.list_schools li {
	padding-left: 20px;
	line-height: 34px;
}
.list_schools li::before {
	content: url(../images/bullet.jpg);
	position: absolute;
	left: 0;
}
 @keyframes blink {
 50% {
opacity: 0.0;
}
}
@-webkit-keyframes blink {
 50% {
opacity: 0.0;
}
}
.blink {
	position:absolute;
	color: red;
	animation: blink 1s step-start 0s infinite;
	-webkit-animation: blink 1s step-start 0s infinite;
}
.ol_list li {
	margin-bottom: 10px;
}
.navbar-nav .open .dropdown-menu {
	background-color: #8eb65e;
}
/*navigation mobile*/
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 600;
}
.overlay-content {
	position: relative;
	top: 15px;
	width: 100%;
	text-align: left;
	margin-top: 30px;
	z-index:501;
}
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}
.overlay .closebtn {
	position: absolute;
	top: 4px;
	right: 5px;
	font-size: 45px;
	color: #fff;
	padding-bottom: 10px;
	background: #4f7046;
	line-height: 20px;
	border-radius: 4px;
}

@media screen and (max-height: 450px) {
.overlay a {
	font-size: 20px
}
.overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
}
}
.menu_small {
	display: none;
}
.open_btn {
	position:fixed;
	right:0;
	top:0;
	height:48px;
	width: 100%;
	padding-right: 15px;
	padding-top: 8px;
	font-size: 20px;
	color: #fff;
	background: #4f7046;
	cursor: pointer;
	z-index:500;
}
.open_btn span{
	float: right;
	border: 1px solid;
	padding: 0 8px;
	border-radius: 4px;
}


.overlay-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
.overlay-content ul li a{
	color:#fff;
	font-size:16px;
	padding-left:30px;
}

.overlay-content ul li a:hover, .overlay-content ul li a:focus{
	color:#fff;
	text-decoration:none;
}

#drop-menu-list, #drop-menu-list6, #drop-menu-list2, #drop-menu-list3, #drop-menu-list4, #drop-menu-list5{
	display:none;
	background: #4f7046;
}
/*#drop-menu-list li:hover, #drop-menu-list2 li:hover, #drop-menu-list3 li:hover, #drop-menu-list4 li:hover, #drop-menu-list5 li:hover{
	display:none;
	background: #426339;
}*/

#drop-submenu-list, #drop-submenu-list6, #drop-submenu-list2{
	display:none;
	background: #37592d;
}
/*#drop-submenu-list li:hover, #drop-submenu-list2 li:hover{
	background: #426339;
}

*/

.enquiry_xs{
	display:none;
}

.enquiry_btn{
  display:none;
  position:fixed;
  right:0;
  background: #37592d;
  width:100px;
  -webkit-transform:rotate(90deg);	
  transform:rotate(90deg);	
  z-index:100;
}

.owl-carousel .owl-stage{
	margin:auto;
}
.course-bot-title{
	text-align: center;
    background: #3b6430;
	margin-top: 0;
    padding: 7px;
    color: #fff;
}
.notice_list.ncte li{
	font-size: 15px;
	color: #333;
  }

#overlay .modal-dialog {
    width: 80%;
}
#overlay .modal-body {
    position: relative;
    padding: 4px;
}

#overlay button.close {
    position: absolute;
    top: -4px;
    right: -20px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
}

.Webcounter {
    text-align: center;
}

.carousel-inner > .item > img {
    width:100%;
}


