@charset "UTF-8";

:root {
	--oxpins-font: 'Montserrat', sans-serif;
	--oxpins-font-two: 'Montserrat', sans-serif;
	--oxpins-sayinistic-font: 'the_sayinisticitalic';
	--oxpins-font-three: 'Noteworthy', sans-serif;
	--oxpins-gray: #6f7775;
	--oxpins-gray-rgb: 111, 119, 117;
	--oxpins-base: #0036fc;
	--oxpins-base-rgb: 94, 143, 253;
	--oxpins-primary: #9fdefe;
	--oxpins-primary-rgb: 159, 222, 254;
	--secondary: #F5E2C8;
	--secondary-rgb: 245, 226, 200;
	--oxpins-black: #001666;
	--oxpins-black-rgb: 0, 22, 102;
	--oxpins-white: #ffffff;
	--oxpins-white-rgb: 255, 255, 255;
	--oxpins-extra: #D7F1FE;
	--oxpins-extra-rgb: 249, 244, 232;
	--oxpins-extra-two: #f2f0ec;
	--oxpins-extra-two-rgb: 242, 240, 236;
	--oxpins-bdr-color: #eee9db;
	--oxpins-bdr-color-rgb: 238, 233, 219;
	--oxpins-letter-space-big: 0em;
	--oxpins-letter-space-small: -0.0em;
	--oxpins-bdr-radius: 20px;
	--transition: .4s all ease-in-out;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--oxpins-gray, #6f7775);
	font-family: var(--oxpins-font, "Manrope", sans-serif);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

ul,
ol {
	margin: 0 0 .5em 3em;
	padding-left: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}


/* Links
--------------------------------------------- */
a {
	color: var(--oxpins-black);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--oxpins-bdr-color, #eee9db) var(--oxpins-bdr-color, #eee9db) var(--oxpins-bdr-color, #eee9db);
	background: var(--oxpins-bdr-color, #eee9db);
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--oxpins-gray, #6f7775);
	border: 1px solid var(--oxpins-bdr-color, #eee9db);
	border-radius: 0px;
	padding: 3px;
}

select {
	border: 1px solid var(--oxpins-bdr-color, #eee9db);
}

textarea {
	width: 100%;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.row {
	--bs-gutter-x: 30px;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

body {
	font-family: var(--oxpins-font);
	color: var(--oxpins-gray);
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--oxpins-gray);
}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

.ml-0 {
	margin-left: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--oxpins-black);
	font-family: var(--oxpins-font-two);
	margin: 0;
}

p {
	margin: 0;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}


::placeholder {
	color: inherit;
	opacity: 1;
}


.thm-btn,
.donation-details__donate-btn button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--oxpins-primary);
	color: var(--oxpins-black);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 30px;
	padding: 14px 49px 14px;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn:before,
.donation-details__donate-btn button:before {
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -230%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
	background-color: var(--oxpins-black);
}

.section-title {
	position: relative;
	display: block;
	margin-top: -4px;
	margin-bottom: 46px;
}


.main-menu__logo {
	display: block;
}

.main-menu__logo img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.main-slider-three__btn {
	font-weight: 800;
}

.main-slider-three__btn:hover {
	color: var(--oxpins-base);
}

.main-slider-three__btn:before {
	background-color: var(--oxpins-white);
}



/*--------------------------------------------------------------
# Become Volunteer One
--------------------------------------------------------------*/
.become-volunteer-one {
	position: relative;
	display: block;
	z-index: 1;
	padding: 113px 0 120px;
}

.become-volunteer-one__bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--oxpins-primary);
	z-index: -1;
}

.become-volunteer-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	opacity: .10;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.testimonial-one {
	position: relative;
	display: block;
	background-color: var(--oxpins-black);
	padding: 120px 0 130px;
	z-index: 1;
}

.testimonial-one-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	opacity: .10;
	z-index: -1;
}

