/*
::-moz-selection {
	background:rgba(0,0,0,0);
	}
::selection { 
	background:rgba(0,0,0,0);
	} 	
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #5a5a5a;
	font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}

img,
a {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input,
textarea,
select {
    outline: none;
}

h1 {
    font-size: 45px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .5px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 24px;
}

p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

strong {
    font-weight: inherit;
}

.clear:after {
    display: block;
    clear: both;
    content: '';
}

.spacer10 {
    height: 10px;
}

.spacer15 {
    height: 15px;
}

.spacer20 {
    height: 20px;
}

.spacer25 {
    height: 25px;
}

.spacer30 {
    height: 30px;
}

.spacer40 {
    height: 40px;
}

.wrapper {
    max-width: 1170px;
    margin: 0px auto;
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.wrapper:after {
    clear: both;
    display: block;
    content: '';
}

/***************************
	Header css start
*****************************/
::-webkit-input-placeholder {
    /*Chrome/Opera/Safari */
    opacity: 1
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1
}

.transition250 {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}

.transition350 {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}


/***************************
	Nav header css start
*****************************/



.manu_header {
    padding: 10px 0 20px 0;
    position: relative;
}

.manu_header .manu_header_inner{
	padding:0; 
	
}
.manu_header .manu_header_inner .logo {
    float: left;
    width: 133px;
    height: 133px;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 99;
}

.manu_header .manu_header_inner .logo img{
	
}

.manu_header .manu_header_inner .logo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.manu_header .manu_header_inner .heder_right {
    float: right;
    margin-top: 30px;
}
.manu_header .manu_header_inner .heder_right .donate_btn {
    padding: 13px 40px;
    overflow: hidden;
    background: #41358d;
    border-radius: 30px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}


.manu_header.scrolled {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,.9);
    padding-bottom:13px;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
    left: 0;
    right: 0;
	border-bottom: 2px solid #0062d1;
}
.manu_header.scrolled #header .navMenu ul li{
	padding-top: 0;
}

.manu_header.scrolled .manu_header_inner {
  border-bottom: none;
}
.manu_header.scrolled .manu_header_inner .logo {
  padding: 0;
}
.manu_header.scrolled .manu_header_inner .logo a {
  display: block;
}
.manu_header.scrolled .manu_header_inner #header {
	padding-top: 10px;
	margin-left: 80px;
}
.manu_header.scrolled .logo {
    position: relative;
    width: 100px;
    height: 100px;
}

.manu_header.scrolled .manu_header_inner .heder_right {
	float: right;
	margin-top: 41px;
}
/***************************
	Nav header css End
*****************************/


/***************************
	Banner start here
*****************************/

.banner_home {
    position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}

/*.banner_home::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background: url(../images/banner_arrow.png);
    width: 190px;
    height: 170px;
    margin: 0 auto;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position:top center;
}*/

.dropArrow {
	bottom: -7px;
	left: 0;
	/* margin: 0 0 0 -49px; */
	position: absolute;
	width: 190px;
	z-index: 999;
	right: 0;
	margin: 0 auto;
}
.dropArrow img {
    width: 90%;
}

.dropArrow2{
	background: rgba(0, 0, 0, 0.45) url("../images/down.png") no-repeat scroll center center;
    border-radius: 50%;
    bottom: 10px;
    box-sizing: border-box;
    display: none;
    height: 41px;
    padding: 10px;
    position: fixed;
    right: 20px;
    width: 42px;
    z-index: 999;
	cursor:pointer;
	}
.dropArrow2.top{
	background-image:url(../images/top.png);
	}
		
.banner_home .captionBox {
    margin: 153px;
}
.banner_home .caption {
    padding: 0;
    margin: 0;
    width: 630px;
}
h3.banner_home_heading {
    font-size: 60px;
    text-align: left;
    color: #0062d1;
    font-weight: 600;
    padding-bottom: 0;
    line-height: 90px;
    position: relative;
}
h3.banner_home_heading span{
	display: block;
	font-size: 65px;
	color: #242e33;
	font-weight: 800;
}

