@font-face {
 font-family: 'poppinsregular';
 src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),  url('../fonts/poppins-regular-webfont.woff') format('woff'),  url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'poppinsmedium';
 src: url('../fonts/poppins-medium-webfont.eot');
 src: url('../fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/poppins-medium-webfont.woff2') format('woff2'),  url('../fonts/poppins-medium-webfont.woff') format('woff'),  url('../fonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'poppinssemibold';
 src: url('../fonts/poppins-semibold-webfont.eot');
 src: url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),  url('../fonts/poppins-semibold-webfont.woff') format('woff'),  url('../fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'roboto_slabbold';
 src: url('../fonts/RobotoSlab-Bold-webfont.eot');
 src: url('../fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff'),  url('../fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),  url('../fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'roboto_slabregular';
 src: url('../fonts/RobotoSlab-Regular-webfont.eot');
 src: url('../fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoSlab-Regular-webfont.woff') format('woff'),  url('../fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),  url('../fonts/RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
 font-weight: normal;
 font-style: normal;
}

img {
	max-width:100%;
	height:auto;
}
body {
	margin:0;
	padding:0;
	font-size:14px;
	font-family: 'poppinsregular';
}
* {
	box-sizing:border-box;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline:none;
}
input::-webkit-input-placeholder {
 color:#fff;
 font-size:14px;
 font-family: 'poppinsregular';
}
textarea::-webkit-input-placeholder {
 font-family: 'poppinsregular';
 font-size:14px;
 color:#fff;
}
.field-error {
	float: left;
	color: #F00;
	width: 100%;
}
.page {
	width:100%;
	float:left;
	background:#fff;
	background-size:100%;
	background-attachment:fixed;
}
.container {
	width:90%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.header {
	float: left;
	width: 100%;
	color: #666;
	padding: 10px 0;
	background:#062e57;
}
.header_left {
	float:left;
	font-family: 'roboto_slabbold';
	color:#fff;
}
.header_left span {
	float: left;
	padding-left: 26px;
	background: url(../images/top-ph-icon.png) left center no-repeat;
	letter-spacing: 0.6px;
	font-size: 13px;
}
.header_right {
	float: right;
}
.top_social {
	float: left;
	display: table;
}
.social_icon {
	background:url(../images/header-icon.png) left center no-repeat;
	width: 17px;
	height: 16px;
	display: inline-block;
	float: left;
	margin: 3px 0 5px 5px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
.social_icon.fb {
	background-position: 0px 0;
}
.social_icon.twt {
	background-position: -34px 0;
}
.social_icon.gp {
	background-position: -70px 0;
}
.social_icon.in {
	background-position: -105px 0;
}
.head {
	float: left;
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px solid #e0dede;
	background: #fff;
}
.head_left {
    float: left;
    width: 6%;
}
.head_menu {
	float: left;
}
.head_menu ul {
    float: left;
    padding-top: 23px;
}
.head_menu ul li {
	display: inline-block;
	float: left;
	padding: 0 0 0 20px;
	position: relative;
}
.head_menu ul li a {
	text-decoration: none;
	color: #666666;
	padding: 0 4px 4px;
	float: left;
	font-size: 14px;
	border-bottom: 2px solid transparent;
	text-transform: capitalize;
}
.head_menu ul li.current-menu-item a, .head_menu ul li:hover a {
	border-color: #9fd224;
	color: #062e57;
}
.dnt_btn {
    float: right;
    margin-top: 18px;
}
.dnt_btn a {
	background-color: #9fd224 !important;
	background: url(../images/donate-button-1.png) no-repeat 41% 43%;
	padding: 9px 68px 30px;
	border-radius: 5px;
	float: left;
	width: 100%;
}
.dnt_btn a:hover {
	box-shadow: 0px 2px 5px rgb(5, 58, 111);
	transition:0.6s;
}
.mob_logo_wap {
    display: none;
    width: 20%;
    text-align: center;
    margin: 0 auto;
}
.mob_logo_wap a {
    float: left;
    width: 100%;
}
.menu_trigger {
    float: left;
    background:url(../images/menu-icon.png) no-repeat;
    width:30px;
    height: 15px;
    text-decoration: none;
    display: none;
    text-align: center;
    margin: 17px auto 0;
}
.mob_menu {
    float: left;
    width: 100%;
    border-top: solid 1px #8c8c8c;
    display: none;
    background: rgb(6, 46, 87);
}
.mob_menu ul {
	padding:0;
	list-style:none;
	width:100%;
	margin:0 auto 20px;
}
.mob_menu ul li {
    float: left;
    width: 100%;
    padding: 12px 30px;
}
.mob_menu ul li:hover {
   background: #9fd224;
    box-shadow: 0px 2px 2px #000;
	transition: all .5s ease;
}
.mob_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}
.mob_menu ul ul {
	width:100%;
	display:none;
	border-top:dotted 1px #CCC;
}
.mob_menu ul ul li:last-child {
	border:none;
}
.close_menu {
    float: left;
    width: 100%;
    text-align: center;
    color: #9fd224;
    margin: 0 0 12px;
    font-size: 16px;
    /* letter-spacing: 1px; */
    position: relative;
    /* right: 15px; */
    font-family: 'roboto_slabbold';
}
.banner_wrap {
    float: left;
    width: 100%;
    position: relative;
}
.banner_wrap.other.contact_page {
    height: 200px;
}
.banner_wrap img {
	width: 100%;
}
.banner_text {
	right: 28px;
	width: 38%;
	top: 40px;
	font-size: 23px;
	color: #fff;
	background: rgba(0, 0, 0, 0.28);
	padding: 25px 0;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
	font-family: 'roboto_slabregular';
}
.banner_color_text {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #9fd224;
	font-size: 36px;
	font-family: 'roboto_slabbold';
}
.hp_wrapper {
    position: absolute;
    /* top: -82px; */
    width: 100%;
    /* float: left; */
    bottom: -10px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: 0 auto;
}
.blue_form_box {
	float: left;
	width: 100%;
	background: #062e57;
	color: #fff;
}
.hp_header.right_border {
	float: left;
	width:20%;
	border-right: 2px solid #9fd224;
	padding: 40px 30px 40px 40px;
	text-align:center;
}
.hp_header {
	float:left;
	width:100%;
}
h2.hp_title_small {
	float: left;
	width: 100%;
	color: #808080;
	font-size: 13px;
	margin: 0;
	font-family: 'roboto_slabregular';
	font-style:italic;
	font-weight:100;
}
h3.hp_title {
	float: left;
	width: 100%;
	font-size: 30px;
	margin:3px 0 0 0;
	color: #062e57;
	font-family: 'poppinsmedium';
}
.blue_form_box h2.hp_title_small {
	font-size:14px;
	color: #dadada;
}
.blue_form_box h3.hp_title {
	color: #9fd224;
}
.hp_form_wrap {
	float: left;
	padding: 37px;
	width: 80%;
}
.hp_form_wrap ul li {
	float: left;
	width: 40%;
	padding: 0 10px;
}
.hp_form_wrap ul li:last-child {
	width: 20%;
}
.hp_form_wrap ul li .input_hp {
	float: left;
	width: 100%;
	padding: 19px;
	background: rgba(255, 255, 255, 0.19);
	border-radius: 18px;
	border: 1px solid transparent;
	font-size: 14px;
	color: #fff;
}
.hp_form_button {
	float: left;
	width: 100%;
}
.hp_form_button .sc_btn {
	float: left;
	text-align: center;
	width: 100%;
	background: #9fd224;
	padding: 13px;
	border-radius: 40px;
	color: #062e57;
	border: none;
	font-family: 'roboto_slabbold';
	font-size: 18px;
	cursor: pointer;
	border: 2px solid #9fd224;
}
.hp_form_button .sc_btn:hover {
	background: none;
	transition: ease-in, 0.4s;
	color: #9fd224;
}
.middle_wrap {
    width: 100%;
    float: left;
    position: relative;
}
.three_cat_item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.three_cat_item ul li {
	float: left;
	width: 33.33%;
}
.three_cat_item ul li .item {
	float: left;
	width: 100%;
	padding: 0 10px;
}
.cat_item_link {
    float: left;
    width: auto;
    padding: 10px 20px;
    background: url(../images/3-group-arrow.png) left center no-repeat;
}
.cat_item_link:hover {
	background:url(../images/3-group-arrow-hv.png) left center no-repeat;
}
.icon_meta {
	float: left;
	margin-right: 22px;
}
.info_meta {
	float: left;
	width: 74%;/* padding-left: 70px; */
}
.info_meta h4 {
	font-size: 20px;
	color: #062e57;
	font-weight: bold;
	margin: 17px 0 6px;
	/* font-family: 'poppinssemibold'; */
    float: left;
	width: 100%;
}
.info_meta p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 23px;
}
.abt_wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/video-bg.png) left top no-repeat;
    background-size: cover;
    padding: 40px 0 20px;
}
.abt_wrap .hp_header {
	text-align: center;
	margin-bottom: 35px;
}
.abt_main_wrapper {
	float: left;
	width: 100%;
}
.abt_img {
    float: left;
    width: 45%;
    margin-right: 50px;
    margin-bottom: 20px;
}
.abt_img img {
	width: 100%;
}
.abt_content {
	float: left;
	
	width: 50%;
}
.middle_wrap p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 23px;
	margin-top:0;
	font-family: 'poppinsregular';
}
.abt_content p {
	text-align: justify;
	margin-bottom: 30px;
	line-height: 24px;
}
.sc_btn.lm {
	width: 30%;
	margin-top: 24px;
}
.ev_wrap {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 30px 0;
	margin-bottom: 30px;
}
.event_main_wrapper {
	float: left;
	width: 100%;
}
.event_wrap {
	float: left;
	width: 66.66%;
	margin-top: 35px;
}
.event_wrap ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.event_img_wrap {
	float: left;
	margin-right: 25px;
	position: relative;
}
.event_img_wrap img {
	width: 100%;
}
.date_meta {
	position: absolute;
	background: #9fd224;
	padding: 9px 2px;
	bottom: 0;
	text-align: center;
	font-size: 12px;
	font-family: 'poppinsmedium';
	color: #062e57;/* font-weight: bold; */
}
.big_no {
	font-size: 22px;
	float: left;
	width: 100%;
	line-height: 23px;
	font-family: 'roboto_slabbold';
	margin-bottom: 4px;
}
.event_info {
	float: left;
	width: 60%;
}
.event_info h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #062e57;
	margin-top: 0;
	line-height: 23px;
	margin-bottom: 14px;
}
.list_field_meta {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.field_item {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
	color: #a7a7a7;
}
.field_item .icon_wrap {
	font-size: 15px;
	color: #9fd224;
	float: left;
	margin-right: 6px;
}
.field_item .field_data {
	float: left;
	line-height: 17px;
}
.event_info .read_btn {
	color: #9fd224;
	font-size: 13px;
	float: left;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.4px;
}
.event_info .read_btn:hover {
	letter-spacing: 2px;
	transition:0.4s;
}
.event_wrap .sc_btn.vm {
	width: auto;
	background: none;
	text-align: left;
	border-radius: 0;
	border-bottom: 2px solid #9fd224 !important;
	padding: 2px 6px;
	margin-top: 20px;
	border:none;
}
.event_wrap .sc_btn.vm:hover {
	border-color: #062e57 !important;
	color:#9fd224;
}
.volunteer_wrap {
	width: 33.33%;
    float: right;
}
.volunteer {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.volunteer img {
    height: 400px;
    width: 100%;
}
.volunteer-overlay {
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.volunteer-inner {
	display: inline-block;
	padding: 20% 0;
	text-align: left;
	vertical-align: middle;
	width: 70%;
	float: none;
	margin: 0 auto;
}
.volunteer-inner .hp_title_small.vl {
	color: #fff;
	font-style: normal;
	font-size: 26px;
	font-family: 'poppinsregular';
}
.volunteer-inner h3.hp_title {
	font-size: 35px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 8px;
	letter-spacing: 2px;
}
.volunteer-inner p {
	color: #cecbcb;
	margin: 43px 0;
}
.testimonials {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.hp_header.testi_left {
	float: left;
	width: 28%;
	text-align: center;
	padding: 9.5% 0;
	background: #062e57;
	height: 275px;
}
.hp_header.testi_left h3.hp_title {
	color: #9fd224;
	margin-top: 8px;
}
.hp_header.testi_left h2.hp_title_small {
	color: #dadada;
}
.right_testi_text {
    float: right;
    width: 72%;
    background: url(../images/testimonial-img.png) center center no-repeat;
    background-size: cover;
    padding: 0 50px;
    position: relative;
    height: 275px;
}
.right_testi_text .text_wrap {
	float: left;
	width: 100%;
	padding-top: 80px;
	position: relative;
	z-index: 99999;
}
.text_wrap .icon_wrap {
	float: left;
	margin-right: 40px;
}
.text_wrap .note_meta {
	float: left;
	width: 60%;
	color: #fff;
	font-style: italic;
	font-size: 13px;
	font-family: 'poppinsmedium';
}
.avatar_meta {
	float: right;
	width: 30%;
}
.avatar_info {
	float: left;
	text-align: right;
	width: 56%;/* margin-top: 13px; */
}
.avatar_info h5 {
	font-size: 16px;
	float: left;
	width: 100%;
	color: #fff;
	margin: 0 0 11px 0;
}
.avatar_address {
	color: #bbb;
	font-size: 13px;
	font-style: italic;
	float: left;
	width: 100%;
}
.avatar_photo {
	float: right;
}
.video_wrap {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.video_wrap .hp_header {
    margin-bottom: 20px;
}
.video_wrap ul {
    margin-right: -2%;
}
.video_wrap ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
}
.sc_btn.view_all {
    width: auto;
    margin: 2% auto;
    font-size: inherit;
    float: none;
    display: table;
    padding: 10px 20px;
}
.footer_wrap {
    float: left;
    width: 100%;
    background: url(../images/footer-bg-img.png) left top no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.footer_upper {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.footer_section {
	float: left;
	width: 25%;
	padding: 0 10px;
}
.footer_hd {
	float: left;
	width: 100%;
	margin-bottom:30px;
}
.footer_hd h1.white {
	float: left;
	font-size: 14px;
	color: #f3f4f4;
	font-style: italic;
	font-weight: 100;
	margin: 0;
	font-family: 'roboto_slabregular';
}
.footer_hd h2.green {
	color: #abe02a;
	float: left;
	margin: 0 6px;
	font-size: 20px;
}
.footer_section p {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 21px;
	color: #abaaaa;
	margin-top: 0;
	margin-bottom: 30px;
}
.footer_section ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: #abaaaa;
	font-size: 12px;
}
.footer_section.contact ul li {
	margin-bottom:10px;
}
.footer_section ul li a {
	color: #abaaaa;
}
.footer_section ul li a img {
    width: 100%;
    width: 80px;
    height: 80px;
}
.footer_section ul li a:hover {
	color:#abe02a;
}
.right_wrap {
	padding: 14px 0 14px 30px;
	float: left;
	background: url(../images/footer-add-icon.png) left center no-repeat;
	/* margin-right: 5px; */
    height: 12px;
}
.right_wrap.add {
	background-position: 0 9px;
}
.right_wrap.add {
	background-position: 0 9px;
}
.right_wrap.email {
	background-position: 0 -60px;
}
.footer_section.post ul li {
    background: #000;
    padding: 12px 0;
    margin-bottom: 8px;
}
.footer_section.post ul li a {
	line-height: 15px;
	color:#fff;
}
.footer_section.post ul li a:hover {
	color:#abe02a;
}
.footer_section ul li a.green {
    color: #9fd224;
}
span.post_date {
	float: left;
	width: 100%;
	color: #abe02a;
	margin-top: 2px;
	font-family: 'roboto_slabregular';
	font-style:italic;
}
.footer_section.gallery ul li {
    float: left;
    width: 29%;
    margin: 3px;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
}
.footer_section.gallery ul li:hover {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.footer_blue_wrap {
    float: left;
    width: 100%;
    background: #062e57;
    padding: 20px 0;
}
.newsletter_wrap {
    width: 50%;
    float: left;
}
.hp_header.fw {
    width: 20%;
	margin-right:30px;
}
.hp_header.fw h2.hp_title_small {
    color: #fff;
}
.hp_header.fw h3.hp_title {
    color: #abe02a;
    font-size: 22px;
}
.mail_input_wrap {
    float: right;
    width: 74%;
}
.mail_input_wrap .input_wrap {
    float: left;
    width: 65%;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 12px;
    color: #fff;
}
.mail_input_wrap  input::-webkit-input-placeholder {
 font-size:12px;
}
.btn_nl_wrap {
    float: right;
    width: 32%;
}
.btn_nl_wrap .sub_btn {
    float: left;
    text-align: center;
    width: 100%;
    background: #9fd224;
    padding: 9px;
    border-radius: 10px;
    color: #062e57;
    font-family: 'roboto_slabbold';
    font-size: 16px;
    cursor: pointer;
    border: 2px solid #9fd224;
}
.btn_nl_wrap .sub_btn:hover {
    background: none;
	transition:0.4s;
    color: #9fd224;
}
.newsletter_wrap.right {
    float: right;
    width: 30%;
}
.social {
    float: right;
}
.social_icon_f {
    background: url(../images/social-foot.png) left center no-repeat;
    width: 44px;
    height: 41px;
    display: inline-block;
    float: left;
    margin: 5px 0 3px 5px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.social_icon_f.fb {
    background-position: 0px 0;
}
.social_icon_f.tw {
    background-position: -50px 0px;
}
.social_icon_f.gp {
    background-position: -98px 0px;
}
.social_icon_f.in {
    background-position: -148px 0px;
}
.social_icon_f.fb:hover {
    background-position: 0px -44px;
}
.social_icon_f.tw:hover {
    background-position: -50px -44px;
}
.social_icon_f.gp:hover{
    background-position: -98px -44px;
}
.social_icon_f.in:hover {
    background-position: -148px -44px;
}
.footer_bottom {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 20px;
    line-height: 17px;
}
.footer_bottom a{
   color: #9fd224;
}
/*gallery*/
.banner_wrap.other img {
    height: 200px;
}
.banner_wrap.other_page {
    position: relative;
}
.banner_wrap.other_page img {
    height: 200px;
	position:relative;
}
.other_banner_text {
    text-align: center;
    position: relative;
    bottom: 132px;
    float: left;
    width: 100%;
    /* margin: 0 auto; */
    /* margin-left: -100px; */
}
.other_banner_text .footer_hd h1.white {
    font-size: 25px;
	float:none;
    display: inline;
}
.other_banner_text .footer_hd h2.green {
    margin: 0 10px;
    font-size: 40px;
	display: inline;
	float:none;
}
.other_banner_text .footer_hd {
    margin-bottom: 12px;
    /* display: table; */
    text-align: center;
    /* padding-left: 20px; */
    margin: 0 auto 10px;
    float: none;
    display: inline-block;
    /* max-width: 18%; */
}
.other_banner_text ul li {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 0 20px;
    position: relative;
}
.other_banner_text ul li a:after {
    content: "/";
    position: absolute;
    right: -2px;
    top: 1px;
	color:#fff;
}
.other_banner_text ul li a {
    font-size: 11px;
    color: #9fd224;
}
.gallery_wrap {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.gallery_list {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}
ul.tablist {
    margin: 0 auto;
    display: table;
}
ul.tablist li {
    float: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 8px;
}
ul.tablist li a {
    float: left;
    width: 100%;
    color: #9fd224;
    border: 1px solid #9fd224;
    padding: 9px 20px;
    font-family: 'roboto_slabbold';
}
ul.tablist li.active a, ul.tablist li:hover a {
    background: #093a6b;
    transition: 0.7s;
}
.gallery_img ul li {
    float: left;
    margin: 0 10px 15px 10px;
    position: relative;
    width: 31.6%;
	cursor:pointer;
}
.gallery_img ul li img {
    width: 100%;
}
.btns-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.84);
    display: none;
    transition: all .5s ease;
}
.gallery-detail .btn {
    padding: 10px 13px;
    margin: 5px 0 0 6px;
    background-color: #9fd224 !important;
    float: right;
    color: #ffffff !important;
    border-radius: 0px;
}
.gallery-detail .btn:hover {
    color: #093a6b !important;
    transition: all .2s ease;
    font-size: 18px;
}
.gallery_img ul li:hover .btns-wrapper {
	 display:block;
	 
 }
 /*contact-us*/
.contact_wrap {
    float: left;
    width: 100%;
    margin: 40px 0 40px;
}
.c_add_wrap {
    float: left;
    width: 48%;
}
.c_add_wrap ul {
    float: left;
    margin-top: 30px;
}
.c_add_wrap ul li {
    float: left;
    width: 100%;
    padding: 24px 0px 9px;
    border-bottom: 1px solid #ccc;
}
.add_wrap {
    float: left;
    width: 100%;
}
.add_wrap .add_img_wrap {
    font-size: 28px;
    color: #9fd224;
    float: left;
    margin-right: 20px;
}
.add_content {
    float: left;
}

.add_content h5 {
    margin: 4px 0 2px;
    font-size: 18px;
    color: #062e57;
    float: left;
    width: auto;
}
.add_wrap.half {
    width: 50%;
}
.add_content a {
    float: left;
    width: 100%;
    color: #93c122;
}
.right_form_wrap {
    float: right;
    width: 48%;
}
.right_form_wrap p {
    margin: 16px 0 26px;
}
.right_form_wrap ul li {
    float: left;
    width: 47%;
	margin:0px 8px 10px;
}
.right_form_wrap ul li:last-child{
	width:97%;
}
.right_form_wrap ul li .enter {
    float: left;
    width: 100%;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.right_form_wrap ul li textarea.enter {
    resize: none;
    height: 150px;
}
.right_form_wrap ul li input::-webkit-input-placeholder {
 color:#666;
}
.right_form_wrap ul li textarea::-webkit-input-placeholder {
 color:#666;
}
.sc_btn.sn_msg {
    width: 30%;
    margin: 12px 5px 0;
}
/*about us*/
.abt_wrap.main_page {
    margin: 0 0 0px;
}
.abt_content.abt_page {
    float: none;
    width: 100%;
}
.abt_content.abt_page p {
    float: none;
}
/*team page*/
.team_wrap {
    float: left;
    width: 100%;
    margin: 40px 0 10px;
}
.team_wrap ul {
    display: table;
    text-align: center;
}
.team_wrap ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    display: inline-block;
}
.mem {
    float: left;
    width: 100%;
	padding:20px 30px;
	margin-bottom: 20px;
	background:#f1f1f1;
	cursor:pointer;
}
.mem_img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
	    position: relative;
}
.mem_img img {
    border-radius: 50%;
}
.mem_content {
    float: left;
    width: 100%;
    text-align: center;
}
.mem_content a {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #062e57;
    font-family: 'roboto_slabregular';
    padding-bottom: 10px;
}
.mem_content a h3 {
    margin: 0 ;
	float:left;
	width:100%;
}
.mem_content p {
    font-size: 13px;
    line-height: 21px;
}
.mem_img .overlay {
    background: rgba(174, 226, 56, .7);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
}
.overlay .socials {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 0;
}
.overlay .socials li {
    float: left;
    padding: 10px;
	width:auto;
}
.socials li a {
    color: #fff;
    font-size: 17px;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.45);
    transition: .3s;
}
.mem:hover .overlay{
	opacity:1;
}
.mem:hover {
    box-shadow: 0px 2px 4px #b1b1b1;
}
/*events*/
.event_wrap.main_page {
    margin: 40px 0 0;
    width: 100%;
}
.main_event_img_wrap {
    float: left;
    width: 50%;
    position: relative;
	height: 402px;
}
.main_event_img_wrap img{
    width: 100%;
	height: 402px;
}
.mainevent_info {
    width: 50%;
    float: left;
    padding: 40px 30px 40px 30px;
    background: #f5f5f5;
    height: 402px;
}
.mainevent_info h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #062e57;
    line-height: 22px;
}
.mainevent_info p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
    color: #525252;
}
.mainevent_info .read_btn {
    margin-top: 24px;
    float: left;
    border: 2px solid #9fd224;
    width: auto;
    background: #9fd224;
    color: #062e57;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
}
.event_wrap.main_page ul li {
    margin-bottom: 40px;
}
.mainevent_info .read_btn:hover {
	background: transparent;
    color: #9fd224;
}
.event_wrap.sub_page {
    margin-top: 0;
    margin-bottom: 40px;
}
.event_wrap.sub_page {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
}
.social_share {
    float: left;
    width: 100%;
    margin-top: 14px;
}
.share_lable {
    float: left;
    width: auto;
    font-size: 16px;
    line-height: 50px;
    color: #080905;
    font-family: 'roboto_slabbold';
	margin-right:12px;
}
.social_share .social {
	float:left;
}