body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}


/*about us section1 Starts Here*/

.about_section1 {
    display: block;
    padding-top: 100px;
}
.about_section1 img, img {
	width: 100%;
	height: auto;
}

.about_section1 h1 {
	font-weight: 600;
	color: #fff;
	font-size: 52px;
	letter-spacing: .5px;
	position: relative;
	top: -150px;
}

.about_section1 h1:after {
	content: '';
	display: block;
	width: 83px;
	height: 1px;
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 15px;
}


/*about us section1 Ends Here*/


/*about us section2 Starts Here*/

.about_section2 {
	background-color: #fff;
	margin-bottom: 50px;
}
.about_section2 h2
{
    font-size:36px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-bottom: 30px;
	text-align: center;
	display:block;
	margin:0px auto;
}
.about_section2 p {
	font-size: 18px;
	font-weight: 400;
	color: #707070;
	text-align: center;
	letter-spacing: 1px;
	line-height: 34px;
}


/*about us section2 Ends Here*/


/*about us section3 Starts Here*/

.about_section3 {
	background: linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));
	padding-top: 40px;
	padding-bottom: 40px;
}

.about_section3 h1 {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	letter-spacing: .5px;
	text-align: center;
	margin-bottom: 60px;
}

.about_section3 h4 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	letter-spacing: .5px;
}

.about_section3 p {
	font-size: 18px;
	font-weight: 400;
	color: #707070;
	letter-spacing: .5px;
	margin-bottom: 25px;
}


/*about us section3 Ends Here*/


/*about us section4 Starts Here*/

.about_section4 {
/*	background:  linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));*/
	padding-top: 60px;
	padding-bottom: 40px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-blend-mode: multiply;
    background: url("../images/footer-bg.jpg") no-repeat bottom center, #f8f6f6;
 
}

.about_section4 h2 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-bottom: 30px;
	text-align: center;
}

.about_para {
	font-size: 18px;
	color: #707070;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	text-align:center;
}

.about_section4_content {
    margin-top: 40px;
    padding-bottom: 250px;
}

.about_section4_content h4 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.about_section4_content p {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.5px;
}


/*about us section4 Ends Here*/


/*Contact us Section1 Starts Here*/

.contact_section1 img {
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.contact_section1 h1 {
	font-weight: 600;
	color: #fff;
	font-size: 52px;
	letter-spacing: .5px;
	position: relative;
	top: -150px;
	text-align: center;
}

.contact_section1 h1:after {
	content: '';
	display: inline-block;
	width: 83px;
	height: 1px;
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 15px;
	text-align: center;
	left: -16%;
}


/*Contact us Section1 Ends Here*/


/*contct us section2 Starts Here*/

.contact_section2 {
	display: block;
	margin-top: -50px;
    background-image: url("../images/footer-bg.jpg");
    background-position: bottom center;
   background-repeat: no-repeat;
    width: 100%;
        padding-bottom: 250px;
}

#contact_form {
	background: linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));
	margin-top: -80px;
	padding-left: 100px;
	padding-right: 100px;
}

.form_maintext {
	text-align: center;
	display: block;
	width: 100%!important;
	margin: 40px auto;
	color: #707070;
	font-weight: 400;
	font-size: 16px;
}

#contact_form p {
	width: 49%;
	display: inline-block;
}

#contact_form label {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	margin: 15px 15px 10px 0px;
	width: 100%;
	display: inline-block;
	letter-spacing: .5px;
}

#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="number"] {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	width: 90%;
	height: 55px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	outline: none;
	padding-left: 20px;
}

#contact_form form input::placeholder {
	color: #c8c8c8;
	letter-spacing: .5px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #c8c8c8;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #c8c8c8;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #c8c8c8;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #a8a8a8;
}

#contact_form textarea {
	width: 94%;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	padding-left: 15px;
	padding-top: 10px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	height: 200px;
	letter-spacing: 0.5px;
}

.contact_btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 15px 75px;
	background-color: #ff2c2c;
	border: solid 2px #ff2c2c;
	outline: none;
	color: #fff;
	letter-spacing: 1px;
	display: block;
	margin: 40px 0px;
	transition: .5s;
}

