/*
	Template Name 	: First Step - School & Education Institute HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	    General css		     ****/
/************************************/

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.container{overflow: hidden;}
.mg-80{margin: 80px 0;}
.bg-none{background: none !important;}
.red-highlight{color: #b60101; font-weight: bold;}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 500;
	font-family: 'Bubblegum Sans', cursive;
}
h1,
h2{
	color: #760000;
}

body p {
	text-align: justify;
	position: relative;
	z-index: 99;
}

/* ==================================== */
a.navbar-brand img {
	width: 186px;
}

.student-seacrh input {
	padding-left: 8px;
	border-radius: 25px;
	border: none;
	height: 27px;
	font-size: 12px;
}

.student-seacrh a {
	color: #760000;
	background: #fff;
	padding: 2px 5px;
	border-radius: 0px 25px 25px 0px;
	margin-left: -30px;
}

a.nav-link.button-effect {
	background: #760000;
	color: #fff !important;
}
a.nav-link.button-effect:hover{
	background: #e70303;
}

/* =================================== */
img {
	max-width: 100%;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

::-moz-selection {
	background: #ff5f47;
	color: #fff;
}

::selection {
	background: #ff5f47;
	color: #fff;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ecf1f5;
	z-index: 9999;
	text-align: center;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 120px;
	display: flex;
	flex-flow: column nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .diamond {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background: #ff685c;
	-webkit-transform: translateY(0) rotate(45deg) scale(0);
	transform: translateY(0) rotate(45deg) scale(0);
	-webkit-animation: diamonds 1500ms linear infinite;
	animation: diamonds 1500ms linear infinite;
}

.preloader .diamond:nth-child(1) {
	-webkit-animation-delay: -1000ms;
	animation-delay: -1000ms;
}

.preloader .diamond:nth-child(2) {
	-webkit-animation-delay: -2000ms;
	animation-delay: -2000ms;
}

.preloader .diamond:nth-child(3) {
	-webkit-animation-delay: -3000ms;
	animation-delay: -3000ms;
}

.preloader .diamond:nth-child(4) {
	-webkit-animation-delay: -4000ms;
	animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
	50% {
		-webkit-transform: translateY(-50px) rotate(45deg) scale(1);
		transform: translateY(-50px) rotate(45deg) scale(1);
	}

	100% {
		-webkit-transform: translateY(-100px) rotate(45deg) scale(0);
		transform: translateY(-100px) rotate(45deg) scale(0);
	}
}

@keyframes diamonds {
	50% {
		-webkit-transform: translateY(-50px) rotate(45deg) scale(1);
		transform: translateY(-50px) rotate(45deg) scale(1);
	}

	100% {
		-webkit-transform: translateY(-100px) rotate(45deg) scale(0);
		transform: translateY(-100px) rotate(45deg) scale(0);
	}
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

/************************************/
/*****    Navigation area css   *****/
/************************************/

header.header {
	min-height: 89px;
}

header .navbar {
	padding: 0;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	z-index: 99999;
}

header .navbar:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 20px;
	bottom: -16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 100;
}

header .navbar-collapse.collapse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navbar .navbar-nav .nav-item {
	padding: 30px 6px;
}

.navbar .navbar-nav .nav-link {
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #760000;
	text-transform: uppercase;
	border-radius: 4px;
	letter-spacing: 0.02em;
	transition: all 0.3s;
}

.navbar .navbar-nav .nav-link.active {
	color: #1976d2;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
	color: #1976d2;
}

.navbar .navbar-nav .nav-link.active:hover,
.navbar .navbar-nav .nav-link.active:focus {
	color: #1976d2;
}

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}

.navbar-toggle {
	display: none;
	position: absolute;
	top: 26px;
	right: 15px;
}

.navbar-toggle .slicknav_btn {
	background: none;
	border: 1px solid #444;
	border-radius: 0;
}

.navbar-toggle .slicknav_icon-bar {
	background: #444;
	box-shadow: none;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.slicknav_menu {
	padding: 0;
	background: none;
}

.slicknav_btn {
	margin: 0;
}

.slicknav_nav a {
	color: #b10606;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
}
.slicknav_nav li:nth-last-child(2) {
    border: none;
}

/**************************************/
/*****    Banner Slider area css  *****/
/**************************************/

.top-bar {
	padding: 10px 0;
	background: #760000;
}

.top-header-btn a {
	padding: 3px 10px;
	background-color: #fff;
	color: #760000;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 25px;
}

.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: 17px;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin-right: 20px;
	background-attachment: sticky;
}

.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%;
	height: 500px;
}

