/***** Generic styling goes here *****/
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  /*background: #f3f2f2;*/
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  border-top: .3em solid #eee;
}

h1,h2, h3{
  /*font-family: Andada Pro;*/
  font-family: Raleway;
  font-weight: normal;
}

p, li{
  font-weight: lighter;
  font-family: Raleway, sans-serif;
}

#menu_logo_area{
  background: #f3f2f2;
  border-bottom: 1px solid #ddd;
}

/*================= Nav Styles ====================================================*/
li.nav-item{
  font-family: 
  text-transform: uppercase;
}

.nav .navbar-nav li.nav-item li a{
    color: #a67a2c;
}
/*================= Nav Styles ====================================================*/

.welcome-message{
  text-align: center;
}

.welcome-message h1{
  color: #000;
  font-weight: bold;
}

.welcome-message p{
  color: #666;
  font-weight: normal;
}

#c-overview, #president-message{
  background: #fff;
}
.clear{
  clear: both;
}

#c-overview-text h1{
  color: #000;
}

#c-overview-text p{
  color: #666;
  font-weight: normal;
}

.o_more a:link, .o_more a:visited{
  display: block;
  border-radius: 15px;
  background: #C5DDFC;
  width: 30%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  color: #0C305E;
}

.o_more a:hover, .o_more a:active{
  background: #C5DDFC;
  text-decoration: none;
  color: #0C305E
  font-weight:  normal;
}

.donate a:link, .donate a:visited{
  display: block;
  border-radius: 15px;
  background: #FC9027;
  width: 30%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}

.donate a:hover, .donate a:active{
  background: #E06D09;
  text-decoration: none;
  color: #fff;
  font-weight:  normal;
}

#s_content{
  margin: 0;
  padding: 0;
  background: #f3f2f2;
}

.s_cols{
  font-weight: normal;
}

.s_cols h1{
  font-weight: bold;
  color:  #333;
}

#footer h1{
  color: #333;
  font-weight: normal;
}

.copyright a:link, .copyright a:visited{
  color: #666;
  text-decoration: none;
}
.copyright a:hover, .copyright a:active{
  color: #333;
}

.footer-col li a:link, .footer-col li a:visited{
  text-decoration: none;
  color: #666;
}

.footer-col li a:hover, .footer-col li a:active{
  text-decoration: none;
  color: #999;
}

.new-events-downloads li{
  margin-bottom: 15px;
}


.new-events-downloads li a:link, .new-events-downloads li a:visited {
  text-decoration: none;
  color: #003B6F;
}

.new-events-downloads li a:hover, .new-events-downloads li a:active{
  text-decoration: none;
  color: #003B6F;
}

.pages-content li{
  list-style: inherit;
  color: #a67a2c;
}

.srv-single{
  background: #2e98bf;
  padding: 10px;
  border-right: 20px solid #f3f2f2;
  border-bottom: 20px solid #f3f2f2;
}

.srv-single h3 a:link, .srv-single h3 a:visited{
  text-decoration: none;
  color: #fff;
}

.srv-single h3 a:hover, .srv-single h3 a:active{
  text-decoration: none;
  color: #eee;
}
#pages-content-header{
  background: #E9EEF5;
  padding: 0 8%;
}
.breadcrumb{
  background: none;
}

.pages-content li a:link, .pages-content li a:visited {
  text-decoration: none;
  color: #b68611;
}

.pages-content li a:hover, .pages-content li a:active {
  text-decoration: none;
  color: #666;
}

/*===================== SCRTOLL TO TOP CODE ======================================*/
#return-to-top {
    position: fixed;
    bottom: 200px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #EAB34C;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #EAB34C;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.quick-contact{
  position: absolute;
  top: 70%;
  display: none;
}

/* Extra Things */
h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}
h3 i{color: #444;}

/*===================== SCRTOLL TO TOP CODE ======================================*/

/*=========================Pages styling Ends here =======================*/

/**************** GENERIC STYLING ENDS HERE *******************************/
/****************************************************************************
MEDIA STYLES STARTS HERE ****************************************************/
@media(min-width: 1200px){

p{
  font-size: 15px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 14px;
  margin-left: 30px;
  font-weight: normal;
  margin:  .5rem;
}

#menu_logo_area{
  padding: 0 40px;
}

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 5px;
  margin-top: 30px;
}

.dropdown-menu a{
  font-size: 12px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 75px;
}

.banner-caption h1{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/


.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding:  100px 135px 100px 135px;
}

#c-overview-row{
  width: 95%;
  /*background: #ccc;*/
  margin:  0 auto;
}

#c-overview-img img{
  display: block;
  margin-top:  40px;
}
#c-overview-text{
  margin-left: 40px;
}

.video-intro{
  padding:  0 135px 60px 135px;
  margin-bottom: 60px;
}

.video-intro-caption{
  margin: 0 auto 30px auto;
  width: 60%;
  padding-bottom: 20px;
}

