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

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}
@font-face {
    font-family: 'adelia';
    src: url('adelia.eot');
    src: url('adelia.eot?#iefix') format('embedded-opentype'),
        url('adelia.woff2') format('woff2'),
        url('adelia.woff') format('woff'),
        url('adelia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src: url('FuturaCondMedium.eot');
    src: url('FuturaCondMedium.eot?#iefix') format('embedded-opentype'),
        url('FuturaCondMedium.woff2') format('woff2'),
        url('FuturaCondMedium.woff') format('woff'),
        url('FuturaCondMedium.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

h1{
	font-family: 'Futura' !important;
}
h2, h3, h4, h5, h6{
	font-family: 'Futura' !important;
}
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: #b71e53;
	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:auto;
}

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

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: 20px 6px;
}

.navbar .navbar-nav .nav-link{
	padding: 4px 8px;
	font-size: 13px;
	color: #49ad32;
	text-transform: uppercase;
	border-radius: 4px;
	letter-spacing: 0.02em;
	transition: all 0.3s;
}

.navbar .navbar-nav .nav-link.active{
	background: #49ad32;
	color: #fff;
}

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

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

.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: #ff5722;
	text-transform: uppercase;
}

ul.sub-menu {
	position: absolute;
	padding: 20px 0;
	z-index: 9999;
	width: 240px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	border-top: 3px solid #49ad32;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-webkit-transform: translateZ(0);
	text-align: left;
}

ul.sub-menu:hover > ul {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

ul.sub-menu:hover {
	opacity: 1;
	visibility: visible;
}
a.navbar-brand img {
	max-width: 72% !important;
}

.top-bar-offer {
    background-color: #208bcb;
    padding: 10px 0px;
    color: #fff;
}

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

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

.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: 0;
    right: 0;
    transform: translate(0, -50%);
    width: 100%;
    margin: auto;
    max-width: 800px;
}
.banner-slide .banner-slide-overlay:before{
	bottom: auto;
	top: -4px;
}

.color-red{
	color: #f46c6e;
}

.color-green{
	color: #0b0b0b;
}

.color-cloud{
	color: #4fc5d1;
}

.color-orange{
	color: #020202;
}

.color-blue{
	color: #000000;
}

.color-yellow{
	color: #ffc32f;
}


.banner-slide-overlay h2{
	font-size: 32px;
	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;
	line-height:50px;}

.banner-slide-overlay p{
	color: #232323;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.btn-slider{
	display: inline-block;
	background: #49ad32;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 2px;
	transition: all 0.3s;
	margin-top: 20px;
}

.btn-slider:hover{
	background: #b71e53;
	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: #b71e53;
	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: #b71e53;
	z-index: 1;
}

.section-title h2{
	font-size: 36px;
	margin: 0;
	font-weight: normal;
	font-family: 'Bubblegum Sans', cursive;
}

.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: #b71e53;
	box-shadow: 0 0 0 7px rgb(223 156 179);
}

.icon-orange, .icon-blue{
	background: #49ad32;
    box-shadow: 0 0 0 7px #afdba5;
}
.background-pink {
    background: #b71e53;
}

.icon-green{
	background: #49ad32;
	box-shadow: 0 0 0 7px #49ad3270;
}

.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: #b71e53;
	font-weight: 600;
	border-bottom: 1px solid #b71e53;
}

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

.course-orange h3:after{
	background: #b71e53;
}

.course-orange .course-footer a{
	background: #b71e53;
}

.course-orange .course-footer span{
	color: #b71e53;
}

.course-blue h3{
	background: #b71e53;
}

.course-blue h3:after{
	background: #b71e53;	
}

.course-blue .course-footer a{
	background: #b71e53;
}

.course-blue .course-footer span{
	color: #b71e53;
}

.course-green h3{
	background:#b71e53;
}

.course-green h3:after{
	background: #b71e53;
}

.course-green .course-footer a{
	background: #b71e53;
}

.course-green .course-footer span{
	color: #b71e53;
}

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

.about-social-links a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #b71e53;
	box-shadow: 0 0 0 4px #b71e5370;
	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: #b71e53;
	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: #b71e53;
}

.faculty-blue h3:before,
.faculty-blue h3:after{
	background: #b71e53;
}

.faculty-green h3:before,
.faculty-green h3:after{
	background: #49ad32;
}

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

.event-orange .event-body h3{
	color: #b71e53;
}

.event-orange .event-body p.location:before,
.event-orange .event-body p.time:before{
	color: #b71e53;
}

.event-blue .date{
	background: #b71e53;
}