.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: #760000;
}

.color-blue {
	color: #1976d2;
}

.color-yellow {
	color: #ffc32f;
}

.banner-slide-overlay h2 {
	font-family: 'Bubblegum Sans', cursive;
	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; */
	display: none;
}

.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;
	position: relative;
	z-index: 999;
}

.section-title p {
	color: #707070;
	margin: 0;
	text-align: center;
}

.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;
	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;
	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;
	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: #760000;
	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;
	position: relative;
	z-index: 999;
}

.about-social-links a:hover {
	background: #1976d2;
	box-shadow: 0 0 0 4px rgba(25, 118, 209, 0.5);
}
.about-video {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.aboud-v1 iframe{
	width: 500px; height: 300px;
}

/************************************/
/*****   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::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 16px;
    background: url(../images/wave-bg3.png) repeat-x;
    z-index: 1;
}
.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;
	text-align: center;
	height: 350px;
}

.event-single figure img {
	border-radius: 50px;
	width: 100px;
	height: 100px;
}

.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;
}

.event-body p.location:before {
	content: "\f041";
	font-family: FontAwesome;
	line-height: 1em;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 4px;
}

.event-body p.time:before {
	content: "\f017";
	font-family: FontAwesome;
	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;
}

/*************************************/
/*****    Testimonial area css   *****/
/*************************************/

.testimonial {
	background: #f6fce4;
	padding: 100px 0px 50px 0px;
	position: relative;
}

.testimonial: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);
}

.testimonial-slider-wrapper-outer {
	background: #cde686;
	max-width: 960px;
	margin: 0 auto;
	border-radius: 26px 26px 0 0;
	position: relative;
	padding: 20px 20px 0 20px;
}

.testimonial-slider-wrapper {
	background: #a4cf27;
	border-radius: 16px 16px 0 0;
	padding-bottom: 60px;
}

.testimonial-slide {
	padding: 60px 100px 0;
	text-align: center;
}

.testimonial-slide figure {
	max-width: 120px;
	display: inline-block;
}

.testimonial-slide figure img {
	border-radius: 50%;
	border: 8px solid rgba(255, 255, 255, 0.3);
}

.testimonial-slide h3 {
	font-size: 28px;
	margin: 0 0 14px;
	color: #fff;
	font-family: 'Bubblegum Sans', cursive;
	font-weight: normal;
	letter-spacing: 0.04em;
}

.testimonial-slide p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
}

.testimonial-pagination {
	text-align: center;
	margin-top: 20px;
}

.testimonial-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #cde686;
}

.testimonial-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

/*************************************/
/*****   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;
}

/*************************************/
/*****     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;
	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;
	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;
	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);
}

/*************************************/
/*****      Footer area css      *****/
/*************************************/

footer.footer {
	padding: 60px 0px 20px 0px;
	background: #760000;
	margin-top: -50px;
	position: relative;
}