.banner_buttom {
    padding: 15px 40px;
    background: #0062d1;
    display: inline-block;
	font-size:16px;
	color:#fff;
	font-weight:600;
	margin-top:15px;
	 position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
   border-radius: 5px;
}


.banner_buttom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242e33;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
 border-radius: 5px;
}
.banner_buttom:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.banner_home .banner_product {
    position: absolute;
    right: -130px;
    top: 50px;
    width: 699px;
    height: 541px;
	z-index: 1;
}

.banner_home .banner_product img{
 	object-fit: contain;
    width: 100%;
    height: 100%;
	margin: 0;
	left: 0;
}

.camera_pag {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left:0;
	right:0;
	
}
.camera_wrap .camera_pag .camera_pag_ul {
    display: table;
    float: none !important;
    list-style: outside none none;
    padding: 0;
    margin: 0 auto !important;
}
#camera_wrap_2 {
    margin-bottom: 0 !important;
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 11px;
    overflow: hidden;
    width: 11px;
    border: 2px solid #c7c9c6 !important;
	background: #c7c9c6!important;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover span {
    background: #41358d !important;
	 border: 2px solid #41358d !important;
}

/***************************
	Banner End here
*****************************/

/***************************
	about start here
*****************************/
.about{
	padding: 73px 0;
	overflow: hidden;
}
.about .about_connt{
	padding: 40px;
	overflow: hidden;
	border-top: 5px solid #41358d;
	box-shadow: 0 0px 10px 0px #888888;
}
h2.center_heading{
	font-size: 40px;
	font-weight: 600;
	color: #191919;
	text-align: center;
	line-height: 50px;
	padding-bottom: 30px;
}
h2.center_heading span{
	display: block;
}

.about .about_connt p{
	color: #505050;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}

/***************************
	what we do start here
*****************************/
.what_we {
    padding: 80px 0;
    overflow: hidden;
    background: url(../images/what_we_do_bg.png) no-repeat 10% 100%;
}

.what_we .wrapper{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.what_we .what_we_text{
    width: 50%;
    flex: 0 0 50%;
}
h2.left_heading{
	font-size: 40px;
	font-weight: 600;
	color: #191919;
	text-align: left;
	line-height: 50px;
	padding-bottom: 20px;
	position: relative;
}

h2.left_heading::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100px;
	background: #41358d;
}

.what_we .what_we_text ul{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
	padding-top: 30px;
}

.what_we .what_we_text ul h3{
	color: #505050;
	font-size: 16px;
	padding-bottom:10px;
}

.what_we .what_we_text ul li{
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 0 5px 31px;
    background: url(../images/what_we_arrow.png) no-repeat 0 7px;
}

.what_we .what_we_pic{
	
}

.what_we .what_we_pic ul{
	display: flex;
    flex-direction: row;
    align-items: center;
 }

.what_we .what_we_pic ul li{
	margin-right: 20px;
}

.what_we .what_we_pic ul li .what_we_left_pic {
    width: 204px;
    height: 204px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    display: block;
}

.what_we .what_we_pic ul li .what_we_left_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.what_we .what_we_pic ul li:first-child .what_we_left_pic:first-child {
    width: 180px;
    height: 170px;
}

.what_we .what_we_pic ul li:last-child .what_we_left_pic:first-child {
    width: 220px;
    height: 240px;
}

.what_we .what_we_pic ul li:first-child .what_we_left_pic:last-child {
    width: 220px;
    height: 240px;
}
/***************************
	what we do End here
*****************************/

/***************************
	about_know more start here
*****************************/
.about_more{
	background: url(../images/about_more.jpg);
	background-repeat: repeat;
}
.about_more ul {

}

.about_more ul li {
  display: block;

	
}
.about_more ul li .about_more_pic {
    float: left;
    overflow: hidden;
    width: 50%;
}
.about_more ul li .about_more_text {
	float: right;
	width: 48%;
	padding: 120px 0;
}
.about_more ul li .about_more_text p {
	padding-top: 30px;
	font-size: 20px;
}

.about_more ul li:last-child .about_more_text p {
	padding-top: 30px;
	font-size: 16px;
}
.about_more ul li .about_more_text p:last-child{
	padding-top: 10px;
}

.about_more ul li:nth-child(2) .about_more_pic {
	float: right;
}

.about_more ul li:nth-child(2) .about_more_text {
    float: left;
}
.about_more ul li:nth-child(2) .about_more_text  ul {
	margin-top: 20px;
}
.about_more ul li:nth-child(2) .about_more_text  ul li {
	color: #686868;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 0 0 5px 31px;
	background: url(../images/what_we_arrow.png) no-repeat 0 7px;
}
.about_more ul li:nth-child(2) .about_more_text  ul li ul {
    margin-top: 10px;
}

a.btn_1 {
	background: #41358d;
	padding: 14px 20px;
	display: inline-block;
	width: 20%;
	text-align: center;
	border-radius: 50px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
}
.btn_1.ceter {
	margin: 0 auto;
	text-align: center;
	display: inherit;
	padding: 15px 0;
	margin-top: 30px;
	width: 17%;
}
.about_more ul li .about_more_pic img {
	width: 100%;
	display: block;
}
/***************************
	about_know more End here
*****************************/


/***************************
	message start here
*****************************/
.message{
	padding:80px 0;
	overflow: hidden;
	background: #fff;
}

h2.canter_heading_center{
	font-size: 40px;
	font-weight: 600;
	color: #191919;
	text-align: center;
	line-height: 50px;
	padding-bottom: 20px;
	position: relative;
}

h2.canter_heading_center::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 100px;
	background: #41358d;
	margin: 0 auto;
}

