html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
}

body {
	padding-top: 56px;
	font-family: 'Fira Sans', sans-serif;
}

a,
a:hover {
	color: currentColor;
	text-decoration: none;
}

button {
	appearance: auto;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: -internal-light-dark(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: default;
	background-color: transparent;
	box-sizing: border-box;
	margin: 0;
	font: 400 13.3333px Arial;
	padding: 1px 6px;
	border-width: 2px;
	border-style: none;
	border-color: #fff;
	border-image: initial;
}

.bg_section {
	background-color: #f3f3f3;
}

.bg_grey {
	background-color: #f4f4f4;
}

.s_heading {
	margin-bottom: 20px;
}

.heading_1 {
	font-size: 40px;
	font-weight: 700;
}

.heading_2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.heading_3 {
	font-size: 32px;
	font-weight: 700;
}

.heading_4 {
	font-size: 28px;
	font-weight: 700;
}

.heading_5 {
	font-size: 24px;
	font-weight: 700;
}

.heading_6 {
	font-size: 18px;
	font-weight: 700;
}

.para,
ul li,
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

.text_jl {
	text-align: justify;
}

.txt_c {
	text-align: center;
}

.clr_bl {
	color: #2c315b;
}

.clr_o {
	color: #fbab44;
}

.clr_w {
	color: #fff;
}

.wrapper_h,
.ctct_h {
	display: grid;
	grid-template-columns: 2fr 2fr;
}

.ctct_h {}

.call_us_h,
.mail_us_h {
	display: grid;
	grid-template-columns: 1fr 6fr;
	grid-gap: 1em;
	align-items: center;
}

.ul_call_h,
.ul_mail_h {
	padding-left: 0;
	margin-bottom: 0;
}

.ul_call_h li:nth-child(1),
.ul_mail_h li:nth-child(1) {
	color: #2c315b;
}

.ul_call_h li:nth-child(2),
.ul_mail_h li:nth-child(2) {
	color: #fbab44;
}

.call_us_h {
	align-items: center;
	/* align-self: center;
    justify-self: center;
    justify-items: center; */
}

.ico_cm_h .fas {
	border: 1px solid #333;
	padding: 10px;
	border-radius: 50%;
}

.tt_uc {
	text-transform: uppercase;
}

.li_call_h,
.li_mail_h {
	font-weight: 500;
}

.nav_r {
	border-radius: 35px;
	background-color: #32b998;
	color: #fff;
	padding: .5em;
	position: relative;
	top: 25px;
	z-index: 2;
}

.nav_btn_group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	white-space: nowrap;
	font-weight: 600;
	font-size: 16px;
}

.nav-item {
	margin: 0px 15px;
}

.btn_w,
.btn_w:hover {
	background-color: #fff;
	color: #2c315b;
	padding: 12px 15px;
	margin-right: 2px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 20px;
	transform: skew(-15deg);
}

.btn_o {
	background-color: #fbab44;
	padding: 12px 15px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 40px;
	margin-left: 2px;
	transform: skew(-15deg);
}

.btn_o p,
.btn_w p {
	transform: skew(15deg);
	margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}


/*.navbar {*/


/*    flex-direction: row-reverse;*/


/*}*/

.sec_2 {
	position: relative;
	top: -100px;
	z-index: 3;
}

.wrapper_s2 {
	display: grid;
	grid-template-columns: 2fr 3fr;
	grid-gap: 1em;
}

.fr1_s2 {
	background-color: #32b998;
	color: #fff;
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
	padding: 170px 100px 120px 170px;
}

.header_fr1s2 {}

.body_fr1s2 {
	margin: 35px auto 45px;
}

.btn_rc,
.btn_lc,
.subscribe_box_btn {
	background-color: #fff;
	color: #2c315b;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	border: 3px solid #fff;
	font-weight: 500;
	transition: all 0.5s ease-in;
}

.btn_rc {
	padding: 12px 15px;
}

.btn_lc {
	padding: 18px 30px;
}

.btn_hover:hover,
.btn_lc:hover,
.btn_rc:hover {
	background-color: #32b998;
	background-color: #2c315b;
	color: #fff;
}

.btn_hover_rev {
	background-color: #2c315b;
	color: #fff;
	border: 3px solid #2c315b;
}