.video-intro-caption h4{
  text-align: center;
  color: #999;
}

.current-project{
  padding:  70px 135px 100px 135px;
  margin-bottom: 60px;
  background: #000 url(../img/current-project-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.email{
  font-weight: bold;
  color: #FC9027;
}
p.current-project-head-p{
  background: #FC9027;
  padding: 5px 10px;
  width: 200px;
  font-weight: bold;
  border: 1px solid #FF000;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 100px;
  text-align: center;
}
.current-project h1{
  color: #fff;
}

.current-project p{
  color: #fff;
}

.current-project li{
  color: #fff;
}

#president-message{
  padding: 50px 100px 120px 100px;
  position: relative;
  margin-top: 50px;
}

#president-message img{
  display: block;
  float: left;
  margin-right: 50px;
}

#president-message-content{
  padding: 60px;
  text-align: center;
  margin: 0 auto;
  width: 88%;
  background: #eee;
  box-shadow: 4px 4px 2px  #ddd;
}
#president-message-text{
  padding-left: 20px;
  margin-top: 40px;
}
.p_more a{
  margin-left: 0;
  padding: 10px;
}

#president-message-content h1{
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
#president-message-content p{
  text-align: left;
  color: #000;
  margin-left: 0;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 15px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 70px 130px 70px 130px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
}

.s_cols h1{
  font-size: 25px;
  margin: 30px 15px 20px 15px;
  font-weight: bold;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  border-top: 1px solid #ddd;
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #fff;
  padding: 20px 150px 20px 135px;
  margin-top: 0;
  border-top: 2px solid #eee;
}

#footer h1{
  border-bottom: 4px solid #eee;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;

  font-weight: bold;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 14px;
  color: #666;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #666;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.webmaster{
    padding-left: 340px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #333;
}
/*#pages-banner{
  background: #C5DDFC;
}*/
#pages-content{
  padding: 50px 150px;
  margin-top: 30px;
}

#pages-content li{
  line-height: 2;
}
.projects-content{
  background: #fff;
  box-shadow: 3px 3px 3px #ddd;
  padding: 20px 50px 50px 50px;
}

.projects-main-content h4{
  margin-top:  30px;
}

.projects-main-content img{
  margin-bottom:  30px;
  margin-top: 5px;
}

.project-sidebar h1{
  font-size: 25px;
}
.project-sidebar{
  padding-left: 100px;
}

.project-sidebar h1{
  font-size: 25px;
}

.projects-nav-header h1{
  /*border-left: 5px solid #FC9027;*/
   border-bottom: 4px solid #000;
  margin-bottom: 20px; 
  padding-left: 5px;
  padding-bottom: 15px; ;
}

.projects-nav{
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom:  1px dotted #ccc;
}

.projects-nav h1{
  font-size: 18px;
  margin-top: 5px;
  margin-left: -30px;
}

h1.project-extra-top-margin{
  margin-top:  20px;
}

.projects-nav h1 a:link, .projects-nav h1 a:visited{
  color: #000;
}

.projects-nav h1 a:hover, .projects-nav h1 a:active{
  color: #000;
  font-weight: bold;
/*  margin-bottom: 5px;
  animation-name: nav;
  animation-duration: 4s;
  animation-iteration-count: infinite;*/
}
/*@keyframes nav {
  0%   { left:0px; top:0px;}
  25%  {left:0px; top:10px;}
}*/

#page-heading-uderline{
  border-bottom: 1px solid #ccc; 
  margin-bottom: 50px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

#president-message-img{
  margin-bottom: 40px;
}
.pages-content p{
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: normal;
}

/*.pages-content img{
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}*/

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin-top: 50px;
  padding: 0;
}
.bod-col{
  padding: 10px;
}
.bod-sigle-row{
  margin-top:  70px;
}

.bod-sigle-row-text h1{
  font-size: 25px;
  margin-top: 60px; ;
}

.bod-col h1{
  padding-top:  30px;
  padding-left: 30px;
  font-size: 25px;
  margin: 0;
  color: #000;
}

.bod-col p{
  padding-top:  0;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 15px;
  color:  #333;
}

.bod-col a:link, .bod-col a:visited{
  color:  #fff;
  text-decoration: none;
}
.bod-col a:hover, .bod-col a:active{
  color:  #fff;
  text-decoration: none;
  font-weight: bold;
}

#winnifred, #benedicta, #deborah{
  box-shadow: 2px 2px 2px #ddd;
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
}

#mv-row{
  margin-top: 60px;
}
#vision{
  border-left: 1px solid #999;
  padding-left: 50px;
}

#vision h4{
  margin-top: 20px;
}

#core-values{
  margin-top: 150px;
}

#core-values h1{
  margin-top: 30px;
  text-align: center;
  margin-left: 520px;
} 

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}
#news_videos{
  margin-top:  50px;
}

.address-content p{
  font-size: 20px;
  line-height: 1.5;
}