.message .msg_cont{
	border: 8px solid #f6f6f6;
	padding: 30px;
	overflow:hidden;
	margin-top: 50px;
	
	
}

.message .msg_cont {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
	
}
.message .msg_cont .msg_cont_pic {
	height: 240px;
	width: 240px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0px 10px 0px #888888;
	margin-right: 30px;
}

.message .msg_cont .msg_cont_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.message .msg_cont .msg_cont_text {
	width: 100%;
	overflow: hidden;
	flex: 0 0 75%;
	background: url(../images/quite.png) no-repeat 0 0;
}
.message .msg_cont .msg_cont_text p {
	width: auto;
	padding-left: 50px;
}
.message .msg_cont .msg_cont_text p a{
	font-size: 14px;
	color: #41358d;
	font-weight: 600;
}

.message .msg_cont .msg_cont_text ul{
	
}

.message .msg_cont .msg_cont_text ul li{
	margin-bottom: 30px;
}
.message .msg_cont .msg_cont_text ul li h3 {
	margin-left: 50px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}
.message .msg_cont .msg_cont_text ul li h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	width: 83px;
	background: #41358d;
	/* margin: 0 auto; */
}
.message .msg_cont .msg_cont_text ul li a.btn_1 {
	margin-left: 50px;
	padding: 13px 10px;
	width: 20%;
	margin-top: 10px;
}
/***************************
	message End here
*****************************/

/***************************
	product start here
*****************************/
.product{
	padding-bottom: 80px;
	overflow: hidden;
}
.product .product_top{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}
.btn_1.b {
	margin-top: 0;
	width: 8%;
	padding: 12px 20px;
}
.product .product_dts{
	
}

.product .product_dts ul{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
	flex-wrap: wrap;
	margin-top: 50px;
}

.product .product_dts ul li {
    width: 100%;
    flex: 0 0 24%;
    margin-bottom: 17px;
}

.product .product_dts ul li .product_pic {
    width: auto;
    height: 264px;
    overflow: hidden;
}

.product .product_dts ul li .product_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	transition: all 350ms ease-out;
}

.product .product_dts ul li .product_pic:hover img {
    transform: scale(1.1);
}
/***************************
	product End here
*****************************/


/***************************
	activities start here
*****************************/
.activities{
	background: url(../images/about_more.jpg);
	background-repeat: repeat;
	padding: 80px 0;
}
.activities h3{
	text-align: center;
	font-size: 20px;
	color: #505050;
	padding:30px 0;
}