.contact_btn:hover {
	background-color: #fff;
	color: #ff2c2c;
	border: solid 2px #ff2c2c;
}

#contact-result {
	color: #262627;
	text-align: center;
	font-size: 16px;
}


/*contct us section2 Starts Here*/


/*FAQ Section1 Starts Here*/

.faq_section1 img {
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.faq_section1 h1 {
	font-weight: 600;
	color: #fff;
	font-size: 52px;
	letter-spacing: .5px;
	position: relative;
	top: -150px;
	text-align: center;
}

.faq_section1 h1:after {
	content: '';
	display: inline-block;
	width: 83px;
	height: 1px;
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 15px;
	text-align: center;
	left: -8%;
}


/*FAQ Section1 Ends Here*/


/*FAQ Section2 Starts Here*/

.faq_section2 {
	display: block;
	margin-top: -50px;

    background-image: url("../images/footer-bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 250px;
}

.accordion {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #707070;
	background-color: #ede8e8;
	letter-spacing: .5px;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin-bottom: 20px;
}

.active,
.accordion:hover {
	background-color: #fff;
	color: #ff2c2c;
}

.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.panel {
	margin-top: 15px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	padding: 0 18px;
	display: none;
	background: none;
	overflow: hidden;
	letter-spacing: .5px;
	border: none;
	box-shadow: none;
}

.faq_page {
	background: linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));
	margin-top: -80px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
}


/*FAQ Section2 Ends Here*/


/*Donation Section1 Starts Here*/

.donation_section1 img {
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.donation_section1 h1 {
	font-weight: 600;
	color: #fff;
	font-size: 52px;
	letter-spacing: .5px;
	position: relative;
	top: -150px;
	text-align: center;
}

.donation_section1 h1:after {
	content: '';
	display: inline-block;
	width: 83px;
	height: 1px;
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 15px;
	text-align: center;
	left: -16%;
}


/*Donation Section1 Ends Here*/


/*Donation Section2 Starts Here*/

.donation_text {
	font-weight: 500;
	font-size: 18px;
	color: #707070;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
}


/*Donation Section2 Ends Here*/


/*Donation Section3 Starts Here*/

.donation_section3 {
	margin-top: 100px;
    background-image: url("../images/footer-bg.jpg");
    background-position: bottom center;
    width: 100%;
    background-repeat: no-repeat;
    padding-bottom: 250px;
}

.donation_col_left {
	padding-left: 25px;
	padding-right: 25px;
}

.donation_col_left h1 {
	font-weight: 600;
	font-size: 28px;
	color: #ff2c2c;
	letter-spacing: .5px;
	margin-bottom: 15px;
}

.donation_col_left p {
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	letter-spacing: .5px;
	margin-bottom: 20px;
}

.donation_col_left p strong {
	color: #000;
	margin-bottom: 10px;
}

.donation_col_right {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 25px;
	background: linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));
}

.donation_col_right p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	margin-top: 25px;
	letter-spacing: 1px;
	line-height: 30px;
}

.donation_col_right label {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	margin: 15px 15px 10px 0px;
	width: 100%;
	display: inline-block;
	letter-spacing: .5px;
}

.donation_col_right input[type="text"],
.donation_col_right input[type="email"],
.donation_col_right input[type="number"] {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	width: 100%;
	height: 55px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	outline: none;
	padding-left: 20px;
}

.donation_col_right form input::placeholder {
	color: #c8c8c8;
	letter-spacing: .5px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #c8c8c8;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #c8c8c8;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #c8c8c8;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #a8a8a8;
}

.donation_col_right textarea {
	width: 100%;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #707070;
	padding-left: 15px;
	padding-top: 10px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	height: 120px;
	letter-spacing: 0.5px;
}

.enquiry_btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 13px 50px;
	background-color: #ff2c2c;
	border: solid 2px #ff2c2c;
	outline: none;
	color: #fff;
	letter-spacing: 1px;
	display: block;
	margin: 40px 0px;
	transition: .5s;
}

.enquiry_btn:hover {
	background-color: #fff;
	color: #ff2c2c;
	border: solid 2px #ff2c2c;
}

