body{
	font-family: 'Lato', sans-serif;
}
a{
	color: #22A8DF;
	text-decoration: none;
}
a:hover{
	color: #DB3927;
	text-decoration: none;
}
.vimg{
	padding-top: 6px;
}
#fail{
	display: none;
}
.contain1{
	height: 100%;
	position: relative;
}
/*header start*/
#header{
	border-bottom: 3px solid #CF3920; 
	/*height: 100px;*/
	/*position: fixed;*/
	width: 100%;
    /*right: 0;
    left: 0;*/
    z-index: 999;
	background-color: #fff;
}
.navbar-nav>li>a{
	color: #000;
	font-weight: 500;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: #fff;
	color: #CF3920;
}
.navbar-toggle .icon-bar{
	background-color: #000;
	margin-top: 22px;
}

.head1{
	font-weight: bold; 
	color: #CF3920; 
	font-size: 28px;
}
.fb{
	margin: 15px;
	background-color: #3B5999;
	display: inline-block; 
	padding: 6px 16px;
	border-radius: 5px;
	color: #fff;
}
.fbi{
	font-size: 20px;
}
.ggl{
	margin: 15px;
	background-color: #fff;
	display: inline-block; 
	padding: 6px 22px;
	border-radius: 5px;
	color: #000; 
	border: 1px solid #ccc;
}
.link1{
	margin: 15px;
	background-color: #00ACEC;
	display: inline-block; 
	padding: 6px 16px;
	border-radius: 5px;
	color: #fff;
}
.font25{
	font-size: 25px;
}
.get{
	margin: 15px;
	background-color: #CF3920;
	display: inline-block; 
	padding: 6px 56px;
	border-radius: 5px;
	color: #fff;
}
.get:hover{
	margin: 15px;
	background-color: #CF3920;
	display: inline-block; 
	padding: 6px 56px;
	box-shadow: 0 1px 4px gray;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
}
#second{
	background-image: url(../image/banner.png);
	margin-top: 104px;
	/*height: 200px;*/
	padding: 40px;
	background-size: contain;
}

.white{
	color: #fff;
}
.img1{
	border: 2px solid #fff;
    padding: 16px;
    border-radius: 50%;
}
.img1:hover{
	border: 2px solid #f3c41b;
    padding: 16px;
    /*box-shadow: 0 0 20px 9px #0000002e;*/
    border-radius: 50%;
}
#fourth a{
	color: #fff;
	/*padding: 20px;*/
}
#fourth p{
	padding-top: 20px;
}
#fourth a:hover{
	color: #f3c41b;
	text-decoration: none;
}
.fb:hover{
	color: #fff;
}
.link1:hover{
	color: #fff;
}
.ggl a:hover{
	color: #000;
}
#first{
	background-image: url(../image/bannerhome.jpg); height: 300px;
	position: relative;
    top: 104px;
    padding: 30px;
    height: 100%;
}

#firstnew{
	background-image: url(../image/covid-banner-new.jpg); height: 300px;
	position: relative;
    top: 104px;
    padding-top: 150px;
	padding-bottom: 150px;
    height: 100%;
}

#fourth{
	background-color: rgb(26,177,231);
	padding: 50px 0px 40px;
}