.activities #slider_1{
	
}

.activities #slider_1 li {
    width: 30%;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
	height:auto;
	
}

.activities #slider_1 li .activities_pic{
	border-radius: 5px;
	display: block;
	position: relative;
	width: 360px;
    height: 270px;
	border: 8px solid #fff;
	overflow: hidden;
}

.activities #slider_1 li h4{
	font-size: 20px;
	color: #000;
	padding-top: 10px;
}



.activities #slider_1 li .activities_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	display: block;
}

.activities #slider_1  .slick-prev {
    position: absolute;
    left: -100px !important;
    top: 53% !important;
    width: 98px;
    height: 99px;
    background: none;
    background-image: url(../images/arroe_left.png);
    background-size: 60%;
    background-repeat: no-repeat;
}

.activities #slider_1 .slick-next {
    position: absolute;
    right: -120px !important;
    top: 53% !important;
    width: 98px;
    height: 99px;
    background: none;
    background-image: url(../images/arroe_right.png);
    background-size: 60%;
    background-repeat: no-repeat;
}

a.btn_1.b.center {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 50px;
}

/***************************
	Donations start here
*****************************/
.donetion{
	padding: 80px 0;
	overflow: hidden;
	background: #41358d;
}

.donetion h3{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.donetion p{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 16px 0 0;
}

.donetion p span{
	display: block;
}

.donetion h4{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 16px 0 10px 0;
}

.donetion ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 40px;
}
.donetion ul li {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 10px 0 0;
	line-height: 27px;
}
.donetion ul li a{
	color:#fff;
}
.donetion ul li span{
	font-weight: 700;
}
a.btn_1.b.center.d {
    border: 2px solid #fff;
    background: #342a71;
    margin-top: 0;
    font-size: 18px;
    width: 13%;
}
/***************************
	Donations End here
*****************************/

/***************************
	footer start here
*****************************/
.footer{
	background: #090714;
	padding: 80px 0;
}
.footer ul{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-start;
}
.footer ul li{
	width: 30%;
	flex: 0 0 30%;
}


.footer ul li ul{
	display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items:flex-start;
}

.footer ul li ul li{
	width: 100%;
	flex: 0 0 100%;
}

.footer ul li h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 30px;
}

.footer ul li ul li a {
    font-size: 17px;
    color: #fff;
    padding-bottom: 10px;
    display: block;
}

.footer ul li ul li span {
    font-size: 17px;
    color: #fff;
    padding-bottom: 10px;
    line-height: 30px;
    display: block;
}
/***************************
	footer End here
*****************************/
.footer_bottom{
	padding:20px 0;
	background: #41358d;
}

.footer_bottom .wrapper{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}

.footer_bottom .footer_bottom_left{
	font-size: 16px;
	color: #ffffff;
}

.footer_bottom .footer_bottom_right{
	margin-left:auto;
}

.footer_bottom .footer_bottom_right i {
    color: #fff;
    font-size: 17px;
    padding: 10px 13px;
    border: 1px solid #fff;
    border-radius: 30px;
}
/***************************
	footer End here
*****************************/


/***************************
	banner inner start here
*****************************/

.banner_inner {
    overflow: hidden;
    position: relative;
}

.banner_inner img {
    width: 2100px;
    left: 50%;
    position: relative;
    margin: 0 0 0 -1050px;
	display: block;
}

/***************************
	banner inner End here
*****************************/

/***************************
	About section start here
*****************************/

.abou_sec{
	padding:60px 0;
	overflow:hidden;
}

.abou_sec p {
	color: #505050;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	line-height: 29px;
}

.abou_sec_btm{
	
}

.abou_sec_btm .wrapper{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}

.abou_sec_btm .abou_sec_btm_pic{
	height: 635px;
	width: 45%;
	overflow: hidden;
	flex: 0 0 45%;
	margin-left:5%;
}