#enquiry-result {
	color: #262627;
	text-align: center;
	font-size: 16px;
}


/*Donation Section3 Ends Here*/


/*Tamil Language Starts Here*/


/*Tamil Language Section1 Starts Here*/

.tamil_section1 img {
	width: 100%;
	height: auto;
}

.received_value {
	background-color: #ff222c;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 20px 50px;
	left: 60%;
	top: -152px;
}

.received_value h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.received_value p {
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	margin-top: -20px;
}


/*Tamil Language Section1 Ends Here*/


/*Tamil Language Section2 Starts Here*/

.tamil_section2 {
	margin-top: 50px;
}

.tamil_section2 p {
	font-weight: 500;
	font-size: 18px;
	color: #707070;
	letter-spacing: 1px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 50px;
}


/*Tamil Language Section2 Ends Here*/


/*Tamil Language Section3 Starts Here*/

.tamil_section3 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.tamil_section3_left,
.tamil_section3_right {
	margin-left: 50px;
	margin-right: 50px;
}

.tamil_section3_left p {
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.tamil_section3_right img {
	width: 100%;
	height: auto;
}

.tamil_section3_right {
	box-shadow: -1px 10px 20px rgba(0, 0, 0, .2);
}

.tamil_section3_right p {
	background-color: #ff222c;
	font-size: 14px;
	color: #fff;
	font-weight: 400px;
	padding: 25px 30px;
	line-height: 25px;
	letter-spacing: 1px;
}


/*Tamil Language Section3 Ends Here*/


/*Tamil Language Section4 Starts Here*/

.tamil_section4 {
	margin-top: 30px;
	margin-bottom: 50px;
}

.tamil_section4 p {
	font-size: 18px;
	font-weight: 500;
	color: #707070;
	padding-left: 30px;
	letter-spacing: 1px;
	border-left: 4px solid #ff222c;
	margin-bottom: 30px;
}


/*Tamil Language Section4 Ends Here*/


/*Tamil Language Section5 Starts Here*/

.tamil_section5 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.tamil_section5_left,
.tamil_section5_right {
	margin-left: 50px;
	margin-right: 50px;
}

.tamil_section5_left p {
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	letter-spacing: 1px;
	line-height: 28px;
}

.tamil_section5_right img {
	width: 100%;
	height: auto;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
}


/*Tamil Language Section5 Ends Here*/


/*Tamil Language Section6 Starts Here*/

.tamil_section6 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.tamil_section6_left,
.tamil_section6_right {
	margin-left: 50px;
	margin-right: 50px;
}

.tamil_section6_left {
	padding-top: 40px;
}

.tamil_section6_left p {
	font-size: 18px;
	font-weight: 500;
	color: #707070;
	letter-spacing: 1px;
	padding-left: 30px;
	border-left: 4px solid #ff222c;
	margin-bottom: 30px;
}

.tamil_section6_right p {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: #707070;
	letter-spacing: 1px;
}


/*Tamil Language Section6 Ends Here*/


/*Tamil Language Section7 Starts Here*/

.tamil_section7 {
	background: linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));
	padding-top: 50px;
	margin-bottom: 50px;
}

.tamil_section7 h1 {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
}

.tamil_section7 p {
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	text-align: center;
	margin-top: 20px;
}

.tamil_section7_left,
.tamil_section7_right {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}

.tamil_section7_left p {
	font-size: 16px;
	font-weight: 400px;
	color: #707070;
	letter-spacing: 1px;
	padding-left: 30px;
	margin-bottom: 30px;
	text-align: left;
}

.tamil_section7_right img {
	width: 100%;
	height: auto;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .2);
	margin-bottom: 50px;
}


/*Tamil Language Section7 Ends Here*/


/*Tamil Language Section8 Starts Here*/

.tamil_section8 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.tamil_section8_left {
	padding-top: 40px;
}

.tamil_section8_left,
.tamil_section8_right {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}

.tamil_section8_left p {
	font-size: 18px;
	font-weight: 500;
	color: #707070;
	padding-left: 30px;
	letter-spacing: 1px;
	border-left: 4px solid #ff222c;
	margin-bottom: 30px;
}

.tamil_section8_right p {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: #707070;
	letter-spacing: 1px;
}