.event-blue .event-body h3{
	color: #b71e53;
}

.event-blue .event-body p.location:before,
.event-blue .event-body p.time:before{
	color: #b71e53;
}

.event-green .date{
	background: #b71e53;
}

.event-green .event-body h3{
	color: #b71e53;
}

.event-green .event-body p.location:before,
.event-green .event-body p.time:before{
	color:#b71e53;
}

.event-pagination{
	text-align: center;
	margin-top: 30px;
}

.event-pagination .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #afdba5;
}

.event-pagination .swiper-pagination-bullet-active{
	background: #b71e53;
}

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

.testimonial{
	background: #f6fce4;
	padding: 100px 0 0;
	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: #afdba5;
	max-width: 960px;
	margin: 0 auto;
	border-radius: 26px 26px 0 0;
	position: relative;
	padding: 20px 20px 0 20px;
}

.testimonial-slider-wrapper{
	background: #49ad32;
	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: #b71e53;
}

.photo-blue:before,
.photo-blue:after{
	background: #b71e53;
}

.photo-green:before,
.photo-green:after{
	background: #49ad32;
}

/*************************************/
/*****     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: #b71e53;
	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: #b71e53;
	box-shadow: none;
	outline: 0;
}

.contact-info p{
	font-size: 20px;
	font-weight: 400;
	color: #49ad32;
	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: #49ad32;
    box-shadow: 0 0 0 6px #a4d5a4;
	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: #49ad32;
    box-shadow: 0 0 0 6px #a4d5a4;
	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: #49ad32;
	box-shadow: 0 0 0 6px #49ad3270;
	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: #b71e53;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgb(183 30 83 / 44%);
	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);
}
.client-detail .contact-info-inner:before{
	position: relative;
    top: 0;
    left: 0;
    margin: 0px auto 25px;
}
/*************************************/
/*****      Footer area css      *****/
/*************************************/

footer.footer{
	padding: 60px 0;
	text-align: center;
}

.footer-logo{
	margin-bottom: 30px;
}

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

.footer-copyright p{
	color: #707070;
	line-height: 1.7em;
	margin: 0;
}

.footer-copyright p a{
	color: #49ad32;
	text-decoration: underline;
	transition: all 0.3s;
}

