@charset "utf-8";

/* CSS Document */
body, p, h1, h2, h3, h4,h5,h6,span, ul,ol, li,dl,dt,dd,form{padding:0;margin:0;}
html, body { padding: 0; margin: 0; height:auto;}

#p0 { text-indent: 2em; }
.row>* {
	padding: 0;
	
}


/*--------------FONTS--------------*/
/*@font-face {
  font-family: 'Graphik-Light';
  src: url('../fonts/Graphik-Light.eot');
  src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Light.woff') format('woff'),
       url('../fonts/Graphik-Light.ttf') format('truetype'),
       url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svgPoppins-Light") format("svg");
  font-weight: normal;
  font-style: normal; 
}


/*Header block */
header .head_main {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0, 0.3);
	width: 100%;
	z-index: 10;
}
header .head_main .head-menu {
	align-items: center;
  padding-right: 0;
}
header .head_main .head-menu .menu {
  padding-right: 0;
}
header .head_main .head-menu .menu .collapse.navbar-collapse {
  justify-content: right;
}
header .head_main .head-menu .menu nav.navbar {
	background: transparent!important;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a {
	font-family: 'Roboto Slab', serif;
	color: #fff;
	display: block;
	padding: 10px 18px;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a:hover {
	color: #f3c301;
	transition: 1s;
}
header .head_main .head-menu .dbtn {
	padding: 0;
}
header .head_main .head-menu .dbtn a {
	border: 2px solid #f3c301;
	color: #f3c301;
	text-decoration: none;
	border-radius: 50px;
	max-width: 120px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px;
	transition: 1s;
}
header .head_main .head-menu .dbtn a:hover {
	background: #f3c301;
	color: #fff;
}
/*Header Ends*/


/*Common styles*/
.tm-blue {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Roboto Slab', serif;
  color: #1c9ee4;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.lt-text {
  font-family: 'Roboto Slab', serif;
  color: #1c9ee4;
  letter-spacing: 1.5px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28px;

}
 .tag-head {
	font-family: 'Montserrat', thin;
	color: #1c9ee4;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
}

p {
	font: 15px/24px 'Poppins-Light';
	color: #455371;
}
.container {
	max-width: 1056px;
	width: 100%;
	margin: 0 auto;
	padding: 0!important;
}
a.filled-btn {
	background: #f3c301;
	display: block;
	color: #ffffff;
	width: 150px;
	padding: 10px;
	text-align: center;
	border-radius: 40px;
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	border: 2px solid #f3c301;
	transition: all 1s;
}
a.filled-btn:hover {
	background: transparent;
	color: #f3c301;
	
}
.form-control {
	border-radius: 10px;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0, 0.1);
	height: 50px!important;
	min-height: unset!important;
}
textarea.form-control {
	height: 120px!important;
}
.form-control:focus {
	outline: none;
	border-color: rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 1px rgba(0,0,0, 0.1)
}
.form-floating label {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	font-style: italic;
	font-family: 'Montserrat';
	color: #959595;
	
}
p.para-line-height1 {
	font: 15px/24px 'Poppins-Light';
	color: #455371;
}

/*-----------banner section------------*/
.banner {
	position: relative;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .carousel.slide .carousel-inner .carousel-item img {
	height: 100vh;
}


/*-----------banner section ends------------*/
/*-----------vision section starts--------------*/
.bg-vision {
  text-align: center;
  color: white;
  background: url("../images/our-vision-banner.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 60px 0;
}
.bg-vision .vision-content {
	text-align: center;
	padding: 0 50px;
}
.bg-vision .vision-content p {
	font: 15px/24px 'Poppins-Light';
  color: #d0d0d0;
  padding-bottom: 15px;
}

.bg-vision .vision-content h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 35px;
	line-height: 50px;
	color: #fff;
	padding-bottom: 30px;
}
.bg-vision .vision-content a {
	margin: 10px auto 0;
	
}

/*---------vision section ends-------------*/

.donate-content {
	padding: 55px 0;
	
}
.donate-content.home {
	background: #ebeff1;
}
.donate-content .row {
	align-items: center;
}
.donate-content .donate-left {
	padding-right: 30px;
}
.donate-content .donate-left p {
	padding-top: 15px;
}
.donate-content .donate-left .progress {
	background: #fff;
	max-width: 370px;
	width: 100%;
	height: 12px;
	margin-top: 10px;
}


/*-----------Timeline section starts-----------*/
.timeline_block {
	background-color: #ebeff1;
        padding-top: 40px;
	padding-bottom: 74px;
}

/*.timeline_block .main-timeline-2 {
	
        margin-top: 40px;
	
}
*/
.timeline_block .main-timeline-2 .timeline-2 .card-body b {
	font-size: 15px;
	line-height: 24px;
	color: #f3c301;
	//background: url(../images/date-icon.png);
}



/*-----------Timeline section ends-----------*/
.mb-0{
	line-height: 23px;
 	
}
.mb-01{
 	text-align: justify;
	line-height: 23px;
}
.card-body p-4 {
	line-spacing: 3px;
}

.card {
	flex-direction: row;
	border: none;
}

.main-timeline-2 {
  position: relative;
  line-height: 30px;
  padding: 0 60px;
}

.main-timeline-2::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #1c9ee4;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-2 {
  position: relative;
  background-color: inherit;
}

.timeline-2 .left-2::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #1c9ee4;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left-2 {
  padding: 0px 40px 20px 0px;
  width: 50%;
  position: relative;
}