/*Tamil Language Section8 Ends Here*/


/*Tamil Language Section9 Starts Here*/

.tamil_section9 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.tamil_section9 h1 {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
}

.tamil_section9 p {
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	text-align: center;
	margin-top: 20px;
}

.tamil_section9_left,
.tamil_section9_right {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 50px;
}

.tamil_section9_left p {
	font-size: 16px;
	font-weight: 400px;
	color: #707070;
	letter-spacing: 1px;
	padding-left: 30px;
	margin-bottom: 30px;
	text-align: left;
}

.tamil_section9_right img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}


/*Tamil Language Section9 Ends Here*/


/*Tamil Language Section10 Starts Here*/

.slider {
	width: 70%;
	margin: 50px auto;
}

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

.slick-slide img {
	width: 100%;
}

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

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

.tamil_section10 {
	margin-top: 50px;
	padding-bottom: 150px;
    background-image: url("../images/footer-bg.jpg");
    width:100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.tamil_section10 h1 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
}

.tamil_section10 p {
	font-size: 16px;
	font-weight: 500px;
	color: #707070;
	letter-spacing: 1px;
	text-align: center;
}

.lazy img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.slick-prev {
	left: -70px!important;
}

.slick-prev:before,
.slick-next:before {
	color: #767676!important;
	opacity: 1!important;
	font-size: 25px!important;
}

.slick-next {
	right: -70px!important;
}

.slick-prev,
.slick-next {
	color: #767676!important;
	background-color: #f7f7f7 !important;
	width: 70px!important;
	height: 70px!important;
	border-radius: 50px;
	opacity: 1;
}

.ppt {
	text-align: center;
}

.ppt p a img {
	margin-right: 10px;
}

.ppt p {
	display: inline-flex;
	padding: 10px 35px;
	background-color: #efefef;
}

.ppt p a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #707070;
}


/*tamil Language Section10 Ends Here*/


/*Tamil Language Ends Here*/
/*Event Section Starts Here*/
.event_section1  img {
    width: 100%;
    height: auto;
    padding-top: 100px;
}
/*.event_section1 h1 {*/
/*	font-weight: 600;*/
/*	color: #fff;*/
/*	font-size: 52px;*/
/*	letter-spacing: .5px;*/
/*	position: relative;*/
/*	top: -150px;*/
/*	text-align: center;*/
/*}*/

/*.event_section1 h1:after {*/
/*	content: '';*/
/*	display: inline-block;*/
/*	width: 83px;*/
/*	height: 1px;*/
/*	background-color: #fff;*/
/*	color: #fff;*/
/*	position: relative;*/
/*	top: 15px;*/
/*	text-align: center;*/
/*	left: -12%;*/
/*}*/
.event_section1 h1 {
	font-weight: 600;
	color: #fff;
	font-size: 52px;
	letter-spacing: .5px;
	position: relative;
	top: -150px;
}