.abou_sec_btm .abou_sec_btm_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.abou_sec_btm .abou_sec_btm_text p {
	color: #505050;
	font-size: 16px;
	text-align: left;
	padding-top: 10px;
}
.abou_sec_btm .abou_sec_btm_text ul{
	margin-top: 20px;
}
.abou_sec_btm .abou_sec_btm_text ul li {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 0 5px 31px;
    background: url(../images/what_we_arrow.png) no-repeat 0 7px;
}

.abou_sec_btm .abou_sec_btm_text ul li ul{
	margin-top: 10px;
}
/***************************
	About section End here
*****************************/


/***************************
	director message section start here
*****************************/
.director_msg{
	padding: 80px 0;
	overflow: hidden;
	
}

.director_msg .wrapper{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}


.director_msg .director_msg_pic {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0px 10px 0px #888888;
    margin-right: 80px;
    flex: 0 0 20%;
}
.director_msg .director_msg_pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.director_msg .director_msg_text p{
	color: #505050;
	font-size: 16px;
	text-align:left;
	padding-top: 30px;
}
/***************************
	director message section End here
*****************************/

/***************************
	About section End here
*****************************/



.scrollTop {
	position: fixed;
	right: 1%;
	bottom: 10px;
	background:url(../images/up_arrow.png) !important;
	background-repeat: no-repeat;
	padding: 20px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}



/* ======================================= start: Get In Touch section ======================================= */

.getinTouch-sec {
    padding: 80px 0;
}

.getinTouchBox {
    box-shadow: 1px 1px 10px #d4d4d4;
    overflow: hidden;
    width: 100%;
    background: #fcfcfc;
}

.contact_form::after {
    content: '';
    clear: both;
    position: absolute;
    right: 0;
    height: 73%;
    top: 14%;
    border-right: 2px dashed #41358d;
}

.contact_form {
    width: 55%;
    float: left;
    box-sizing: border-box;
    padding: 50px;
    padding-right: 80px;
    position: relative;
    background: #fff;
}


.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=number],
.contact_form input[type=password] {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0 20px;
    outline: none;
    border: none;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
	color: #575757;
}

.contact_form ul{
	
}
.contact_form ul li{
	width: 47%;
	display: inline-block;
	margin-right: 20px;
}
.contact_form ul li:last-child{
	margin-right: 0;
}
.contact_form textarea {
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    padding: 20px;
    outline: none;
    border: none;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    font-size: 18px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
}

.contact_form input[type=submit] {
    color: #fff;
    background: #41358d;
    width: 100%;
    padding: 14px 30px;
    border: none;
    outline: none;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 600;
    transition: .5s;
    cursor: pointer;
}

.contact_form input[type=submit]:hover {
    background: #1a1a1a;

}

.contact_info {
    overflow: hidden;
    padding: 80px 0 0 80px;
}

.contact_info h4 {
    color: #41358d;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 900;
    line-height: 30px;
}

.contact_info h4 span {
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.contact_info h4 span::after {
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 132px;
    height: 1px;
    background: #0062d1;
}

.contact_info p, .contact_info a {
	display: block !important;
	margin-bottom: 6px;
	color: #1a1a1a;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 8px;
}

.contact_info a {
    display: block;
}

.contact_info p i,
.contact_info a i {
    color: #41358d;
    margin-right: 10px;
}
h3.center_heading {
    font-size: 46px;
    text-align: center;
    color: #242e33;
    font-weight: 600;
    padding-bottom: 30PX;
}

h3.center_heading span{
	color: #41358d;
}
/* ======================================= end: Get In Touch section ======================================= */
/* ======================================= start: Map section ======================================= */
.map {
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 380px;
    vertical-align: bottom;
    border: none;
}

/* ======================================= end: Map section ======================================= */


/* ======================================= activities-start ======================================= */
.what_we_do{
	padding: 80px 0;
	overflow:hidden;
}
.what_we_do .wrapper{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}

.what_we_do .what_we_do_text{
	width: 50%;
	flex: 0 0 50%;
}

.what_we_do .what_we_do_text h3{
	font-size: 20px;
	padding: 20px 0  5px 0;
	font-weight: 600;
}

.what_we_do .what_we_do_text h4{
	font-size: 18px;
	padding: 20px 0  5px 0;
	font-weight: 600;
}

.what_we_do .what_we_do_text ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 10px;
}