.testimonial-one__left {
	position: relative;
	display: block;
	margin-right: 100px;
	z-index: 3;
}

.testimonial-one__left .section-title {
	margin-bottom: 28px;
}

.testimonial-one__left .section-title__tagline {
	color: var(--oxpins-primary);
}

.testimonial-one__left .section-title__title {
	color: var(--oxpins-white);
}

.testimonial-one__text-1 {
	font-size: 16px;
	color: #98a8a5;
	padding-bottom: 41px;
}

.testimonial-one__btn:hover {
	color: var(--oxpins-black);
}

.testimonial-one__btn:before {
	background-color: var(--oxpins-white);
}


.testimonial-one__single {
	position: relative;
	display: block;
	padding: 72px 50px 44px;
	background-color: var(--oxpins-white);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	border: 5px solid var(--oxpins-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.testimonial-one__single:hover {
	transform: translateY(-10px);
}

.testimonial-one__shape-1 {
	position: absolute;
	top: -47px;
	left: 171px;
	width: 44px;
	height: 47px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.testimonial-one__client-img {
	position: absolute;
	top: -95px;
	left: 50px;
}

.testimonial-one__single .testimonial-one__client-img img {
	width: 150px !important;
	height: 150px !important;
	border-radius: 50%;
	border: 5px solid var(--oxpins-primary);
}



.testimonial-one__quote {
	height: 70px;
	width: 70px;
	background-color: var(--oxpins-base);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -35px;
	right: 50px;
}

.testimonial-one__quote span {
	font-size: 30px;
	color: var(--oxpins-white);
}

.news-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.news-one__img:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	background-color: rgba(var(--oxpins-black-rgb), 0.3);
	visibility: hidden;
	opacity: 0;
	transform-style: preserve-3d;
	transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.news-one__single:hover .news-one__img:before {
	visibility: visible;
	opacity: 1;
	transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
	height: 100%;
}

.news-one__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.news-one__content-box {
	position: relative;
	display: block;
	border: none;
	border-top: 0;
	background-color: white;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__content-box {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.news-one__content-inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.news-one__content {
	position: relative;
	display: block;
	padding: 37px 25px 23px;
}

.news-one__bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 19px 27px 19px;
	border-top: 1px solid var(--oxpins-bdr-color);
}

.news-one__share {
	position: relative;
	display: block;
}

.news-one__share a {
	font-size: 15px;
	color: var(--oxpins-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-one__share a:hover {
	color: var(--oxpins-base);
}

.news-one__social-box {
	position: absolute;
	bottom: 50px;
	right: 0px;
	background-color: var(--oxpins-primary);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 7px;
	border-radius: 15px;
	transform: translateX(175%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	z-index: 2;
}

.news-one__social-box.active {
	transform: translateX(0%);
	visibility: visible;
	opacity: 1;
}

.news-one__social {
	position: relative;
	display: block;
}

.news-one__social li {
	position: relative;
	display: block;
}

.news-one__social li+li {
	margin-top: 15px;
}

.news-one__social li a {
	position: relative;
	display: flex;
	font-size: 16px;
	color: var(--oxpins-black);
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-one__social li a:hover {
	color: var(--oxpins-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	background-color: var(--oxpins-black);
	z-index: 1;
}

.footer_section_text {
	background: red;
}


.site-footer-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: luminosity;
	opacity: 0.03;
	z-index: -1;
}

.footer-widget__title {
	font-size: 20px;
	color: var(--oxpins-white);
	font-weight: 800;
	line-height: 20px;
	margin-bottom: 27px;
	letter-spacing: -0.02em;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 100px 0 98px;
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-right: 0px;
}

.footer-widget__about-logo {
	position: relative;
	display: block;
}

.footer-widget__about-text-box {
	position: relative;
	display: block;
	padding-top: 16px;
	padding-bottom: 20px;
}

.footer-widget__about-text {
	color: #98a8a5;
	font-weight: 400;
}

.footer-widget__links {
	position: relative;
	display: block;
}

.footer-widget__links-list {
	position: relative;
	display: block;
}

.footer-widget__links-list li {
	position: relative;
	display: block;
}

.footer-widget__links-list li+li {
	margin-top: 11px;
}

.footer-widget__links-list li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #98a8a5;
	font-weight: 400;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
	padding-left: 15px;
	color: var(--oxpins-white);
}

.footer-widget__links-list li a:before {
	position: absolute;
	top: 36%;
	left: 0;
	bottom: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 500ms ease;
	font-size: 15px;
	color: var(--oxpins-primary);
}

.footer-widget__contact {
	position: relative;
	display: block;
}

.footer-widget__contact-text {
	color: #98a8a5;
	font-weight: 400;
	padding-bottom: 10px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget__contact-list li .icon i {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: var(--oxpins-primary);
}

.footer-widget__contact-list li .text {
	margin-left: 15px;
}

.footer-widget__contact-list li .text p {
	font-weight: 700;
}

.footer-widget__contact-list li .text p a {
	color: var(--oxpins-white);
	transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
	color: var(--oxpins-primary);
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px;
}

.site-footer__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--oxpins-base);
	background-color: var(--oxpins-primary);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.site-footer__social a:hover {
	color: var(--oxpins-base);
	background-color: var(--secondary) ;
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--oxpins-white);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer__social a+a {
	margin-left: 10px;
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #000829;
}

.site-footer__bottom-inner {
	position: relative;
	display: block;
	text-align: center;
	padding: 25px 0;
}

.site-footer__bottom-text {
	font-size: 15px;
	color: var(--oxpins-white);
	font-weight: 400;
}

textarea.form-control {
    height: auto;
}

.comment_form_area h3 {
    padding-bottom: 30px;
}

/* --sidebar-- */
.section_padding {
	margin-top: 100px;
}

.section_padding_teams {
	margin-top: 50px;
	margin-bottom: 100px;
}

.project_organizer_wrapper {
    display: flex;
}

.sidebar_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.project_organizer_text {
    padding-left: 25px;
}

.project_organizer_text h5 {
    line-height: 13px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}


.project_organizer_text p {
    padding-top: 5px;
}

.project_organizer_text ul li {
    padding-top: 10px;
    color: var(--paragraph-color);
    font-weight: 500;
}

.project_organizer_text ul li img {
    padding-right: 5px;
    width: 36px;
}

.project_organizer_text ul li span {
    color: var(--black-color);
}

.recent_donet_item {
    display: flex;
    padding-top: 25px;
}

.recent_donet_img {
    width: 25%;
}

.recent_donet_text {
    width: 100%;
    padding-left: 15px;
}

.sidebar_inner_heading {
    display: flex;
    justify-content: space-between;
}

.sidebar_inner_heading h4 {
    font-size: 18px;
    font-weight: 600;
}

.sidebar_inner_heading h4 a {
    color: var(--black-color);
}

.sidebar_inner_heading h4 a:hover {
    color: var(--main-color);
}

.sidebar_inner_heading h5 {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
}

.recent_donet_text p {
    padding-top: 5px;
}

.recent_donet_text h6 {
    padding-top: 5px;
    font-weight: 500;
}

.sidebar_heading_main {
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
}

.recent_causes_wrapper .sidebar_inner_heading h4 a {
    line-height: 26px;
}

.recent_causes_wrapper .recent_donet_text h6 {
    padding-top: 10px;
    font-weight: 500;
}

.social_icon_sidebar ul li {
    display: inline-flex;
    padding-top: 20px;
    padding-right: 15px;
    transition: var(--transition);
}

.social_icon_sidebar ul li:hover {
    transform: translateY(-5px);
}

.social_icon_sidebar ul li a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tags_noted {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}


.event_details_list ul li {
    padding-top: 20px;
	list-style: none;
	padding-left: 0;
}

.details_text_wrapper ul li {
	list-style: none;
	padding-left: 0;
}

.event_details_list ul li {
    padding-top: 20px;
    color: var(--paragraph-color);
    font-weight: 600;
}

.event_details_list ul li img {
    padding-right: 5px;
    width: 36px;
}

.event_details_list ul li span {
    color: var(--oxpins-black);
}

.register_now_details {
    padding-top: 40px;
}

.event_details_list ul {
	width: 100%;
	margin-left: -15px;
}

.social_icon_sidebar ul {
	width: 100%;
	margin-left: -15px;
}

#trending_causes_main {
	margin-bottom: 100px;
}

.details_text_wrapper ul{
	width: 100%;
	margin-left: -15px;
}

.details_text_wrapper ul li span {
    color: var(--oxpins-black);
	font-weight: bold;
	font-size: larger;
}


.tf-gallery {
	display: flex;
	align-items: end;
	position: relative;
	padding-top: 10px;
	height: 250px;
	overflow: hidden;
}

.tf-gallery-home {
	margin-top: -10px;
}

@media (max-width:425px) {
	.tf-gallery{
		height: 200px;
	}
}

.slider-img-item {
	aspect-ratio: 1/1;
	flex-grow: 1;
	overflow-y: hidden;
}

.slider-controls {
	position: absolute;
	bottom: -500px;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 200;
}

/* Tf page Buttons */
.tf-button {
	color: #090909;
	padding: 0.7em 1.7em;
	font-size: 18px;
	border-radius: 0.5em;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	transition: all .3s;
	box-shadow: 6px 6px 12px #c5c5c5,
			   -6px -6px 12px #ffffff;
  }

  .tf-button:active {
	box-shadow: 4px 4px 12px #c5c5c5,
			   -4px -4px 12px #ffffff;
  }

/* Wiinner section */
/* .winner-section {
	background: yellow;
}

.top-nav-section {
	background: red;
}

.bottom-nav-section{
	background: #0036fc;
} */

/* @media (max-width: 425px) {
	.winner-section {
		display: flex;
	}
} */

/* Judges section */
.judges-section {
	overflow: hidden;
}

/* Judges Cards */
.card-client {
	background: var(--oxpins-black);
	width: 13rem;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	border: 4px solid var(--oxpins-primary);
	box-shadow: 0 6px 10px rgba(207, 212, 222, 1);
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-family: "Poppins", sans-serif;
	transition: all 0.3s ease;
  }

  .card-client:hover {
	transform: translateY(-10px);
  }

  .user-picture {
	overflow: hidden;
	object-fit: cover;
	width: 5rem;
	height: 5rem;
	border: 4px solid #7cdacc;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
  }

  .user-picture svg {
	width: 2.5rem;
	fill: currentColor;
  }

  .name-client {
	margin: 0;
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
  }

  .name-client span {
	display: block;
	font-weight: 200;
	font-size: 16px;
  }

  .social-media:before {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	margin: 20px 0;
	background: #7cdacc;
  }

  .social-media a {
	position: relative;
	margin-right: 15px;
	text-decoration: none;
	color: inherit;
  }

  .social-media a:last-child {
	margin-right: 0;
  }

  .social-media a svg {
	width: 1.1rem;
	fill: currentColor;
  }

  /*-- Tooltip Social Media --*/
  .tooltip-social {
	background: #262626;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0.5rem 0.4rem;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -90%);
	transition: all 0.2s ease;
	z-index: 1;
  }

  .tooltip-social:after {
	content: " ";
	position: absolute;
	bottom: 1px;
	left: 50%;
	border: solid;
	border-width: 10px 10px 0 10px;
	border-color: transparent;
	transform: translate(-50%, 100%);
  }

  .social-media a .tooltip-social:after {
	border-top-color: #262626;
  }

  .social-media a:hover .tooltip-social {
	opacity: 1;
	transform: translate(-50%, -130%);
  }

/*****************
    - Header -
*****************/


.container-fluid,
.container {
	max-width: 1200px;
}

.card-container {
	padding: 100px 0px;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.profile-card-1 {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	background-image: url(../img/profile-bg-1.jpg);
	background-position: center;
	padding-top: 100px;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	max-width: 300px;
}

.profile-card-1 .profile-content {
	position: relative;
	background-color: #fff;
	padding: 70px 20px 20px 20px;
	text-align: center;
}

.profile-card-1 .profile-img {
	position: absolute;
	height: 100px;
	left: 0px;
	right: 0px;
	z-index: 10;
	top: -50px;
	transition: all 0.25s linear;
	transform-style: preserve-3d;
}

.profile-card-1 .profile-img img {
	height: 100px;
	margin: auto;
	border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.profile-card-1 .profile-name {
	font-size: 18px;
	font-weight: bold;
	color: #021830;
}

.profile-card-1 .profile-address {
	color: #777;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

.profile-card-1 .profile-description {
	font-size: 13px;
	padding: 5px 10px;
	color: #777;
}

.profile-card-1 .profile-icons .fa {
	margin: 5px;
	color: #777;

}

/* .profile-icons {
	position: absolute;
	bottom: -100px;
} */

.profile-card-1:hover {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.profile-card-1:hover .profile-img {
	transform: rotateY(180deg);
}

.profile-card-2 {
	max-width: 300px;
	background-color: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	background-position: center;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	border-radius: 10px;
}

.profile-card-2 img {
	transition: all linear 0.25s;
}

.profile-card-2 .profile-name {
	position: absolute;
	left: 30px;
	bottom: 70px;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
	position: absolute;
	bottom: 15px;
	right: 30px;
	color: #fff;
	transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
	position: absolute;
	bottom: 50px;
	left: 30px;
	color: #fff;
	font-size: 12px;
	transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
	margin: 5px;
}

.profile-card-2:hover img {
	filter: grayscale(100%);
}

.profile-card-2:hover .profile-name {
	bottom: 80px;
}

.profile-card-2:hover .profile-username {
	bottom: 60px;
}

.profile-card-2:hover .profile-icons {
	right: 40px;
}

.profile-card-3 {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	padding: 25px 15px;
}

.profile-card-3 .profile-name {
	font-weight: bold;
	color: #21304e;
}

.profile-card-3 .profile-location {
	color: #999;
	font-size: 13px;
	font-weight: 600;
}

.profile-card-3 img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px auto;
	border-radius: 50%;
	transition: all linear 0.25s;
}

.profile-card-3 .profile-description {
	font-size: 13px;
	color: #777;
	padding: 10px;
}

.profile-card-3 .profile-icons {
	margin: 15px 0px;
}

.profile-card-3 .profile-icons .fa {
	color: #fe455a;
	margin: 0px 5px;
}

.profile-card-3:hover img {
	height: 110px;
	width: 110px;
	margin: 5px auto;
}

.profile-card-4 {
	max-width: 300px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
}

.profile-card-4 img {
	transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
	position: relative;
	padding: 15px;
	background-color: #fff;
}

.profile-card-4 .profile-name {
	font-weight: bold;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -70px;
	color: #fff;
	font-size: 17px;
}

.profile-card-4 .profile-name p {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
	color: #777;
	font-size: 12px;
	padding: 10px;
}

.profile-card-4 .profile-overview {
	padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
	font-size: 10px;
	font-weight: 600;
	color: #777;
}

.profile-card-4 .profile-overview h4 {
	color: #273751;
	font-weight: bold;
}

.profile-card-4 .profile-content::before {
	content: "";
	position: absolute;
	height: 20px;
	top: -10px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	z-index: 0;
	transform: skewY(3deg);
}

.profile-card-4:hover img {
	transform: rotate(5deg) scale(1.1, 1.1);
	filter: brightness(110%);
}

.profile-card-5 {
	max-width: 300px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	padding: 50px 15px 25px 15px;
}

.profile-card-5 img {
	height: 100px;
	width: 100px;
	object-fit: cover;
	margin: 10px auto;
	border-radius: 50%;
	transition: all linear 0.25s;
	position: relative;
}

.profile-card-5::before {
	content: "";
	position: absolute;
	top: -60px;
	right: 0px;
	left: 0px;
	height: 170px;
	background-color: #4fb96e;
	transform: skewY(-20deg);
}

.profile-card-5 .profile-name {
	padding-top: 15px;
	font-weight: bold;
	color: #333;
}

.profile-card-5 .profile-designation {
	font-size: 13px;
	color: #777;
}

.profile-card-3 .profile-location {
	color: #999;
	font-size: 13px;
	font-weight: 600;
}

.profile-card-5 .profile-description {
	font-size: 13px;
	color: #777;
	padding: 10px;
}

.profile-card-5 .profile-overview {
	padding: 15px 0px;
}

.profile-card-5 .profile-overview p {
	color: #777;
	font-size: 13px;
}

.profile-card-5 .profile-overview h2 {
	font-weight: bold;
	color: #1e2832;
}

.profile-card-5 .profile-icons .fa {
	margin: 7px;
	color: #4fb96e;
}

.profile-card-5:hover img {
	transform: rotate(-5deg);
}

.profile-card-6 {
	max-width: 300px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
}

.profile-card-6 img {
	transition: all 0.15s linear;
}

.profile-card-6 .profile-name {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding: 15px 20px;
	background: linear-gradient(
		140deg,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(255, 255, 0, 0) 50%
	);
	transition: all 0.15s linear;
}

.profile-card-6 .profile-position {
	position: absolute;
	color: rgba(255, 255, 255, 0.4);
	left: 30px;
	top: 100px;
	transition: all 0.15s linear;
}

.profile-card-6 .profile-overview {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(255, 255, 0, 0)
	);
	color: #fff;
	padding: 50px 0px 20px 0px;
	transition: all 0.15s linear;
}

.profile-card-6 .profile-overview h3 {
	font-weight: bold;
}

.profile-card-6 .profile-overview p {
	color: rgba(255, 255, 255, 0.7);
}

.profile-card-6:hover img {
	filter: brightness(80%);
}

.profile-card-6:hover .profile-name {
	padding-left: 25px;
	padding-top: 20px;
}

.profile-card-6:hover .profile-position {
	left: 40px;
}

.profile-card-6:hover .profile-overview {
	padding-bottom: 25px;
}

.profile-card-7 {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
}

.profile-card-7 .profile-content {
	padding: 60px 30px 30px 30px;
	background-color: #fff;
	position: relative;
}

.profile-card-7 .profile-content img {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	top: -40px;
	border: 5px solid #fff;
}

.profile-card-7 .profile-content .profile-name {
	position: absolute;
	font-size: 17px;
	font-weight: bold;
	top: -35px;
	left: 125px;
	color: #fff;
}

.profile-card-7 .profile-overview {
	padding: 5px 0px;
}

.profile-card-7 .profile-overview p {
	color: #777;
	font-size: 11px;
	font-weight: 600;
}

.profile-card-7 .profile-overview h5 {
	color: #142437;
	font-weight: bold;
}

.profile-card-8 {
	background: linear-gradient(#09121c, #36445a);
	border-radius: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	transition: all 0.25s linear;
}

.profile-card-8 .profile-name {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 25px;
	color: #58d683;
	font-size: 17px;
	font-weight: bold;
}

.profile-card-8 .profile-designation {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}

.profile-card-8 .profile-icons {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 80px;
	color: rgba(255, 255, 255, 0.7);
}

.profile-card-8 .profile-icons .fa {
	margin: 5px;
}

.profile-card-8:hover {
	transform: scale(1.05, 1.05);
}

.profile-card-9 {
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	padding: 30px 15px;
	background-color: #fff;
	transition: all 0.25s linear;
}

.profile-card-9 img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	margin: 10px auto;
}

.profile-card-9 .profile-name {
	font-size: 15px;
	color: #3249b9;
	font-weight: 600;
}

.profile-card-9 .profile-designation {
	font-size: 13px;
	color: #777;
}

.profile-card-9 .profile-description {
	padding: 10px;
	font-size: 13px;
	color: #777;
	margin: 15px 0px;
	background-color: #f1f2f3;
	border-radius: 5px;
}

.profile-card-9 a {
	padding: 10px 15px;
	background-color: #3249b9;
	color: #fff;
	font-size: 11px;
	border-radius: 25px;
}

.profile-card-9:hover {
	transform: scale(1.05, 1.05);
}

.profile-card-10 {
	border-radius: 5px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	padding: 30px 15px;
	background-color: #1f2124;
	color: #eee;
}

.profile-card-10 img {
	margin: 10px auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 10px solid transparent;
	box-shadow: 0px 0px 0px 2px #64c17b;
	transition: all 0.25s linear;
}

.profile-card-10 .profile-name {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.profile-card-10 .profile-location {
	font-size: 13px;
	opacity: 0.7;
}

.profile-card-10 .profile-description {
	padding: 10px;
	font-size: 13px;
}

.profile-card-10 .profile-icons .fa {
	color: #ffc75e;
	margin: 10px;
}

.profile-card-10:hover img {
	transform: scale(1.1);
}

/* ---volunteer--- */

#volunteer_area_main .volunteer_wrapper {
    margin-bottom: 30px;
}

.volunteer_wrapper {
    z-index: 9;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: var(--oxpins-base);
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.volunteer_wrapper:hover {
    box-shadow: rgb(0 0 0 / 14%) 8px 20px 22px;
}

.volunteer_img img {
    width: 100%;
}

.volunteer_img {
    position: relative;
}

.volunteer_icon {
    position: absolute;
    bottom: 20px;
    left: 40%;
    transform: translate(-50%, 20px);
    transition: var(--transition);
    opacity: 0;
}

.volunteer_wrapper:hover .volunteer_icon {
    opacity: 1;
    transform: translate(-50%, 0px);
}

.volunteer_icon ul {
    display: flex;
    justify-content: center;
	list-style-type: none;
}

.volunteer_icon ul li {
    padding-left: 20px;
}

.volunteer_icon ul li:first-child {
    padding-left: 0px;
}

.volunteer_icon ul li a:hover {
    background: var(--oxpins-primary);
}

.volunteer_icon ul li a {
    height: 30px;
    width: 30px;
    background: var(--oxpins-base);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: block;
    transition: var(--transition);
}

.volunteer_text {
    padding: 20px 20px;
    text-align: center;
	background-color: var(--oxpins-base);
}

.volunteer_text h3 a {
    color: white;
}

.volunteer_text h3 a:hover {
    color: var(--oxpins-primary);
}

.volunteer_text p {
    padding-top: 6px;
	color: white;
}

#partner_area-2 .owl-carousel .owl-item img {
    width: auto !important;
}

/* ----------------------------
    Gallery Page
---------------------------------*/
.gallery_item {
    position: relative;
    margin-bottom: 30px;
}

.gallery_item img {
    width: 100%;
}

.gallery_overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #ff00003b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.gallery_item:hover .gallery_overlay {
    opacity: 1;
    visibility: visible;
}

.gallery_overlay a img {
    width: auto;
}

.tf-nav {
	margin-top: -37px;
}

@media (max-width: 767px) {
	.tf-nav {
		margin-top: 0px;
	}
}