/* #142C4E
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/
*{
    margin: 0;
    padding: 0;
}
body{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000cf6+0,000227+100 */
background: rgb(0,12,246); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,12,246,1) 0%, rgba(0,2,39,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,12,246,1) 0%,rgba(0,2,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,12,246,1) 0%,rgba(0,2,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000cf6', endColorstr='#000227',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
font-family: 'Montserrat', sans-serif;
}
.top-header{
    background-color: #00022f;
    padding: 15px 0;
}
.login {

}
.login ul{

list-style: none;

display: flex;

justify-content: space-between;

margin: 0;
}
.login ul li{

}
.login ul li a{

color: #fff;

font-size: 16px;
}
.login ul li a i{
    
}
.social-icon{

}
.social-icon ul{
list-style: none;
margin: 0;
float: right;
display: inline-block;


}
.btn-warning{
    background-color: #000563;
    color: #fff;
    border: none;
}
.btn-warning:hover{
    background-color: #000563;
    color: #fff;
}
.btn-warning:focus{
    outline: none;
    box-shadow: none;
    background-color: #000563;
}
.social-icon ul li{
    transition: .4s all ease-in-out;
    display: inline-block;
    background: #fff;border-radius: 50%;
    height: 35px;width: 35px;
    line-height: 35px;
    margin: 0 10px;
    overflow: hidden;
}
.social-icon ul li:hover{
    width: 130px;
    border-radius: 50px;
}
.social-icon ul li span{
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: .4s all ease-in-out;
}
.social-icon ul li a{

color: #00022f;

height: 35px;

width: 35px;

line-height: 35px;

text-align: center;

display: inline-block;

font-size: 16px;

background: #fff;

border-radius: 50%;

transition: all .4s all ease-in-out;
}
.social-icon ul li:hover a i{
    color: #fff;
}
.social-icon ul li a i{
    transition: .4s all ease-in-out;
}
.social-icon ul li:nth-child(1):hover a{
    background-color: #EA4335;
} 
.social-icon ul li:nth-child(1):hover span{
    color: #EA4335;
    padding: 0px 10px;
} 
.social-icon ul li:nth-child(2):hover a{
    background-color: #4867AA;
    color: #fff;
    transition: all .4s all ease-in-out;
} 
.social-icon ul li:nth-child(2):hover span{
    color: #4867AA;
} 
.social-icon ul li:nth-child(3):hover a{
    background-color: #50ABF1;
    color: #fff;
}
.social-icon ul li:nth-child(3):hover span{
    color:#50ABF1;
} 
.social-icon ul li:nth-child(4):hover a{
    background-color: #3C97C6;
    color: #fff;
}
.social-icon ul li:nth-child(4):hover span{
    color:#3C97C6;
} 
.social-icon ul li:nth-child(5):hover a{
    background-color: #B64796;
    color: #fff;
}
.social-icon ul li:nth-child(5):hover span{
    color:#B64796;

}
.nav-bg{
    background: rgba(0,0,0,0.4);
}
.navbar-brand img{
    width: 150px;
}
.navbar-light .navbar-nav .nav-link, .dropdown-toggle {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 0;
    margin: 0 8px;
}
.dropdown-toggle:hover{
    text-decoration: none;
}
.dropdown-menu{
    background-color: #fff;
}
.dropdown-menu li{

padding-left: 10px;
}
.dropdown-menu li a{

color: #7d7d7d;


}
.dropdown-menu li a:hover{
    text-decoration: none;
}
.dropdown-menu li:hover{
    background-color: #e6e6e6;
   
}
.navbar-light .navbar-nav .nav-link::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #ff8e6e;
    transition: .4s all ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-toggler i{
    color: #fff;
}
.navbar-light .navbar-toggler {
    color:transparent;
    border-color: transparent;
    font-size: 31px;
}
.navbar-light .navbar-nav .nav-link:hover::before{
   width: 100%;
}
.banner{
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-content{

/* text-align: center; */

/* background: rgba(0,0,0,0.4); */

/* padding: 30px; */
}
.banner-content h2{
    
text-transform: capitalize;
    
font-size: 90px;
    
color: #fff;
    
/* text-align: center; */
    
margin: 15px 0;
    
font-weight: 700;
    
text-align: center;
}
.banner-content h1{
    
text-transform: capitalize;
    
font-size: 70px;
    
color: #fff;
    
/* text-align: center; */
    
margin: 15px 0;
}
.btn-custom{

color: #fff;

border: 2px solid #FFF;

border-radius: 0;

padding: 10px 20px;

font-size: 20px;

font-weight: 600;

background-color: #0a015a;

margin: 0 10px;
transition: .4s all ease-in-out
}
.hg{
    min-height: 80vh;
}
.btn-custom:hover{
    background-color: #fff;
    color: #010665;
    border: 2px solid #010665;
}
.upcoming_event{

}
.events{

}
.events h5{
    
font-size: 14px;
    
font-weight: 500;
    
text-transform: capitalize;
    
color: #fff;
}
.events h1{
    
font-size: 25px;
    
font-weight: 600;
    
color: #fff;
    
margin-top: 10px;
}
.events p{
    
font-size: 14px;
    
font-weight: 400;
    
color: #fff;
    
text-transform: capitalize;
    
margin: 0;
    
margin-bottom: 10px;
    
display: inline;
}
.events a{
    color: #f26522;
    font-size: 14px;
    font-weight: 500;
}
.events span{
    color: #f26522;
    font-size: 14px;
    /* margin: 10px 0; */
    margin-top: 10px !important;
    font-weight: 600;
    display: block;
} 
.event_img{
    
height: 250px;
    
overflow: hidden;
    
position: relative;
}
.event_img img{
    height: 100%;
}
.calender{
    
position: absolute;
    
top: 15px;
    
right: 15px;
    
height: 80px;
    
width: 80px;
    
line-height: 80px;
    
background-color: #fff;
    
text-align: center;
    
/* line-height: 100px; */
    
display: inline-block;
}
.calender {

}
.date{

display: inline-block;

vertical-align: middle;
}
.date h2{
    font-size: 22px;
    text-transform: capitalize;
}
.date h3{
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}
.btn-event, .btn-involved{
    color: #ff8e6e;
    border: 2px solid #ff8e6e;
    border-radius: 0;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 600;
}
.btn-event:hover{
    background-color: #ff8e6e;
    color: #fff;
    border: 2px solid #ff8e6e;
}

.who-we-are{

/* text-align: center; */
}
.line{
    text-align: center;
    margin: 50px 0;
}
.line span{

display: inline-block;

height: 1px;

width: 70%;

background: #bfbfbf;

text-align: center;

/* margin: auto !important; */
}
.who-we-are h1, .what-we-do h1, .get-invloved h1, .social-media h1, .facts-section h1{
font-family: 'Poppins', sans-serif;
text-transform: capitalize;

color: #ff8e6e;

font-size: 40px;

font-weight: 700;
}
.who-we-are-content{

}
.who-we-are-content p, .what-we-do p, .get-invloved p, .facts-section p{
    
color: #fff;
}
.btn-who{

text-transform: capitalize;

font-size: 18px;

font-weight: 600;

background: #ff8e6e;

border-radius: 0;

padding: 15px 25px;

color: #fff;

margin: 15px 0;

/* margin-bottom: 15px; */
}
.btn-who:hover{
    background: #ed6663;
    color: #fff;
}
.nmea{

margin-top: 20px;
}
.nmea h2{
    
font-size: 22px;
    
/* text-align: right; */
    
color: #6F64E9;
    
font-size: 22px;
    
font-weight: 600;
    
color: #fff;
    
margin-top: 10px;
}
.educators{

/* text-align: center; */

/* margin: 30px 0; */
}
.educators h5, .involved-content h5{

font-size: 22px;

/* text-align: right; */

color: #6F64E9;

font-size: 25px;

font-weight: 600;

color: #fff;

/* margin-top: 15px; */

text-transform: capitalize;
}
.educators p, .involved-content p{

color: #fff;
}
.count{

height: 80px;

width: 80px;
border-radius: 5px;

text-align: center;

line-height: 80px;

font-size: 60px;

font-weight: 800;

color: #ff8e6e;

/* margin: auto; */
}
.count span{
    
}
.what-we-do{

}
.what-we-do h1{
    
}
.what-we-do p{

}
.work{position: relative;overflow: hidden;height: 100%;cursor: pointer;}
.work img{
   height: 100%;
   
}
.work::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 0%;
    background-color: #0c25778f;
    transition: .4s all ease-in-out;
}
.work:hover::before{
    width: 100%;
    height: 100%;
}
.work:hover .work-heading{
    top: 50%;
    opacity: 1;
}
.work-heading{
    
position: absolute;
    
top: 60%;
    
left: 50%;
    
transform: translate(-50%, -50%);
    
color: #ffff !important;
    
opacity: 0;
    
transition: .4s all ease-in-out;
    
width: 80%;
    
margin: auto;
    
text-align: center;
}
.work-heading h1{
    color: #fff;
}
.img-cover{
    height: 250px;
}
.get-invloved {

}
.btn-involved{
 
padding: 8px 20px;
 
text-transform: capitalize;
 
font-size: 16px;
}
.btn-involved:hover{
    background-color: #ff8e6e;
    color: #fff;
    border: 2px solid #ff8e6e;

}