.nopad {
	/*padding-left: 0 !important;*/
	padding-right: 0 !important;
	padding: 20px 0;
	position: relative;
}
/*image gallery*/
.image-checkbox {
	border-radius: 50%;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*border: 4px solid transparent;*/
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #F5C80F;
	background: #F5C80F;
	opacity: 1;
}
.image-checkbox .fa {
  position: absolute;
  color: rgb(26,177,231);
  background-color: #fff;
  padding: 8px;
  top: 15px;
  right: 15%;
  border-radius: 50%;
}
.image-checkbox-checked .fa {
  display: block !important;
}	
#footer{
	position: relative;
    right: 0;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 10px;
    
}
#footer i{
	background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 50%;
    font-size: 16px;
}
.double{
	font-weight: bold;
    color: #CF3920;
    font-size: 38px;
    margin-top: 75px;
    /* margin-bottom: 50px; */
}
.left1{
	text-align: left;
	margin-top: 7px;
}
.leftarrow{
	background-image: none !important;
	/*left: -60px;*/
}
.rightarrow{
	background-image: none !important;
	/*right: -60px;*/
}
.right1{
	text-align: right;
}
.change{
	width: 62%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 767px){
	.vimg{
		padding-top: 0px;
	}
	#footer{
		/*position: fixed;*/
	  	right: 0;
	  	bottom: 0;
	  	left: 0;
	}
	.change{
		width: 100%;
	}
	#header{
		height: 100px;
	}
	#second{
		/*margin-top: 120%;*/
		padding: 20px;
	}
	.double{
		margin-top: 0px;
		margin-bottom: -38px;
	}
	.left1{
	text-align: center !important;
	}
	.leftarrow{
		left: 0px !important;
	}
	.right1{
		text-align: center !important;
		margin: 10px;
	}
	.rightarrow{
		right: 0px;
	}
	#loginform{
		width: 100% !important;
	}
	.contactemail {
	    border: 1px solid #cf3920;
	    margin: 10px 0px !important;
	    padding: 20px 0px !important;
	}
	#footer1{
		position: relative !important;
	    right: 0;
	    display: block;
	    bottom: 0;
	    left: 0;
	    background-color: #000;
	    color: #fff;
	    padding: 10px;
	    margin-top: 150px !important;
	}
	.aboutuser{
		display: inline-block;
	    margin-right: 10px;
	    vertical-align: middle;
	    width: 20% !important;
		border-radius: 50%;
	    box-shadow: 0 0 20px 4px #0000002e;
	}
	#about{
	    margin-top: 25% !important;
	    padding: 10px;
	    /*height: 100%;*/
	    width: 100%;
	}
	#ngofourth {
	    background-color: rgb(26,177,231);
	    padding: 3px 0px 0px;
	    margin-top: 27% !important;
	}
	.double{
		font-weight: bold; 
		color: #CF3920; 
		font-size: 25px;
		margin-top: 10px; 
		margin-bottom: 10px;
	}
	#first{
		background-image: url(../image/bannerhome.jpg); height: 300px;
		position: relative;
	    top: 104px;
	    padding: 0px;
	    height: 100%;
	}
	#first .mbimg{
		width: 70%;
		margin: 0 auto;
	}
	#aboutnew{
		width: 100%!important; margin-right: 20px!important;
	}
	.loginformnew{
		width: 100% !important;
		margin-top: 10% !important;
	}
}


#loginform{
	/*width: 60%; */
	border: 1px solid #ccc; 
	padding: 10px;
	background-color: #fff; 
	margin-left: auto; 
	margin-right: auto; 
	border-radius: 5px;
}
#term{
	position: relative;top: 105px; padding: 10px;height: 100%;
}
#term li{
	padding: 10px;
}
.btn-join{
    color: #fff !important;
    background-color: #cf3920;
    padding: 10px !important;
    border-radius: 4px;
}
.btn-join:hover, .btn-join:focus {
    color: #fff !important;
    background-color: #db3927 !important;
    padding: 10px !important;
    border-radius: 4px;
    box-shadow: 1px 1px 1px grey;
}
#third{
    margin-top: 60px;
    margin-bottom: 60px;
}
#about{
    /*position: relative;*/
    /*top: 140px;*/
    margin-top: 10%;
    padding: 10px;
    /*height: 100%;*/
    width: 100%;
}
.box .form-group {
    position: relative;
}
.box .form-control-placeholder {
    position: absolute;
    top: 10px;
    left: 15%;
    color: #999;     
    transition: .5s;
    pointer-events: none;
}
.form-control:valid + .form-control-placeholder,
.form-control:focus + .form-control-placeholder
{
    top: -20px;
    left: 0;
    color: #EF5350;
    font-size: 14px;
    /*font-weight: bold;*/
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.aboutuser{
	display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 22%;
	border-radius: 50%;
    box-shadow: 0 0 20px 4px #0000002e;
}
.contactdetails{
	margin: 5% auto 10%;
}
.contactemail{
	border: 1px solid #cf3920;
    margin: 20px;
    padding: 20px;
}
.contactemail a{
	color: #000;
    text-decoration: none;
}
.contactemail a:hover{
	color: #CF3920;
    text-decoration: none;
}
.aboutuserdetails{
	display: inline-block;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    width: 75%;
}
.aboutuserdetails h4{
	margin: 0;
	color: #cf3920;
}
.aboutuserdetails p{
	margin: 0;
}
#footer1{
	position: absolute;
    right: 0;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-top: 95px;
}
#footer1 i{
	background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 50%;
    font-size: 16px;
}
.ngo{
    /*position: relative;*/
    /*position: absolute;*/
    top: 120px;
    /*padding: 10px;*/
    /*height: 100%;*/
    width: 100%;
}
.ngo h3{
	margin-top: 0px;
}
.ngo a{
	color: #000;
}
.ngo a:hover{
	color: #DA341C;
	text-decoration: none;
}
.ngo h1{
	margin: 30px auto;
}

