body{
	font-size: 14px;
	font-weight: 400;
	background: #ffffff;
	font-family: 'Roboto', sans-serif;

}

a, a:active, a:hover, a:focus, button:focus{
	outline: none;
	text-decoration: none;
}

   
ul.bjqs-controls {
    display:none;
}

.head1{
	color: rgb(104, 193, 224);
	font-family: 'Roboto Slab', serif;	
	font-size: 34px;
	font-weight: 400;
}

.head2{
	color: #152447;	
	font-family: 'Roboto Slab', serif;	
	font-size: 26px;
	font-weight: 400;
}
.head3{
	color: #152447;	
	font-family: 'Roboto Slab', serif;	
	font-size: 20px;
	font-weight: 400;
}

.para1{
	color: #747A8A;	
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
.para2{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #152447;
}

#header{

}
#header .navbar .navbar-brand img{
	width: 150px;
}
#header .navbar .navbar-nav .active > .nav-link, #header .navbar .navbar-nav .nav-link.active, #header .navbar .navbar-nav .nav-link.show, #header .navbar .navbar-nav .show > .nav-link {
    color: rgb(104, 193, 224);
}
#header .navbar .navbar-nav .nav-link:focus, #header .navbar  .navbar-nav .nav-link:hover {
    color: rgb(104, 193, 224); 
}
/*#header .navbar .navbar-nav .nav-item:last-child .nav-link{
	background-color: rgb(104, 193, 224); 
	color: #fff;
	margin-left: 15px;
	padding: 4px 22px;
	border-radius: 20px;
	margin-top: 4px;
}*/
#header .navbar .navbar-nav .nav-item:last-child .nav-link2{
	background-color: rgb(245, 54, 142);  
	color: #fff;
	margin-left: 15px;
	padding: 4px 22px;
	border-radius: 20px;
	margin-top: 4px;
}
#banner .carousel-inner .carousel-item img{
	width: 100%;
}
#banner .carousel-inner .carousel-item .overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
}
#banner .carousel-inner .carousel-item .carousel-caption{
	bottom: 20%;
    /*left:10%;
    right:unset;*/
    
}
    #banner .carousel-inner .carousel-item .carousel-caption h3 {
        font-size: 40px;
        font-weight: 900;
        /*padding:10px 50px;
        color:lightyellow;
        background:rgba(0, 0, 0, 0.5);
        display:inline-block;*/
        
    }
#aboutus{
	padding: 70px 0;
	position: relative;
	background-image: url(../images/about2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
#future-events{
	padding: 70px 0 40px;
}
#future-events .viewall-btn {
	float: right;
	margin-top: 15px;
	color: #337e2d;
}
#future-events .head1{
	margin-bottom: 30px;
}
#future-events .media {
	padding: 20px;
	border-radius: 5px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#future-events .future-box {
	padding: 20px;
	border-radius: 5px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	min-height: 300px;
}
#future-events .future-box:hover{
	background: rgb(255, 225, 225);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
#future-events .future-box .place-time span{
	font-size: 14px;
}
#future-events .future-box .place-time .adv-head {
	color: #337e2d;
	margin-right: 10px;
}
#future-events .future-box .place-time span.loca{
	margin-right: 10px;
}
#future-events .future-box .place-time span i{
	color: #337e2d;
	margin-right: 5px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}
#future-events .future-box:hover .place-time span i{
	color: #337e2d;
}
#future-events .future-box h3 {
    color: #337e2d;
    font-size: 26px;
    margin-bottom: 0;
    line-height: 36px;
    margin-top: 10px;
}
#future-events .media:hover{
	background: #337e2d;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}
#future-events .media .media-left-content{
	margin-right: 15px;
	text-align: center;
}
#future-events .media .media-left-content h1{
	color: #337e2d;
	font-size: 36px;
	margin-bottom: 0;
	line-height: 36px;
}
#future-events .media .media-left-content p{
	color: #337e2d;
	margin-bottom: 0;
}
#future-events .media:hover .media-left-content h1{
	color: #fff;
}
#future-events .media:hover .media-left-content p{
	color: #fff;
}
#future-events .media .media-body h4{
	font-size: 20px;
}
#future-events .media .media-body span{
	font-size: 14px;
	color: #337e2d;
}
#future-events .media .media-body span.loca{
	margin-right: 10px;
}
#future-events .media .media-body span i{
	color: #337e2d;
	margin-right: 5px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}