.footer-copyright p a:hover{
	color: #b71e53;
}
a.navbar-brand {
    width: 100%;
    max-width: 38%;
}
li.nav-item:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
li.nav-item.sub_menu_list {
    list-style: none;
    padding: 10px 6px !important;
}
.faculty-orange.faculty-orange h3:before, .faculty-orange.faculty-orange h3:after {
    background: #49ad32;
}
.footer-logo img {
    max-width: 450px;
}
.about-us .section-title p {
    color: #A82F54;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	padding: 20px 0px;
}
.about-content h3 {
    color: #000;
    font-family: Futura;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.about-us .section-title:before {
    content: '';
    display: block;
    width: 40px;
    margin-left: -20px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background: #b71e53;
    z-index: 1;
}
.bestfacilities-sec .facilities-area {
  position: relative;
  z-index: 1;
}
section.about-us .section-title{
	    margin-bottom: 40px;
}
.bestfacilities-sec .single-facilities {
  position: relative;
  margin-bottom: 30px;
}

.bestfacilities-sec .single-facilities .number span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #1b0238;
  background-color: #ea512e;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}

.bestfacilities-sec .single-facilities .number span::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 1px solid #ea512e;
  border-radius: 50px;
  top: -5px;
  left: -5px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bestfacilities-sec .single-facilities .number .bg-2 {
  background-color: #fdbea8;
}

.bestfacilities-sec .single-facilities .number .bg-2::before {
  border: 1px solid #fdbea8;
}

.bestfacilities-sec .single-facilities .number .bg-3 {
  background-color: #b6fdd6;
}

.bestfacilities-sec .single-facilities .number .bg-3::before {
  border: 1px solid #b6fdd6;
}

.bestfacilities-sec .single-facilities .number .bg-4 {
  background-color: #fd91a8;
}

.bestfacilities-sec .single-facilities .number .bg-4::before {
  border: 1px solid #fd91a8;
}

.bestfacilities-sec .single-facilities .number .bg-5 {
  background-color: #fce0ad;
}

.bestfacilities-sec .single-facilities .number .bg-5::before {
  border: 1px solid #fce0ad;
}

.bestfacilities-sec .single-facilities .number .bg-6 {
  background-color: #cca0fe;
}

.bestfacilities-sec .single-facilities .number .bg-6::before {
  border: 1px solid #cca0fe;
}

.bestfacilities-sec .single-facilities .facilities-content {
  padding-left: 88px;
}

.bestfacilities-sec .single-facilities .facilities-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.bestfacilities-sec .single-facilities .facilities-content h3 a {
  color: #1b0238;
}

.bestfacilities-sec .single-facilities .facilities-content p {
  margin-bottom: 0;
}

.bestfacilities-sec .single-facilities:hover .number span {
  background-color: #f5890d;
  color: #ffffff;
}

.bestfacilities-sec .single-facilities:hover .facilities-content h3 a {
  color: #ea512e;
}
section.bestfacilities-sec {
    padding: 70px 0px 0px;
}
.log-sec-hi img {
    display: block;
    margin: auto;
    max-width: 32%;
    height: 162px;
}

section.himumma-sec {
    text-align: center;
}

.himumma-bottom-sec p {
    color: #000;
    font-family: Futura;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 23px 0px;
}
.himuma-btn img {
    width: 100%;
    max-width: 200px;
    margin-right: 10px;
}
section.bestfacilities-sec .section-title h2 {
    color: #000;
    font-family: Futura !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.our-little-inner p{
	color: #666;
	text-align: center;
	font-family: Futura;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
section.our-little-story {
    padding: 70px 0px 0px;
    text-align: center;
}
.our-little-inner{
	border-bottom:1px dashed #000;
	padding-bottom:30px;}
.our-little-inner h1 {
    color: #A82F54;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-bottom: 20px;
}
.about-us.our-story-about h3 {
    color: #A82F54;
    font-family: Futura;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.inner-page-banner {
    padding: 70px 0px;
    text-align: center;
    background: #A82F54;
}
.inner-page-banner h1 {
    font-size: 24px;
    color: #fff;
}
.btn-sec-menu {
    padding: 70px 0px;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.btn-sec-menu a {
    background: #49ad32;
    color: #fff;
	font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: capitalize;
    font-weight: 500;
    box-shadow: 1px 5px 9px #0000001f;
	margin-right: 30PX;
}
section.himumma-sec.parent-hood {
    padding-top: 80px;
}
.banner-slide figure img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
section.team-inner p {
    color: #000;
    font-family: Futura;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: .8px;
}

section.team-inner {
    padding: 70px 0px;
}
.client-detail {
    padding: 70px 0px;
}

.client-detail .contact-info {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.client-detail .contact-info .contact:before, .client-detail .contact-info .email:before, .client-detail .address:before {
    position: relative;
    right: 0;
    margin: 0px auto 25px;
}
 .client-detail .address:before {
	 margin-bottom:0px !important;
 }
.contactus-page .section-title h2 {
    margin-bottom: 15px;
}
.contactus-page .btn-contact {
    margin-top: 20px;
}
.client-detail .contact-info-inner{
width: 100%;
    max-width: 33%;
    text-align: center;
}
.client-detail .contact-info p {
    padding-left: 0;
margin-bottom: 15px;
}
.client-detail .contact-info-inner a {
    display: inline-block;
    background: #af1b52;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 2px;
    transition: all 0.3s;
    margin-top: 0;
    text-transform: capitalize;
}
.mobile-logo {
    display: none;
}
.col-md-6.child-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.register-inner-form h6 {
    width: 100%;
}
.col-md-6.child-info .form-group {
    width: 100%;
    max-width: 49%;
}
h2.form-subheading {
    width: 100%;
	font-size: 25px;
    padding: 20px 0px;
    flex: 0 0 100%;
    max-width: 100%;
}
h2.form-subheading.col-md-12 {
    padding-left: 15px;
}


.form-title-heading {
    width: 100%;
}
.et_pb_contact_form_label {
	display: block;
	color: black;
	font-weight: bold;
  letter-spacing: 1.2px;
	font-size: 18px;
	padding-bottom: 5px;
}
input[id="et_pb_contact_brand_file_request_0"] {
	display: none;
}
label[for="et_pb_contact_brand_file_request_0"] {
	background: #fff;
	height: 145px;
	background-image: url('https://www.svgrepo.com/show/9488/cloud-upload-signal.svg');
	background-repeat: no-repeat;
	background-position: top 4px center;
  background-size: 7%;
	color: transparent;
  margin: auto;
	width:100%;
  top: 50%;
  left: 0;
  right: 0;
	border: 1px solid #a2a1a7;
	box-sizing: border-box;
}
label[for="et_pb_contact_brand_file_request_0"]:before {
	content: "Drag and Drop a file here";
	display: block;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #202020;
	font-weight: 400;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
label[for="et_pb_contact_brand_file_request_0"]:after {
	display: block;
	content: 'Browse';
	background: #16a317;
	width: 86px;
	height: 27px;
  line-height: 27px;
	position: absolute;
	bottom: 19px;
	font-size: 14px;
	color: white;
	font-weight: 500;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
label[for="et_pb_contact_brand_request_0"]:after {
	content: " (Provide link or Upload files if you already have guidelines)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="et_pb_contact_design_request_0"]:after {
	content: " (Provide link or Upload design files)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
label[for="et_pb_contact_brand_file_request_0"].changed, label[for="et_pb_contact_brand_file_request_0"]:hover {
  background-color: #e3f2fd;
}
label[for="et_pb_contact_brand_file_request_0"] {
  cursor: pointer;
  transition: 400ms ease;
}
.file_names {
	display: block;
	position: absolute;
	color: black;
	left: 0;
	bottom: -30px;
	font-size: 13px;
	font-weight: 300;
}
.file_names {
  text-align: center;
}
.register-inner-form {
    padding: 70px 0px;
}
.register-inner-form h3 {
    text-align: center;
}
.register-inner-form form {
    padding: 40px;
    box-shadow: 0px 0px 7px #00000014;
    margin-top: 30px;
    max-width: 800px;
    margin: 30px auto 0px;
}
.inner-page-banner p {
    font-size: 15px;
    color: #fff;
    margin-top: 25px;
}
.second-part textarea {
    width: 100%;
}
.first-part label, .second-part label{
    font-size: 12px;
}
.form-group {
    margin-bottom: 20px;
}
.form-title-heading p {
    padding: 0px 15px;
}
.first-part select, .second-part select{
    height: 40px;
    width: 100%;
}
.row.text-area-part .col-md-6 {
    margin-top: 20px;
}
.row.text-area-part .col-md-6 label {
    font-size: 17px;
}
.row.text-area-part .col-md-6 h6 {
    margin-bottom: 12px;
}
.content-form {
    padding: 40px 0px;
}
.content-form h3 {
    margin-bottom: 30px;
}
.register-inner-form .btn.btn-default {
    display: inline-block;
    background: #49ad32;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 2px;
    transition: all 0.3s;
    margin-top: 20px;
    text-align: center;
    margin: auto;
    display: table;
}
section.himumma-sec.parent-hood .btn-sec-menu a {
    margin-right: 0;
}
.about-content p{
	margin-bottom: 0.7em;
}
.register-inner-form textarea{
	width:100%;
}
/************************************/
/*****       Media Screens      *****/
/************************************/
@media only screen and (max-width: 1199px){
	a.navbar-brand {
		width: 100%;
		max-width: 38%;
	}
	.navbar .navbar-nav .nav-link {
		padding: 4px 6px;
		font-size: 12px;
	}
}
@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: 25px;
	}
	
	.activities-single{
		padding: 0;
	}
	
	.course-single{
		max-width: 480px;
		margin: 0 auto 30px;
	}
	.about-us, .photo-gallery {
		padding: 50px 0;
	}
	.section-title{
		margin-bottom: 50px
	}
	.facilities-image img {
		display: block;
		margin: 20px auto;
		max-width: 400px;
	}
	.mobile-logo {
		display: block;
	}
	a.navbar-brand.desktop-logo {
		display: none;
	}
	a.navbar-brand img {
		max-width: 40% !important;
	}
	.navbar-toggle .slicknav_btn{
		margin-top: 10px;
	}
}

@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;
	}
	a.navbar-brand img {
		max-width: 50% !important;
	}
	.banner-slide figure img {
		width: 100%;
		height: 300px;
	}
	.banner-slide-overlay h2{
		line-height: 50px;
	}
	.about-us .section-title p{
		font-size: 18px;
	}
	.about-image img {
		max-width: 340px;
		margin: auto;
		display: block;
	}
	#contact .col-md-6 {
		margin-bottom: 50px;
	}
	

}

@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);
	}
	.himuma-btn img{
		margin-bottom: 20px;
	}
	.footer-logo img {
		max-width: 270px;
	}
	.btn-sec-menu a{
		font-size: 13px;
		padding: 10px 10px;
	}
	a.navbar-brand {
		max-width: 50%;
	}
	.btn-sec-menu {
		padding: 25px 0px;
	}
	section.himumma-sec.parent-hood {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	section.himumma-sec.parent-hood .btn-sec-menu {
		padding-top: 10px;
	}
	.client-detail .contact-info p{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.client-detail .contact-info-inner a{
		font-size: 16px;
	}
	.navbar-toggle .slicknav_btn {
    margin-top: 5px;
}
}