.footer-data {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.footer-logo {
	max-width: 250px;
	color: #ffffff;
}

.footer-quick-link h4 {
	color: #fff;
}

.footer-quick-link a {
	color: #fff;
}

.footer-quick-link ul {
	padding-left: 0px;
}

.footer-quick-link li {
	list-style: none;
}

.footer-program {
	color: #ffffff;
}
.footer-program a{
	color: #fff !important;
}

.footer-boder {
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 40px 0px -30px 0px;
}

.footer-contact {
	color: #ffffff;
}

.footer-copyright {
	max-width: 568px;
	margin: 0 auto;
}

.footer-copyright {
	padding-top: 50px;
}

.footer-copyright p {
	color: #fa7d7d !important;
}


/************************************/
/*****       Media Screens      *****/
/************************************/

@media only screen and (max-width: 991px) {
	.header .navbar-nav {
		display: none;
	}

	.header .navbar {
		align-items: flex-start;
	}

	.header .navbar .container {
		position: relative;
		flex-wrap: wrap;
	}

	.header .navbar-toggle,
	#responsive-menu {
		display: block;
		width: 100%;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 991px) {
	.navbar-brand {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.banner-slide .banner-slide-overlay {
		left: 10%;
		right: 10%;
	}

	.banner-slide-overlay h2 {
		font-size: 36px;
	}

	.activities-single {
		padding: 0;
	}

	.course-single {
		max-width: 480px;
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width: 770px) {}

@media only screen and (max-width: 767px) {

	.our-activities {
		padding: 60px 0 20px;
	}

	.courses,
	.faculty {
		padding: 60px 0 30px;
	}

	.about-us,
	.events,
	.contactus {
		padding: 60px 0;
	}

	.testimonial {
		padding: 60px 0 0;
	}

	.photo-gallery {
		padding: 60px 0 10px;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.section-title h2 {
		font-size: 24px;
	}

	.section-title p {
		font-size: 14px;
	}

	.header-social-link,
	.school-info {
		text-align: center;
	}

	.school-info ul li {
		display: block;
	}

	.school-info ul li:before {
		display: none;
	}

	.banner-slide .banner-slide-overlay {
		left: 14%;
		right: 14%;
	}

	.banner-slide-overlay h2 {
		font-size: 20px;
		text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	}

	.btn-slider {
		padding: 6px 20px;
		font-size: 14px;
	}

	.activities-single {
		margin-bottom: 40px;
	}

	.about-image {
		margin-bottom: 40px;
	}

	.testimonial-slider-wrapper-outer {
		padding: 10px 10px 0 10px;
	}

	.testimonial-slide {
		padding: 30px 20px 0;
	}

	.testimonial-slide h3 {
		font-size: 22px;
	}

	.testimonial-slide p {
		font-size: 18px;
	}
}



@media only screen and (max-width: 575px) {

	.header .container {
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* .header-social-link {
		display: none;
	} */

	.contact-info p {
		font-size: 18px;
	}

	.contact-social-link {
		text-align: center;
		margin-bottom: 40px;
	}

	.contact-social-link a {
		margin: 6px 10px;
	}

	.event-single {
		margin: 20px;
		box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
	}
}

/* our costom code */

.tag img {
	position: relative;
}

.tag h6 {
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 37%;
	left: 37%;
	text-align: center;
}

/* counter session style */
.strip-box {
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: relative;
	z-index: 99;
}

.strip-list i {
	font-size: 28px;
	color: #760000;
}

.strip-list .count-title {
	font-size: 18px;
	color: #760000;
	font-weight: 500;
}

.strip-list .count {
	font-size: 32px;
	color: #1976d2;
	font-weight: 600;
}

/* franchise-card :start */
.card-text .card-1 {
	border: 1px solid #760000;
	max-width: 30rem;
	height: 10rem;
	text-align: center;
	border-radius: 30px 0px 30px 0px;
	transition: 0.7s all ease;
}

.card-text .card-1:hover {
	background-color: #760000;
	cursor: pointer;
	transition: 0.7s all ease;
}

.card-text .card-1:hover i {
	color: white;
}

.card-text .card-1:hover h5 {
	color: white;
}

.card-text .card-1 i {
	margin: 12px 0px 30px 0px;
	color: #760000;
}

.card-text .card-1 h5 {
	color: #760000;
}

.card-text {
	flex-basis: 29%;
	margin: 20px;
}

.card-text .card-1 i {
	font-size: 50px;
}


.hero-sesion {
	margin-bottom: -180px;
}

.hero-bg {
	background: url(../images/slide-1.png);
	width: auto;
	height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.hero-bg::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}

/* .container-box {
	max-width: 45rem;
	margin: 130px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 8px rgb(180 0 0 / 82%);
	position: relative;
	z-index: 1;
} */


.container-box {
	width: 50%;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
  }
  .search-bar {
    margin: 16rem 20px 4rem;
    display: flex;
    justify-content: space-between;
}
  .container-box label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
  }

  .container-box select,
  .container-box button {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
  }

  .container-box button {
	background-color: #007bff;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s;
  }

  .container-box button:hover {
	background-color: #0056b3;
  }

  #selectedDetails {
	text-align: left;
	margin-top: 20px;
  }
h5 {
	text-align: center;
	color: #333;
}

/* form {
    text-align: center;
    display: flex;
    justify-content: space-around;
} */

.input-box {
	padding: 10px;
	margin: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	width: 40%;
	max-width: 200px;
}

.error {
	color: red;
}

p.search-btn {
	padding: 10px 40px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
	position: relative;
	margin: 10px;
}

button:hover {
	background-color: #45a049;
}

#searchResult {
	margin-top: 20px;
}

#searchResult div {
	padding: 10px;
	background-color: #f9f9f9;
	border-radius: 4px;
	margin-bottom: 10px;
}

/* franchise card :end */
.what_we_do {
	margin: 100px 0px;
}

.franchise-card-heading h3 {
	margin: 50px 0px;
	text-align: center;
}

.franchise-card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.franchise-card .box {
	display: flex;
	background: #43c850;
	/* width: 425px; */
	flex-basis: 45%;
	margin: 20px;
	height: 155px;
	padding: 15px 0px;
}

.franchise-card .box1 {
	display: flex;
	background: #cc82dc;
	/* width: 425px; */
	flex-basis: 45%;
	margin: 20px;
	height: 155px;
	padding: 15px 0px;
}

.franchise-card .box2 {
	display: flex;
	background: #b3df5b;
	/* width: 425px; */
	flex-basis: 45%;
	margin: 20px;
	height: 155px;
	padding: 15px 0px;
}

.franchise-card .box3 {
	display: flex;
	background: #74b0e9;
	/* width: 425px; */
	flex-basis: 45%;
	margin: 20px;
	height: 155px;
	padding: 15px 0px;
}

.franchise-card .box h5 {
	transform: rotate(-90deg);
	background: #0f7219;
	height: 46px;
	padding: 11px 57px;
	margin: 40px 0px 0px -54px;
	color: #fff;
	font-size: 16px;
}

.franchise-card .box1 h5 {
	transform: rotate(-90deg);
	background: #711685;
	height: 46px;
	padding: 11px 53px;
	margin: 40px 0px 0px -55px;
	color: #fff;
	font-size: 16px;

}

.franchise-card .box2 h5 {
	transform: rotate(-90deg);
	background: #537610;
	height: 46px;
	padding: 11px 47px;
	margin: 40px 0px 0px -54px;
	color: #fff;
	font-size: 16px;
}

.franchise-card .box3 h5 {
	transform: rotate(-90deg);
	background: #0e4577;
	height: 46px;
	padding: 11px 54px;
	margin: 39px 0px 0px -55px;
	color: #fff;
	font-size: 16px;
}

.franchise-card .box,
.box1,
.box2,
.box3 {
	font-weight: 500;
}

.inquiry-content {
	padding: 0 0 100px;
}

.inquiry-text {
	width: 100%;
}

.inquiry h3 {
	text-align: center;
	padding-bottom: 20PX;
}

.inquiry-form {
	width: 35%;
}

.inquiry-form input {
	width: 350px;
	height: 45px;
	border-radius: 7px;
	font-size: 15px;
	padding-left: 20px;
	border: 1px solid #ff5f5f;
	margin: 0 0 20px;
}

/* footer swession style */




/* about us :start */
.about-hero-section {
	background-image: url("../images/slide-2.jpg");
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.program{
	background: url(../images/slide-4.jpg) !important;
	
}

.about-hero-section::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}

.about-hero-section h2 {
	color: #760000;
	text-align: center;
	font-size: 300;
	padding-top: 200px;
	font-weight: 500;
}

.about-card-img {
	width: 30%;
	margin-top: 50px;
}

.about-card-img img {
	width: 100%;
}

.about-card {
	display: flex;
	justify-content: space-between;
}

.about-us {
	padding: 50px 0;
}

.who-we-are {
    background: #b3d5ef;
}

.who-we-are::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
	transform: rotate(180deg);
}