#future-events .media:hover .media-body span i{
	color: #fff;
}

#programs-conducted{
	padding: 70px 0;
	background: #f6f6f6;
}
#programs-conducted .programs-box{
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
#programs-conducted .programs-box:hover{
	box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.3);
}
#programs-conducted .programs-box img {
	width: 100%;
}
#programs-conducted .head1{
	margin-bottom: 30px;
}
#programs-conducted h4{
	margin-bottom: 0;
	font-size: 20px;
	margin-top: 18px;
	padding: 0 15px;
}
#programs-conducted .meeting-date {
	font-size: 12px;
	color: #337e2d;
	padding: 0 15px;
}
#programs-conducted p {
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0 15px;
}
#programs-conducted .viewall {
	color: #337e2d;
	display: inline-block;
}
#programs-conducted .media {
	margin-bottom: 30px;
}
#programs-conducted .programs-box .adv-head {
	padding-left: 15px;
	color: #337e2d;
}
#programs-conducted .programs-box .adv-head i{
	padding-left: 0px !important;
	margin-right: 5px;
}
#programs-conducted .programs-box span i{
	margin-right: 5px;
}
#programs-conducted .programs-box span {
	
}


#center{
	padding: 70px 0;
	position: relative;
	background-image: url(../images/center.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
#center .overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}
#center .head1{
	color: #fff;
	margin-bottom: 20px;
}
#center img{
	margin-bottom: 20px;
}
#center .head3 {
	color: #fff;
	margin-bottom: 15px;
}
#center .count{
	color: #60dd53;
}
#center p{
	color: #fff;
	margin-bottom: 40px;
	font-size: 14px;
	font-weight: 400;
}
#testimonials{
	padding: 70px 0;
}
#testimonials .head1{
	margin-bottom: 30px;
}
#testimonials .para1{
	font-size: 14px;
}
#testimonials img{
	border-radius: 50%;
	width: 60px;
	margin: 10px 0;
}
#testimonials .details {
	font-size: 14px;
	color: #7a7777;
}
#testimonials .carousel-control-next, #testimonials .carousel-control-prev {
	width: 0%;
	color: #000;
	text-align: center;
	opacity: 1;
	font-size: 30px;
}

#teacher{
	padding: 70px 0;
}
#teacher .para1 {
	margin-bottom: 30px;
	font-size: 14px;
}
#teacher .t-box{
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	overflow: hidden;
}
#teacher .t-box img{
	width: 100%;
	margin-bottom: 20px;
}
#teacher .t-box .head2, #teacher .t-box .head3, #teacher .t-box .para1{
	padding: 0 20px;
}
#teacher .owl-theme .owl-dots {
	display: none;
}
#teacher .owl-carousel .owl-nav {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
}
#teacher .owl-carousel .owl-nav .owl-prev, #teacher .owl-carousel .owl-nav .owl-next {
    background: transparent;
    color: transparent;
}
#teacher .owl-carousel .owl-nav .owl-prev {
    left: -32px;
    position: absolute;
}
#teacher .owl-carousel .owl-nav .owl-prev::before {
    content: "\f3d2";
    position: absolute;
    display: inline-block;
    font-family: "Ionicons";
    color: #0E161D;
    font-size: 30px;
    font-weight: 500;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.5);
}
#teacher .owl-carousel .owl-nav .owl-next {
    right: -20px;
    position: absolute;
}
#teacher .owl-carousel .owl-nav .owl-next::before {
    content: "\f3d3";
    position: absolute;
    display: inline-block;
    font-family: "Ionicons";
    color: #0E161D;
    font-size: 30px;
    font-weight: 500;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0px 0px 16px -5px rgba(0, 0, 0, 0.5);
}


#footer1{

}
#footer1 .f-box{
	padding: 75px 0 60px;
	text-align: center;
    min-height:322px;
}
#footer1 .f-box p{
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: 24px;
}
#footer1 .f-box i{
	font-size: 50px;
	margin-bottom: 10px;
	display: block;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}
