/*
	Theme Name: Ebenezer edu
	Theme URI: https://techjerry.in/

	Description: Ebenezer edu is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Techjerry Marketing & Design 
	Author URI: https://techjerry.in/
	Version: 3.0.1
	Stable tag: 3.0.1
	Requires at least: 6.0
	Tested up to: 6.4
	Requires PHP: 7.3
	License: GNU General Public License v3 or later.
	License URI: https://ebenezerssschool.org/contact.html
	Text Domain: Ebenezer
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/


body{
	font-family: 'Montserrat', sans-serif;
	font-size:15x;
	line-height:24px;
	font-weight:400;
	color:#707070;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
}
/*---normal css start---*/
.eb_top_padder10{
	padding-top:10px;
}
.eb_top_padder20{
	padding-top:20px;
}
.eb_top_padder30{
	padding-top:30px;
}
.eb_top_padder40{
	padding-top:40px;
}
.eb_top_padder50{
	padding-top:50px;
}
.eb_top_padder60{
	padding-top:60px;
}
.eb_top_padder70{
	padding-top:70px;
}
.eb_top_padder80{
	padding-top:80px;
}
.eb_top_padder90{
	padding-top:90px;
}
.eb_top_padder100{
	padding-top:100px;
}
.eb_bottom_padder10{
	padding-bottom:10px;
}
.eb_bottom_padder20{
	padding-bottom:20px;
}
.eb_bottom_padder30{
	padding-bottom:30px;
}
.eb_bottom_padder40{
	padding-bottom:40px;
}
.eb_bottom_padder50{
	padding-bottom:50px;
}
.eb_bottom_padder60{
	padding-bottom:60px;
}
.eb_bottom_padder70{
	padding-bottom:70px;
}
.eb_bottom_padder80{
	padding-bottom:80px;
}
.eb_bottom_padder90{
	padding-bottom:90px;
}
.eb_bottom_padder100{
	padding-bottom:100px;
}
/*---normal css end---*/
/*---top header start---*/
.eb_topheader_wrapper {
    background: #3db8e6;
    padding: 15px 0;
}
.eb_information_div {
    float: left;
    width: 100%;
}
.eb_information_div ul {
    margin: 0;
    padding: 0;
}
.eb_information_div ul li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    line-height: 25px;
    color: #fff;
	text-transform:capitalize;
}
.eb_information_div ul li:last-child {
    margin-right: 0;
}
.eb_information_div ul li span {
    float: left;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    margin-right: 10px;
	color:#3db8e6;
}
.eb_social {
    float: right;
    width: auto;
}
.eb_social ul {
    margin: 0;
    padding: 0;
}
.eb_social ul li {
    display: inline-block;
    margin-left: 15px;
    list-style: none;
}
.eb_social ul li:first-child {
    margin-left: 0px;
}
.eb_social ul li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
/*--- top header end---*/
/*--- main header start---*/
.eb_logo {
    padding: 15px 0;
}
.eb_menu {
    float: right;
    width: auto;
}
.eb_menu .navbar-collapse.collapse {
    padding: 0;
}
.eb_menu .navbar-collapse.collapse ul li {
    margin: 0px 7px;
}
.eb_menu .navbar-collapse.collapse ul li a {
    padding: 45px 0;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #222222;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.eb_menu .navbar-collapse.collapse ul li:first-child a {
    padding-left: 0;
}
.eb_menu .navbar-collapse.collapse ul li:hover a {
	color:#3db8e6;
	background:transparent;
}
/*--- main header end---*/
/*---sub menu start---*/
.eb_menu .navbar-collapse.collapse ul li ul.sub-menu {
    position: absolute;
    background: #3db8e6;
    padding: 0;
    z-index: 1;
    width: 200px;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.eb_menu .navbar-collapse.collapse ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.eb_menu .navbar-collapse.collapse ul li ul.sub-menu li {
    list-style: none;
    margin: 0;
}
.eb_menu .navbar-collapse.collapse ul li ul.sub-menu li a {
    color: #fff;
    padding: 5px 15px;
    width: 100%;
    display: inline-block;
}
.eb_menu .navbar-collapse.collapse ul li ul.sub-menu li:hover a {
    background: #fff;
    color: #3db8e6;
	padding-left:20px;
}
/*---sub menu end---*/
/*--- slider start---*/
.eb_mainslider{
	position:relative;
}
.eb_slider_wrapper {
    position: relative;
}
.eb_slider_wrapper:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
/*--- slider end---*/
/*---content slider start---*/
.eb_main_content_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.eb_content_slider{
	float:left;
	width:100%;
	text-align:center;
}
.eb_main_content_wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.eb_content_slider h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3cb7e5;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}
.eb_content_slider h2 {
    color: #fff;
    margin: 0;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
}
.eb_content_slider .eb_btn {
    margin-top: 15px;
    padding: 5px 20px;
}
.eb_content_slider .owl-item.active h3, .eb_content_slider .owl-item.active h2{
    animation: fadeInDown 1s 1 both 500ms;
    -webkit-animation: fadeInDown 1s 1 both 500ms;
    -moz-animation: fadeInDown 1s 1 both 500ms;
    -ms-animation: fadeInDown 1s 1 both 500ms;
    -o-animation: fadeInDown 1s 1 both 500ms;	
}
.eb_content_slider .owl-item.active .eb_btn{
    animation: fadeInUp 1s 1 both 500ms;
    -webkit-animation: fadeInUp 1s 1 both 500ms;
    -moz-animation: fadeInUp 1s 1 both 500ms;
    -ms-animation: fadeInUp 1s 1 both 500ms;
    -o-animation: fadeInUp 1s 1 both 500ms;
}
/*---content slider end---*/
/*--- about section start---*/
.eb_about_us_wrapper {
    padding: 80px 0 50px;
}
.eb_about_img {
    position: relative;
	margin-bottom:30px;
}
.eb_about_img:after {
    position: absolute;
    content: '';
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background: #3db8e6;
    z-index: -1;
}
.eb_about_data {
    margin-bottom: 30px;
}
.eb_about_data h3 {
    color: #222222;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.eb_about_data h4 {
    color: #3db8e6;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.eb_about_data h3:after {
    position: absolute;
    content: '';
    background: #3db8e6;
    width: 50px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -60px;
}
.eb_about_data p {
    margin-bottom: 20px;
	text-align:justify;
}
.eb_btn {
    display: inline-block;
    padding: 7px 20px;
    text-transform: capitalize;
    background: #3db8e6;
    color: #fff;
	text-decoration:none;
    border-radius: 5px;
    border: 1px solid #3db8e6;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.eb_btn:hover{
	background:transparent;
	color:#3db8e6;
	text-decoration:none;
}
/*--- about section end---*/
/*---main heading section start---*/
.eb_heading_div h3 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0px 20px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
}
.eb_heading_div h3:before, .eb_heading_div h3:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #3db8e6;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.eb_heading_div h3:after {
    right: -40px;
}
.eb_heading_div h3:before {
    left: -40px;
}
.eb_heading_div.eb_white_heading h3{
	color:#fff;
}
/*---main heading section end---*/
/*---facility section start---*/
.eb_facility_wrapper{
	background:#f1f1f1;
}
.eb_facility_div {
    display: inline-block;
    width: 100%;
	margin-bottom:30px;
}
.eb_facility_div .eb_facility_img {
    position: relative;
}
.eb_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateZ(180deg);
    -moz-transform: scale(0.5) rotateZ(180deg);
    -ms-transform: scale(0.5) rotateZ(180deg);
    -o-transform: scale(0.5) rotateZ(180deg);
    transform: scale(0.5) rotateZ(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.eb_facility_div:hover .eb_facility_img .eb_overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
}
.eb_facility_content {
    display: inline-block;
    width: 100%;
    background: #3db8e6;
    text-align: center;
    padding: 15px 0;
}
.eb_facility_content h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	text-transform:capitalize;
}
.eb_facility_content h3 a{
	text-decoration:none;
	color:inherit;
}
/*---facility section end---*/
/*---countdown section start----*/
.eb_counter_wrapper {
    background-image: url(../images/counter.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.eb_wrapper_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.eb_counter_div {
    text-align: center;
}
.eb_counter_div .timer {
    width: 90px;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    border: 1px solid #3db8e6;
    border-radius: 100%;
    font-size: 25px;
    font-weight: 600;
    color: #3db8e6;
}
.eb_counter_div p {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}
/*---countdown section end----*/
/*---event section start---*/
.eb_event_slider{
	float:left;
	width:100%;
}
.eb_event_div {
    display: inline-block;
    width: 100%;
}
.eb_event_div .eb_event_img {
    float: left;
    width: 200px;
}
.eb_event_div .eb_event_data {
    float: left;
    width: calc(100% - 200px);
	padding-left:20px;
}
.eb_event_div .eb_event_data h3 {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}
.eb_event_div .eb_event_data h3 a {
    text-decoration: none;
    color: inherit;
}
.eb_event_div .eb_event_data ul {
    margin: 0;
    padding: 0;
}
.eb_event_div .eb_event_data ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.eb_event_div .eb_event_data ul li a i {
    margin-right: 5px;
}
.eb_event_div .eb_event_data ul li a {
    color: #3db8e6;
    text-decoration: none;
	font-size:14px;
}
.eb_event_div .eb_event_data p {
    margin-bottom: 15px;
}
.eb_event_div .eb_event_data .eb_btn {
    padding: 2px 10px;
    font-size: 12px;
}
/*---event section end---*/
/*---gallery section start---*/
.eb_gallery_wrapper {
    background: #f1f1f1;
}
.eb_gallery_tab {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.eb_gallery_tab ul.nav-tabs {
    display: inline-block;
    border: none;
    margin-bottom: 30px;
}
.eb_gallery_tab ul.nav-tabs li a {
    padding: 5px 15px;
    background: #3db8e6;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
    margin-right: 10px;
    border: 1px solid #3db8e6;
}
.eb_gallery_tab ul.nav-tabs li:last-child a {
    margin-right: 0;
}
.eb_gallery_tab ul.nav-tabs li.active a {
    background: transparent;
    border: 1px solid #3db8e6;
    color: #3db8e6;
}
.eb_gallery_tab ul.nav-tabs li a:hover {
    background: transparent;
    color: #3db8e6;
}
.eb_gallery_div {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.eb_gallery_div video, .eb_gallery_div iframe{
	width:100%;
	height:300px;
}
.eb_gallery_div:hover .eb_overlay {
    opacity: 1;
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
}
.eb_overlay_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.eb_overlay_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
    color: #3db8e6;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, all 0.3s;
    -moz-transition: -moz-transform 0.3s, all 0.3s;
    -o-transition: -o-transform 0.3s, all 0.3s;
    transition: transform 0.3s, all 0.3s;
}
.eb_gallery_div:hover .eb_overlay_icon a {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.eb_overlay_icon a:hover{
	background:transparent;
	color:#3db8e6;
	border-color:#3db8e6;
}
/*---gallery section end---*/
/*---testimonial section start---*/
.eb_testimonial_wrapper{
    background-image: url(../images/counter2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.eb_testimonial_slider .owl-carousel .owl-stage {
    padding: 50px 0;
}
.eb_testimonial_div {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 20px;
    opacity: 0.5;
}
.eb_testimonial_div .eb_testimonial_img {
    display: inline-block;
    width: 150px;
    text-align: center;
}
.eb_testimonial_div .eb_testimonial_img img {
    border-radius: 100%;
    width: auto;
    display: inline-block;
}
.eb_testimonial_div .eb_testimonial_img img {
    border-radius: 100%;
}
.eb_testimonial_slider .owl-item.center {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}
.eb_testimonial_slider .owl-item.center .eb_testimonial_div {
    opacity: 1;
}
.eb_testimonial_div .eb_testimonial_data h3 {
    margin: 0;
    font-size: 18px;
    padding: 10px 0 0;
    text-transform: capitalize;
    color: #222;
}
.eb_testimonial_div .eb_testimonial_data h4 {
    font-size: 12px;
    color: #3db8e6;
    margin: 0;
    padding-top: 10px;
}
.eb_testimonial_div .eb_testimonial_data p {
    margin: 0;
    padding-top: 10px;
}
/*---testimonial section end---*/
/*---blog section start---*/
.eb_blog_div {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    background: #f1f1f1;
}
.eb_blog_div .eb_blog_image {
    position: relative;
}
.eb_blog_div .eb_blog_image .eb_blog_date {
	position: absolute;
    top: 0;
    width: 60px;
    background: #3db8e6;
    font-size: 17px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    z-index: 1;
}
.eb_blog_div .eb_blog_content {
    padding: 20px;
}
.eb_blog_div .eb_blog_content h3 {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 10px;
	color:#222;
}
.eb_blog_div .eb_blog_content h3 a{
	text-decoration:none;
	color:inherit;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.eb_blog_div .eb_blog_content h3:hover a{
		color:#3db8e6;
}
.eb_blog_div .eb_blog_content p {
    margin-bottom: 15px;
	text-align:justify;
}
.eb_blog_div .eb_blog_content .eb_btn {
    padding: 3px 10px;
    font-size: 13px;
}
/*---blog section end---*/
/*---footer section start---*/
.eb_footer_wrapper {
    background: #222;
}
.eb_footer_div {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.eb_footer_about img {
    margin-bottom: 30px;
}
.eb_footer_about p {
    margin-bottom: 15px;
    color: #fff;
}
.eb_footer_about .eb_btn {
    color: #3db8e6;
    background: transparent;
    border: none;
    padding: 0;
}
.eb_footer_div h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-right: 20px;
    display: inline-block;
}
.eb_footer_div h3:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #3db8e6;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -20px;
}
.eb_footer_pages ul, .eb_footer_contact ul {
    padding: 0;
    margin: 0;
}
.eb_footer_pages ul li {
    list-style: none;
    margin-bottom: 10px;
}
.eb_footer_pages ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
.eb_footer_pages ul li a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
}
.eb_footer_pages ul li a:hover {
	color:#3db8e6;
    padding-left: 20px;
}
.eb_footer_pages ul li a:hover:before {
	background:#3db8e6;
}
.eb_footer_contact ul li{
    list-style: none;
    margin-bottom: 15px;
	color:#fff;	
}
.eb_footer_contact ul li i {
    margin-right: 10px;
}
#real_map {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
/*---footer section end---*/
/*---Copywrite start---*/
.eb_copywrite_wrapper {
    background: #211d1d;
    padding: 15px 0;
    margin-bottom: 40px;
}
.eb_copywrite_wrapper p {
    color: #fff;
    margin: 0;
}
/*---Copywrite end---*/
/*---marquee start---*/
.eb_latest_news_footer {
    min-height: 40px;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: rgba(61, 184, 230, 0.9);
    color: #fff;
}
.eb_latest_news_footer marquee {
    line-height: 40px;
    float: left;
    width: 100%;
}
.eb_latest_news_footer p {
    margin: 0;
}
/*---marquee end---*/
/*---About page start---*/
.eb_pagetitle_wrapper {
    position: relative;
    background-image: url(../images/counter.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.eb_pagetitle {
    text-align: center;
}
.eb_pagetitle h3 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.eb_pagetitle ol.breadcrumb {
    padding: 0;
    background: transparent;
    margin: 10px 0;
}
.eb_pagetitle ol.breadcrumb li {
    color: #fff;
    text-transform: capitalize;
}
.eb_pagetitle ol.breadcrumb li a {
    color: inherit;
    transition: all 0.3s linear;
}
.eb_pagetitle ol.breadcrumb li a:hover {
    text-decoration: none;
    color: #3db8e6;
}
.eb_pagetitle ol.breadcrumb li.active {
    color: #3db8e6;
}
.eb_pagetitle ol.breadcrumb li+li:before {
    color: #fff;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}
.eb_feature_wrapper {
    background: #f1f1f1;
}
.eb_heading_div.text-left h3 {
    padding-left: 0;
}
.eb_heading_div.text-left h3:before {
    display: none;
}
.eb_feature_div {
    margin-bottom: 30px;
}
.eb_feature_div ul {
    padding: 0;
    margin: 0;
}
.eb_feature_div ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
}
.eb_feature_div ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 6px;
    background: #3db8e6;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*---About page end---*/
/*---facility page start---*/
.eb_facility_textcontent h3 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0px 20px 0 0;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 22px;
}
.eb_facility_textcontent h3:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #3db8e6;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -40px;
}
.eb_facility_textcontent h4{
	text-align: right;
	color:rgba(61, 183, 230, 0.9);
	text-transform:capitalize;
	font-size:22px;
	
}
.eb_facility_textcontent ul {
    margin-bottom: 10px;
    padding: 0;
}
.eb_facility_textcontent ul li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.eb_facility_textcontent p {
   text-align:justify;
}
.eb_facility_textcontent ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 6px;
    background: #3db8e6;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.eb_facility_textcontent ul li:last-child {
    margin-bottom: 0px;
}
/*---facility page end---*/
/*---contact page start---*/
.eb_address_text {
    text-align: center;
    padding: 30px;
    background: #3db8e6;
    margin-bottom: 30px;
}
.eb_address_text span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 22px;
    border-radius: 100%;
    color: #3db8e6;
    margin-bottom: 10px;
}
.eb_address_text h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.eb_address_text p {
    margin: 0;
    color: #fff;
}
.eb_contact_wrapper {
    background: #f1f1f1;
}
.eb_contact_form {
    text-align: center;
}
.eb_contact_form .form-group, .eb_contact_form .eb_btn_div {
    margin-bottom: 30px;
}
.eb_contact_form .form-group .form-control {
    height: 45px;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}
.eb_contact_form .form-group textarea.form-control {
    height: auto;
}
/*---contact page end---*/