.about-text {
	width: 60%;
}

.wwd {
	position: relative;
	padding: 50px 0;
}

.wwd::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-card h3 {
	color: #760000;
	font-weight: 500;
}

.wwd h3 {
	text-align: center;
	padding-top: 30px;
	color: #760000;
	font-weight: 500;
}

.wwd-text {
	margin: 0 auto;
	width: 100%;
}

/* what we do :end */

.why-choose-us {
	background: #ffeee9;
}
.why-choose-us {
	position: relative;
}

.why-choose-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.why-choose-us .why-choose-us-text {
	padding: 6rem 0;
}

.why-choose-us h1 {
	text-align: center;
	margin-bottom: 40px;
}

.why-coouse-icon-1 img {
	width: 150px;
	padding: 7px 20px;
}

.why-coouse-icon-1 {
	border: 1px solid #760000;
	margin: 10px;
	flex-basis: 47%;
	display: flex;
	min-height: 103px;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	font-family: 'DM Sans';
}

.why-coouse-icon-1:hover {
	background-color: #760000;
	color: white;

}

.why-choose-text .why-coouse-icon-1 p {
	font-size: 18px;
	font-weight: 500;
	margin-top: 12px;
	text-align: left;
}

.our-patrons-card {
	margin-bottom: 140px;
}