.what_we_do .what_we_do_text ul li {
	color: #686868;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 0 0 15px 31px;
	background: url(../images/what_we_arrow.png) no-repeat 0 7px;
	width: auto;
	margin-left: 0;
}
.what_we_do .what_we_do_pics {
    width: 39%;
    flex: 0 0 38%;
}
.what_we_do .what_we_do_pics #activities{
	
}

.what_we_do .what_we_do_pics #activities li {
    margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.what_we_do .what_we_do_pics #activities li .pic_details{
	width: 219px;
	height: 428px;
}

.what_we_do .what_we_do_pics #activities li .pic_details img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.our_mission{
	padding: 0 0 80px 0;
	overflow:hidden;
}
.our_mission .wrapper{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}

.our_mission .our_mission_pic {
	height: 485px;
	width: 45%;
	overflow: hidden;
	flex: 0 0 45%;
	margin-left: 0;
	border-radius: 5px;
}


.our_mission .our_mission_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.our_mission  .our_mission_text{
	margin-left: 50px;
}

.our_mission  .our_mission_text ul{
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 10px;
	
}


.our_mission  .our_mission_text ul li{
	color: #686868;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 0 0 15px 31px;
	background: url(../images/what_we_arrow.png) no-repeat 0 7px;
	width: auto;
	margin-left: 0;
}


/* ======================================= activities-End ======================================= */


/* ======================================= what-we-do-start ======================================= */

.what_we_do .what_we_do_text.inners ul h3 {
	color: #505050;
	font-size: 16px;
	padding-bottom: 10px;
	
}

.what_we_do .what_we_do_text.inners ul li {
	color: #686868;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	padding: 0 0 5px 31px;
	background: url(../images/what_we_arrow.png) no-repeat 0 7px;
}


.what_we_do_botton{
	background: url(../images/about_more.jpg);
    background-repeat: repeat;
	padding: 80px 0;
}

.what_we_do_botton p {
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
}


.what_we_do_botton .what_we_do_botton_middle {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 50px;
}

.what_we_do_botton .what_we_do_botton_middle .what_we_do_botton_middle_left {
    width: 50%;
    flex: 0 0 50%;
    margin-right: 60px;
}
.what_we_do_botton .what_we_do_botton_middle .what_we_do_botton_middle_left:last-child {
	width: 30%;
	flex: 0 0 20%;
	margin-right: 0;
}
.what_we_do_botton .what_we_do_botton_middle .what_we_do_botton_middle_left h4 {
	font-weight: 800;
	overflow: hidden;
	display: block;
	padding-bottom:15px;
	font-size: 18px;
	line-height: 35px;
}

.what_we_do_botton .what_we_do_botton_middle .what_we_do_botton_middle_left h4 span{
	font-weight: 400;
	display: block;
	padding: 0;
}

.what_we_do_botton .what_we_do_botton_middle .what_we_do_botton_middle_left h4 strong {
	font-weight: 400;
}
/* ======================================= what-we-do-End ======================================= */

/* ======================================= Donation start ======================================= */
.donation{
    padding: 80px 0;
}

.donation .donation_box{
	box-shadow: 1px 1px 10px #d4d4d4;
	overflow: hidden;
	width: auto;
	background: #fcfcfc;
	padding: 50px;
}
.donation .donation_box h3 {
    text-align: center;
    font-size: 20px;
    color: #505050;
    padding: 30px 0;
}

.donate_form input[type="text"], .donate_form input[type="email"], .donate_form input[type="number"], .donate_form input[type="password"] {
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	padding: 0 20px;
	outline: none;
	border: none;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #575757;
}

.donate_form ul li {
	width: 48%;
	margin-right: 20px;
	display: inline-block;
}

.donate_form ul li:nth-child(3){
	width: 31%;
}
.donate_form ul li:nth-child(4){
	width: 31%;
}
.donate_form ul li:nth-child(5){
	width: 31%;
}

