body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	transition: background-color .5s;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*:focus {
	outline: 0;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #cccccc;
}

::-webkit-scrollbar-thumb {
	background: #555555;
	border-radius: 5px;
}

body {
	background: #ffffff;
	color: #555555;
	font-family: "Poppins", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	line-height: 1.6rem;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #224D89;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.01em;
	font-family: "Changa", sans-serif;
}

h1 {
	font-size: 2.25rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.875rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-bottom: 0.5rem;
}

small {
	font-size: 0.833rem;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.img-fluid {
	width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus {
	text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
	color: #27B271;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #27B271;
}

a,
dt {
	color: #515151;
	outline: none;
	text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
	color: #27B271;
	text-decoration: none;
}

.btn {
	outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active,
.btn.active {
	outline: none;
	box-shadow: none;
}

/******** custom-btn ********/

.custom-btn {
	position: relative;
	background-color: #38A810;
	border-radius: 2px;
	outline: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 32px;
	transition: all 0.3s ease;
	appearance: none;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.custom-btn:hover {
	background-color: #409331;
	color: #fff;
}

.custom-btn:focus {
	box-shadow: none;
}

.btn_read {
	color: #27B271;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	transition: all 0.3s ease;
	appearance: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn_read a {
	color: #27B271;
}

.btn_read span {
	color: #27B271;
	font-size: 18px;
	margin-right: 10px;
}

.btn_read:hover {
	color: #38A810;
}

.btn_read:focus {
	box-shadow: none;
}

.form-group {
	position: relative;
}

input,
textarea,
select,
button {
	outline: none;
	font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control, .form-select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	height: 50px;
	font-size: 0.875rem !important;
	padding: 10px 12px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
	border: 1px solid rgb(122, 122, 122);
	outline: none;
	box-shadow: none;
	border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-moz-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-webkit-appearance: textfield;
}

textarea.form-control {
	height: 100px;
}

.form-control.ndate-picker {
	background-color: #ffffff;
}

.form-label {
	margin-bottom: .2rem;
}

label {
	display: inline-block;
	font-weight: 400;
	font-size: 0.833rem;
	margin-bottom: 0;
}

.site__tittle {
	position: relative;
}

.title-widget {
	position: relative;
	z-index: 1;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
	position: relative;
	font-size: 46px;
	font-weight: 700;
	font-style: normal;
	line-height: 52px;
	text-transform: capitalize;
	margin-bottom: 10px;
	-webkit-animation: animatedIntro 1.5s;
	-ms-animation: animatedIntro 1.5s;
	-o-animation: animatedIntro 1.5s;
	animation: animatedIntro 1.5s;
}

.title-widget h1 span,
.title-widget h2 span,
.title-widget h3 span,
.title-widget h4 span,
.title-widget h5 span,
.title-widget h6 span {
	color: #38A810;
	font-size: 46px;
	font-weight: 700;
	font-style: normal;
	line-height: 52px;
}

.position-relative {
	position: relative !important;
	z-index: 1;
}

.py-100 {
	padding: 100px 0;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.py-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.py-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.py-50 {
	padding: 50px 0;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.py-30 {
	padding: 30px 0;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.py-20 {
	padding: 20px 0;
}

.pt-20 {
	padding-top: 20px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.p-0 {
	padding: 0 !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-10 {
	margin-bottom: 10px;
}

hr {
	background-color: rgba(234, 237, 255);
	opacity: 1;
}

.line {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	border-bottom: 1px solid rgb(234, 237, 255);
}

.site-bg {
	background-color: #224D89 !important;
}

.site-light {
	background-color: #F8F8F8 !important;
}

.site-success {
	background-color: #38A810 !important;
}

.section-content {
	position: relative;
	padding: 50px 0 50px 0;
}

main.section-all {
	min-height: 700px;
}

/******** header ********/
header {
	position: relative;
	background-color: #FAFAFA;
}

.donate__btn {
	background-color: #27B271;
	margin-top: -12px;
	padding: 12px 24px !important;
}

.donate__btn span {
	margin-right: 6px;
}

.main_header_area {
	background-color: #224D89;
}

.header__top {
	display: flex;
	justify-content: flex-end;
}

.slogan__text h5 {
    font-size: 19px;
	font-weight: 500;
	padding-top: 12px;
}
.top__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 50px;
}

.top__link {
	margin-top: 10px;
}

.top__link ul li {
	color: #2560A1;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	/* font-style: italic; */
	margin-right: 16px;
	/* font-family: "Sansita", sans-serif; */
	text-transform: capitalize;
}

.top__link ul li a {
	color: #2560A1;
}

.top__link ul li a:hover {
	color: #2560A1;
}

.top__link ul li span {
	color: #38A810;
	margin-right: 10px;
}

.top__info {
	position: relative;
	display: flex;
	align-items: center;
	/* margin-left: 26px;
    padding-left: 30px; */
	/* margin-top: 26px; */
}

.cont__box {
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}

.cont__box span {
	font-size: 24px;
	font-weight: 600;
}

.text_sm {
	color: #555555;
	font-size: 14px;
	font-weight: 400;
}

.t__sm {
	color: #3E4756;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.appointment {
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo__tittle {
	margin-left: 130px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 700;
	display: block;
	padding-top: 12px;
}

.logo__tittle span {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.sticky-top {
	z-index: 3;
}

.sticky.is-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: stickyTransition;
	animation-name: stickyTransition;
}

.sticky.is-sticky .nav-brand {
	width: 80px;
	top: 0;
}

.sticky.is-sticky .logo__tittle {
	margin-left: 130px;
}
.search_box {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	align-items: center;
	margin-left: 30px;
	display: flex;
}

.openBtn {
	background: transparent;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	padding: 0;
}

.openBtn:hover {
	background: transparent;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 50%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
    right: 20px;
	font-size: 60px;
	cursor: pointer;
	color: white;
	z-index: 99999;
	font-size: 36px;
}

.overlay .closebtn:hover {
	color: white;
}

.overlay input[type=text] {
	padding: 15px 20px;
	font-size: 17px;
	border: none;
	float: left;
	width: 1000%;
	background: white;
}

.overlay input[type=text]:hover {
	background: white;
}

.overlay button {
	float: left;
	width: auto;
	padding: 15px;
	background: #38A810;
	color: #fff;
	font-size: 24px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #38A810;
}

/******** welcome section ********/

.benefits__box {
	position: relative;
	background-color: #F8F8F8;
	padding: 30px;
	text-align: center;
	height: 100%;
}

.border__8 {
	border-radius: 8px;
}

.icon__box {
	position: relative;
	background: url(../assets/images/ellipse_bg.png) no-repeat;
	width: 109px;
    height: 119px;
	line-height: 119px;
	margin: 0 auto;
}

.icon__box span {
	color: #fff;
	font-size: 36px;
}


.special__box {
	position: relative;
	background: url(../assets/images/ellipsesm.png) no-repeat;
	width: 79px;
    height: 86px;
	line-height: 86px;
	margin: 0 auto;
}

.special__box span {
	color: #fff;
	font-size: 30px;
}

.content__text h4 {
	text-transform: capitalize;
}

.content__text p {
	font-size: 14px;
}

.specialty-section {
	position: relative;
	margin-top: 120px;
}

.specialty-section::after {
	position: absolute;
	content: '';
	left: 0;
	top:-115px;
	background: url(../assets/images/pattern__top.png);
	height: 115px;
	width: 100%;
}

.text__holderconatiner p {
	color: #fff;text-align: center;
}

/**** service ****/
.extra__section {
	position: relative;
	background: url(../assets/images/pattern__3.png) no-repeat;
	background-size: cover;
	min-height: 438px;
	margin-top: 100px;
}

.extra__container {
	position: relative;
}

.join__feedax {
  position: relative;
  padding: 60px 60px;
  min-height: 330px;
  margin-top: -100px;
  height: 100%;
}

.join__feedax h4 {
    color: #fff;
	font-size: 38px;
}

.join__feedax h6 {
    color: #fff;
	font-size: 28px;
}

.btn2 {
	background-color: #fff;
	border: 2px solid #fff;
	color: #38A810;
}

.extra__box {
	background: url(../assets/images/slider__1.jpg);
}

.boxwrap {
    padding: 20px;
}

.img_150 img {
	object-fit: cover;
	height: 150px;
}

.date_info {
	color: #38A810;
	font-size: 14px;
	font-weight: 500;
}

.subscribe__text {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.subscribe-from {
	position: relative;
}

.input-box {
	position: relative;
}

.input-box input {
	height: 46px;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 3px;
	color: #575757;
	outline: none;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 10px;
}

.input-box .button {
	position: absolute;
	background-color: transparent;
	right: 14px;
	top: 10px;
	width: 24px;
	font-size: 20px;
	font-weight: 600;
	color: #575757;
	border: none;
	padding: 0 20px;
	cursor: pointer;
}

.ps__0 {
	padding-left: 0;
}

.pe__0 {
	padding-right: 0;
}

footer {
	position: relative;
	background-color: #224D89;
	margin-top: 115px;
}

footer::after {
	position: absolute;
	content: '';
	left: 0;
	top:-115px;
	background: url(../assets/images/pattern__top.png);
	height: 115px;
	width: 100%;
}

.footer__tittle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.cont_icons {
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 16px;
}

.cont_icons span i {
	font-size: 24px;
}

.contact-info address {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-left: 35px;
}

.contact-info address span a {
    color: #ffff
}

.contact-info address strong {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.contact-info p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.listing {
	padding-left: 0;
}

.listing li {
	position: relative;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.listing li a {
	color: #fff;
}

.listing li a:hover {
	color: #ffffff;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: start;
}

.social-icons ul {
	padding-left: 0;
}

.social-icons ul li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin-right: 4px;
}

.social-icons ul li a {
	border-radius: 100%;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 2px;
	text-align: center;
}

.social-icons ul li:nth-child(1) a {
	background: #4267B2;
	color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
	background: #1DA1F2;
	color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #ffffff;
}

.social-icons ul li:nth-child(4) a {
  background: #21567e;
  color: #ffffff;
}
.ft-bottom {
	border-top: 1px solid #4177C1;
}

.copy-right p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	/*text-transform: lowercase;*/
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

.copy-right p a {
	color: #fff;
}

.copy-right p a:hover {
	color: #18C07B;
	text-decoration: underline;
}

.footer_link {
	float: right;
}

.footer_link ul li {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	text-align: right;
	margin-left: 10px;
}

.footer_link ul li a {
	color: #ffffff;
}

.footer_link ul li a:hover {
	color: #30DD96;
	text-decoration: underline;
}

/******** all page css *******/
.site_page-title-inner {
	position: relative;
}

.page-titleShape {
	position: relative;
	padding-top: 130px;
	padding-bottom: 70px;
}

.page-titleShape::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: 0.5;
	z-index: 1;
}

.page-title {
	position: relative;
	z-index: 2;
}

.page-title ul li {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0;
}

.page-title ul li a {
	color: #38A810;
}

.page-title ul li+li::before {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 10px;
	display: inline-block;
	margin: 0 5px 0 8px;
}

.page-title h3 {
	color: #fff;
	font-size: 36px;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.btn_1 {
	border: 1px solid #16A96C;
	height: 30px;
	width: 30px;
	border-radius: 2px;
	background: none;
	cursor: pointer;
}

.btn-icon {
	width: 15px;
	height: 15px;
	stroke: #16A96C;
}

.btn_1:hover {
	background-color: #16A96C;
}

.btn_1:hover .btn-icon {
	stroke: #fff;
}

.page-link:link,
.page-link:visited {
	text-decoration: none;
	color: #16A96C;
	font-size: 15px;
	height: 30px;
	width: 30px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
	background-color: #16A96C;
	color: #fff;
}


ul.list-item {
	padding-left: 0;
}

.list-item li {
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	list-style-type: disc;
	/* list-style-position: inside; */
	text-align: justify;
	/* margin: 5px 0; */
}

.cnt__bx {
	display: flex;
}

.icon__img {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

.icon__img span {
	color: #888;
	width: 30px;
	font-size: 30px;
}

.about__wrapper {
	background-color: #38A810;
	padding: 50px 40px;
}

.title__inner {
    color: #ffff;
	font-size: 36px;
}

.aboutpp p {
	color: #ffffff;
    font-size: 18px;
     line-height: 34px;
}

.info__text {
	color: #38a810;
	font-weight: 500;
	text-decoration: underline;
}

.team {
	margin: 40px;
}

.team-member {
	margin: 15px 0;
	padding: 0;
}

.team-member figure {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.team-member figure img {
	min-width: 100%;
}

.team-member figcaption p {
	font-size: 16px;
}

.team-member figcaption ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-member figcaption ul {
	visibility: visible;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
	color: #fff;
	display: inline-block;
	padding: 10px;
}

.team-member figcaption ul li span a {
	color: #fff;
}

.team-member h5 {
	margin: 10px 0 0;
	padding: 0;
}

.team-member figcaption {
	padding: 50px;
	color: transparent;
	background-color: transparent;
	position: absolute;
	z-index: 996;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
	visibility: visible;
	color: #fff;
	background: rgba(230, 78, 62, 0.9);
	/* Primary color, can be changed via colors.css */

	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
	color: rgba(49, 49, 49, 0.97);
}

.team-member figure img {
	-webkit-transform: scale(1) rotate(0) translateY(0);
	-moz-transform: scale(1) rotate(0) translateY(0);
	-o-transform: scale(1) rotate(0) translateY(0);
	-ms-transform: scale(1) rotate(0) translateY(0);
	transform: scale(1) rotate(0) translateY(0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
	-webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
	-moz-transform: scale(1.1) rotate(1deg) translateY(12px);
	-o-transform: scale(1.1) rotate(1deg) translateY(12px);
	-ms-transform: scale(1.1) rotate(1deg) translateY(12px);
	transform: scale(1.1) rotate(1deg) translateY(12px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}



.career__container {
	border: 1px solid #d0d0d0;
	padding: 30px;
}

.com__logo {
	float: left;
	margin-right: 20px;
}

.reponsibility ul{
	padding-left: 0;
}

.reponsibility li {
	list-style-position: inside;
	font-size: 14px;
}

.list-item_2 ul {
	padding-left: 0;
}

.list-item_2 li {
	list-style-position: inside;
	list-style: none;
	font-size: 14px;
}

.navside {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	padding: 20px;
}

.card {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding: 10px 30px 40px;
}

.card h3 {
	font-size: 18px;
	font-weight: 600;
}

.drop_box {
	margin: 10px 0;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 2px dotted #a3a3a3;
	border-radius: 5px;
}

.drop_box h4 {
	font-size: 16px;
	font-weight: 400;
	color: #2e2e2e;
}

.drop_box p {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #a3a3a3;
}

.btn {
	text-decoration: none;
	background-color: #005af0;
	color: #ffffff;
	padding: 10px 20px;
	border: none;
	outline: none;
	transition: 0.3s;
}

.btn:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #005af0;
	padding: 10px 20px;
	border: none;
	outline: 1px solid #010101;
}

.form input {
	margin: 10px 0;
	width: 100%;
	background-color: #e2e2e2;
	border: none;
	outline: none;
	padding: 12px 20px;
	border-radius: 4px;
}

.video__wrap {
	position: relative;
	background-color: black;
	height: 40vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
  }
  
.video__wrap video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
  }
  
#example_wrapper .page-link {
    height: auto;
  width: auto;
}
#example_wrapper .form-select {
    padding: .375rem 2.25rem .375rem .75rem;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center;
}

.gogo__container {
	position: relative;
	background-color: #F6F6F6;
	padding: 25px 30px;
}

.testimonials__inner {
	position: relative;
	margin-bottom: 10px;
}

.testi__profile {
	position: relative;
}

.test__img {
	float: left;
	width: 80px;
	margin-right: 20px;
}

.avatar {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-right: 20px;
	border: 6px solid #ffffff;
}

.testi__wrap {
	margin-left: 100px;
}

.designation {
	padding-top: 16px;
}

.name {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0;
}
.rating {
	margin-bottom: 0 !important;
}

.rating ul {
	padding-left: 0;
	margin-bottom: 0;
}

.rating ul li {
	color: #FDB813;
	display: inline-block;
	font-size: 14px;
}

.rating ul li span {
	color: #464646;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
}
/********responsive css*********/

@media (max-width: 1366px) {
	.container {
		max-width: calc(100% - 30px);
		padding: 0 20px;
	}

	.nav-brand img {
		width: 90px;
	}

}

@media (max-width: 1280px) {
	.nav-menu>li>a {
		font-size: 14px;
		padding: 16px 16px;
	}

	.slider-banner .carousel-inner .carousel-item img {
		height: 600px;
	}

	.slider-caption_inner {
		padding-left: 70px;
	}
}

@media (max-width: 1080px) {
	.slider-banner .carousel-inner .carousel-item img {
		height: 500px;
	}
}

@media (max-width: 992px) {
	.nav-brand img {
		width: 80px;
	}
	.pt-100 {
		padding-top: 40px;
	}

	.pb-100 {
		padding-bottom: 40px;
	}

	.py-80 {
		padding: 40px 0;
	}

	.pb-80 {
		padding-bottom: 30px;
	}

	.py-60 {
		padding: 30px 0;
	}

	.pb-60 {
		padding-bottom: 30px;
	}

	.mt-30 {
		margin-top: 20px;
	}

	.mb-30 {
		margin-bottom: 20px;
	}

	.mt-50 {
		margin-top: 30px;
	}

	.top__link ul li {
		margin-right: 12px;
		padding-top: 2px;
	}

	.menu_toogle {
		display: none;
	}

	.section-content {
		padding: 30px 0;
	}

	/* .header__top {
		margin-right: 30px;
	} */

	.main_header_area {
		background-color: transparent;
	}

	.header__top {
		display: flex;
		justify-content: end;
	}

	.header__right {
		display: inherit;
		justify-content: inherit;
		align-items: center;
	}

	.header__info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sticky.is-sticky {
		position: relative;
	}

	.sticky.is-sticky .nav-brand {
		position: relative;
		/* width: 80px;
		top: 6px; */
	}

	.slogan__text h5 {
		padding-top: 14px;
	}

	.nav-toggle {
		top: -37px;
		right: 0;
	}

	.carousel-caption-info h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.slider-caption {
		left: 30px;
	}

	.contact__number {
		font-size: 14px;
	}

	.top__right {
		margin-left: 20px;
		margin-right: 50px;
	}

}

@media (max-width: 768px) {
	.container {
		max-width: calc(100% - 10px);
		padding: 0 10px;
	}

	.pt-40 {
		padding-top: 30px;
	}

	.pb-40 {
		padding-bottom: 30px;
	}

	.btn-button {
		font-size: 0.875rem;
		padding: 0.5em 1.4em;
	}

	.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
		position: relative;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-bottom: 16px;
	}

	.title-widget h1 span, .title-widget h2 span, .title-widget h3 span, .title-widget h4 span, .title-widget h5 span, .title-widget h6 span {
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.01em;
		margin-bottom: 16px;
	}

	.nav-brand img {
		width: 60px;
	}

	.menu-bar {
		display: flex;
		justify-content: inherit;
	}

	.menu-link {
		padding: 8px 16px;
	}
	.slider-banner .carousel-inner .carousel-item {
		background-position: 20% center !important;
		background-size: cover !important;
	}
	.kb-carousel .carousel-item img {
		object-fit: cover;
		height: calc(470px - 100px);
	}

	.kb-caption h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.content__text h4 {
		text-transform: capitalize;
		font-size: 18px;
	}

	.join__feedax h4 {
		font-size: 30px;
	}

	.join__feedax h6 {
		font-size: 20px;
	}
	.join__feedax {
		position: relative;
		padding: 80px 24px;
		min-height: 320px;
	}

	.extra__box {
		margin-top: 20px !important;
	}

	.register__info {
		display: none !important;
	}

	.top__link ul li span {
		font-size: 18px;
	}
	  
}

@media (max-width: 576px) {

	.kb-carousel .carousel-item img {
		object-fit: cover;
		height: calc(400px - 140px);
	}

	.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
		font-size: 24px;
	}

	.benefits__box {
		padding: 15px;
		height: 100%;
	}

	.join__feedax {
		position: relative;
		padding: 40px 24px;
		min-height: 240px;
	}

}

@media (max-width: 480px) {



}
.stuff_detail {
  text-align: left;
}
.consideration_detail li {
  color: #fff;
}
.join__feedax p {
  color: #fff;
}
.benefit__box {
  position: relative;
  background-color: #F8F8F8;
  padding: 10px;
  text-align: center;
  height: 100%;
}
.benefit__box li {
  font-size: 14px;
}
.contact__wrap.mt-30 {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}