.btn_hover_rev:hover {
	background-color: #fff;
	color: #2c315b;
}

.fr2_s2 {
	display: inline-flex;
	align-items: center;
}

.vr_vm {
	height: 200px;
	width: 1.5px;
	background-color: #333;
	margin: 0 30px;
}

.h_vm {
	margin: 30px 0;
}

.vm_s2 {
	padding: 100px 50px 50px;
}

.body_fr1s2 .para,
.txt_vm .para {
	font-size: 18px;
	line-height: 1.5em;
	/*font-weight: 600;*/
}

.wrapper_s3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
	margin: 60px auto;
}

.wrapper_s3 .service_s3 {
	padding: 1em;
	border: 3px solid #fbab4400;
	border-radius: 4px;
	transition: all 0.5s ease-in;
}

.wrapper_s3 .service_s3:hover {
	/*
        background: #2c315b70;
        background: #2c315b;
        background: #505996;
	    background: #32b998;
        color: #fff;
        border-color: #fbab44;
        border-color: #32b998;
        border-color: #2c315b;
        */
	color: #2c315b;
}

.wrapper_s3 .service_s3:hover img {
	mix-blend-mode: hard-light;
	/*
	    mix-blend-mode: darken;
	    mix-blend-mode: color-dodge;
        filter: drop-shadow(0px 15px 8px black);
        */
	filter: invert(100%) sepia(16%) saturate(7463%) hue-rotate(222deg) brightness(119%) contrast(115%);
	filter: invert(0) sepia(80%) saturate(7463) hue-rotate(205deg) brightness(102%) contrast(115)
}

.img_cap {
	margin: 20px 0 0;
}

.img_cap .heading_3 {
	line-height: 30px;
}

.wrapper_s4 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1em;
	grid-auto-rows: minmax(285px, auto);
	margin: 60px auto;
	align-items: stretch;
	justify-items: stretch;
}

.activity_wrap {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-gap: 1em;
}

.activity_s4,
.voluntee_circle,
.zoom_on_hover {
	overflow: hidden;
}

.activity_s4 img,
.voluntee_circle img,
.zoom_on_hover img {
	transition: transform .3s ease-in-out;
}

.activity_s4:hover img,
.voluntee_circle:hover img,
.zoom_on_hover:hover img {
	transform: scale(1.2);
}

.border_3g {
	border: 3px solid #32b998;
}

.activity_1_s4 {}

.activity_2_s4 {}

.activity_3_s4 {}

.activity_4_s4 {}

.activity_5_s4 {}

.py_auto {
	padding: 50px 0;
}

.wrapper_s5 {
	display: grid;
	grid-template-columns: 1fr 2fr 3fr;
	grid-gap: 1em;
	margin: 60px auto 0;
	background-color: #fbab44;
	border-bottom-left-radius: 150px;
	border-top-left-radius: 150px;
	padding: 30px;
	align-items: center;
}

.voluntee_circle {
	border-radius: 50%;
	background-color: #fff;
	padding: 30px;
}

.sec_5 {
	background-color: #f4f4f4;
	background-image: linear-gradient(#fff 50%, #F4F4F4 50%);
}

.sec_6 {
	background-color: #f4f4f4;
	padding: 100px 0 50px;
}

.wrapper_s6 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 50px 0;
}

.address_s6,
.connect_s6 {
	display: inline-flex;
	align-items: center;
}

.ac_ul_s6 {
	padding-left: 0;
	margin-bottom: 0;
}

.txt_ac {
	padding-left: 15px;
}

.ac_li_s6 {
	font-weight: 400;
	line-height: 20px;
	font-size: 16px;
}

.soc_med_s6 {
	display: grid;
	grid-template-columns: repeat(5, 0fr);
	align-items: center;
	text-align: center;
	position: relative;
}

.ico_sm_s6 {
	margin: 2px 5px;
}

.ico_sm_s6 a .fab {
	border-radius: 50%;
	border: 1px solid;
	padding: 15px;
	font-size: 20px;
	background-color: aqua;
	color: #fff;
	width: 52px;
}

.ico_sm_s6 a .fb {
	background-color: #3b5998;
}