.donate_form ul li:nth-child(6) {
	width: 31%;
	margin-top: 10px;
}
.donate_form ul li:nth-child(6) p {
    float: left;
    font-size: 18px;
    line-height: 12px;
    margin-right: 10px;
}
.donate_form ul li:nth-child(6) label {
	font-size: 18px;
	line-height: 12px;
	margin-right: 3px;
}
.donate_form ul li:nth-child(6) label:last-child {
    font-size: 18px;
    line-height: 12px;
    margin-left: 11px;
}
.donate_form input[type="radio"] {
	margin-right: 16px;
}

.donate_form ul li:nth-child(7) {
	width: 31%;
}

.donate_form ul li:nth-child(8) {
	width: 31%;
}
.donate_form ul li:nth-child(9) {
	width: 31%;
}

.donate_form ul li:nth-child(10) {
	width: 31%;
}

.donate_form ul li:nth-child(11) {
	width: 31%;
}
.donate_form input[type="submit"] {
	color: #fff;
	background: #41358d;
	width: 100%;
	padding: 14px 30px;
	border: none;
	outline: none;
	border-radius: 5px;
	font-size: 19px;
	font-weight: 600;
	transition: .5s;
	cursor: pointer;
}

.donate_form input[type="submit"]:hover {
	background: #1a1a1a;
}

.donation .donation_box .bank_details{
	margin-top: 50px;
}
.donation .donation_box .bank_details ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.donation .donation_box .bank_details ul li{
	width: 45%;
	overflow: hidden;
	flex: 0 0 45%;
}

.donation .donation_box .bank_details ul li h4 {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.donation .donation_box .bank_details ul li h4 span{
	font-weight: 400;
}
/* ======================================= Donation End ======================================= */


/* ======================================= gallery  start ======================================= */


.gallery{
	padding: 80px 0 0 0;
	overflow: hidden;
}
.gallery .product_top{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}
.btn_1.b {
	margin-top: 0;
	width: 8%;
	padding: 12px 20px;
}
.gallery .product_dts{
	
}

.gallery .product_dts ul{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
	flex-wrap: wrap;
	margin-top: 50px;
}

.gallery .product_dts ul li {
    width: 100%;
    flex: 0 0 24%;
    margin-bottom: 17px;
	position: relative;
}

.gallery .product_dts ul li .product_pic {
    width: auto;
    height: 264px;
    overflow: hidden;
}

.gallery .product_dts ul li .product_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	transition: all 350ms ease-out;
}

.gallery .product_dts ul li .product_pic:hover img {
    transform: scale(1.1);
}
.gallery .product_dts ul li .video_pic{
	width: auto;
    height: 264px;
    overflow: hidden;
	position: relative;
}

.gallery .product_dts ul li .video_pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	display: block;
}

.gallery .product_dts ul li .video_pic::after {
    content: '';
    left: 90px;
    top: 650%;
    margin: -50px 0 0 -50px;
    position: absolute;
    z-index: 89;
    width: 100px;
    height: 100px;
    background: url(../images/play.png) no-repeat center;
        background-size: auto;
    background-size: 50%;
    right: 0;
    margin: 0 auto !important;
}
.gallery .product_dts ul li .video_pic:hover:after{
	background-image: url(../images/playH.png);
}
.video_box{
	display:none;
	min-width:850px;
	}	
 .video_box iframe{
	width:100%;
	height:550px;
	vertical-align:bottom;
	}
/* ======================================= gallery End ======================================= */

.message.inner{
	
}
/*<!--.message.inner .msg_cont {
	border:none;
	padding: 30px;
	overflow: hidden;
	margin-top: 50px;
}-->*/
.message.inner .msg_cont{
	margin-top: 0;
}
.message.inner .msg_cont .msg_cont_text {
	width: 100%;
	overflow: hidden;
	flex: 0 0 auto;
	/*background: url(../images/quite.png) no-repeat 0 0;*/
	background: none;
}
.message.inner .msg_cont .msg_cont_text p {
	width: auto;
	padding-left: 50px;
	margin-top: 10px;
}