/* ....................... */

.rows{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.rows .column{
    flex: 33.3%;
    padding:10px;
    width: auto;
    overflow: hidden;
    height: 100%;
}
.column img{
    width: 100%;
    height: 100%;
    margin-top: 15px;
    /* filter: grayscale(1) brightness(.7); */
    transition: .1s all ease-in-out;
}
.column img:hover{
    /* filter: grayscale(0) brightness(1); */
}

/* ....................... */

.social-media h1 {
    text-align: center;
}

.twitter_feed{

}
.twitter_feed ul{
    
list-style: none;
}
.twitter_feed ul li{
    position: relative;
    margin: 20px 0;
}
.twitter_feed ul li::before{
    content: '';
    position: absolute;
    left: -15px;
    top: 10px;
    /* transform: translate(-15px, -10px); */
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ff8e6e;
}
.tweet-text-wrapper{

}
.tweet-text-wrapper p{

color: #fff;

margin: 0;
}
.tweet-text-wrapper a{
    
color: #ff8e6e;
    
font-size: 17px;
    
font-weight: 700;
}
.tweet-text-wrapper time{
    
font-size: 14px;
    
font-weight: 500;
    
color: #fff;
}
footer{
    background-color: #000337;
}
.info{

}
.info h1{
    
color: #fff;
    
text-transform: capitalize;
}
.info ul{
    
list-style: none;
    
margin: 0;
}
.info ul li{
    
}
.info ul li a{
    
text-decoration: none;
    
color: #8ebdef;
    
font-weight: 500;
    
/* margin: 11px 0; */
    
padding: 15px 0;
    
font-size: 18px;
}
/* section idicator css */
.section{
	position:relative;
	width:100%;
}

.sub-section{
	position:relative;
	width:100%;
	margin: 0;
}

.ssm-sub-menu span.ssm-pills::after {
    top: 0px;
    left: 0px;
}

.ssm-sub-menu span.ssm-nav-pills {
    width: 16px;
    height: 16px;
    background: #ff8e6e;
    border-color:#ff8e6e;
    position: static;
}
.ssm-sub-menu span.ssm-pills {
    border: none;
}
/* section idicator css */

footer .social-icon{

width: 50%;
}
.social-col p{
    
color: #fff;
    
margin: 15px 0;
}
.social-col form{
    
}
.social-col form input[type='email']{
    
padding: 10px 15px;
}
.social-col form input[type='submit']{
    
background: transparent;
    
border: none;
    
border: 2px solid #fff;
    
padding: 8px 20px;
    
border-radius: 0;
    
color: #fff;
    
font-weight: 500;
    
font-size: 18px;
}
.social-col form input[type='submit']:focus{
    outline: none;
}
.goals{
    color: #fff;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 10px 10px;
    min-height: 350px;

}
.goals i{
    
font-size: 70px;
    
color: #ff8e6e;
}
.goals h2{
    
font-size: 25px;
    
font-weight: 600;
}
.goals p{
    
font-size: 14px;
} 


.center{
    background-color: #ff8e6e;
    border-radius: 5px;
}
.center .goals i{
    color: #fff;
}
.goals-objectives h1{
    margin-bottom: 50px;
}
.ssm-sub-menu {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}
.facts{

}
.facts .event_img{/* height: auto; */}
.facts h1{
    
font-size: 22px;
    
color: #fff;
} 
.facts p{
    
}
.facts span{
    
color: #ff8e6e;
    
font-weight: 600;
}
.footer-social-icon{

}
.footer-social-icon ul{
    
list-style: none;
    
display: flex;
    
justify-content: space-between;
    
width: 50%;
    
font-size: 20px;
}
.footer-social-icon ul li{
    
}
.footer-social-icon ul li a{
    
color: #fff;
}
.footer-social-icon ul li:nth-child(1):hover a{
    color: #EA4335;
}
.footer-social-icon ul li:nth-child(2):hover a{
    color: #4867AA;
}
.footer-social-icon ul li:nth-child(3):hover a{
    color: #50ABF1;;
}
.footer-social-icon ul li:nth-child(4):hover a{
    color: #3C97C6;
}
.footer-social-icon ul li:nth-child(5):hover a{
    color: #B64796
}
.footer-social-icon ul li a i{
}
.nav-link {
    display: block;
    padding: 0;
}
.dropdown-item {
    color: #212529 !important;
}
.ssm-sub-menu span.ssm-pills::after {
    width: 10px;
    height: 10px;
    content: '';
}
.ssm-sub-menu span.ssm-pills {
    width: 10px;
    height: 10px;
}
.ssm-sub-menu span.ssm-elmt {
    margin: 10px 0;
    padding: 0;
}
.heading h1{
    position: relative;
}
.heading h1::before{
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 0px;
    background-color: #ff8e6e;
    transition: .4s all ease-in-out;
}
.get-invloved:hover .heading h1::before{
    width: 80px;
}
.facts-section:hover .heading h1::before{
    width: 80px;
}
.what-we-do:hover .heading h1::before{
    width: 80px;
} 
.who-we-are:hover .heading h1::before{
    width: 80px;
} 
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.goals .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev{
    color: #fff;
    font-size: 30px;
}
.owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next:hover{
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next{
    color: #fff;
    font-size: 30px;
}
.facts-section  h2{
    color: #fff;
}
.goal .owl-nav{
    display: none !important;
}
.heading h2{
    color:  #ff8e6e;
    font-size: 50px;
}
.card {
    width: 100% !important;
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}
.card-body{
    padding: 0;
    /* border: none; */
}