.event_section1 h1:after {
	content: '';
	display: block;
	width: 83px;
	height: 1px;
	background-color: #fff;
	color: #fff;
	position: relative;
	top: 15px;
}
.event_sectio2
{
	margin-top: -50px;
}
.event_section2_left 
{
	padding-left:100px;
	
}
.event_bg{
    	background: linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));
    	margin:15px 5px;
 
    	padding:15px 0px;

}
.event_section2_left h2
{
	font-size:24px;
	font-weight:600;
	color:#ff2c2c;
	letter-spacing: 1px;
}
.event_section2_left p
{
	font-size:20px;
	font-weight:400;
	color:#707070;
	letter-spacing: 1px;
}
.event_section2_left p:last-child
{
	font-size:16px;
	font-weight:400;
	color:#707070;
	letter-spacing: 1px;
}
.event_section2_right 
{
	padding-left:100px;
}
.event_section2_right h2
{
	font-size:24px;
	font-weight:600;
	color:#ff2c2c;
	letter-spacing: 1px;
}
.event_section2_right p
{
	font-size:20px;
	font-weight:400;
	color:#707070;
	letter-spacing: 1px;
}
.event_section2_right p:last-child
{
	font-size:16px;
	font-weight:400;
	color:#707070;
	letter-spacing: 1px;
}
.event_sectio2 .lazy img {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.event_sectio2 .slick-prev {
	left: -40px!important;
}

.event_sectio2 .slick-prev:before,
.event_sectio2 .slick-next:before {
	color: #ff2c2c!important;
	opacity: 1!important;
	font-size: 25px!important;
}

.event_sectio2 .slick-next {
	right: -40px!important;
}

.event_sectio2 .slick-prev,
.event_sectio2 .slick-next {
	color: #ff2c2c!important;
	background-color: rgba(255,255,255,0) !important;
	width: 70px!important;
	height: 70px!important;
	border-radius: 50px;
	opacity: 1;
}
/*Event Section Ends Here*/
/*Photos Starts Here*/
.photos
{
	
	padding-top:100px;
	padding-bottom:200px;
}
.photos_col{
    min-height: 322px;
	margin-top:30px;

}
.photos_col a img
{
	width:100%;
	height: auto;
}
.photos_col a h3
{
	font-size:20px;
	font-weight:500;
	color:#ff2c2c;
	letter-spacing: 1px;
}
.photos_col p
{
	font-size:16px;
	font-weight:400;
	color:#707070;
	letter-spacing: 1px;
}
button.mfp-close {
        margin-top: 100px;
}
/*Photos Ends Here*/
/*official announcement and dinner starts here*/
.section_photos
{
	padding-top:100px;
}
.section_photos_col a img
{

	width: 100%;
	height: auto;
	margin-top:5px;
	margin-bottom: 5px;
}
.section_photos h3
{
	font-size:30px;
	font-weight:500;
	color:#ff2c2c;
	letter-spacing: 1px;
}
/*official announcement and dinner Ends here*/

/*videso Starts here*/
.videos
{
	
	padding-top:100px;
	padding-bottom:200px;
}
.videos_col
{
	
	margin-top:30px;
}
.videos_col iframe
{
	border:1px solid #000;
}

.videos a h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ff2c2c;
    letter-spacing: 1px;
    line-height: 26px;
}
/*Videos End Here*/
/*Responsive Starts Here*/

