@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.form-control:focus{
    border-color: #EBECF0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0rem;
}

.header
{
  box-shadow: none;
  border-bottom: 1px solid #EBECF0;
}

a:hover
{
  text-decoration: none;
}

/*Top Bar Section*/

.top-bar-links
{
  text-align: right;
  background: #D03355;
  padding: 3px;
}

.top-left
{
	text-align: left;
}

.top-bar-links ul li
{
  display: inline-block;
}

.top-bar-links ul li a
{
  color: #FFFFFF;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  bottom: 2px;
}

.top-left ul li a
{
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  bottom: 2px;
}

/*Top Bar Section End*/


.whoweare-section
{
	padding: 40px;
	padding-bottom: 0px;
	/*overflow-x: hidden;*/
}


.img-whoweare img	
{
	width: 100%;
}


.whoweare-heading
{
	font-size: 30px;
	font-weight: 400;
	margin-top: 30px;
	font-family: 'Playfair Display', serif;
}

.whoweare-heading span
{
	color: #D03355;
	 font-weight: 800
}



.whoweare-content
{
	margin-top: 10px;
	font-size: 17px;
	color: #606060;
	text-align: justify;
}


.counter
{
	margin-top: 15px;
}


.counter-num i
{
	color: #D03355;
}

.countnum
{
	font-size: 36px;
	color: #000000;
	font-weight: 700;
}


.counter-heading
{
	font-weight: 400;
	color: #606060;
}


.container-swip {
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  background-image: url("../img/icons/prev.png") !important;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.0);
}

.swiper-button-next {
  background-image: url("../img/icons/next.png") !important;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.09);
}


.swiper-button-next, .swiper-button-prev
{
	width: 46px !important;
	background-size: 40px 40px;
}



.slideforhero-1
{
    background: url(../img/banner1.jpg) no-repeat rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: 10% 0%;
    padding: 100px 0;
    position: relative;
    height: 80vh;
    background-blend-mode: multiply;
}


.slideforhero-2
{
    background: url(../img/banner2.jpg) no-repeat rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: 10% 0%;
    padding: 100px 0;
    position: relative;
    height: 80vh;
    background-blend-mode: multiply;
}




.slideforhero-3
{
    background: url(../img/banner3.jpg) no-repeat rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: 10% 0%;
    padding: 100px 0;
    position: relative;
    height: 80vh;
    background-blend-mode: multiply;
}




.slider-content-section
{
	margin-top: 70px;
}


.slider-heading
{
	color: #FFFFFF;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 900;
	font-size: 56px;
}

.slider-desc
{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

.donate-button a
{
	background: #D03355;
	color: #ffffff;
	padding: 10px 30px 10px 30px;
	margin-top: 20px;
	border-radius: 50px;
	font-weight: 500;
	border: 2px solid #D03355;
}



.donate-button a:hover
{
	background: transparent;
	color: #FFFFFF;
	border: 2px solid #ffffff;
}


.donatne-now
{
	background: #D03355;
	color: #ffffff;
	padding: 7px 25px 7px 25px;
	border-radius: 50px;
	font-weight: 500;
	border: 2px solid #ffffff;
}



.theame-heading {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    font-family: 'Playfair Display', serif;
}


.theame-heading span {
    font-weight: 800;
    color: #D03355;
}


.our-actvity
{
	margin-top: 70px;
}


.activity-box
{
	margin-top: 50px;
}


.activity-img-section img
{
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px 10px 0px 0px;
}

.activity-session-txt
{
	margin-top: 10px;
	color: #606060;
	font-size: 14px;
}

.activity-heading-txt {
    color: #303030;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}


.activity-contnet-txt
{
	color: #606060;
}


.vol-section
{
    background: url(../img/volbanner.jpg) no-repeat rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    background-blend-mode: multiply;	
    padding: 50px;
    margin-top: 100px;
}


.vol-con-box
{
	background: #ffffff;
	padding: 33px;
	border-radius: 4px;
}


.vol-con-box-headig
{
	font-size: 30px;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}

.vol-con-box-headig span
{
	color: #000;
	 font-weight: 800
}

.vol-f-heading
{
	color: #D03355;
	font-size: 24px;
}

.vol--contnet
{
	font-size: 16px;
	color: #606060;
	margin-top: 10px;
	padding-right: 80px;
}

.donatne-now-vol
{
	background: #D03355;
	color: #ffffff;
	padding: 10px 35px 10px 35px;
	border-radius: 50px;
	font-weight: 500;
	border: 2px solid #ffffff;
	margin-top: 15px;
}

.donatne-now-vol:hover
{
	color: #ffffff;
}


.vol-img
{
	border: 1px solid #ffffff;
	padding: 10px;
}
.vol-img img
{
	object-fit: cover;
	object-position: cover;
	border-radius: 3px;
}


.up-coming-event
{
	padding: 70px;
	background: #F5F5F5;
	margin-top: 40px;
}


.up-coming-event-box-inner
{
	padding: 20px;
	background: #ffffff;
	border-radius: 7px;
	margin-bottom: 10px;
}


.date-box
{
	border: 2px solid #C8C8C8;
	text-align: center;
	padding: 10px 0px 10px 0px; 
	font-size: 36px;
	color: #D03355;
	font-weight: 600;
	border-radius: 5px;
}

.month-txt
{
	text-align: center;
	font-weight: 500;
	color: #000;
	margin-top: 5px;
}


.up-coming-event-heading
{
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
	color: #000;
}


.up-coming-event-info span
{
	color: #606060;
	font-size: 14px;
	margin-left: 5px;
}


.up-coming-event-info i
{
	color: #D03355;
}


.show-more-btn
{
	margin-top: 35px;
	font-size: 18px;
}

.show-more-btn a
{
	color: #D03355;;
}


.img-enlargeable:hover
{
	cursor: pointer;
}


.gallery-section
{
	margin-top: 50px;
}

.img-gallery
{
	margin-top: 30px;
}

.img-gallery img
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
}


.footer
{
	background: #D03355;
	margin-top: 100px;
	padding: 20px;
	color: #FFFFFF;
	font-weight: 600;
}

.footet-icons
{
	margin-top: 10px;
}

.footet-icons a
{
	color: #FFFFFF;
	font-size: 22px;
	padding: 22px;
}




.join-our-network-section
{
	margin-top: 50px;
	margin-bottom: 100px;
}

.join-our-team-box
{
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%), 0 0 3px 6px rgb(0 0 0 / 7%);
}

.btn-theame
{
	background: #D03355;
	color: #ffffff;
	display: block;
	width: 100%;
	margin-top: 15px;
	border: 2px solid #D03355;
	font-weight: 500;
}


.btn-theame:hover
{
	background: #FFFFFF;
	color: #D03355;
	display: block;
	width: 100%;
	margin-top: 15px;
	font-weight: 500;
}





@media only screen and (max-width: 768px) {
.top-bar
{
    
    display:none;
}

.support-heading
{
	text-align: center;
}

.support-content
{
	text-align: center;
}

.whoweare-section
{
	padding: 10px;
	margin-top: 100px;
}


.countnum
{
	font-size: 28px;
	color: #000000;
	font-weight: 700;
}


.counter-heading
{
	font-weight: 400;
	color: #606060;
	font-size: 14px;
}


.counter
{
	margin-bottom: 15px;
}

.vol-section
{
    padding: 10px;   
}

.vol-img
{
    margin-top: 10px;
}

.up-coming-event
{
     padding: 10px;    
}

.up-coming-event-heading
{
    
    font-size: 18px;
    
}


.up-coming-event-box-inner
{
    margin-top: 10px;
    padding: 10px;
}


}