/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 29, 2022, 7:07:36 AM
    Author     : shameer
*/

.home-head {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 115px;

color: #ED7F23;
}

.home-subhead {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 38px;

color: #104C90;
}

.home-subhead2 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 38px;
line-height: 55px;
color: #104C90;
}

.home-subhead3 {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 55px;
color: #104C90;
}

.home-text {
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
/* or 140% */


color: #3A3A3A;
}

.slider-head {
    
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 46px;
line-height: 40px;

color: #FFFFFF;
}

.slider-text {
    
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 29px;

color: #FFFFFF;
}

.partner{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 24px;
color: #104C90;
 padding: 10px 0;
}

.beneficiaries{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
color: #FFFFFF;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.lightgallery1  {
  display: none;
}



ol.carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: -15px;
  left: 0;
  right: 0;
  width: auto;
  
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  height: 30px;
  margin: 0;
  border-radius: 50px;
  border: 0;
  
}



ol.carousel-indicators li.active {
  background: #ED7F23;
}