.ico_sm_s6 a .fb:hover {
	color: #3b5998;
	background-color: #fff;
	transition: all 0.3s ease;
}

.ico_sm_s6 a .tw {
	background-color: #00acee;
}

.ico_sm_s6 a .tw:hover {
	color: #00acee;
	background-color: #fff;
	transition: all 0.3s ease;
}

.ico_sm_s6 a .ig {
	background-color: #e1306c;
}

.ico_sm_s6 a .ig:hover {
	color: #e1306c;
	background-color: #fff;
	transition: all 0.3s ease;
}

.ico_sm_s6 a .yt {
	background-color: #cc181e;
}

.ico_sm_s6 a .yt:hover {
	color: #cc181e;
	background-color: #fff;
	transition: all 0.3s ease;
}

.ico_sm_s6 a .li {
	background-color: #0077b5;
}

.ico_sm_s6 a .li:hover {
	color: #0077b5;
	background-color: #fff;
	transition: all 0.3s ease;
}


/*.tooltip-inner {*/


/*    background-color: #32b998;*/


/*    border-radius: 100px;*/


/*}*/


/*.bs-tooltip-auto[data-popper-placement^=top],*/


/*.bs-tooltip-top {*/


/*    padding-bottom: 22px;*/


/*    padding-left: 5px;*/


/*}*/


/*.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,*/


/*.bs-tooltip-top .tooltip-arrow {*/


/*    bottom: 16px;*/


/*}*/


/*.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,*/


/*.bs-tooltip-top .tooltip-arrow::before {*/


/*    border-top-color: #32b998;*/


/*}*/