@media only screen and (min-width:1200px) and (max-width:5000px) {
	.about_tab_img, .donor_tab_img {
		display: none;
	}
	.event_bg
	{
	    height:550px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about_tab_img, .donor_tab_img {
		display: none;
	}
	.donation_section1 h1:after {
		left: -20%;
	}
	.event_bg
	{
	    height:550px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about_main_img, .donor_main_img {
		display: none;
	}
	.about_tab_img {
		display: block;
		width: 100%;
		height: auto;
	}
	.contact_section2 {
		display: block;
		margin-top: -20px;
	}
	#contact_form {
		margin-top: -80px;
		padding-left: 70px;
		padding-right: 70px;
	}
	.faq_section1 h1:after {
		left: -12%;
	}
	.faq_section2 {
		display: block;
		margin-top: -20px;
		margin-bottom: 0px;
	}
	.faq_page {
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 40px;
	}
	.donation_section1 h1:after {
		left: -25%;
	}
	.donation_col_right {
		padding-left: 20px;
		padding-right: 20px;
	}
	.event_section2_left 
{
	padding-left:0px;
	text-align:center;
}
.event_section2_right 
{
	padding-left:0px;
	text-align:center;
}
}

@media only screen and (min-width:340px) and (max-width:767px) {
    .tamil_section1 img {
    width: 100%;
    height: auto;
    padding-top: 100px;
}
	.about_main_img, .donor_main_img {
		display: none;
	}
	.about_tab_img {
		display: block;
		width: 100%;
		height: auto;
	}
	.about_section1 h1 {
		top: -100px;
	}
	.about_section1 h1 {
		font-weight: 600;
		color: #fff;
		font-size: 26px;
		letter-spacing: .5px;
		position: relative;
		top: -60px;
	}
	.about_section1 h1:after {
		content: '';
		display: block;
		width: 83px;
		height: 1px;
		background-color: #fff;
		color: #fff;
		position: relative;
		top: 0px;
	}
	.about_section4_content {
    margin-top: 40px;
    padding-bottom: 50px;
}
	.contact_section1 h1 {
		font-weight: 600;
		color: #fff;
		font-size: 26px;
		letter-spacing: .5px;
		position: relative;
		top: -60px;
	}
	.contact_section1 h1:after {
		display: none;
	}
	#contact_form {
		background: linear-gradient(to bottom, rgba(248, 246, 246, 1), rgba(255, 255, 255, 1));
		margin-top: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#contact_form p {
		width: 100%;
		display: inline-block;
	}
	#contact_form input[type="text"],
	#contact_form input[type="email"],
	#contact_form input[type="number"] {
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #707070;
		width: 100%;
		height: 55px;
		background-color: #fff;
		border: 1px solid #e4e4e4;
		border-radius: 5px;
		outline: none;
		padding-left: 20px;
	}
	#contact_form textarea {
		width: 100%;
		display: block;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #707070;
		padding-left: 15px;
		padding-top: 10px;
		outline: none;
		border: 1px solid #e4e4e4;
		border-radius: 5px;
		height: 200px;
		letter-spacing: 0.5px;
	}
	.faq_section1 h1 {
		font-weight: 600;
		color: #fff;
		font-size: 26px;
		letter-spacing: .5px;
		position: relative;
		top: -60px;
	}
	.faq_section1 h1:after {
		display: none;
	}
	.faq_section2 {
		display: block;
		margin-top: 21px;
		margin-bottom: 0px;
	}
	.faq_page {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
	}
    .donation_section1 h1 {
        font-weight: 600;
        color: #fff;
        font-size: 26px;
        letter-spacing: .5px;
        position: relative;
        top: -60px;
    }
    .donation_section1 h1:after {
        display:none;
    }
	.donation_col_right {
		padding-left: 10px;
		padding-right: 10px;
	}
	.received_value {
		top: 0px;
		left: 0px;
		margin: 0px auto;
		display: block;
	}
	.tamil_section2 {
		margin-top: 50px;
	}
	.tamil_section3_left,
	.tamil_section3_right {
		margin-left: 10px;
		margin-right: 10px;
	}
	.tamil_section5_left,
	.tamil_section5_right {
		margin-left: 10px;
		margin-right: 10px;
	}
	.tamil_section6_left, .tamil_section6_right {
        margin-left: 10px;
        margin-right: 10px;
}
	.tamil_section7_left, .tamil_section7_right {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
}
	.tamil_section7_left p
	{
		padding-left: 0px;
	}
	.tamil_section8_left, .tamil_section8_right {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
}
	.tamil_section9_left, .tamil_section9_right {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
}
	.tamil_section9_left p
	{
		padding-left:0px;
	}
	.slider {
		width: 90%;
		margin: 50px auto;
	}
	.slick-prev,
	.slick-next {
		color: #767676!important;
		background-color: #f7f7f7 !important;
		width: 40px!important;
		height: 40px!important;
		border-radius: 50px;
		opacity: 1;
	}
	.slick-prev {
		left: -30px!important;
	}
	.slick-next {
		right: -30px!important;
	}
	    .university-details h4 {
        padding: 100px 0px !important;
        
    }

	  .event_section1 h1 {
        font-weight: 600;
        color: #fff;
        font-size: 26px;
        letter-spacing: .5px;
        position: relative;
        top: -60px;
    }
    .event_section1 h1:after {
        display:none;
    }
	.event_section2_left 
{
	padding-left:0px;
	text-align:center;
}
.event_section2_right 
{
	padding-left:0px;
	text-align:center;
}
.event_sectio2 .slick-next
{
    right: -30px!important;
}
.event_sectio2 .slick-prev {
        left: -30px!important;
}
.section_photos h3
{
    text-align:center;
    padding:8px;
}
.videos_col iframe
	{
		width: 100%;
		height: auto;
		min-height:250px;
	}
	.videos a h3
	{
	    text-align:center;
	}
}
/*University of toronto*/



.university_section1 {
    display: block;
    padding-top: 100px;
}
.university_section1 img {
	width: 100%;
	height: auto;
}
.university-details h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #707070;
    line-height: 38px;
    padding: 100px 85px;
    text-align: center;
}


/* End University of toronto*/