.right-2 {
  padding: 0px 0px 20px 40px;
  width: 50%;
}
.right-2::after {
  left: -14px;
}

.right-2 .card-body {
	text-align: left;
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
	padding-bottom: 0!important;
}
.left-2 .card-body {
	text-align: right;
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important;
	padding-bottom: 0!important;
}
.about-content {
	background: url(../images/abt-banner.jpg);
	padding: 45px 0;
	background-attachment: fixed;
	background-size: cover;
}

.about-content .abt-ryt-cnt {
	padding-left: 75px;
}
.about-content .abt-ryt-cnt h3 {
	padding-bottom: 20px;
}	
//.row .col-md-8 {
	//padding: 40px 0px 40px 20px;
	//line-height: 35px;
//}
//.col-md-4 {
	//padding-top: 75px;
//}
.topreduc {
	padding: 35px 10px;
}
.topreduc img {
	width: 100%;
}
.abt-topic {
	font-family: 'Roboto Slab', serif;
  	color: #3d4c6d;
	letter-spacing: 1.5px;
 	font-weight: 400;
	line-height: 50px;
}
.about-content strong {
	font-family: 'Roboto Slab', serif;
  	color: #1c9ee4;
	font-size: 20px;
	line-height: 24px;
 	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 0;
	display: block;
}

/*-----------about sabarimala section starts--------------*/

