
.inner-banner .bg-img{position:relative;}
.img-txt-box .intro-paragraph p,
.image-text-alternate .intro-paragraph p{
	font-size: 24px;
    font-family: 'Superior Title';
    font-weight: 300;
    line-height: 1.4;
	margin-bottom:20px;
}
.common-content-green .img-txt-box h3, .common-content-green .img-txt-box .btn{color:#FFF;}
.image-text-alternate .image-wraper{border-radius:0px 89px 0px 0px;}
.oat-border{border:4px solid #EAE6DD;}
.fc-calendar .content_wrap{color:#FFF;}
.common-contentDiv button[type="submit"] {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #AB0634;
    font-weight: 400;
    font-size: 12px;
    background-color: transparent;
    border: 1px solid #A39161;
    border-radius: 28.5897px;
    min-width: 180px;
    text-align: center;
    padding: 20px 15px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.common-contentDiv button[type="submit"]:hover{
    background-color: #AB0634;
    color: #FFF;
}
.custom-loading{
	display:none;
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-image: url(/assets/images/dark-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 70%);
}
.addeventatc .addeventatc_icon{display:none;}
.addeventatc.btn-secondary{
	background-color: transparent !important;
    border: 1px solid #A39161 !important;
    border-radius: 28.5897px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #AB0634 !important;
    min-width: 166px !important;
    -webkit-transition: all .25s !important;
    -o-transition: all .25s !important;
    transition: all .25s !important;
    padding: 17px 25px !important;
}
.addeventatc.btn-secondary:hover {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64!important;
}
.fancybox-is-open .fancybox-bg{opacity:1;}
.fancybox-bg{background-color:#006F51;}
.video-testimonial .video-testimonial-thumb img{
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.video-testimonial-thumb .slick-slide.slick-current.slick-active img,
.video-testimonial-thumb .slick-slide img:hover{
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
	height: calc(100% + 10px);
	margin-top: -10px;
	
}
.video-testimonial-thumb .slick-slide:not(.slick-current) img{
	cursor:pointer;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	display:none;
}
.video-wrapper.playing iframe{display:block;}
.video-wrapper.playing{background-image:none !important;}
.inner-banner-slider{background:#000;}
.banner-video iframe {
    width: 100%;
    height: 122%;
    -o-object-fit: cover;
    object-fit: cover;
}
.goog-te-menu-frame {
max-width:100% !important; 
}
.goog-te-menu2 { 
max-width: 100% !important;
overflow-x: scroll !important;
box-sizing:border-box !important; 
height:auto !important; 
}
.common-content-green{padding:30px 0 30px;}
.extra-space{width:100%;padding-top:100px;}
iframe{max-width:100%;}
.inner-banner-slider .slick-track{transform:none !important;}
#google_translate_element {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
ul.primary-menu > li > a > ul.has-sub-menu > li a:hover{
	color:#A39161;
}

.event-sec .row .first-child .newsevent-box:hover {
    width: 200%;
    margin-right: -100% !important;
	margin-left:auto !important;
    z-index: 2;
}
.event-sec .row .third-child .newsevent-box:hover {
    margin-left: -100%;
    margin-right: 0;
}
.tiles-grid-item.top-left-curve .tiles-boxdiv, .tiles-grid-item.top-right-curve .tiles-boxdiv{overflow:hidden !important;}
.header-search-warpper .search-list .resulta .current-search p{color:#FFF;}
.img-author{border-radius:100%;}
.formie-recaptcha-placeholder{margin-top:15px;}
.back-current a{
	margin: 20px 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* meter/loading */
.loading{
    opacity: .8;
    position: fixed;
    top: 0;
    z-index: 99999;
    text-align: center;
	background: #fff;
    display: none;
    height: 100%;
    width: 100%;
}
.loading-txt{font-size:17px;}
.meter { 
	width:300px;
	height: 40px;  /* Can be anything */
	position: relative;
	margin: 20px auto 20px; /* Just for demo spacing */
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
	display: block;
	height: 100%;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(43,194,83)),
	color-stop(1, rgb(84,240,84))
	);
	background-image: -moz-linear-gradient(
	center bottom,
	rgb(43,194,83) 37%,
	rgb(84,240,84) 69%
	);
	-webkit-box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	-webkit-gradient(linear, 0 0, 100% 100%, 
	color-stop(.25, rgba(255, 255, 255, .2)), 
	color-stop(.25, transparent), color-stop(.5, transparent), 
	color-stop(.5, rgba(255, 255, 255, .2)), 
	color-stop(.75, rgba(255, 255, 255, .2)), 
	color-stop(.75, transparent), to(transparent)
	);
	background-image: 
	-moz-linear-gradient(
	-45deg, 
	rgba(255, 255, 255, .2) 25%, 
	transparent 25%, 
	transparent 50%, 
	rgba(255, 255, 255, .2) 50%, 
	rgba(255, 255, 255, .2) 75%, 
	transparent 75%, 
	transparent
	);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	   border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
		border-top-left-radius: 20px;
	 border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
	   background-position: 0 0;
	}
	100% {
	   background-position: 50px 50px;
	}
}

.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
	background-color: #f0a3a3;
	background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}
.hero-section.custom-slider .hero-panel .hero-panel-text h5.tagline-small, .tagline-big{display:none;}
.br-x{display:none;}
.newsevent-content .post-msg,.newsevent-content .like-icon{display:none;}
.newsevent-content .preview,
.newsevent-content .post-msg{
	color:#FFF;
	 font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.newsevent-content .preview{
	height:82px;
	overflow:hidden;
	position:relative;
}
/*
.newsevent-content .preview::after{
	content:'...';
	position:absolute;
	z-index:2;
	bottom:0;
	right:10px;
}
*/
.newsevent-content .like-icon span{
	color:#FFF;
	display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.newsevent-box:hover .newsevent-content .post-msg{display:block;}
.newsevent-box:hover .newsevent-content .preview{display:none;}
.newsevent-box:hover .newsevent-content .like-icon{
	display: flex;
    align-items: center;
}
.fb-item .newsevent-box:hover .newsevent-content{max-width:100%;}
.fb-item .newsevent-box:hover h4{display:none;}
.fb-item .newsevent-box:hover::before{
	  background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 31, 32, 0.4)), to(rgba(35, 31, 32, 0.4)));
  background: -o-linear-gradient(bottom, rgba(35, 31, 32, 0.4), rgba(35, 31, 32, 0.4));
  background: linear-gradient(0deg, rgba(35, 31, 32, 0.4), rgba(35, 31, 32, 0.4));
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 1;
  opacity: 1;
}

.newsevent-wrp.v2 .slick-arrow{top:auto;bottom:-80px;}
.newsevent.new .section-header .btn-secondary{margin-right:60px;}
.sidebar-menu-course ul li a .icon svg{max-width:22px;margin-top:-5px;}
.sidebar-menu-course ul li a .icon svg path, .subject-title svg path{fill:#a39161;}
.subject-title svg{height:35px;width:35px;margin-right:18px;margin-bottom:15px;}
.course-tbl table th svg{max-width:34px;margin-right:18px;}
/* .course-tbl table th svg path{fill:#FFF;} */
@media only screen and (min-width: 1366px){
	.video-testimonial .video-testimonial-content{
		min-height: 500px;
	}
	.br-x{display:block;}
}
@media only screen and (min-width: 1800px){
	.video-testimonial .video-testimonial-content{
		min-height: 600px;
	}
}
@media(max-width:1500px){
	.banner-video iframe{height:100%;}
}
@media(max-width:1200px){
	.single-event{overflow:hidden;}
}
@media(max-width:767px){
	.common-content-green, .common-content-white{padding:20px 0 20px;}
	.extra-space{padding-top:70px;}
	.hero-section.custom-slider .hero-panel .hero-panel-text h5{display:none !important;}
	.newsevent.new .section-header .btn-secondary { margin-right: 10px; }
}
@media(max-width:575px){
	.newsevent-btns{margin-top:20px;}
	.newsevent.new .section-header .btn-secondary{width:200px;margin-bottom:20px;}
}
@media(max-width:400px){
	.header-center > a {width:80%;}
	.header-center > a > svg{width:100% !important;}
}
@media(max-width:370px){
	.header-center{display:none;}
}