#footer1 .f-box-1{
	background-color: #fece11;
}
#footer1 .f-box-2{
	background-color: #5b9833;
}
#footer1 .f-box-2 p{
	color: #fff;
}
#footer1 .f-box-2 i {
	color: #fff;
}
#footer1 .f-box-3{
	background-color: #db1921;
}
#footer2 {
	padding: 40px 0 20px;
	background: rgba(0, 0, 0, 0.7);
}
#footer2 .f-logo{
	max-width: 100%;
	margin: 0 auto;
}
#footer2 .f-links{
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
	margin: 20px 0;
}
#footer2 .f-links li{
	float: left;
	margin-right: 15px;
}
#footer2 .f-links li a{
	color: rgba(255, 255, 255, 0.8);
}
#footer2 .f-links li a:hover {
	color: rgb(104, 193, 224);
}
#footer2 .f-links li:last-child{
	margin-right: 0;
}
#footer2 .ext-links{
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
	margin: 0px;
}
#footer2 .ext-links li{
	float: left;
	margin-right: 20px;
}
#footer2 .ext-links li a{
	color: rgba(255, 255, 255, 0.8);
}
#footer2 .ext-links li a:hover {
	color: rgb(104, 193, 224);
}
#footer2 .ext-links li:last-child{
	margin-right: 0;
}
#footer2 .ext-links li a i {
	margin-right: 10px;
	color: rgb(104, 193, 224);
}
#footer2 .border-footer{
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}
#footer2 .f-links-1{
	list-style-type: none;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
}
#footer2 .f-links-1 li{
	float: left;
	margin-right: 15px;
	font-size: 14px;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	color: rgba(255, 255, 255, 0.8);
}
#footer2 .f-links-1 li a{
	color: rgb(104, 193, 224);
}
#footer2 .f-links-1 li:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
#footer2 .f-social-links{
	display: inline-block;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
    margin-top: 10px;
}
#footer2 .f-social-links li{
	float: left;
	margin-right: 15px;
}
#footer2 .f-social-links li:last-child{
	margin-right: 0;
}
#footer2 .f-social-links li a i{
	font-size: 25px;
	color: rgba(255, 255, 255, 0.8);
}
#footer2 .f-social-links li a:hover i {
	color: rgb(104, 193, 224);
}
.future-events-page{
	background-color: #EFF3F6;
}
#contact-1{
	padding: 70px 0 150px;
	background-color: #EFF3F6;
}
#contact-2{
	position: relative;
}
#contact-2 .contact-box {
	padding: 30px;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
	border-radius: 6px;
	position: relative;
	top: -100px;
	background: #fff;
	width: 100%;
}
#contact-2 .contact-box .form-group .form-control {
    border: 1px solid #E7E9ED;
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: none;
    height: 44px;
}
#contact-2 .contact-box .form-group textarea.form-control {
	height: auto;
}
#contact-2 .contact-box .form-group label {
    color: #152447;
    font-size: 14px;
    margin-bottom: 9px;
}
#contact-2 .contact-box .btn-submit {
    color: #FFFFFF;
    font-size: 16px;
    height: 45px;
    background-color: #337e2d;
    float: right;
    padding: 0px 35px;
    border-radius: 3px;
    box-shadow: none;
}
@media (min-width: 280px) and (max-width: 575px) {
	#banner .carousel-inner .carousel-item img {
	    height: 300px;
	}
	#aboutus {
	    padding: 30px 0;
	    height: auto;
		background-image: none;
	}
	#center {
	    padding: 30px 0;
	    height: auto;
	}
	#teacher .owl-carousel .owl-nav .owl-next {
    	right: -10px;
	}
	#teacher .owl-carousel .owl-nav .owl-prev {
    	left: -25px;
    }
    #footer2 .f-links li {
	    float: none;
	    margin-right: 0;
	}
	#footer2 .f-links-1 li {
	    float: none;
	    margin-right: 0;
	    padding-right: 0;
	    border:none;
	}
	.head1{
		font-size: 28px;
	}
	#future-events .viewall-btn {
    	float: none;
    }
    #programs-conducted h4 {
    	margin-top: 20px;
    }
    #programs-conducted p {
	    margin-bottom: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
    #center {
	    padding: 30px 0;
	    height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#programs-conducted .programs-box img {
		height: 100%;
	}
	 #programs-conducted h4 {
    	margin-top: 15px;
    }
    #programs-conducted p {
	    margin-bottom: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
   	
}
@media (min-width: 1200px) {
  
}