/* footer :start */
.footer {
	position: relative;
}

.footer::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

/* about us end   */

.search-icon {
	background: none !important;
	border: none !important;
}

.search-icon i {
	color: #fff;
	cursor: pointer;
}

.bg-shot-right img {
	width: 30%;
	position: absolute;
	z-index: 9;
	right: 5%;
	margin-top: -12rem;
	opacity: 55%;
}

.bg-shot-left img {
	width: 30%;
	position: absolute;
	z-index: 9;
	left: 5%;
	margin-top: -12rem;
	opacity: 55%;
}

.z-99 {
	position: relative;
	z-index: 99;
}

/* letast news */
.letast {
	margin: 40px 0 110px;
}

.notice-box marquee{ padding: 1rem; height: 100%;}
.notice-box marquee p{margin:10px 0; font-weight: 400; font-size: 1rem; color: #000;}
.notice-box marquee p:hover{color: #0056b3; font-weight: 400;}
.notice-box marquee p strong{color:#930606 ; font-size: 1rem; font-weight: 900;}
.notice-box marquee p .marker{background: #f3ff15 ;}
.notice-box { height: 100%; }
.letast-box {
	width: 28rem;
	height: 250px;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	/* border-radius: 10px; */
	border: 5px double #760000;
}
.news {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.letast-news .wraped {
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}

/* youtube video link */
.yt-v iframe {
    width: 28rem;
    height: 250px;
}
.letast-box-container {
	display: flex;
	flex-wrap: wrap;
}

.yt-video-box {
	width: 23%;
    margin: 10px;
}

.yt-video-box iframe {
    width: 100%;
}

/* Our Patrons start */

.card-3 .card-img {
	width: 100%;
	text-align: center;

}

.card {
	border: 1px solid #760000;
}

.card-img-top {
	width: 100%;
	height: 300px;
}

.card-3 .card-title {
	font-size: 18px;
	border-radius: 10px;
}

.our-patrons-heading {
	color: #760000;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}

/* program */

.online-coures .why-coouse-icon-1{
    flex-basis: 18%;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
	justify-content: center;
    align-items: center;
}
.online-coures .icon {
    width: 70%;
}


.pre-nursery::after{
    content: '';
    display: block;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    background: url(../images/wave-bg3.png) repeat-x;
    transform: rotate(180deg);
    z-index: 1;
}
.pre-nursery .about-card {
    padding: 80px 0;
}
.nursery::after{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
	bottom: -95px;
    height: 16px;
    background: url(../images/wave-bg3.png) repeat-x;
    z-index: 1;
	transform: rotate(0deg);
}

/* Addmission */
input#submit-btn{
	margin-top: 25px;
    padding: 7px 0;
}
input#submit-btn:hover {
    background: #760000;
    color: #fff;
	transition: 0.5s;
}
.addmission label {
    display: block;
    margin-bottom: 5px;
}
.addmission input{
    display: block;
    width: 100%;
    padding: 6px;
    margin-bottom: 6px;
	border-radius: 6px;
	border: 1px solid #b4b4b4;
}
.addmission select {
    display: block;
    width: 100%;
    padding: 6px;
    margin-bottom: 6px;
	border-radius: 6px;
	border: 1px solid #b4b4b4;
}


/* online program */
.coures-demo iframe {
    width: 100%;
}
div#yoga{
    margin-bottom: 4rem;
}
.online-program{
	background: url(../images/slide-5.png)!important;
	background-size: cover !important;
}

/* News & Event */
.service-card{ border: 2px solid #f06000; border-radius: 40px 8px 20px ; background: #fff; overflow: hidden; transition: 0.5s ease;}
.service-card:hover .service-card-img img{ transition: 0.5s ease; transform: scale(1.1);}
.service-card:hover{box-shadow: 0 0 20px #929292; transition: 0.5s ease;}
.service-card-container{display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 50px;}
.service-card-img img{width: 100%; height: 200px; transition: 0.5s;}
.service-date{display: flex; justify-content: space-between; align-items: center;}
.service-card-text{padding: 20px 13px 40px; background: #fff;}
.service-rm-btn{margin-top: 30px;}
.service-rm-btn a{color: #000; border: 1px solid #f06000; padding: 10px 40px; transition: 0.5s ease;}
.service-rm-btn a:hover{background: #f06000; color: #fff; transition: 0.5s ease;}
.service-title{margin: 10px 0 20px;}
.services h2{text-align: center; font-size: 40px; margin-bottom: 40px;}
.news-event .swiper-slide{width: 100% !important;}


/* costum responsive */
@media only screen and (max-width:800px) {
	.dp-none{display: none !important;}
	li{text-align: left;}
	.about-card {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
.slicknav_nav li {
    border-bottom: 1px solid #ffc4c4;
}
	.about-text h3 {
		text-align: center;
		margin-top: 50px;
	}

	.about-text {
		width: 100%;
		text-align: center;
	}

	.about-card .about-card-img {
		height: 100%;
		width: 100%;
	}
}

@media only screen and (max-width:500px) and (min-width: 360px) {
	.dp-none{display: none !important;}
	.footer-data {
		flex-direction: column-reverse;
	}

	.banner-slider:after {
		bottom: -1px;
	}

	.banner-slide figure img {
		height: 200px;
	}

	.bg-shot img {
		width: 50%;
		right: 0;
		margin-top: -7rem;
		opacity: 70%;
	}

	

	.card {
		margin: 0px 0 45px !important;
		width: 100% !important;
	}

	.why-coouse-icon-1 {
		flex-basis: 100%;
		height: 120px;
	}

	.wwr {
		flex-direction: column-reverse;
	}

	.card-text {
		flex-basis: 39%;
	}

	.strip-list {
		margin-bottom: 20px;
	}

	.letast-video {
		margin-top: 35px;
	}

	.footer-copyright p {
		text-align: center;
	}

	.yt-video-box {
		flex-basis: 44%;
		margin: 10px;
	}

	.yt-video-box a img {
		width: 100%;
	}

	.strip-box {
		flex-direction: column;
	}

	.bg-shot-left img {
		width: 60%;
	}

	.bg-shot-right img {
		width: 60%;
	}

	.letast-box {
		width: 22rem;
		margin: 0px auto;
	}

	.franchise-card .box h5, .franchise-card .box1 h5, .franchise-card .box2 h5, .franchise-card .box3 h5 {
		transform: rotate(0);
		background: none;
		margin: 0;
		color: #fff;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.franchise-card .box li, .franchise-card .box1 li, .franchise-card .box2 li, .franchise-card .box3 li {
		color: #fff;
		font-size: 17px;
	}

	.franchise-card .box, .franchise-card .box1, .franchise-card .box2, .franchise-card .box3 {
		flex-basis: 100%;
		padding: 15px 0px;
		flex-direction: column;
		height: 100%;
		border-radius: 10px;
		border: 5px double #760000;
	}
	.inquiry-form {
		width: 100%;
	}
	.inquiry-form input {
		width: 100%;
		height: 50px;
	}
	.inquiry-text {
		width: 100%;
		padding: 0px;
		margin-bottom: 40px;
	}
	.student-seacrh input{
		width: 8rem;
		font-size: 12px;
	}
	.break7 {
		margin-left: 12rem;
	}
	.top-header-btn a{
		padding: 5px 10px;
		margin-left: 5px;
	}
	.top-header-btn {
		position: absolute; z-index: 2;
	}	
	.letast-news .wraped{flex-direction: column; text-align: center;}
	.online-coures .why-coouse-icon-1{flex-basis: 100%; height: 15rem;}
	.online-coures .icon {width: 50%;}
	.container-box {margin: -27px 0 4rem; width: 100%;}
	p.search-btn {padding: 10px 10px;}
	.about-video {flex-direction: column; justify-content: center; text-align: center;}
	.aboud-v1 iframe{width: 360px;}
	.aboud-v1 { padding: 5px 0px;}
	.yt-v iframe {
		width: 22rem;
		height: 250px;
		margin-top: 3rem;
	}
	.hero-bg{height: 200px;}
	.search-bar{flex-direction: column;}
	.program{background-size: cover !important; height: 200px !important;}
	.about-hero-section{height: 200px;}
	/* online program */
	div#yoga {
		margin-top: -8rem;
	}

} 
@media only screen and (max-width:360px) and (min-width: 240px) {
	.card-text { flex-basis: 35%;}
	.letast-box{width: 20rem;}
	.yt-v iframe{width: 20rem;}
	.student-seacrh input{width: 6rem;}
	.break7{width: 10rem;}
	.top-header-btn a{    padding: 3px 10px;}
}