.donate-text{
  padding-top: 40px;  
}

.donate-text h1{
  font-weight: bold;  
}
.thank-you-row{
  margin: 100px auto 0 auto;
  /*background: #eee;*/
  padding: 0;
}

.thank-you-row p{
  font-size: 18px;
  margin-top: 150px;
  margin-left: -100px;
}
.thank-you-row img{
  display: block;
  float: left;
}

/* ================================== CONTACT US =================================*/
p.donations{
  margin-top: 40px;
}
#contact-content{
  margin-top: 50px;
}
.inputs_fields{
  width: 700px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 700px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}

.submit{
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h4{
  margin-top: 0;
  font-weight: bold;
}

.address-content p{
  font-size: 15px;
}

.quick-contact{
  position: absolute;
  left: 0;
  top:  500px;
  display: none;
}

[data-caption] {
  display: none;
}
/* ================================== CONTACT US =================================*/

} /* End Large devices styling here //////////////////////*/
/* /////////////////////////////////////////////////////// */


/************************ Medium Devices ****************/
@media(min-width: 992px) and (max-width: 1199px){

 p{
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 14px;
  margin-left: 30px;
  font-weight: normal;
  margin:  .5rem;
}

/*#menu_logo_area{
  padding: 10px 40px;
}*/

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 0;
  margin-top: 30px;
}

.dropdown-menu a{
  font-size: 10px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin-left: -10px;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 80px;
}

.banner-caption h1{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding:  100px 90px 100px 90px;
}

#c-overview-row{
  width: 95%;
  /*background: #ccc;*/
  margin:  0 auto;
}

#c-overview-img img{
  display: block;
  margin-top:  40px;
}
#c-overview-text{
  margin-left: 40px;
}

.video-intro{
  padding:  0 100px 60px 100px;
  margin-bottom: 60px;
}

.video-intro-caption{
  margin: 0 auto 30px auto;
  width: 60%;
  padding-bottom: 20px;
}

.video-intro-caption h4{
  text-align: center;
  color: #999;
}

.current-project{
  padding:  100px 100px 100px 100px;
  margin-bottom: 60px;
  background: #000 url(../img/current-project-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.email{
  font-weight: bold;
  color: #FC9027;
}
p.current-project-head-p{
  background: #FC9027;
  padding: 5px 10px;
  width: 200px;
  font-weight: bold;
  border: 1px solid #FF000;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 100px;
  text-align: center;
}
.current-project h1{
  color: #fff;
}

.current-project p{
  color: #fff;
}
.current-project li{
  color: #fff;
}

#president-message{
  padding: 0 90px 100px 90px;
  position: relative;
}

#president-message img{
  display: block;
  float: left;
  margin-right: 20px;
  margin-top:  50px;
}

#president-message-content{
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 88%;
  background: #ddd;
  box-shadow: 4px 4px 2px  #ddd;
}
#president-message-text{
  padding-left: 20px;
  margin-top: 40px;
}
.p_more a{
  margin-left: 0;
  padding: 10px;
}
#president-message-content h1{
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
#president-message-content p{
  text-align: left;
  color: #000;
  margin-left: 0;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 15px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 70px 90px 70px 90px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
}

.s_cols h1{
  font-size: 23px;
  margin: 30px 15px 20px 15px;
  font-weight: bold;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  border-top: 1px solid #ddd;
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #fff;
  padding: 20px 100px 20px 100px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #eee;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 14px;
  color: #666;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #666;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.webmaster{
    padding-left: 140px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #333;
}
/*#pages-banner{
  background: #C5DDFC;
}*/
#pages-content{
  padding: 50px 90px;
  margin-top: 30px;
}

#pages-content li{
  line-height: 2;
}
.projects-content{
  background: #fff;
  box-shadow: 3px 3px 3px #ddd;
  padding: 20px 50px 50px 50px;
}

#page-heading-uderline{
  border-bottom: 1px solid #ccc; 
  margin-bottom: 50px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

#president-message-img{
  margin-bottom: 40px;
}
.pages-content p{
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: normal;
}

/*.pages-content img{
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}*/

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin-top: 50px;
  padding: 0;
}
.bod-col{
  padding: 10px;
}
#bod-sigle-row-text h1{
  margin-top:  20px;
}

.bod-col h1{
  padding-top:  30px;
  padding-left: 30px;
  font-size: 25px;
  margin: 0;
  color: #000;
}

.bod-col p{
  padding-top:  0;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color:  #333;
}

.bod-col a:link, .bod-col a:visited{
  color:  #fff;
  text-decoration: none;
}
.bod-col a:hover, .bod-col a:active{
  color:  #fff;
  text-decoration: none;
  font-weight: bold;
}

#winnifred, #benedicta, #deborah{
  box-shadow: 2px 2px 2px #ddd;
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
}

#mv-row{
  margin-top: 60px;
}
#vision{
  border-left: 1px solid #999;
  padding-left: 50px;
}