:root {
    --mi-animation-speed: 0.314s;
    --mi-label-default-color: rgba(0, 0, 0, 0.314);
    --mi-indent-top: 0px;
    --mi-indent-left:12px;

    --mi-label-focus-color: #cf3920;
    /*--mi-invalid-color: firebrick;*/
    --mi-bg-color: #e8e8e8; /* should match parent container color */
}

.material-form-group {
    margin-top: var(--mi-indent-top);
    position: relative;
    width: 100%;
}

.material-form-group label {
    position: absolute;
    transform-origin: 0 150%;
    margin-left: var(--mi-indent-left);
    transition: var(--mi-animation-speed);
    -webkit-user-select: none;
    user-select: none;
    color: var(--mi-label-default-color);
}

/* The only way to handle if input field is not empty - detect by :placeholder-shown :(( */
.material-form-group input:placeholder-shown + label {
    top: 50%;
    transform: scale(1, 1) translateY(-50%);
    background: transparent;
}

/* Remove placeholders text. Placeholder should not be empty. */
.material-form-group input::-webkit-input-placeholder {
    color: transparent;
}

.material-form-group input:focus + label {
    color: var(--mi-label-focus-color);
}

.material-form-group input:focus + label,
.material-form-group label {
    top: -100%;
    transform: scale(0.8, 0.8) translateY(100%);
    background: var(--mi-bg-color);
}

/* Validation Failed */
/*.material-form-group input:invalid + label:after {
    color: var(--mi-invalid-color);
    content: "(invalid)";
    margin-left: 0.314rem;
}*/
.form-control:focus {
    border-color: #cf3920 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px 0px rgba(207, 57, 32, 0.39), 0 0 8px rgba(207, 57, 32, 0.39);
    box-shadow: inset 0 1px 1px 0px rgba(207, 57, 32, 0.39), 0 0 8px rgba(207, 57, 32, 0.39);
}
.material-form-group input, select{
	width: 100% !important;
}
#aboutslider{
    background-image: url(../image/bannerhome.jpg);
    /*height: 300px;*/
    /*position: relative;*/
    /*top: 165px;*/
    padding: 20px;
    height: 100%;
}

.slider {
    /*width: 50%;*/
    margin: 20px auto;
}

.slick-slide {
  margin: 0px 20px;
}


.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  /*opacity: .2;*/
}
.mt50{
	margin-top: 50px;
}
.commentboxform{
	width: 60%;
	margin: 20px auto;
}
.commentboxform textarea{
	margin: 20px;
}
#ngofourth {
    background-color: rgb(26,177,231);
    padding: 3px 0px 0px;
    margin-top: 8%;
}
#ngofourth a {
    color: #fff;
    padding-top: 10px;
}
#ngofourth a:hover {
    color: #CF3920;
     padding-top: 10px; 
     text-decoration: none;
}
.socialcontact{
	border: 1px solid #cf3920;
    margin: 15px;
    padding: 15px;
    background-color: #cf3920;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    /*box-shadow: 0 0 20px 4px #0000002e;*/
}
.socialcontact:hover{
	box-shadow: 0 0 20px 4px #0000002e;
}
.error{
	color: red;
}
.mt30{
	margin-top: 30px;
}
.owncause{
    /*color: #fff;*/
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
}
#otherinspire img{
	box-shadow: 0 0 20px 4px #0000002e;
	width: 50%;
	border-radius: 50%;
}
#otherinspire img:hover{
	box-shadow: 0 0 20px 9px #0000002e;
	width: 50%;
	border-radius: 50%;
}
#otherinspire h4{
	color: #cf3920;
	margin-bottom: 0px;
}
#first .mbimg{
	margin: 25px auto;
}
#aboutnew{
	width: 53%; margin-right: 50px;
}
.loginformnew{
	width: 30%;
    margin-left: auto;
    border: 1px solid #ccc;
    margin-right: auto;
    margin-top: 3%;
    border-radius: 10px;
    padding: 10px 30px 35px;
    background-color: #eceeee;
}

#myCarousel .carousel-control {
    color: #8dba40;
    opacity: 0.5;
}
#myCarousel .carousel-control:hover {
    color: #8dba40;
    opacity: 1;
}

.secondtr {
    background-color: #ececec;
}