﻿*{
  margin:0px;padding: 0px;
  scroll-behavior: smooth;
}

ul{
  list-style: none;
  margin-bottom: 0px;
}

a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 0px;
}
.banner{
  background-image: url('../images/banner.jpg');
  height: 920px;
  background-size: cover;
  background-position: 50% 0%;
  /*border-bottom: 24px solid #2c2e83;*/
}
.banner1{
  background-image: url('../images/banner1.jpg');
  height: 920px;
  background-size: cover;
  background-position: 50% 0%;
  /*border-bottom: 24px solid #2c2e83;*/
}
.carousel-indicators {
    bottom: 30px;
    z-index: 1;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 7%;
  }
.banner_h_1{
  margin-left: 100px;
}
.banner_h_1 h1{
  font-size: 47px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  margin: 450px 0px 50px 0px; 
}
.banner_h_1 a{
  font-size: 38px;
  color: #e61d72;
}
.banner_h_1 a:hover{
  color: #000;
  text-decoration: underline;
}
.img_1{
  background-image: url('../images/img_1.jpg');
  height: 759px;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: 24px solid #2c2e83;
}
.sec_2_h_1{
    padding: 80px 80px 0px 210px;
}
.sec_2_h_1 h3{
  font-size: 29px;
  font-weight: 700;
  color: #2c2e83;
  padding: 25px 0px 35px;
  position: relative;
}
.sec_2_h_1 h3:before{
  position: absolute;
  content: '';
  top: 64px;
  left: 0;
  height: 1.5px;
  width: 50%;
  background-color: #2c2e83;
}
.sec_2_h_1 p{
  color: #636363;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}
.sec_2_h_1 p a{
  color: #e61d72;
}
.sec_2_h_1 p a:hover{
  color: #000;
  text-decoration: underline;
}
.sec_2_h_1 p strong{
  font-weight: 600;
}
.sec_2_h_1 ul{
  color: #636363;
  font-weight: 300;
  font-size: 17px;
  padding: 10px 0px 40px 0px;
  line-height: 1.7;
}
.sec_2_h_1 li::before{
    padding-right: 8px;
    position: relative;
    top: 4px;
    font-size: 22pt;
    content: "• ";
    color: #e61d72;
}
.img_2{
  background-image: url('../images/img_2.jpg');
  height: 824px;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: 24px solid #2c2e83;
}
.sec_3_h_1{
  background-color: #e61d72;
  height: 824px;
  padding: 0px 225px 0px 100px;
  color: #fff;
}
.sec_3_h_1 h3{
  font-size: 29px;
  font-weight: 700;
  padding: 135px 0px 40px 0px;
  position: relative;
}
.sec_3_h_1 h3:before {
  position: absolute;
  content: '';
  top: 185px;
  left: 0;
  height: 1.5px;
  width: 60%;
  background-color: white;
}
.sec_3_h_1 p{
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}
.sec_3_h_1 p strong{
  font-weight: 600;
}
.sec_2_h_1 ul li{
  padding-left: 50px;
  text-indent: -1.7em;
}
.we_need_you{
    margin-top: 140px;
    margin-right: 80px;
    margin-bottom: 120px;
    margin-left: 200px;
}
.contact_us h3,.we_need_you h3{
    color: #2c2e83;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    margin-bottom: 60px;
}
.contact_us h3:before{
  position: absolute;
  content: '';
  top: 48px;
  left: 0;
  height: 1.5px;
  width: 160px;
  background-color: #2c2e83;
}
.we_need_you h3:before{
  position: absolute;
  content: '';
  top: 48px;
  left: 0;
  height: 1.5px;
  width: 205px;
  background-color: #2c2e83;
}
.we_need_you p{
  font-size: 17px;
  color: #636363;
  margin-bottom: 60px;
  text-align: justify;
}

.contact_us{
    margin-top: 140px;
    padding-left: 40px;
}
.contact_address,.contact_address a{
  color: #e61d72;
}
.contact_us_form .form-control{
  border-radius: 0px;
  width: 450px;
  margin-bottom: 30px;
}
.contact_us_form{
  margin-top: 60px;
}
.contact_us_form label{
  color: black;
  font-weight: bold;
}
.contact_us_form .form-control:focus{
  box-shadow: none;
}
.contact_us_form textarea{
  height: 140px;
}
.contact_us_btn a{
  background-color: #e61d72;
  color: white;
  border-radius: 0px;
  height: 48px;
  width: 77px;
  font-size: 16px;
  line-height: 34px;
}
.contact_us_btn a:hover{
  color: white;
}
.how_to_donate{
  background-color: #24569b;
  padding-top: 150px;
  padding-right: 80px;
  padding-bottom: 150px;
  padding-left: 200px;
}
.how_to_donate h3{
  color: white;
  font-size: 32px;
  font-weight: bold;
}
.how_to_donate p{
  color: #fff;
  margin-top: 50px;
}
.footer_section{
  background-color: rgba(230,29,114, 1);
  padding: 40px 0px 60px;
}
.footer_section_list{
  margin-left: 60px;
  float: left;
  width: 72%;
}
.footer_section_list ul li{
  display: inline-block;
  color: white;
  margin-right: 15px;
  font-size: 18px;
}
.website_trademark h3{
 font-size: 18px;
 font-weight: bold;
 color: white;
}
.website_trademark a{
  color: white;
  font-weight: bold;
}
.website_trademark {
  color: white;
}

.lightbox {
  background-color: fade(black, 80%);  
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  
  &-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;    
    padding: 0 3%;
    height: auto;
    z-index: 10;
    
    // Increasing top margin for mobile
    @media screen and (max-width: 768px) { margin-top: 10%; }
    @media screen and (max-width: 414px) { margin-top: 13%; }
  }
    
  &-content {
    box-shadow: 0 1px 6px fade(black, 70%);
  }
  
  &-close {
    text-transform: uppercase;    
    background: transparent;
    position: absolute; 
    font-weight: 300;      
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
  }
}

.video-container {  
    padding-bottom: 56.25%;
    position: relative;  
    padding-top: 30px; 
    overflow: hidden;
    height: 0; 
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;  
    width: 100%;  
    left: 0;  
    top: 0;
}

/* IGNORE FORM THIS POINT ON */

/*body {
  background: white;
}

#container {
  border-radius: 4px;
  max-width: 300px;
  height: auto;
  padding: 50px;
  background: white;
  margin: 100px auto;
}
*/
/*#playme {
  background: #007fed;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
}*/

#player{
    width: 68%!important;
    height: 52%!important;
}

.lightbox-container{
  padding: 1% 20%;
}
.navigation ul{
  list-style: none;
  background-color: transparent;
}
.navigation{
    position: fixed;
    top: 32%;
    right: 3%;
  z-index: 9999;
}
.navigation ul li a{
  height: 15px;
  width: 15px;
  display: block;
  background-color: white;
  margin-bottom: 15px;
  border-radius: 100%;
}

.bg_color{
  background-color: rgba(44,46,131, 1)!important;
}
#back2Top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 40px;
    height: 50px;
    width: 46px;
    border-radius: 50%;
    color: white;
    background: #cb2c7f;
    font-size: 25px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 999;
}
#back2Top:hover {
    box-shadow: 0 0 10px 0 black;
}

.headline{
    color: white; 
    padding: 5px 0;    
    border-bottom: 1px solid #2c2e83;
    background: #2c2e83;
}

.headline a{
    color: white; 
}