#vision h4{
  margin-top: 20px;
}

#core-values{
  margin-top: 150px;
}

#core-values h1{
  margin-top: 30px;
  text-align: center;
  margin-left: 520px;
} 

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}
#news_videos{
  margin-top:  50px;
}

.address-content p{
  font-size: 20px;
  line-height: 1.5;
}

.donate-text{
  padding-top: 90px;  
}

.donate-text h1{
  font-weight: bold;  
  font-size: 25px;
  margin-top: 20px;
}

.donate-text h4{
  font-size: 20px;
}

.thank-you-row{
  margin: 100px auto 0 auto;
  /*background: #eee;*/
  padding: 0;
}

.thank-you-row p{
  font-size: 15px;
  margin-top: 120px;
  margin-left: -80px;
}
.thank-you-row img{
  display: block;
  float: left;
}

/* ================================== CONTACT US =================================*/
p.donations{
  margin-top: 40px;
}
#contact-content{
  margin-top: 50px;
}
.inputs_fields{
  width: 550px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 550px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}

.submit{
  width: 550px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 0;
}

}/************************ End Medium Devices end here ****************/

/* /////////////////////////////////////////////////////// */
/******************** Small Devices ********************/
@media(min-width: 768px) and (max-width: 991px){

p{
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.8;
}

h1{
  font-size: 22px;
}
li{
  font-size: 12px;
  margin-left: 30px;
  font-weight: lighter;
  margin:  .5rem;
}

/*#menu_logo_area{
  padding: 10px 40px;
}*/

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 2px;
  padding-left: 10px;
  margin-top: 2px;
  background: #fff;
  border-left: 5px solid #AFD3FA;
}

.dropdown-menu a{
  font-size: 12px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin-left: -10px;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 80px;
}

.banner-caption h1{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding:  70px 40px 70px 40px;
}

#c-overview-row{
  width: 95%;
  /*background: #ccc;*/
  margin:  0 auto;
}

#c-overview-img img{
  display: block;
  margin-top:  60px;
}
#c-overview-text{
  margin-left: 40px;
}

.video-intro{
  padding:  0 40px 60px 40px;
  margin-bottom: 60px;
}

.video-intro-caption{
  margin: 0 auto 30px auto;
  width: 60%;
  padding-bottom: 20px;
}

.video-intro-caption h4{
  text-align: center;
  color: #999;
}

.current-project{
  padding:  50px 50px 50px 50px;
  margin-bottom: 60px;
  background: #000 url(../img/current-project-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.email{
  font-weight: bold;
  color: #FC9027;
}
p.current-project-head-p{
  background: #FC9027;
  padding: 5px 10px;
  width: 200px;
  font-weight: bold;
  border: 1px solid #FF000;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 100px;
  text-align: center;
}
.current-project h1{
  color: #fff;
}

.current-project p{
  color: #fff;
}

.current-project li{
  color: #fff;
}

#president-message{
  padding: 0 50px 100px 50px;
  position: relative;
}

#president-message img{
  display: block;
  float: left;
  margin-right: 20px;
  margin-top:  50px;
}

#president-message-content{
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 88%;
  background: #eee;
  box-shadow: 4px 4px 2px  #ddd;
}
#president-message-text{
  padding-left: 20px;
  margin-top: 40px;
}
.p_more a{
  margin-left: 0;
  padding: 10px;
}
#president-message-content h1{
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
#president-message-content p{
  text-align: left;
  color: #000;
  margin-left: 0;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 12px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 70px 90px 70px 90px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
  margin-top:  50px;
}

.s_cols h1{
  font-size: 20px;
  margin: 30px 15px 20px 15px;
  font-weight: bold;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  border-top: 1px solid #ddd;
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #fff;
  padding: 20px 50px 20px 50px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #eee;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 18px;

  font-weight: bold;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 12px;
  color: #666;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #666;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.webmaster{
    padding-left: 10px;
    margin-top:  -30px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #333;
}
/*#pages-banner{
  background: #C5DDFC;
}*/
#pages-content{
  padding: 50px 90px;
  margin-top: 30px;
}

#pages-content li{
  line-height: 2;
}
.projects-content{
  background: #fff;
  box-shadow: 3px 3px 3px #ddd;
  padding: 20px 50px 50px 50px;
}

#page-heading-uderline{
  border-bottom: 1px solid #ccc; 
  margin-bottom: 50px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

#president-message-img{
  margin-bottom: 40px;
}
.pages-content p{
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: normal;
}

/*.pages-content img{
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}*/ 

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin-top: 50px;
  padding: 0;
}
.bod-col{
  padding: 10px;
}
#bod-sigle-row-text h1{
  margin-top:  20px;
}

.bod-col h1{
  padding-top:  30px;
  padding-left: 30px;
  font-size: 25px;
  margin: 0;
  color: #000;
}

.bod-col p{
  padding-top:  0;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color:  #333;
}