.abt-sabarimala {
  background: url("../images/about-sabarimala-banner.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 60px 0;
}
.abt-sabarimala a {
	margin-top: 0;
}


/*---------about sabarimala section ends-------------*/


.feedback {
  background: #ebeff1;
  padding: 55px 0;
}

 

.form-floating mb-3{
  text-color: #959595;
}
.custom-line-height {
    padding-right: 30px;
}
.para-line-height {
    line-height: 2;
}



/*Event Gallery starts*/
.event_gal_main {
	background: #ebeff1;
	padding-top: 40px;
	padding-bottom: 40px;
}	
.event_gal_main strong {
	font-family: 'Roboto Slab', serif;
    color: #1c9ee4;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
	text-align: center;
	display: block;
}
.tm-blk {
    font-size: 35px;
    line-height: 50px;
    font-family: 'Roboto Slab', serif;
    color: #3d4c6d;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
	padding-bottom: 40px;
} 
.event_gal_main .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.event_gal_main .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.event_gal_main .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.event_gal_main .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.event_gal_main .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.event_gal_main .close:hover,
.event_gal_main .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.event_gal_main .mySlides {
  display: none;
}

/* Next & previous buttons */
.event_gal_main .prev,
.event_gal_main .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.event_gal_main .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.event_gal_main .prev:hover,
.event_gal_main .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.event_gal_main .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.event_gal_main .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.event_gal_main img.demo {
  opacity: 0.6;
}

.event_gal_main .active,
.event_gal_main .demo:hover {
  opacity: 1;
}

.event_gal_main img.hover-shadow {
  transition: 0.3s;
}

.event_gal_main .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.event_gal_main .row .column {
	width: 24.2%;
	padding: 0;
	margin-right: 1%;
	margin-bottom: 10px;
	position: relative;
}
.event_gal_main .row {
	/*display: block;*/
	margin: 0;
}
.event_gal_main .row .column.column_big {
	width: 49.6%;
}
.event_gal_main .row .column:nth-child(3n) {
	margin: 0;
}
.event_gal_main .row .column .layer_text {
	display: none;
}
.event_gal_main .row .column .layer_text strong {
	font-size: 30px;
	line-height: 35px;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	text-shadow: 1px 1px 5px black;
	display: block;
	width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
	
}
.event_gal_main .row .column .layer_text a {
	width: 55px;
	height: 55px;
	background: #f3c301;
	border-radius: 100%;
	margin: 0 auto;
	display: block;
	
}
.event_gal_main .row .column .layer_text a img {
	padding: 14px;
}
.event_gal_main .row .column:hover .layer_text {
	position: absolute;
	left: 0px;
	top: 0;
	margin: 15px;
	background: rgba(61, 76, 109, 0.6);
	display: block;
	width: 94%;
	height: 90%;
	padding: 70px 0;
}
.event_gal_main .mySlides img {
	width: 500px;
}

/*footer vblock starts*/
.max-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0!important;
}
.footer_main {
	background: url("../images/footer_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 35px 0;
}
.footer_main .footer_blk .foot1 {
	width: 30%;
	padding-right: 20px;
}
.footer_main .footer_blk .foot1 p {
	font: 15px/24px 'Roboto Slab', serif;
	color: #d0d0d0;
	padding-top: 12px;
	font-weight: 300;
}
.footer_main .footer_blk .foot2 {
	text-align: center;
	width: 34%;
	border-left: 1px solid rgba(61, 76, 109, 0.6);
	border-right: 1px solid rgba(61, 76, 109, 0.6);
	padding: 10px 40px;
}
.footer_main .footer_blk .foot2 br {
	line-height: 0;
}
.footer_main .footer_blk .foot2 h5 {
	font: 30px/40px 'Roboto Slab', serif;
	color: #fff;
	padding-bottom: 12px;
}
.footer_main .footer_blk .foot2 p {
	font: 18px/24px 'Roboto Slab', serif;
	color: #d0d0d0;
}
.footer_main .footer_blk .foot2 a {
	font: 20px/40px 'Roboto Slab', serif;
	color: #f3c301;
	text-decoration: none;
	display: block;
}
.footer_main .footer_blk .foot2 ul {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}
.footer_main .footer_blk .foot2 ul li {
	list-style: none;
	margin-right: 10px;
}
.footer_main .footer_blk .foot3 {
	width: 30%;
	
}
.footer_main .footer_blk .foot3 ul {
	background: rgba(61, 76, 109, 0.6);
	border-radius: 10px;
	text-align: center;
	padding: 28px 25px;
}
.footer_main .footer_blk .foot3 ul h6 {
	font: 18px/20px 'Roboto Slab', serif;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    display: block;
	background: #ad9817;
	padding: 10px;
	margin-bottom: 10px;
}
.footer_main .footer_blk .foot3 ul li {
	list-style: none;
	display: block;
	font: 18px/38px 'Roboto Slab', serif;
	color: #fff;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	font-weight: 400;
}
.footer_main .footer_blk .foot3 ul li p {
	font: 18px/38px 'Roboto Slab', serif;
	color: #fff;
	display: inline-block;
	width: 130px;
	float: right;
	font-weight: 400;
}
.footer_main .footer_blk .foot3 ul li center {
	width: 130px;
	float: right;
	line-height: 14px;
}

/* Baalalayam Page */

/*.custom-line-height1 {
    line-height: 3;
}*/
.para-line-height1 {
    line-height: 2;
    text-align: justify;
}
.tag-head1 {
  font-family: 'Montserrat';
  color: #1c9ee4;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 35px;
}

.big-head {
  color: #3d4c6d;
  padding-top: 10px;
  padding-bottom: 10px; 
  font-family: 'Roboto Slab',Serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  
}

.big-heading {
  color: #3d4c6d;
  font-family: 'Roboto Slab',Serif;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
}

.sub-head {
  font-family: 'Roboto Slab',Serif;
  font-size: 20px;
  color: #1c9ee4;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}

.sub-head1 {
  font-family: 'Roboto Slab',Serif;
  font-size: 20px;
  color: #1c9ee4;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

.dol-txt {
  font-family: 'Roboto Slab',Serif;
  font-size: 24px;
  color: #f3c301;
  letter-spacing: 1.5px;
  padding-bottom: 20px; 
  font-weight: 600;
  padding-left: 20px;
}

.listing {
    list-style-type: none;
    color: #3d4c6d;
    line-height: 35px;
}

.centered1 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding-top: 100px;
}

.img-content {
  
  font-family: Roboto Slab;
  font-size: 23px;
  padding-top: 10px;
  
}

a.balbanner-btn {
background: #f3c301;
display: block;
color: #ffffff;
width: 550px;
padding: 10px;
text-align: center;
border-radius: 40px;
font-family: Roboto Slab;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;

}

.textsincere {
  padding: 10px;
  line-height: 30px;
}

.big-head1 {
color: #3d4c6d;
  font-family: 'Roboto Slab',Serif;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Puja Page */

.para-line-height2 {
	font: 18px/24px 'Poppins-Light';
	color: #455371;
    text-align: justify;
    padding-top: 10px;
}

.pujaimg {
    padding-left: 75px;
    padding-bottom: 20px;
}

.bold-pujatext {
    color: #1c9ee4;
    font-family: 'Roboto Slab',Serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;

}

.nrm-pujatext {
    color: #455371;
    font-family: 'Roboto Slab',Serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;

}

.Puja-add {
    line-height: 2px;
}


.sub-head2 {
  font-family: 'Roboto Slab',Serif;
  font-size: 20px;
  color: #1c9ee4;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2;
}

.colv-md-4 {
	padding-top: 15px;
}

.sast-head {
  font-family: 'Roboto Slab',Serif;
  font-size: 20px;
  font-weight: 500;
  color: #1c9ee4;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 10px;
}  

.sast-sub-head {
  font-family: 'Roboto Slab',Serif;
  font-size: 18px;
  font-weight: 600;
  color: #3d4c6d;
  padding-bottom: 5px;
}  

.sast-cont {
  font-family: 'Roboto Slab',Serif;
  font-size: 16px;
  font-weight: 500;
  color: #3d4c6d;
  padding-bottom: 10px;
  text-indent: 30px;
  list-style-type: none;
}  

.sast-note {
  font-family: 'Roboto Slab',Serif;
  font-size: 14px;
  padding-bottom: 10px;
}

a.outer-btn {
	background: #f3c301;
	display: block;
	color: #ffffff;
	width: 150px;
	padding: 10px;
	text-align: center;
	border-radius: 40px;
	font-family: Roboto Slab;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

a.filled-btnb {
	background: #1c9ee4;
	display: block;
	color: #ffffff;
	width: 150px;
	padding: 10px;
	text-align: center;
	border-radius: 40px;
	font-family: Roboto Slab;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}


.sast .topreduc .btns {
    display: flex;
    justify-content: center;
}

.sast .topreduc .btns a.filled-btn, .sast .topreduc .btns a.outer-btn {
    max-width: 125px;
    width: 100%;
}

.sast .topreduc .btns a.outer-btn {
    max-width: 125px;
    width: 100%;
}

.sast .topreduc .btns a:first-child {
    margin-right: 25px;
}

.don-sub-head {
    font-family: 'Roboto Slab',Serif;
    font-size: 20px;
    color: #1c9ee4;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.don-big-head {
  color: #3d4c6d;
  padding-bottom: 10px; 
  font-family: 'Roboto Slab',Serif;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  
}

.donate-with-logo {
    display: inline-flex;
    align-items: center;
    padding-bottom: 15px;
}

.don-aligns {
   padding-left: 50px;
   padding-right: 50px;
}

.form-align {
  //max-width: 350px;
  width: 100%;
  margin: 0 auto;
  color: gray;
  font-size: 14px;
  padding: 40px;
}

.form-align1 {
  
  width: 100%;
  margin: 0 auto;
  color: gray;
  font-size: 14px;
}

#myModal .modal-body .form-align label {
  font-size: 14px;
  color: gray;
}


#myModal .modal-body .form-align input {
  font-size: 16px;
  color:black;
}

a.filled-btnbpopup {
background: #1c9ee4;
display: block;
color: #ffffff;
width: 100%;
padding: 10px;
text-align: center;
border-radius: 40px;
font-family: Roboto Slab;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;

}

a.outer-btnpopup {
	background: #f3c301;
	display: block;
	color: #ffffff;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-radius: 40px;
	font-family: Roboto Slab;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

/* changes */
.event_gal_main .column img {
	width: 100%;
}
.donate-content img {
	width: 100%;
}
.row {
	padding: 0;
	margin: 0;
}
/* Breadcrumb*/
.banner-bread {
	background: url("../images/innerpg_banner.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 160px 0 50px;
}
.banner-bread h6 {
	text-align: center;
}
/*
ul.breadcrumb {
	display: flex;
}
ul.breadcrumb li a, ul.breadcrumb li span {
	font: 15px/24px 'Poppins-Light';
	color: #fff;
}
ul.breadcrumb {
	justify-content: center;
}
ul.breadcrumb li {
	padding-right: 10px;
}
ul.breadcrumb li:last-child {
	padding-right: 0;
}*/
.about.donate-content .abt-left {
	padding-right: 50px;
}
.about.donate-content .abt-left img {
	width: 100%;
}
.about.donate-content .abt-right b {
	display: block;
	padding-bottom: 10px;
}
.about-hist {
	padding: 40px 0;
}
.about-hist p {
	padding-bottom: 10px;
	text-align: justify;
}
.donate-content.contact .cont-left {
	padding-right: 40px;
}
.donate-content.contact .cont-ryt p {
	padding-bottom: 20px;
}
.don-big-head {
	padding-left: 22px;
}
.sub-head1 {
	font-size: 25px;
	padding: 10px 0;
}
.donate-content.puja .para-line-height2 {
	font-size: 17px;
	line-height: 28px; 
}
.donate-content.puja .pj-ryt {
	padding-left: 50px;
}
ul.listing li img {
	width: auto;
}
.baalala-vision .vision-content .progress {
	max-width: 350px;
	margin: 0 auto;
}
.donate-content.baalay .baalay-ryt {
	padding-left: 50px;
}
.content-blk {
	padding: 30px 0 0;
}
.baalala-vision .vision-content .bl-btn {
	max-width: 595px;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	color: #f3c301;
	font: 22px/50px 'Roboto Slab',Serif;
	text-decoration: none;
	background: rgba(0, 89, 158, 0.5);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 20px;
	display: block;
	box-shadow: inset 0 0 10px rgba(255,255,255,0.2);
}
.content-blk .points {
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
}
.donate-content.vidyamd .vidm-lft {
	padding-right: 40px;
}
.donate-content.vidyamd .vidm-lft p {
	font-size: 16px;
}
.sast p.para-line-height2 {
	font-size: 16px;
}




/*Responsive*/
@media screen and (max-width: 1200px) {
	.max-container, .container {
		padding: 0 10px!important; 
		max-width: 100%;
	}		
	.footer_main .footer_blk .foot1 {
		width: 28%;
	}
	.footer_main .footer_blk .foot2 {
		width: 36%;
	}
		
	
}
@media screen and (max-width: 1100px) {
	.footer_main .footer_blk .foot2 h5 {
		font-size: 27px;
		line-height: 35px;
	}
	.footer_main .footer_blk .foot2 a {
		font-size: 17px;
		line-height: 28px;
	}
	.footer_main .footer_blk .foot2 p {
		padding-bottom: 15px;
		font-size: 17px;
	}
	.footer_main .footer_blk .foot3 ul li, .footer_main .footer_blk .foot3 ul li p, .footer_main .footer_blk .foot3 ul li center {
		font-size: 17px;
		line-height: 28px;
	}
	.event_gal_main .row .column .layer_text strong {
		font-size: 28px;
		line-height: 32px;
	}


}

@media screen and (max-width: 1024px) {
	.big-head {
		font-size: 32px;
	}
	.tm-blk {
		font-size: 32px;
	}
	.bg-vision .vision-content h3 {
		font-size: 32px;
	}

}

@media screen and (max-width: 991px) {
	header .head_main .head-menu .menu .navbar button span {
		background-color: #fff;
		color: #333;
		border-radius: 10px;
		width: 45px;
		height: 45px;
		padding: 10px;
		background-size: 68%;
	}
	header .head_main .head-menu .row>* {
		width: auto;
	}
	header .head_main .head-menu {
		justify-content: end;
	}
	header .head_main .head-menu .menu {
		width: auto;
		order: 2;
	}
	header .head_main .head-menu .dbtn {
		max-width: 120px;
		width: 100%;
	}
	header .head_main .head-menu .menu .navbar-collapse {
		position: absolute;
		right: 0;
		width: 400px;
		display: none;
		height: auto;
		top: 60px;
		right: 0;
		height: 0;
		
	}
	header .head_main .head-menu .menu button {
		padding: 0;
	}
	header .head_main .head-menu .menu .navbar-collapse ul {
		display: none;
		background: #333;
		border-radius: 10px;
		max-width: 320px;
	}
	header .head_main .head-menu .menu .navbar-collapse.show {
		display: block;
	}
	header .head_main .head-menu .menu .navbar-collapse.show ul {
		display: block
	}
	.about-content .abt-ryt-cnt {
		padding-left: 0;
	}
	.main-timeline-2 {
		padding: 0;
	}
	.big-head {
		font-size: 28px;
		line-height: 40px;
	}
	.sub-head {
		font-size: 17px;
	}
	.dol-txt {
		font-size: 20px;
	}
	.tm-blk {
		font-size: 30px;
	}
	.tag-head1 {
		font-size: 16px;
		line-height: 32px;
	}
	.tm-blue {
		font-size: 20px;
	}
	header .head_main .head-menu .menu nav.navbar .container-fluid {
		padding-right: 0;
	}
	#FormModal .form-align {
		padding: 20px 10px;
	}
	#FormModal .don-big-head {
		font-size: 18px;
	}
	
	
}
	

@media screen and (max-width: 880px) {
	.big-head {
		font-size: 27px;
	}
	.donate-content .donate-left {
		padding-right: 0;
	}
	.bg-vision .vision-content h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 15px;
	}
	.event_gal_main .row .column {
		width: 49%;
	}
	.event_gal_main .row .column.column_big {
		width: 49%;
	}
	.event_gal_main .row .column:nth-child(odd) {
		margin-right: 2%!important;
	}
	.event_gal_main .row .column:nth-child(even) {
		margin-right: 0;
	}
	.event_gal_main .column img {
		height: 290px;
		object-fit: cover;
	}
	.event_gal_main .row .column .layer_text strong {
		width: 60%;
		font-size: 22px;
		line-height: 25px;
	}
	.event_gal_main .row .column .layer_text a img {
		width: auto;
		height: unset;
	}
	.donate-content.contact .cont-ryt p {
		text-align: left;
		font-size: 16px;
		line-height: 22px;
	}
	.donate-content.puja .pujaimg {
		padding-left: 0;
	}
	.donate-content.puja .para-line-height2 {
		font-size: 16px;
		line-height: 26px;
	}
	
}

@media screen and (max-width: 767px) { 
	.donate-content .donate-left {
		padding-bottom: 30px;
	}
	.donate-content .donate-left h2 br {
		display: none;
	}
	.about-content .abt-left {
		text-align: center;
		padding-bottom: 30px;
	}
	.custom-line-height {
		padding-bottom: 30px;
		padding-right: 0;
	}
	.footer_main .footer_blk .foot {
		width: 100%;
		text-align: center;
	}
	.footer_main .footer_blk {
		flex-direction: column;
	}
	.footer_main .footer_blk .foot {
		width: 100%;
	}
	.footer_main .footer_blk .foot2 {
		border: none;
		padding: 20px 0 30px;
	}
	.abt-sabarimala {
		padding: 40px 0;
	}
	.banner .carousel.slide .carousel-inner .carousel-item img {
		height: 520px;
	}
	.about.donate-content .abt-left {
		padding-right: 0;
		text-align: center;
		padding-bottom: 30px;
	}
	.about.donate-content .abt-left img {
		width: auto;
	}
	.donate-content.contact .cont-left {
		padding-right: 0;
		text-align: center;
		padding-bottom: 40px;
	}
	.donate-content.contact .cont-left img {
		width: auto;
	}
	.donate-content.puja .pj-ryt {
		padding-left: 0;
		padding-top: 40px;
	}
	.donate-content.puja .pujaimg {
		width: auto;
	}
	.donate-content.puja .pjimg {
		text-align: center;
	}
	.donate-content.baalay .baalay-ryt {
		padding-left: 0;
		padding-top: 30px;
	}
	.sast .topreduc .btns {
		justify-content: left;
	}
	.topreduc {
		padding: 20px 10px;
	}
	.sast {
		padding: 0 0 40px 0;
	}
	.donate-content.vidyamd .vidm-lft {
		padding-right: 0;
		padding-bottom: 40px;
	}


}


@media screen and (max-width: 680px) { 
	
	.banner .carousel.slide .carousel-inner .carousel-item img {
		height: 450px;
	}
	.timeline-2 {
		display: flex;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.main-timeline-2 .timeline-2 .left-2 {
		width: 100%;
		padding: 0;
		
	}
	.main-timeline-2 .timeline-2 .right-2{
		width: 100%;
		padding: 0;
	}
	.main-timeline-2::after, .timeline-2 .left-2::after {
		display: none;
	}
	.timeline-2.card:nth-child(even) .left-2 {
		order: 2;
	}
	.left-2 .card-body {
		text-align: left;
	}
	.timeline-2:last-child {
		padding-bottom: 0;
	}
	.timeline-2 .right-2 .card-body, .timeline-2 .left-2 .card-body {
		padding-top: 30px!important;
	}
	.baalala-vision .vision-content .bl-btn {
		max-width: 495px;
		font-size: 20px;
	}

}

@media screen and (max-width: 580px) {
	.bg-vision .vision-content {
		padding: 0;
	}	
	.tm-blk {
		font-size: 26px;
		line-height: 34px;
	}
	.donate-content.puja .para-line-height2 {
		font-size: 15px;
	}
	.baalala-vision .vision-content .bl-btn {
		max-width: 400px;
		font-size: 18px;
	}
	
	
}
@media screen and (max-width: 575px) {
	header .head_main .logo {
		width: 30%;
	}

	header .head_main .head-menu {
		width: 70%;
	
	
	

}

@media screen and (max-width: 480px) {

	.event_gal_main .row .column {
		width: 100%;
	}
	.event_gal_main .row .column.column_big {
		width: 100%;
	}
	.event_gal_main .row .column {
		margin-right: 0!important;
	}
	header .head_main .head-menu .menu .navbar-collapse ul {
		max-width: 290px;
	}
	.about.donate-content .abt-left img {
		width: 100%;
	}
	.donate-content.contact .cont-left img {
		width: 100%;
	}
	.donate-content.puja .pujaimg {
		width: 100%;
	}
	.bg-vision {
		padding: 60px 10px;
	}
	.baalala-vision .vision-content .bl-btn {
		line-height: 22px;
		padding: 10px;
	}
}