
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free","Kalinga","Lohit Oriya";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);
    
}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
	float: center;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/
/*************************************/
/*****   Photo Gallery area css  *****/
/*************************************/

.photo-gallery{
	padding: 100px 0 50px;
	position: relative;
}

.photo-gallery:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.photo-single{
	padding: 8px;
	position: relative;
	margin-bottom: 50px;
}

.photo-single img{
	border: 8px solid #fff;
}

.photo-single:before{
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.photo-single:after{
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.photo-orange:before,
.photo-orange:after{
	background: #ff5722;
}

.photo-blue:before,
.photo-blue:after{
	background: #1976d2;
}

.photo-green:before,
.photo-green:after{
	background: #a4cf27;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*************************************/
/*****     Contact us area css   *****/
/*************************************/

.contactus{
	background: #ecf5fe;
	padding: 100px 0;
	position: relative;
}

.contactus:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
}

.contact-form .form-control{
	border: none;
	color: inherit;
	padding: 10px 20px;
	height: auto;
	resize: none;
	background: #fff;
	border-radius: 8px;
	border: 4px solid rgba(25,118,209,0.14);
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.btn-contact{
	background: #1976d2;
	border: none;
	color: #fff;
	padding: 10px 40px;
	border: 4px solid rgba(255,255,255,0.5);
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: none;
	outline: 0;
}

.btn-contact:hover,
.btn-contact:focus{
	background: #ff5722;
	box-shadow: none;
	outline: 0;
}

.contact-info p{
	font-size: 20px;
	font-weight: 400;
	color: #707070;
	position: relative;
	padding: 5px 0 5px 60px;
	margin-bottom: 40px;
}

.contact-info .email:before{
	content: '\f003';
	display: block;
	font-family: FontAwesome,Kalinga,Lohit Oriya;
	width: 40px;
	height: 40px;
	background: #ff5722;
	box-shadow: 0 0 0 6px rgba(255,87,34,0.5);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-info .contact:before{
	content: '\f095';
	display: block;
	font-family: FontAwesome,Kalinga,Lohit Oriya;
	width: 40px;
	height: 40px;
	background: #1976d2;
	box-shadow: 0 0 0 6px rgba(25,118,209,0.5);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-info .address:before{
	content: '\f041';
	display: block;
	font-family: FontAwesome,Kalinga,Lohit Oriya;
	width: 40px;
	height: 40px;
	background: #a4cf27;
	box-shadow: 0 0 0 6px rgba(164,207,39,0.5);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.contact-social-link a{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #1976d2;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(25,118,209,0.5);
	margin: 6px 30px 6px 0;
	transition: all 0.3s;
}

.contact-social-link a:hover{
	background: #ff5722;
	box-shadow: 0 0 0 6px rgba(255,87,34,0.5);
}
/*************************************/
/*****     Contact us area ends   *****/
/*************************************/
/**************************************/
/*****    Banner Slider area css  *****/
/**************************************/

.top-bar{
	padding: 10px 0;
	background: #444;
}

.school-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.school-info ul li{
	display: inline-block;
	margin-left: 4px;
}

.school-info ul li:before{
	content: '/';
	color: #fff;
	font-size: 14px;
	margin-right: 8px;
}

.school-info ul li:first-child:before{
	display: none;
}

.school-info ul li a{
	margin: 0;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

.school-info ul li a i{
	margin-right: 4px;
}

.school-info ul li a:hover{
	color: #ff5722;
}

.header-social-link a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin-right: 4px;
}

.banner-slider{
	position: relative;
}

.banner-slider:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}

.banner-slider .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.banner-slider{
	position: relative;
}

.banner-slide{
	position: relative;
}

.banner-slide figure{
	margin: 0;
}

.banner-slide figure img{
	width: 100%;
}

.banner-slide .banner-slide-overlay{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 30%;
	right: 30%;
	transform: translate(0, -50%);
}

.banner-slide .banner-slide-overlay:before{
	bottom: auto;
	top: -4px;
}

.color-red{
	color: #f46c6e;
}

.color-green{
	color: #a4cf27;
}

.color-cloud{
	color: #4fc5d1;
}

.color-orange{
	color: #ff5722;
}

.color-blue{
	color: #1976d2;
}

.color-yellow{
	color: #ffc32f;
}

.banner-slide-overlay h2{
	font-family: 'Bubblegum Sans', cursive,Kalinga,Lohit Oriya;;
	font-size: 60px;
	font-weight: normal;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 1px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
	margin-bottom: 0.5em;
}

.banner-slide-overlay p{
	color: #232323;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.btn-slider{
	display: inline-block;
	background: #1976d2;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 2px;
	transition: all 0.3s;
}

.btn-slider:hover{
	background: #ff5722;
	color: #fff;
}

.banner-button-prev,
.banner-button-next{
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	top: 50%;
	z-index: 20;
	color: #ff5722;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.3s;
}

.banner-button-prev{
	left: 0;
}

.banner-button-next{
	right: 0;
}

.banner-button-prev:hover,
.banner-button-next:hover{
	background: #fff;
}

/**************************************/
/*****   Our Activities area css  *****/
/**************************************/

.our-activities{
	padding: 100px 0;
	position: relative;
}

.our-activities:after{
	content: '';
	position: absolute;
	height: 16px;
	bottom: -16px;
	left: 0;
	right: 0;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.section-title{
	text-align: center;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 80px;
}

.section-title:before{
	content: '';
	display: block;
	width: 40px;
	margin-left: -20px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	background: #ff5722;
	z-index: 1;
}

.section-title h2{
	font-size: 36px;
	margin: 0;
	font-weight: normal;
	font-family: 'Bubblegum Sans', cursive,Kalinga,Lohit Oriya;;
}

.section-title p{
	color: #707070;
	margin: 0;
}

.activities-single{
	text-align: center;
	padding: 0 20px;
}

.activities-single .icon-box{
	width: 60px;
	height: 60px;
	margin: 10px auto 30px;
	font-size: 30px;
	color: #fff;
	line-height: 60px;
	border-radius: 50%;
	
}

.icon-blue{
	background: #1976d2;
	box-shadow: 0 0 0 7px rgba(25,118,209,0.5);
}

.icon-orange{
	background: #ff5722;
	box-shadow: 0 0 0 7px rgba(255,87,34,0.5);
}

.icon-green{
	background: #a4cf27;
	box-shadow: 0 0 0 7px rgba(164,207,39,0.5);
}

.activities-single h3{
	font-size: 22px;
	font-family: 'Bubblegum Sans', cursive,Kalinga,Lohit Oriya;;
	font-weight: 400;
	color: #333;
	margin-bottom: 18px;
}

.activities-single p{
	font-size: 14px;
	color: #707070;
	line-height: 1.7em;
	margin-bottom: 1.5em;
}

.activities-single a.learn-more{
	display: inline-block;
	color: #ff5722;
	font-weight: 600;
	border-bottom: 1px solid #ff5722;
}

.activities-single a.learn-more:after{
	content: '\f105';
	font-family: FontAwesome,Kalinga,Lohit Oriya;
	margin-left: 10px;
}

/************************************/
/*****     Courses area css     *****/
/************************************/

.courses{
	background: #ffeee9;
	padding: 100px 0;
	position: relative;
}

.courses:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}

.course-single{
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.course-body{
	padding: 10px 0;
}

.course-body h3{
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	background: #ff5722;
	padding: 9px 30px;
	position: relative;
}

.course-body h3:after{
	content: '';
	width: 40px;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	transform: skewX(40deg);
}

.course-body p{
	padding: 0 30px;
	color: #707070;
	font-size: 14px;
	line-height: 1.7em;
}

.course-footer{
	border-top: 1px solid #e8e8e8;
	padding: 20px 30px;
}

.course-footer a{
	display: inline-block;
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: all 0.3s;
}

.course-footer a:hover{
	background: #333 !important;
}

.course-footer span{
	font-size: 24px;
	font-weight: 900;
	float: right;
}

.course-orange h3{
	background: #ff5722;
}

.course-orange h3:after{
	background: #ff5722;	
}

.course-orange .course-footer a{
	background: #ff5722;
}

.course-orange .course-footer span{
	color: #ff5722;
}

.course-blue h3{
	background: #1976d2;
}

.course-blue h3:after{
	background: #1976d2;	
}

.course-blue .course-footer a{
	background: #1976d2;
}

.course-blue .course-footer span{
	color: #1976d2;
}

.course-green h3{
	background: #a4cf27;
}

.course-green h3:after{
	background: #a4cf27;	
}

.course-green .course-footer a{
	background: #a4cf27;
}

.course-green .course-footer span{
	color: #a4cf27;
}

/************************************/
/*****    About us area css     *****/
/************************************/

.about-us{
	padding: 100px 0;
	position: relative;
}

.about-us:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.about-content{
	margin-bottom: 30px;
}

.about-content h3{
	font-family: 'Bubblegum Sans', cursive,Kalinga,Lohit Oriya;	
	font-size: 28px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0.6em;
}

.about-content p{
	color: #707070;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

.about-social-links a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #ff5722;
	box-shadow: 0 0 0 4px rgba(255,87,34,0.5);
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin: 4px 20px 4px 0;
	transition: all 0.3s;
}

.about-social-links a:hover{
	background: #1976d2;
	box-shadow: 0 0 0 4px rgba(25,118,209,0.5);
}

/************************************/
/*****   Faculty Team area css  *****/
/************************************/

.faculty{
	padding: 100px 0;
	background: #ecf5fe;
	position: relative;
}

.faculty:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
}

.faculty-single{
	text-align: center;
	background: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.faculty-single figure{
	display: inline-block;
	max-width: 160px;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid rgba(0,0,0,0.06);
}

.faculty-single h3{
	display: inline-block;
	letter-spacing: 0.04em;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	color: #fff;
	padding: 8px 20px;
	z-index: 1;
}

.faculty-single h3:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: skewX(30deg);
}

.faculty-single h3:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: skewX(-30deg);
}

.faculty-single p{
	margin: 0;
	color: #333;
}

.faculty-orange h3:before,
.faculty-orange h3:after{
	background: #ff5722;
}

.faculty-blue h3:before,
.faculty-blue h3:after{
	background: #1976d2;
}

.faculty-green h3:before,
.faculty-green h3:after{
	background: #a4cf27;
}

/**********************************/
/*****     Event area css     *****/
/**********************************/

.events{
	padding: 100px 0;
	position: relative;
}

.events:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.event-single{
	background: #fff;
	padding: 10px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
	border-radius: 8px;
	margin: 15px;
}

.event-single figure img{
	border-radius: 6px;
}

.event-single figure{
	position: relative;
}

.event-single .date{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 66px;
	font-size: 12px;
	color: #fff;
	padding: 10px 10px 8px;
	border-radius: 4px;
	text-align: center;
	line-height: 1.6em;
}

.event-single .date span{
	font-weight: 700;
	font-size: 24px;
}

.event-body{
	padding: 0 10px;
}

.event-body h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.event-body p{
	color: #707070;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	position: relative;
	padding: 0px 0 0px 26px;
}

.event-body p.location:before{
	content: "\f041";
	font-family: FontAwesome,Kalinga,Lohit Oriya;
	line-height: 1em;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 4px;
}

.event-body p.time:before{
	content: "\f017";
	font-family: FontAwesome,Kalinga,Lohit Oriya;
	line-height: 1em;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.event-orange .date{
	background: #ff5722;
}

.event-orange .event-body h3{
	color: #ff5722;
}

.event-orange .event-body p.location:before,
.event-orange .event-body p.time:before{
	color: #ff5722;
}

.event-blue .date{
	background: #1976d2;
}

.event-blue .event-body h3{
	color: #1976d2;
}

.event-blue .event-body p.location:before,
.event-blue .event-body p.time:before{
	color: #1976d2;
}

.event-green .date{
	background: #a4cf27;
}

.event-green .event-body h3{
	color: #a4cf27;
}

.event-green .event-body p.location:before,
.event-green .event-body p.time:before{
	color: #a4cf27;
}

.event-pagination{
	text-align: center;
	margin-top: 30px;
}

.event-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #ff5722;
}

.event-pagination .swiper-pagination-bullet-active{
	background: #1976d2;
}

