.login-wrapper {
	padding: 0px 35px;
	position: relative;
}

.login-wrapper:before {
	content: '';
	background: #00000094;
	position: absolute;
	top: -130px;
	bottom: -85px;
	left: 0;
	right: 0;
	border-radius: 0 0 10px 10px;
	border-top: 15px solid #00521c;
}

.login-wrapper:after {
	content: '';
	position: absolute;
	top: -130px;
	left: -15px;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #c1c1c1;
}

.login-wrapper:before,
	.login-wrapper:after {
		display: none;
	}

	.login-wrapper {
		margin-top: 40px;
	}

.events-box
{
    background: #004C3F;
    border-radius: 5px;
    display: inline-block;
    padding: 45px;
}
.events-box #notice{
    color: #fff;
}
.events-box h2{
font-size: 22px; 
    color: #fff;
}
.events-box p{
    color: #fff;
    opacity: 0.8; 
    margin-bottom: 0px;
    margin-top: 15px;
}
.events-box button{
    position: relative;
    border-radius: 5px;
    background: #008060; 
    width: 100%;
    margin-top: 20px;
}
.events-box input
{
    width: 100% !important;
    margin-right: 0;
    background: #FFFFFF33 !important;
    border-radius: 5px !important;
    border: none !important;
}
.events-box ::placeholder
{
    color: #fff;
}
.events-box
{
    float: left;
    width: 100%;
    height: 90%;
    margin-bottom: 0;
}

#notice li
{
    margin-bottom: 12px !important;
    border-bottom: 1px solid #ffffff42;
    padding-bottom: 12px;
}

.notice-section
{
    position: relative;
    /* height: 100%;  for desktop view it will be 80% and for mobile it will be 50% */
}

.notice-btn
{
    border: 4px solid #c1c1c1;
    /*bottom: 0;
    position: absolute;
    top: 130px;
	left: 15px;
	*/
}
.section-title-2:before
{
    content: '' !important;
    position: absolute;
    left: -32px;
    top: -5px;
    bottom: -5px;
    background: #fff;
    height: 53px;
    width: 3px;
}

.text1{
	box-shadow:none !important;
	width: 100%;
}

.announcement{
	background:#e8e8e8;
	padding: 10px 0 0;
	position: relative;
}

.announcement-title{
	position: absolute;
	background: #ffc107;
	z-index: 999;
	top: 0;
	bottom: 0;
	padding: 0 19px;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
}

.notice-marquee{
	color: #fff;
	height: 300px
}

#notice li{
	margin-bottom: 12px !important;
	border-bottom: 1px solid #ffffff42;
	padding-bottom: 12px;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{
	-webkit-tap-highlight-color:transparent;
	position:relative
}

.owl-carousel{
	display:none;
	width:100%;
	z-index:1
}

.owl-carousel .owl-stage{
	position:relative;
	-ms-touch-action:pan-Y;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.messages-slid .owl-dot, .news-slid .owl-dot, .events-slid .owl-dot{
	display: inline-block;
	margin-top: 15px;
	margin-right: 10px
}

.messages-slid .owl-dot span, .news-slid .owl-dot span, .events-slid .owl-dot span{
	background: #00a651;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
}

.messages-slid .owl-dot.active span, .news-slid .owl-dot.active span, .events-slid .owl-dot.active span{
	background: #303030;
}

.clearfix::after{
	display:block;
	clear:both;
	content:""
}

.message-slider{
	margin-bottom: 30px;
}

.nav-style-1.owl-carousel > .owl-nav div {background-color: #fff;border-radius: 50px 0 0 50px;color: #00a651;display: inline-block;font-size: 18px;height: 60px;left: -50px;line-height: 60px;opacity: 0;visibility: hidden;position: absolute;text-align: center;top: 112px;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;width: 50px;-webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);}.nav-style-1.owl-carousel > .owl-nav div:hover {background-color: #00a651;color: #fff;}@media only screen and (min-width: 1200px) and (max-width: 1365px) {.nav-style-1.owl-carousel > .owl-nav div {left: 0px;border-radius: 0px 50px 50px 0px;}}@media only screen and (min-width: 992px) and (max-width: 1199px) {.nav-style-1.owl-carousel > .owl-nav div {left: 0px;border-radius: 0px 50px 50px 0px;}}@media only screen and (min-width: 768px) and (max-width: 991px) {.nav-style-1.owl-carousel > .owl-nav div {width: 30px;height: 30px;line-height: 30px;left: -30px;}}@media only screen and (max-width: 767px) {.nav-style-1.owl-carousel > .owl-nav div {left: 0px;border-radius: 0px 50px 50px 0px;width: 30px;height: 30px;line-height: 30px;}}.nav-style-1.owl-carousel > .owl-nav div.owl-next {left: auto;right: -50px;border-radius: 0px 50px 50px 0px;}@media only screen and (min-width: 1200px) and (max-width: 1365px) {.nav-style-1.owl-carousel > .owl-nav div.owl-next {right: 0px;border-radius: 50px 0px 0px 50px;}}@media only screen and (min-width: 992px) and (max-width: 1199px) {.nav-style-1.owl-carousel > .owl-nav div.owl-next {right: 0px;border-radius: 50px 0px 0px 50px;}}@media only screen and (min-width: 768px) and (max-width: 991px) {.nav-style-1.owl-carousel > .owl-nav div.owl-next {right: -30px;}}@media only screen and (max-width: 767px) {.nav-style-1.owl-carousel > .owl-nav div.owl-next {right: 0px;border-radius: 50px 0px 0px 50px;}}.nav-style-1:hover .owl-nav div {opacity: 1;visibility: visible;}@media only screen and (min-width: 1200px) and (max-width: 1365px) {.nav-style-1:hover .owl-nav div {left: 0px;}}@media only screen and (min-width: 992px) and (max-width: 1199px) {.nav-style-1:hover .owl-nav div {left: 0px;}}

.course-slider-active-2.nav-style-1.owl-carousel > .owl-nav div {top: 228px;}

.float-left{float:left!important}

.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out;max-width:100%;height:auto}

.mr-2,.mx-2{margin-right:.5rem!important}


.mt-10 {margin-top: 10px;}