.bod-col a:link, .bod-col a:visited{
  color:  #fff;
  text-decoration: none;
}
.bod-col a:hover, .bod-col a:active{
  color:  #fff;
  text-decoration: none;
  font-weight: bold;
}

#winnifred, #benedicta, #deborah{
  box-shadow: 2px 2px 2px #ddd;
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
}

#mv-row{
  margin-top: 60px;
}
#vision{
  border-left: 1px solid #999;
  padding-left: 50px;
}

#vision h4{
  margin-top: 20px;
}

#core-values{
  margin-top: 150px;
}

#core-values h1{
  margin-top: 30px;
  text-align: center;
  margin-left: 520px;
} 

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}
#news_videos{
  margin-top:  50px;
}

.address-content p{
  font-size: 20px;
  line-height: 1.5;
}

.donate-text{
  padding-top: 55px;  
}

.donate-text h1{
  font-weight: bold;  
  font-size: 20px;
  margin-top: 20px ;
}

.donate-text h4{ 
  font-size: 17px;
}

.thank-you-row{
  margin: 100px auto 0 auto;
  /*background: #eee;*/
  padding: 0;
}

.thank-you-row p{
  font-size: 12px;
  margin-top: 80px;
  margin-left: -60px;
}
.thank-you-row img{
  display: block;
  float: left;
}

/* ================================== CONTACT US =================================*/
p.donations{
  margin-top: 40px;
}
#contact-content{
  margin-top: 50px;
}
#contact-content p{
  font-size: 14px;
}
.inputs_fields{
  width: 380px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 380px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}

.submit{
  width: 380px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 0;
}


}/************************ End Small Devices end here ****************/

/* /////////////////////////////////////////////////////// */
/**************** Extra Small Devices ******************/
@media(max-width: 767px){

p{
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.8;
}

h1{
  font-size: 22px;
}

li{
  font-size: 12px;
  margin-left: 30px;
  font-weight: lighter;
}

#menu_logo_area{
  margin: 0;
  padding: 0;
  background: #eee;
  z-index: 5;
}

.navbar-toggler {
  position: absolute;
  top:  20px;
  left: 20rem;
  border:  none;
}

.collapse .navbar-collapse .navbar-toggleable-sm{
  padding-left: 10px;
}

/*.primary-menu{
 font-size: .7em;
 padding: 0;
 background-color: #eee;
 margin-left: 0;
 position: absolute;
 background: #eee;
 padding: .5em .3em;
}*/

/*================================== Nav Styles ================================== */
.navbar .navbar-nav li a{
  color: #666 !important;
  background: #fff;
  padding: .5em .3em;
}

li.nav-item{
  margin-left: 5px;
  padding-left: 5px;
  margin-top: 5px;
  background: #AFD3FA;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item{
  color: #000 !important;

}

.navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
  color: #666 !important;
}
.dropdown-menu a{
  font-size: 12px;
  font-weight: normal;
  padding: .3em .3em;
}
/*==================================  Nav Styles ================================== */

/*.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}*/

#banner_container{
  margin-top: 70px;
}

.banner-caption h1{
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  /*margin-bottom: 10px;*/
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding:  10px 5px;
}

#c-overview-row{
  width: 95%;
  /*background: #ccc;*/
  margin:  0 auto;
}

#c-overview-img img{
  display: block;
  margin-top:  20px;
  margin-bottom: 50px;
  margin-left: 15px;
  width: 90%;
}
#c-overview-text{
  margin-left: 20px;
}

.video-intro{
  padding:  0 40px 60px 40px;
  margin-bottom: 60px;
}

.video-intro-caption{
  margin: 0 auto 30px auto;
  width: 60%;
  padding-bottom: 20px;
}

.video-intro-caption h4{
  text-align: center;
  color: #999;
}

.current-project{
  padding:  50px 50px 50px 50px;
  margin-bottom: 60px;
  background: #000 url(../img/current-project-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.email{
  font-weight: bold;
  color: #FC9027;
}
p.current-project-head-p{
  background: #FC9027;
  padding: 5px 10px;
  width: 200px;
  font-weight: bold;
  border: 1px solid #FF000;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}
.current-project h1{
  color: #fff;
}

.current-project p{
  color: #fff;
}

.current-project li{
  color: #fff;
}

#president-message{
  padding: 10px 10px 100px 10px;
  position: relative;
}

#president-message img{
  display: block;
  float: left;
  margin-right: 20px;
  margin-top:  20px;
}

#president-message-content{
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 88%;
  background: #eee;
  box-shadow: 4px 4px 2px  #ddd;
}
#president-message-text{
  padding-left: 20px;
  margin-top: 40px;
}
.p_more a{
  margin-left: 0;
  padding: 10px;
}
#president-message-content h1{
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
#president-message-content p{
  text-align: left;
  color: #000;
  margin-left: 0;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 12px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 10px 10px 70px 35px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
  margin-top:  40px;
}