.sec_7 {
	background-color: #f4f4f4;
	background-image: linear-gradient(#F4F4F4 50%, #fff 50%);
}

.wrapper_s7 {
	/*
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	*/
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #081d37;
	padding: 12px 25px;
	border-radius: 36px;
	margin: 0 0 30px;
}

.ico_sm_s7 {
	margin: 0 5px;
}

.ico_sm_s7 a .fab {
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 10px;
	font-size: 16px;
	background-color: #081d37;
	color: #fff;
	width: 38px;
}

.cr_2_s7 {
	display: inline-flex;
	text-align: center;
	margin: 0 auto;
}

.cr_3_s7 {
	text-align: end;
}

.contact_sec {
	padding: 50px 0;
}

.textfield {
	padding: 10px 20px;
	border: 2px solid #32b998;
	border-radius: 5px;
}

.textfield:focus {
	box-shadow: 0 0 0 0;
	border: 2px solid #32b998;
}

.placeholder {
	position: relative;
	left: 20px;
	top: -36px;
	padding: 0 4px;
	background: #fff;
	transform-origin: top left;
	transition: all 0.3s ease-in;
}

.placeholder_message {
	position: relative;
	left: 20px;
	top: -85px;
	padding: 0 4px;
	background: #fff;
	transform-origin: top left;
	transition: all 0.3s ease-in;
}

.textfield:focus+.placeholder,
.textfield:not(:placeholder-shown)+.placeholder {
	top: -60px;
	left: 8px;
	transform: scale(0.8);
	font-weight: bold;
}

.textfield:focus+.placeholder_message,
.textfield:not(:placeholder-shown)+.placeholder_message {
	top: -108px;
	left: 8px;
	transform: scale(0.8);
	font-weight: bold;
}

.submit_btn {
	background: #32b998;
	color: #fff;
	font-weight: bold;
	border: 2px solid #32b998;
}

.submit_btn:hover {
	color: #32b998;
	font-weight: bold;
	background: #fff;
}

.submit_btn:focus {
	box-shadow: 0 0 0 0;
}

.thumb {
	margin-bottom: 30px;
}

.thumb:hover {
	transform: scale(0.9);
	transition: all 0.5s ease;
	filter: grayscale(100%);
}

img.zoom {
	width: 100%;
	height: 200px;
	border-radius: 5px;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.gallery {
	padding: 50px 0 20px 0;
}

.team {
	padding: 50px 0 20px 0;
}

.our-team {
	padding: 30px 0 40px;
	background: #f7f5ec;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.our-team .pic {
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-bottom: 50px;
	z-index: 1;
	position: relative;
}

.our-team .pic:before {
	content: "";
	width: 100%;
	height: 0;
	border-radius: 50%;
	background: #32b998;
	position: absolute;
	bottom: 135%;
	right: 0;
	left: 0;
	opacity: 0.2;
	transform: scale(3);
	transition: all 0.3s linear 0s;
}


/*.our-team:hover .pic:before {
    height: 100%; 
}*/

.our-team .pic:before {
	height: 100%;
}

.our-team .pic:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #32b998;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.our-team .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	transform: scale(1);
	transition: all 0.9s ease 0s;
}


/*.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}*/

.our-team .pic img {
	box-shadow: 0 0 0 14px #f7f5ec;
	transform: scale(0.7);
}

.our-team .team-content {
	margin-bottom: 30px;
}

.our-team .title {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.our-team .post {
	display: block;
	font-size: 15px;
}

.our-team .social {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #32b998;
	position: absolute;
	bottom: -100px;
	left: 0;
	transition: all 0.5s ease 0s;
}


/*.our-team:hover .social {
    bottom: 0; 
}*/

.our-team .social {
	bottom: 0;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: block;
	padding: 10px;
	font-size: 17px;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
	color: #32b998;
	background: #f7f5ec;
}

.team_banner {
	position: relative;
}

.head_s5 {
	position: absolute;
	top: 150px;
	left: 20%;
}

.head_s5 .team_heading,
.head_s5 .team-para {
	color: #fff;
}

.head_s5 .team_heading {
	font-size: 60px;
	font-weight: bold;
}

.head_s5 .team-para {
	font-size: 25px;
}

.team_view {
	padding: 20px;
}

.vision_sec {
	padding-top: 50px;
}

hr:not([size]) {
	height: 2px;
	color: #32b998;
}

hr {
	opacity: 0.5;
}

.mission_content {
	padding-top: 40px;
}

.about-head {
	padding: 30px;
}

.about-para {
	text-align: none;
}

.mission-img {
	width: 600px;
	border-radius: 15px;
}

.donate_btn {
	color: #fff;
	background: #fbab44;
	border-radius: 0;
	border: 2px solid #fbab44;
	font-weight: bold;
	transition: all 0.5s ease;
}

.donate_btn:hover {
	color: #fbab44;
	background: #fff;
	/*border-radius: 100px;*/
}

.person_img img {
	border: 3px solid #32b998;
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	border-radius: 30% 70% 84% 16% / 30% 38% 62% 70%;
	border-radius: 0% 100% 0% 100% / 100% 0% 100% 0%;
	border-radius: 0% 60% 60% 100% / 100% 60% 60% 0%;
	border-radius: 50%;
}

.newsletter_box {
	background: #c4ebe1;
}

.subscribe_box {
	display: flex;
	justify-content: center;
}

.subscribe_box_control {
	padding: 8px;
}

.subscribe_box_btn {
	background: #081d37;
	color: #fff;
	border-color: #081d37;
}

.subscribe_box_btn:hover {
	background: #fff;
	color: #081d37;
	border-color: #081d37;
}

input:focus,
button:focus {
	outline: 0;
}

.ico_ac {
	/*height: 100px;
    width: 100px;*/
}

.ico_ac img {}


/* Media Queries */

@media screen and (max-width: 1536px) {
	body {
		padding-top: 5px;
	}
	.heading_1 {
		font-size: 36px;
	}
	.fr1_s2 {
		border-top-right-radius: 350px;
		border-bottom-right-radius: 350px;
		padding: 140px 85px 140px 80px;
	}
	.head_s5 {
		top: 100px;
		left: 15%;
	}
}

@media screen and (max-width: 1440px) {
	.sec_2 {
		top: 0;
	}
	.vm_s2 {
		padding: 0px 50px 50px;
	}
	.navbar-dark .navbar-nav .nav-link {
		font-size: 14px;
	}
}

@media screen and (max-width: 1366px) {
	.fr1_s2 {
		padding: 110px 55px 110px 40px;
	}
	.sec_6 {
		background-color: #f4f4f4;
		padding: 40px 0;
	}
	.body_fr1s2 .para,
	.txt_vm .para {
		font-size: 16px;
	}
}

@media screen and (max-width: 1280px) {
	.heading_1 {
		font-size: 32px;
	}
	.about-head,
	.heading_2 {
		padding: 0;
	}
}

@media screen and (max-width: 1152px) {
	.contact_img {
		margin-top: 70px;
	}
	.head_s5 {
		top: 70px;
	}
	.our-team .title {
        font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.heading_1 {
		font-size: 24px;
	}
	.sec_2 {
		top: -50px;
	}
	.body_fr1s2 .para,
	.txt_vm .para {
		font-size: 14px;
	}
	.head_s5 {
		top: 60px;
	}
	.para,
	ul li,
	p {
		font-size: 14px;
	}
}

@media (max-width: 991.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 157px;
		top: 132px;
		/* Height of navbar */
		bottom: 0;
		left: 100%;
		right: 0;
		width: 100%;
		overflow-y: srcoll;
		height: fit-content;
		padding-right: 0;
		padding-left: 0;
		overflow-y: auto;
		visibility: hidden;
		background-color: #2c315b;
		background-color: #555;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		/*right: 100%;
    left: unset;*/
		width: 250px;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		/*transform: translateX(338%);*/
		transform: translateX(-50%);
	}
	.navbar-dark .navbar-toggler:focus {
		color: #2c315b05;
		border-color: #2c315b;
	}
	.navbar-dark .navbar-nav .nav-link {
		/*font-size: 16px;*/
		padding: 1em;
		border-bottom: 1px solid;
	}
	.navbar-dark .navbar-nav .nav-link:hover {
		background: #32b998;
		background: #2c315b;
	}
	.nav_r {
		padding: .5em 2em;
		border-radius: 0;
		top: 0;
	}
	.navbar {
		flex-direction: row-reverse;
	}
	.nav-item {
		margin: 0px;
	}
	.carousel-control-prev span,
	.carousel-control-next span {
		margin-bottom: 100px;
	}
	.nav_btn_group {
		margin-left: -24px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: unset;
		position: relative;
		display: flex;
	}
	.navbar-dark .navbar-toggler-icon:after,
	.navbar-dark .navbar-toggler-icon:before {
		content: '';
		position: absolute;
		transition: all 0.5s ease;
	}
	.navbar-dark .navbar-toggler-icon,
	.navbar-dark .navbar-toggler-icon:after,
	.navbar-dark .navbar-toggler-icon:before {
		background: #fff;
		width: 25px;
		height: 2px;
	}
	.navbar-dark .navbar-toggler-icon:after {
		top: 8px;
	}
	.navbar-dark .navbar-toggler-icon:before {
		top: -8px;
	}
	.navbar-dark .navbar_expand,
	.navbar-dark .navbar-toggler-icon.navbar_expand {
		height: 0;
	}
	.navbar-dark .navbar_expand:after,
	.navbar-dark .navbar-toggler-icon.navbar_expand:after {
		top: 0;
		transform: rotate(135deg);
	}
	.navbar-dark .navbar_expand:before,
	.navbar-dark .navbar-toggler-icon.navbar_expand:before {
		top: 0;
		transform: rotate(45deg);
	}
	.ctct_h,
	.cr_2_s7 {
		display: none;
	}
	.wrapper_h {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.brand_logo img {
		width: 200px;
	}
	.sec_2 {
		top: 0;
		z-index: 1;
	}
	.wrapper_s2 {
		grid-template-columns: 1fr;
	}
	.wrapper_s3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.heading_3 {
		font-size: 18px;
	}
	.sec_6 {
		padding: 0;
	}
	.wrapper_s6 {
		grid-template-columns: repeat(1, 1fr);
		padding: 10px 0;
	}
	.address_s6,
	.connect_s6,
	.soc_med_s6 {
		display: flex;
		margin: 15px;
	}
	.wrapper_s7 {
		grid-template-columns: repeat(2, 1fr);
	}
	.wrapper_s5 {
		margin: 0;
	}
	.contact_img {
		margin-top: 90px;
	}
	.head_s5 {
		top: 50px;
	}
	.head_s5 .team_heading {
		font-size: 40px;
	}
	.head_s5 .team-para {
		font-size: 18px;
	}
	.our-team .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
	.carousel-control-prev span,
	.carousel-control-next span {
		margin-bottom: 220px;
	}
	.offcanvas-collapse.open {
		/*transform: translateX(293%);*/
	}
}

@media screen and (max-width: 540px) {
	.head_s5 {
		top: 40px;
		left: 8%;
	}
	.head_s5 .team_heading {
		font-size: 30px;
	}
	.head_s5 .team-para {
		font-size: 15px;
	}
	.mission {
		flex-direction: column-reverse;
	}
	.carousel-control-prev span,
	.carousel-control-next span {
		margin-bottom: 300px;
	}
	.wrapper_s3 {
		margin: 0;
	}
	.head_s3 {
		margin: 3em 0
	}
	.head_s3 .heading_2 {
		margin: 0;
		padding: 0;
	}
	.offcanvas-collapse.open {
		/*transform: translateX(211%);*/
	}
	.sec_3 {
		padding-top: 50px;
	}
	.nav_top+.container {
		padding: 0;
	}
}

@media screen and (max-width: 425px) {
	.nav_btn_group {
		font-size: 14px;
		grid-template-columns: 1.5fr 1fr;
	}
	.carousel-control-prev span,
	.carousel-control-next span {
		margin-bottom: 340px;
	}
	.btn_o,
	.btn_w {
		padding: 12px 12px;
	}
	.fr1_s2 {
		padding: 50px 15px;
	}
	.fr2_s2 {
		display: block;
	}
	.vr_vm {
		width: 0;
		height: 0;
		margin: 0;
	}
	.vm_s2 {
		padding: 15px;
	}
	.heading_2 {
		font-size: 22px;
	}
	.heading_3 {
		font-size: 20px;
	}
	.heading_4 {
		font-size: 18px;
	}
	.heading_5 {
		font-size: 16px;
	}
	.ac_li_s6,
	.para {
		font-size: 14px;
	}
	.wrapper_s4 {
		grid-template-columns: repeat(1, 1fr);
	}
	.wrapper_s5 {
		grid-template-columns: 1fr;
		border-radius: 0;
		margin-right: 15px;
	}
	.voluntee_circle {
		padding: 30%;
	}
	.voluntee_cap {
		text-align: center;
		margin: 15px auto;
	}
	.btn_lc,
	.btn_lc:hover {
		border-radius: 0;
	}
	.wrapper_s7 {
		/*grid-template-columns: repeat(1, 1fr);*/
		flex-direction: column;
	}
	.cr_1_s7,
	.cr_3_s7 {
		text-align: center;
	}
	.h_vm {
		margin: 10px 0;
	}
	.address_s6,
	.connect_s6,
	.soc_med_s6 {
		margin: 15px 0;
	}
	.contact_img {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.contact {
		flex-direction: column-reverse;
	}
	.offcanvas-collapse {
		/*top: 154px;*/
		width: 100%;
	}
	.offcanvas-collapse.open {
		/*transform: translateX(100%);*/
	}
	.para,
	ul li,
	p {
		font-size: 14px;
	}
	.head_s3 {
		margin: 0 0 1.5em;
	}
}

@media screen and (max-width: 414px) {
	.nav_r {
		padding: .5em;
	}
	.nav_btn_group {
		margin-left: -1px;
	}
}

@media screen and (max-width: 384px) {
	.wrapper_s3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 375px) {
	.head_s5 {
		position: relative;
		top: 30px;
		left: 0;
	}
	.head_s5 .team_heading {
		color: #000;
	}
	.head_s5 .team-para {
		display: none;
	}
	.carousel-control-prev span,
	.carousel-control-next span {
		margin-bottom: 360px;
	}
}

@media screen and (max-width: 320px) {
	.nav_btn_group {
		font-size: 12px;
		grid-template-columns: 1.5fr .5fr;
	}
	.btn_o,
	.btn_w {
		padding: 10px 8px;
	}
	.fr1_s2 {
		padding: 30px 30px 30px 15px;
	}
	.offcanvas-collapse {
		top: 129px;
	}
	.carousel-control-prev span,
	.carousel-control-next span {
		margin-bottom: 380px;
	}
	.para,
	ul li,
	p {
		font-size: 12px;
	}
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}

.nav-underline .nav-link:hover {
	color: #007bff;
}

.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
	background-color: #6f42c1;
}