.s_cols h1{
  font-size: 20px;
  margin: 30px 15px 20px 15px;
  font-weight: bold;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  border-top: 1px solid #ddd;
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #fff;
  padding: 20px 50px 20px 50px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #eee;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 18px;

  font-weight: bold;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 12px;
  color: #666;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #666;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.webmaster{
    padding-left: 10px;
    margin-top:  -30px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #333;
}
/*#pages-banner{
  background: #C5DDFC;
}*/
#pages-content{
  padding: 50px 40px;
  margin-top: 30px;
}

#pages-content li{
  line-height: 2;
}
.projects-content{
  background: #fff;
  box-shadow: 3px 3px 3px #ddd;
  padding: 20px 15px 30px 15px;
}

.projects-second-slide{
  margin-top:  50px;
}
#page-heading-uderline{
  border-bottom: 1px solid #ccc; 
  margin-bottom: 50px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

#president-message-img{
  margin-bottom: 40px;
}
.pages-content p{
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: normal;
}

/*.pages-content img{
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}*/ 

.pages-content h1{
  margin-bottom: 18px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin-top: 50px;
  padding: 0;
}
.bod-col{
  padding: 10px;
}
#bod-sigle-row-text h1{
  margin-top:  18px;
}

.bod-col h1{
  padding-top:  30px;
  padding-left: 30px;
  font-size: 22px;
  margin: 0;
  color: #000;
}

.bod-col p{
  padding-top:  0;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color:  #333;
}

.bod-col a:link, .bod-col a:visited{
  color:  #fff;
  text-decoration: none;
}
.bod-col a:hover, .bod-col a:active{
  color:  #fff;
  text-decoration: none;
  font-weight: bold;
}

#winnifred, #benedicta, #deborah{
  box-shadow: 2px 2px 2px #ddd;
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
}

#mv-row{
  margin-top: 60px;
}
#vision{
  border-left: 1px solid #999;
  padding-left: 50px;
}

#vision h4{
  margin-top: 20px;
}

#core-values{
  margin-top: 150px;
}

#core-values h1{
  margin-top: 30px;
  text-align: center;
  margin-left: 520px;
} 

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}
#news_videos{
  margin-top:  50px;
}

.address-content p{
  font-size: 20px;
  line-height: 1.5;
}

.donate-text{
  padding-top: 5px;  
}

.donate-text h1{
  font-weight: bold;  
  font-size: 20px;
  margin-top: 20px ;
}

.donate-text h4{ 
  font-size: 17px;
}

.thank-you-row{
  margin: 100px auto 0 auto;
  /*background: #eee;*/
  padding: 0;
}

.thank-you-row p{
  font-size: 13px;
  margin-top: 50px;
  margin-left: 0px;
}
.thank-you-row img{
  display: block;
  float: left;
}

/* ================================== CONTACT US =================================*/
p.donations{
  margin-top: 40px;
}
#contact-content{
  margin-top: 50px;
}
#contact-content p{
  font-size: 14px;
}
.inputs_fields{
  width: 350px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 350px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}

.submit{
  width: 350px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 30px;
  font-size: 22px;
}

}/************************ End Extra Small Devices end here ****************/


/* /////////////////////////////////////////////////////// */
/**************** Extra Extra Small Devices ******************/
@media(max-width: 479){
  p{
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 12px;
  margin-left: 30px;
  font-weight: lighter;
}

  #menu_logo_area{
/*  border-bottom: 1px solid #ddd;*/
  margin: 0;
  padding: 0;
  background: #eee;
  /*position: absolute;
  top: .2em;*/
  z-index: 5;
}

.navbar-toggler {
  position: absolute;
  top:  20px;
  left: 15rem;
  border:  none;
}


.primary-menu{
  /*background: #ccc;*/
 /* padding: 0 1em;*/
 font-size: .7em;
 padding: 0;
 background-color: none;
/* margin-left: .1em;*/
 position: absolute;
 background: none;
}

/*================================== Nav Styles ================================== */
.navbar .navbar-nav li a{
  color: #fff !important;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item{
  color: #000 !important;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
  color: #666 !important;
}
/*==================================  Nav Styles ================================== */
/*.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}
*/
#banner_container{
  margin-top: 80px;
}

.banner-caption h1{
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding:  10px 5px;
}

#c-overview-row{
  width: 95%;
  /*background: #ccc;*/
  margin:  0 auto;
}

#c-overview-img img{
  display: block;
  margin-top:  20px;
  margin-bottom: 50px;
  margin-left: 15px;
  width: 90%;
}
#c-overview-text{
  margin-left: 20px;
}

.video-intro{
  padding:  0 10px 40px 10px;
  margin-bottom: 40px;
}

.video-intro-caption{
  margin: 0 auto 20px auto;
  width: 10%;
  padding-bottom: 20px;
}

.video-intro-caption h4{
  text-align: center;
  color: #999;
}

#president-message{
  padding: 10px 10px 100px 10px;
  position: relative;
}

#president-message img{
  display: block;
  float: left;
  margin-right: 20px;
  margin-top:  20px;
}

#president-message-content{
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 88%;
  background: #eee;
  box-shadow: 4px 4px 2px  #ddd;
}
#president-message-text{
  padding-left: 20px;
  margin-top: 40px;
}
.p_more a{
  margin-left: 0;
  padding: 10px;
}
#president-message-content h1{
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
#president-message-content p{
  text-align: left;
  color: #000;
  margin-left: 0;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 12px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 10px 10px 70px 35px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
  margin-top:  40px;
}

.s_cols h1{
  font-size: 20px;
  margin: 30px 15px 20px 15px;
  font-weight: bold;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  border-top: 1px solid #ddd;
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #fff;
  padding: 20px 50px 20px 50px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #eee;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 18px;

  font-weight: bold;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 12px;
  color: #666;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #666;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.webmaster{
    padding-left: 10px;
    margin-top:  -30px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #333;
}
/*#pages-banner{
  background: #C5DDFC;
}*/
#pages-content{
  padding: 50px 40px;
  margin-top: 30px;
}

#pages-content li{
  line-height: 2;
}
.projects-content{
  background: #fff;
  box-shadow: 3px 3px 3px #ddd;
  padding: 20px 50px 50px 50px;
}

#page-heading-uderline{
  border-bottom: 1px solid #ccc; 
  margin-bottom: 50px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

#president-message-img{
  margin-bottom: 40px;
}
.pages-content p{
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: normal;
}

/*.pages-content img{
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}*/ 

.pages-content h1{
  margin-bottom: 18px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin-top: 50px;
  padding: 0;
}
.bod-col{
  padding: 10px;
}
#bod-sigle-row-text h1{
  margin-top:  18px;
}

.bod-col h1{
  padding-top:  30px;
  padding-left: 30px;
  font-size: 22px;
  margin: 0;
  color: #000;
}

.bod-col p{
  padding-top:  0;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color:  #333;
}

.bod-col a:link, .bod-col a:visited{
  color:  #fff;
  text-decoration: none;
}
.bod-col a:hover, .bod-col a:active{
  color:  #fff;
  text-decoration: none;
  font-weight: bold;
}

#winnifred, #benedicta, #deborah{
  box-shadow: 2px 2px 2px #ddd;
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
}

#mv-row{
  margin-top: 60px;
}
#vision{
  border-left: 1px solid #999;
  padding-left: 50px;
}

#vision h4{
  margin-top: 20px;
}

#core-values{
  margin-top: 150px;
}

#core-values h1{
  margin-top: 30px;
  text-align: center;
  margin-left: 520px;
} 

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}
#news_videos{
  margin-top:  50px;
}

.address-content p{
  font-size: 20px;
  line-height: 1.5;
}

.donate-text{
  padding-top: 5px;  
}

.donate-text h1{
  font-weight: bold;  
  font-size: 20px;
  margin-top: 20px ;
}

.donate-text h4{ 
  font-size: 17px;
}

.thank-you-row{
  margin: 100px auto 0 auto;
  /*background: #eee;*/
  padding: 0;
}

.thank-you-row p{
  font-size: 13px;
  margin-top: 50px;
  margin-left: 0px;
}
.thank-you-row img{
  display: block;
  float: left;
}

/* ================================== CONTACT US =================================*/
p.donations{
  margin-top: 40px;
}

#contact-content{
  margin-top: 50px;
}
#contact-content p{
  font-size: 14px;
}
.inputs_fields{
  width: 150px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 150px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}

.submit{
  width: 250px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 30px;
  font-size: 22px;
}

}/************************ End Extra Extra Small Devices end here ****************/

/* /////////////////////////////////////////////////////// */
/**************** Extra Extra Extra Small Devices ******************/
@media(max-width: 320){
  p{
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 12px;
  margin-left: 30px;
  font-weight: lighter;
}

  #menu_logo_area{
/*  border-bottom: 1px solid #ddd;*/
  margin: 0;
  padding: 0;
  background: #eee;
  /*position: absolute;
  top: .2em;*/
  z-index: 5;
}

.navbar-toggler {
  position: absolute;
  top:  20px;
  left: 15rem;
  border:  none;
}


.primary-menu{
  /*background: #ccc;*/
 /* padding: 0 1em;*/
 font-size: .7em;
 padding: 0;
 background-color: none;
/* margin-left: .1em;*/
 position: absolute;
 background: none;
}

/*================================== Nav Styles ================================== */
.navbar .navbar-nav li a{
  color: #fff !important;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item{
  color: #000 !important;
}

li.nav-item{
  margin-left: 2px;
  padding-left: 7px;
  margin-top: 5px;
  background: #AFD3FA;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
  color: #666 !important;
}
.dropdown-menu a{
  font-size: 12px;
  font-weight: normal;
}
/*==================================  Nav Styles ================================== */
/*.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}
*/
#banner_container{
  margin-top: 80px;
}

.banner-caption h1{
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding:  10px 5px;
}

#c-overview-row{
  width: 95%;
  /*background: #ccc;*/
  margin:  0 auto;
}

#c-overview-img img{
  display: block;
  margin-top:  20px;
  margin-bottom: 50px;
  margin-left: 15px;
  width: 90%;
}
#c-overview-text{
  margin-left: 20px;
}

.current-project{
  padding:  50px 50px 50px 50px;
  margin-bottom: 60px;
  background: #000 url(../img/current-project-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.email{
  font-weight: bold;
  color: #FC9027;
}
p.current-project-head-p{
  background: #FC9027;
  padding: 5px 10px;
  width: 200px;
  font-weight: bold;
  border: 1px solid #FF000;
  border-radius: 15px;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}
.current-project h1{
  color: #fff;
}

.current-project p{
  color: #fff;
}

.current-project li{
  color: #fff;
}

#president-message{
  padding: 10px 10px 100px 10px;
  position: relative;
}

#president-message img{
  display: block;
  float: left;
  margin-right: 20px;
  margin-top:  20px;
}

#president-message-content{
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 88%;
  background: #ddd;
  box-shadow: 4px 4px 2px  #ddd;
}
#president-message-text{
  padding-left: 20px;
  margin-top: 40px;
}
.p_more a{
  margin-left: 0;
  padding: 10px;
}
#president-message-content h1{
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
#president-message-content p{
  text-align: left;
  color: #000;
  margin-left: 0;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 12px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 10px 10px 70px 35px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
  margin-top:  40px;
}

.s_cols h1{
  font-size: 20px;
  margin: 30px 15px 20px 15px;
  font-weight: bold;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  border-top: 1px solid #ddd;
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #fff;
  padding: 20px 50px 20px 50px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #eee;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 18px;

  font-weight: bold;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 12px;
  color: #666;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #666;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.webmaster{
    padding-left: 10px;
    margin-top:  -30px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #333;
}
/*#pages-banner{
  background: #C5DDFC;
}*/
#pages-content{
  padding: 50px 40px;
  margin-top: 30px;
}

#pages-content li{
  line-height: 2;
}
.projects-content{
  background: #fff;
  box-shadow: 3px 3px 3px #ddd;
  padding: 20px 0 50px 0;
}

#page-heading-uderline{
  border-bottom: 1px solid #ccc; 
  margin-bottom: 50px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

#president-message-img{
  margin-bottom: 40px;
}
.pages-content p{
  text-align: justify;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: normal;
}

/*.pages-content img{
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}*/ 

.pages-content h1{
  margin-bottom: 18px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin-top: 50px;
  padding: 0;
}
.bod-col{
  padding: 10px;
}
#bod-sigle-row-text h1{
  margin-top:  18px;
}

.bod-col h1{
  padding-top:  30px;
  padding-left: 30px;
  font-size: 22px;
  margin: 0;
  color: #000;
}

.bod-col p{
  padding-top:  0;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color:  #333;
}

.bod-col a:link, .bod-col a:visited{
  color:  #fff;
  text-decoration: none;
}
.bod-col a:hover, .bod-col a:active{
  color:  #fff;
  text-decoration: none;
  font-weight: bold;
}

#winnifred, #benedicta, #deborah{
  box-shadow: 2px 2px 2px #ddd;
  padding-bottom: 30px;
  overflow: hidden;
  background: #fff;
}

#mv-row{
  margin-top: 60px;
}
#vision{
  border-left: 1px solid #999;
  padding-left: 50px;
}

#vision h4{
  margin-top: 20px;
}

#core-values{
  margin-top: 150px;
}

#core-values h1{
  margin-top: 30px;
  text-align: center;
  margin-left: 520px;
} 

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}
#news_videos{
  margin-top:  50px;
}

.address-content p{
  font-size: 20px;
  line-height: 1.5;
}

.donate-text{
  padding-top: 5px;  
}

.donate-text h1{
  font-weight: bold;  
  font-size: 20px;
  margin-top: 20px ;
}

.donate-text h4{ 
  font-size: 17px;
}

.thank-you-row{
  margin: 100px auto 0 auto;
  /*background: #eee;*/
  padding: 0;
}

.thank-you-row p{
  font-size: 13px;
  margin-top: 50px;
  margin-left: 0px;
}
.thank-you-row img{
  display: block;
  float: left;
}

/* ================================== CONTACT US =================================*/
p.donations{
  margin-top: 40px;
}
#contact-content{
  margin-top: 50px;
}
#contact-content p{
  font-size: 14px;
}
.inputs_fields{
  width: 150px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 150px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}

.submit{
  width: 250px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 30px;
  font-size: 22px;
}

}/************************ End Extra Extra Small Devices end here ****************/
