@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Felipa&family=Lancelot&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	font-family: "poppins";
	background-color: var(--white);
}

.container {
	padding: 0 15px;
	margin: 0 auto;
}

figure {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

:root {
	--white: #fff;
	--green: #749218;
	--black: #333;
	--grey: #757575;
	--white1: #F7F7F7;
	--black1: #000;
}

/* button */

.btn {
	font-family: "Poppins";
	color: var(--white);
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	/* 150% */
}

.btn:hover {
	color: var(--green);
}

.green-btn {
	border: 1px solid transparent;
	border-radius: 30px;
	background-color: var(--green);
	padding: 10px 28px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.green-btn:hover {
	background-color: var(--white);
	border: 1px solid var(--green);
}

.green-btn:focus,
.green-btn:focus-visible,
.green-btn.active {
	color: var(--green);
	background-color: transparent;
	border: 1px solid var(--green);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--green);
	background-color: transparent;
	border-color: var(--green);
}

/* button */

.main-title {
	font-family: 'FontspringDEMOP22MackinacBold';
	font-size: 62px;
	color: var(--black);
	line-height: 72px;
	/* 116.129% */
	text-transform: capitalize;
}

.main-title * {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: inherit;
	padding: 0;
	margin: 0;
}

.main-title span {
	font-family: 'HolidayFree';
	color: var(--green);
	text-transform: capitalize;
}

.main-title span * {
	font-family: inherit;
	color: inherit;
}

.sub-title {
	font-family: 'FontspringDEMOP22MackinacBold';
	color: var(--black);
	font-size: 30px;
	line-height: 40px;
	/* 133.333% */
}

.sub-title * {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.tag-title {
	font-family: "Poppins" !important;
	color: var(--black) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
	/* 155.556% */
}

.tag-title * {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.content-detail {
	font-family: "Poppins";
	color: var(--grey);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	/* 155.556% */
}

.content-detail * {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.text-title {
	font-family: "Poppins";
	color: var(--white);
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	/* 166.667% */
}

.text-title * {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.text-detail {
	font-family: 'FontspringDEMOP22MackinacBoldSC';
	color: var(--white);
	font-size: 20px;
	font-weight: 800;
	line-height: 20px;
	/* 100% */
	text-transform: uppercase;
}

.text-detail * {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.navbar {
	padding: 20px 0;
}

.navbar-brand {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 154px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	display: inline-block;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: center;
}

.navbar-nav .nav-link {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.nav-item {
	font-family: "Poppins";
	color: var(--black);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	/* 155.556% */
}

.nav-item .nav-link {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--green) !important;
}

.navbar-nav .nav-link:hover {
	color: var(--green) !important;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown {
	padding: 0 15px 0 0;
}

.dropdown-menu .nav-item {
	margin: 0 !important;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu li.nav-item.current-menu-item .dropdown-item {
	background-color: rgb(116, 146, 24, 0.15);
}

.dropdown-menu li.nav-item.current-menu-item .dropdown-item::before {
	height: 100%;
}

.dropdown-toggle {
	position: relative;
}

.dropdown-toggle::before {
	position: absolute;
	content: "";
	top: 11px;
	right: -18px;
	width: 12px;
	height: 8px;
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%23333333%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.dropdown-toggle:hover.dropdown-toggle::before {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%23749218%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
}

.dropdown-toggle.show.dropdown-toggle::before {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%23749218%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.dropdown-toggle.active.dropdown-toggle::before {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%23749218%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');

}

.nav-item.dropdown:hover .dropdown-toggle::before {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%23749218%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.nav-item.dropdown:hover .nav-link {
	color: var(--green);
}

.navbar-nav .nav-item.current-menu-parent .dropdown-toggle::before {
	background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L6%206L11%201%22%20stroke%3D%22%23749218%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
}

.header-btn .btn {
	font-size: 20px;
	line-height: 30px;
}

.navbar .nav-item:not(:last-child) {
	margin: 0 26px 0 0;
}

.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link {
	color: var(--green) !important;
}

.dropdown-menu {
	background-color: var(--white);
	filter: drop-shadow(0px 0px 21px rgba(0, 0, 0, 0.10));
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.dropdown-menu {
	padding: 0;
	/* margin: 6px 0 0 0; */
}

.dropdown ul li {
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.dropdown ul li:last-child {
	border-bottom: none;
}

.dropdown .dropdown-item {
	font-family: "Poppins";
	color: var(--black);
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	/*111.111%*/
	padding: 15px 20px;
	position: relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.dropdown .dropdown-item::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 3px;
	height: 0;
	background-color: var(--green);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.dropdown .dropdown-item:hover.dropdown-item::before {
	height: 100%;
}

.dropdown .dropdown-item:hover {
	/* font-weight: 600; */
	background-color: rgb(116, 146, 24, 0.15);
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* banner start */

.banner-img {
	position: relative;
}

.banner-img img {
	width: 100%;
	object-fit: cover;
}

.banner-img::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(51, 51, 51, 0.15);
}

.banner {
	position: relative;
}

.banner-main {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.banner-block .main-title {
	color: var(--white);
	text-transform: uppercase;
	max-width: 926px;
	margin: 0 auto;
}

/* banner end */

/* national-innovation start */

.national-innvoational-main {
	padding: 120px 0 70px 0;
}

.driving-national .sub-title {
	padding: 0 0 20px 0;
}

.driving-national .content-detail {
	max-width: 678px;
}

.key-sector {
	width: 100%;
	max-width: 490px;
	margin: 0 0 0 auto;
}

.key-sector .sub-title {
	padding: 0 0 12px 0;
}

.key-sector ul li {
	font-family: "poppins";
	font-size: 18px;
	color: var(--grey);
	line-height: 28px;
	position: relative;
	margin: 0 0 0 50px;
}

.key-sector ul li::before {
	position: absolute;
	content: "";
	top: 10px;
	left: -20px;
	width: 8px;
	height: 8px;
	background-color: var(--black);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

/* national-innovation end */

/* images-slider start */

.images-slider .slick-slider .slick-track {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
}

.images-slider .slick-slide {
	margin: 0 3px;
	width: inherit !important;
}

.client-img img {
	width: 100%;
	max-width: 315px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.images-slider-main .slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	border: 1px solid transparent;
	background-color: var(--green);
	cursor: pointer;
	position: absolute;
	left: 51%;
	bottom: -55px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transform: translateX(-51%) !important;
	-webkit-transform: translateX(-51%) !important;
	-moz-transform: translateX(-51%) !important;
	-ms-transform: translateX(-51%) !important;
	-o-transform: translateX(-51%) !important;
}

.images-slider-main .slick-arrow:hover {
	border: 1px solid rgb(0, 0, 0, 0.1);
	background-color: transparent;
}

.images-slider-main .slick-arrow svg path {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.images-slider-main .slick-arrow:hover svg path {
	stroke: var(--green);
}

.images-slider-main .slick-arrow.slick-next {
	transform: translateX(20%) !important;
	-webkit-transform: translateX(20%) !important;
	-moz-transform: translateX(20%) !important;
	-ms-transform: translateX(20%) !important;
	-o-transform: translateX(20%) !important;
}

.images-slider-main .slick-arrow.slick-prev {
	z-index: 1;
	transform: translateX(-120%) !important;
	-webkit-transform: translateX(-120%) !important;
	-moz-transform: translateX(-120%) !important;
	-ms-transform: translateX(-120%) !important;
	-o-transform: translateX(-120%) !important;
}

/* images-slider end */

/* join-us start */

.join-us {
	padding: 120px 0;
}

.join-us-main .row {
	align-items: center;
	margin: 0;
}

.join-us-main .row>* {
	padding: 0;
}

.join-us-block {
	margin-right: auto;
}

.join-us-block .sub-title {
	padding: 0 0 30px 0;
}

.join-us-content {
	position: relative;
	max-width: 898px;
	margin: 0 0 0 auto;
}

.join-us-content *:not(:last-child) {
	padding: 0 0 20px 0;
}

.join-us-content::before {
	position: absolute;
	content: "";
	top: 0;
	left: -55px;
	width: 1px;
	height: 100%;
	background: rgb(51, 51, 51, 0.1);
}

/* join-us end */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	background-color: var(--black);
	position: relative;
}

.footer:after {
	position: absolute;
	content: "";
	bottom: 92px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(255, 255, 255, 0.1);
}

.footer-block .text-detail {
	padding: 0 0 20px 0;
}

.footer-logo {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 268px;
	height: 100%;
}

.footer-block {
	padding: 53px 0 0 0;
}

.footer-logo a,
.footer-logo figure,
.footer-logo img {
	width: 100%;
}

.footer-list li a {
	font-family: "Poppins";
	font-size: 15px;
	color: var(--white);
	font-weight: 300;
	line-height: 25px;
	/* 166.667% */
}

.footer-list li a:hover {
	color: var(--green);
}

.footer-list li:not(:last-child) {
	padding: 0 0 10px 0;
}

.footer-list .text-title:hover {
	color: var(--green);
}

.apple-podcast {
	width: 100%;
	max-width: 275px;
	margin-left: auto;
}

.follow-us {
	width: 100%;
	max-width: 275px;
	margin-left: auto;
}

.footer-inbox .sub-title {
	font-size: 20px;
	color: var(--white);
	line-height: 30px;
	max-width: 252px;
}

.footer-inbox {
	max-width: 369px;
	margin-left: auto;
	position: relative;
	padding: 43px 0 56px 0;
}

.footer-inbox::before {
	position: absolute;
	content: "";
	top: 0;
	left: -54px;
	width: 1px;
	height: 100%;
	background: rgb(255, 255, 255, 0.1);
}

.footer-inbox .text-title {
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0 40px 0;
	max-width: 321px;
}

.form-control {
	font-family: "Poppins";
	color: var(--white) !important;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	/* 166.667% */
	width: 369px;
	text-transform: capitalize;
	border-radius: 30px;
	background-color: rgb(255, 255, 255, 0.1);
	border: none;
	padding: 12px 140px 11px 21px;
}

.form-group input::placeholder {
	font-family: "Poppins";
	color: var(--white) !important;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
	/* 166.667% */
}

.footer-link ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-link li a {
	font-family: "Poppins";
	font-size: 15px;
	color: var(--white);
	font-weight: 400;
	line-height: 15px;
	/* 100% */
}

.footer-link li a:hover {
	color: var(--green);
}

.footer-link li:not(:last-child) {
	margin: 0 50px 0 0;
}

.email-form {
	position: relative;
}

.subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.subscribe-btn .btn {
	font-size: 15px;
	color: var(--green);
	line-height: 25px;
}

.subscribe-btn .green-btn {
	background-color: var(--white);
	padding: 11px 23px 10px;
}

.subscribe-btn .green-btn:hover {
	background-color: var(--black);
}

.form-control:focus {
	color: inherit;
	background-color: rgb(255, 255, 255, 0.1);
	border-color: inherit;
	outline: 0;
	box-shadow: none;
}

.subscribe-btn .wpcf7-spinner {
	position: absolute;
	top: 11px;
	right: -25px;
	margin: 0;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 39px 0;
}

.footer-bottom .content-detail {
	font-size: 15px;
	color: var(--white);
	line-height: 15px;
}

.footer-link .content-detail:hover {
	color: var(--green);
}

.terms-policy ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 17px;
	position: relative;
}

.terms-policy li a {
	font-family: "Poppins";
	font-size: 15px;
	color: var(--white);
	font-weight: 400;
	line-height: 15px;
	/* 100% */
}

.terms-policy li a:hover {
	color: var(--green);
}

.terms-policy li {
	position: relative;
}

.terms-policy li::after {
	position: absolute;
	content: "";
	top: 50%;
	right: -10px;
	width: 5px;
	height: 5px;
	transform: translateY(-50%);
	background: var(--green);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.terms-policy li:last-child::after {
	position: unset;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== about-us page start ==========*/
/*==================================================================*/

.section-block {
	padding: 45px 0;
	margin: 30px 0 0 0;
	border-top: 1px solid rgb(117, 117, 117, 0.2);
	border-bottom: 1px solid rgb(117, 117, 117, 0.2);
}

.section-block .row {
	align-items: center;
}

.breadcrumb {
	justify-content: flex-end;
}

.breadcrumb .content-detail {
	font-size: 20px;
	line-height: 30px;
}

.breadcrumb-item a:hover {
	color: var(--green);
}

.breadcrumb .active {
	font-family: "poppins";
	font-weight: 700;
	color: var(--green);
	text-transform: capitalize;
	margin: 0 0 0 25px;
}

.breadcrumb-item+.breadcrumb-item {
	padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none;
}

.breadcrumb-item {
	position: relative;
}

.breadcrumb-item.active::after {
	position: absolute;
	content: "";
	top: 5px;
	left: -17px;
	width: 10px;
	height: 23px;
	background-image: url(../images/line-img.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
}

/* technology-wrap start */

.technology-wrap {
	padding: 70px 0;
	background-color: var(--white1);
}

.technology-main .sub-title {
	text-align: center;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.technology-left {
	max-width: 644px;
	position: relative;
}

.technology-left .content-detail strong {
	font-weight: 600;
	color: var(--black);
}

.technology-left .content-detail *:not(:last-child) {
	padding: 0 0 20px 0;
}

.technology-left:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -10px;
	width: 1px;
	height: 100%;
	background-color: rgb(51, 51, 51, 0.2);
}

/* technology-wrap end */

/* membership-wrap start */

.membership-wrap {
	padding: 120px 0;
}

.membership-main {
	text-align: center;
}

.membership-main .content-detail {
	max-width: 672px;
	margin: 0 auto;
	padding: 20px 0;
}

.membership-bottom {
	padding: 50px 0 0 0;
	text-align: left;
}

.membership-bottom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.membership-bottom ul *:not(:last-child) {
	margin: 0 0 20px 0;
}

.membership-bottom ul li {
	font-family: "Poppins";
	font-size: 18px;
	color: var(--grey);
	font-weight: 400;
	line-height: 28px;
	width: 100%;
	max-width: 642px;
	flex: 0 0 50%;
	padding: 0 25px;
	position: relative;
}

.membership-bottom li strong {
	color: var(--black);
	font-weight: 600;
}

.membership-bottom ul li::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	width: 5px;
	height: 5px;
	background-color: var(--black);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

/* membership-wrap end */

/*==================================================================*/
/*========== about us end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== leadership page start ==========*/
/*==================================================================*/

.leadership-wrap {
	position: relative;
	padding: 70px 0 120px 0;
}

.leadership-wrap::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 45%;
	background: var(--white1);
	z-index: -1;
}

.leadership-main {
	text-align: center;
}

.leadership-main .content-detail {
	padding: 20px 0 61px 0;
}

.leadership-block .row {
	margin: 0 -12.5px;
}

.leadership-block .row>* {
	padding: 0 12.5px;
}

.leader-block {
	position: relative;
	margin-bottom: 25px;
}

.leader-detail {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.leader-detail {
	font-family: "Poppins";
	font-size: 18px;
	color: var(--white);
	font-weight: 700;
	line-height: 18px;
	/* 100% */
}

.leader-detail * {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.leader-img img {
	object-fit: cover;
	height: 410px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.leader-img {
	position: relative;
}

.leader-img::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	background: linear-gradient(203deg, rgba(255, 159, 0, 0.00) 59.09%, #749218 84.35%);
}

/*==================================================================*/
/*========== .leadership page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== who-we-are page start ==========*/
/*==================================================================*/

.help-center {
	padding: 120px 0 100px 0;
}

.help-center-left {
	height: 100%;
}

.white-block {
	padding: 29px;
	border-radius: 15px;
	border: 1px solid #D9D9D9;
	background: var(--white);
	cursor: pointer;
	height: calc(100% - 20px);
	margin-bottom: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.white-block:hover {
	border: 1px solid transparent;
	background: rgba(116, 146, 24, 0.10);
	box-shadow: 0px 5px 14px 0px rgba(44, 43, 47, 0.25);
}

.leader-management-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	padding: 0 0 30px 0;
}

.mini-icon {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	border-radius: 15px;
	background: rgb(116, 146, 24, 0.1);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.white-block:hover .mini-icon {
	background: var(--white);
}

/* .green-icon {
	background: rgb(116, 146, 24, 0.1);
} */

/* .white-icon {
	background: var(--white);
} */

.leader-management-inner .sub-title {
	font-size: 26px;
	max-width: 375px;
}

.our-mission-vision-wrap {
	background-color: var(--white1);
	padding: 70px 0;
}

.our-mision-vision-main {
	position: relative;
}

.our-mision-vision-main::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 15%;
	width: 1px;
	height: 100%;
	background: rgb(51, 51, 51, 0.2);
}

.our-mision-vision-main .our-mission-block {
	padding: 30px 0;
	border-bottom: 1px solid rgb(51, 51, 51, 0.3);
}

.our-mision-vision-main .our-mission-block:first-child {
	padding-top: 0;
}

.our-mision-vision-main .our-mission-block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.our-mision-vision-main .sub-title {
	font-size: 26px;
	color: var(--green);
}

.our-mision-vision-main .content-detail {
	max-width: 1052px;
	margin-left: auto;
}

.our-mission-block .row {
	align-items: center;
}

.our-mission-right .content-detail *:not(:last-child) {
	padding: 0 0 10px 0;
}

.our-vision-right .content-detail *:not(:last-child) {
	padding: 0 0 15px 0;
}

.our-story {
	padding: 120px 0;
}

.our-story-right .sub-title {
	font-size: 26px;
	padding: 0 0 20px 0;
}

.our-story-right .content-detail *:not(:last-child) {
	padding: 0 0 20px 0;
}

.our-story .innovation-collabs-main .content-detail {
	max-width: 100%;
}

/*==================================================================*/
/*========== who-we-are page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== who-we-serve page start ==========*/
/*==================================================================*/

.innovation-collabs {
	background-color: var(--white1);
	padding: 70px 0;
}

.innovation-collabs-block .row {
	flex-direction: row-reverse;
}

.innovation-collabs-main .row {
	align-items: center;
	margin: 0;
}

.innovation-collabs-main .row>* {
	padding: 0;
}

.innovation-collabs-right {
	position: relative;
	max-width: 590px;
	margin-left: auto;
}

.innovation-collabs-block .innovation-collabs-right::before {
	position: unset;
}

.innovation-collabs-block .innovation-collabs-left {
	margin-left: auto;
	max-width: 620px;
}

.innovation-collabs-block .innovation-collabs-right {
	margin: 0 auto 0 0;
	max-width: 668px;
}

.innovation-collabs-block .innovation-collabs-right .content-detail {
	max-width: 668px;
}

.innovation-collabs-right::before {
	position: absolute;
	content: "";
	top: 0;
	left: -30px;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: rgb(51, 51, 51, 0.2);
}

.innovation-collabs-main .sub-title {
	padding: 0 0 30px 0;
}

.innovation-collabs-main .content-detail {
	max-width: 596px;
	/* padding: 0 0 20px 0; */
}

.innovation-collabs-main .content-detail *:not(:last-child) {
	padding: 0 0 20px 0;
}

.innovation-collabs-left {
	text-align: left;
}

.img-block {
	width: 100%;
	max-width: 620px;
	object-fit: cover;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.innovation-collabs-right ul {
	padding: 20px 0 0 0;
}

.innovation-collabs-right li {
	font-family: "Poppins";
	font-size: 18px;
	color: var(--green);
	font-weight: 500;
	line-height: 28px;
	/* 155.556% */
	padding: 0 0 20px 0;
	margin-left: 28px;
	position: relative;
}

.innovation-collabs-right li::before {
	position: absolute;
	content: "";
	top: 11px;
	left: -20px;
	width: 5px;
	height: 5px;
	background-color: var(--green);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.innovation-collabs-right li:last-child {
	padding: 0;
}

.innovation-collabs-left .content-detail {
	padding: 30px 0 20px 0;
}

.expect-network {
	padding: 120px 0;
}

.building-connection-left .sub-title {
	max-width: 620px;
}

.building-connection-inner .sub-title {
	font-size: 20px;
	line-height: 30px;
	padding: 30px 0 20px 0;
}

.building-connection-inner .content-detail {
	padding: 0 0 48px 0;
}

.trining-eduction-list li {
	font-family: "Poppins";
	font-size: 18px;
	color: var(--grey);
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}

.trining-eduction-list li strong {
	font-weight: 600;
	color: var(--black);
}

.trining-eduction-list li {
	padding: 0 0 20px 0;
}

.trining-eduction-list li:last-child {
	padding: 0;
}

.building-connection-right {
	max-width: 472px;
	margin-left: auto;
}

.building-connection-right img {
	width: 100%;
	max-width: 472px;
	margin-left: auto;
	border-radius: 15PX;
	-webkit-border-radius: 15PX;
	-moz-border-radius: 15PX;
	-ms-border-radius: 15PX;
	-o-border-radius: 15PX;
}

.trining-eduction .row {
	margin: 0;
}

.trining-eduction .row>* {
	padding: 0;
}

.trining-eduction-inner .sub-title {
	font-size: 20px;
	line-height: 26px;
}

.trining-eduction {
	padding: 70px 0 0 0;
}

.trining-eduction-inner .content-detail {
	padding: 20px 0 30px 0;
}

.work-with-us {
	padding: 70px 0 50px 0;
	background-color: var(--white1);
}

.work-with-us-main .sub-title {
	text-align: center;
}

.work-with-us-block {
	padding: 40px 0 0 0;
}

.funding-main {
	height: 100%;
}

.funding-main .white-block {
	text-align: left;
	max-width: 449px;
}

.work-with-us-block .sub-title {
	font-size: 26px;
	max-width: 220px;
	text-align: left;
}

.funding-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	padding: 0 0 20px 0;
}

.funding-inner .mini-icon {
	width: 80px;
	height: 80px;
}

/*==================================================================*/
/*========== who-we-serve page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== ota page start ==========*/
/*==================================================================*/

.ota-content {
	padding: 70px 0;
	background-color: var(--white1);
}

.technology-left .tag-title {
	padding: 0 0 20px 0;
}

.technology-right .content-detail *:not(:last-child) {
	padding: 0 0 20px 0;
}

.mini-title {
	font-family: "Poppins";
	font-size: 20px;
	color: var(--black);
	font-weight: 700;
	line-height: 20px;
	/* 100% */
}

.mini-title * {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.what-an-ota {
	padding: 120px 0;
}

.what-an-ota-main .sub-title {
	padding: 0 0 30px 0;
}

.what-an-ota-main {
	text-align: center;
}

.gcg-group-block {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 50px 0 0 0;
}

.pros-block-inner {
	padding: 16px 35px 16px 30px;
	background-color: var(--white);
	border: 4px solid var(--green);
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.pros-block {
	max-width: 505px;
	background-color: var(--green);
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	position: relative;
	z-index: 9;
}

.pros-block .tag-title {
	font-size: 22px !important;
	color: var(--white) !important;
	padding: 16px 0 10px 0;
}

.pros-block-inner .mini-title {
	padding: 0 0 25px 0;
}

.pros-list {
	text-align: left;
}

.pros-list li {
	font-family: "Poppins";
	font-size: 16px;
	color: var(--grey);
	font-weight: 400;
	line-height: 28px;
	/* 175% */
	margin: 0 0 0 29px;
	position: relative;
}

.pros-list li:not(:last-child) {
	padding: 0 0 20px 0;
}

.pros-list li::before {
	position: absolute;
	content: "";
	top: 5px;
	left: -30px;
	width: 19px;
	height: 19px;
	background-image: url(../images/check-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cons-block {
	padding: 23px 23px 68px 48px;
	border: 1px solid rgb(51, 51, 51, 0.3);
	text-align: left;
	max-width: 512px;
	border-radius: 0 24px 24px 0;
	-webkit-border-radius: 0 24px 24px 0;
	-moz-border-radius: 0 24px 24px 0;
	-ms-border-radius: 0 24px 24px 0;
	-o-border-radius: 0 24px 24px 0;
	border-left: none;
	margin: 0 0 0 -20px;
}

.cons-block .mini-title {
	text-align: center;
	padding: 0 0 24px 0;
}

.cons-block li {
	font-family: "Poppins";
	color: var(--grey);
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
	position: relative;
	margin: 0 0 0 29px;
}

.cons-block li:not(:last-child) {
	padding: 0 0 20px 0;
}

.cons-block li::before {
	position: absolute;
	content: "";
	top: 5px;
	left: -30px;
	width: 19px;
	height: 19px;
	background-image: url(../images/wrong-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*==================================================================*/
/*========== ota page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== why-use-ota page start ==========*/
/*==================================================================*/

.transaction-wrap {
	padding: 70px 0;
	background-color: var(--white1);
}

.transaction-main-block .sub-title {
	text-align: center;
	padding: 0 0 31px 0;
}

.transaction-main-block .sub-title.green-title {
	font-size: 20px;
	color: var(--green);
	line-height: 30px;
	padding: 0 0 35px 0;
}

.total-otas .sub-title {
	font-size: 26px;
	color: var(--green);
}

.total-otas .sub-title span {
	font-family: "poppins";
	font-weight: 600;
}

.time-block:nth-child(odd) {
	padding: 0 0 100px 0;
}

.time-block:last-child.time-block::after {
	position: unset;
}

.time-icon img {
	margin: 0 0 -30px 0;
	max-width: 110px;
}

.time-block {
	position: relative;
	max-width: 402px;
}

.time-block::after {
	position: absolute;
	content: "";
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(0, 0, 0, 0.1);
}

/* .our-oppernuities-right {
	padding: 47px 0 0 0;
} */

.our-oppernuitie-list li {
	font-family: "Poppins";
	font-size: 16px;
	color: var(--grey);
	font-weight: 400;
	line-height: 28px;
	/* 175% */
	max-width: 790px;
	margin: 0 0 0 15px;
}

.our-oppernuitie-list {
	position: relative;
	max-width: 820px;
	margin: 47px 0 0 auto;
}

.our-oppernuitie-list:before {
	position: absolute;
	content: "";
	top: 0;
	left: -50px;
	width: 1px;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.1);
}

.our-oppernuitie-list li {
	position: relative;
	padding: 0 0 20px 0;
}

.our-oppernuitie-list li:last-child {
	padding: 0;
}

.our-oppernuitie-list li::before {
	position: absolute;
	content: "";
	top: 12px;
	left: -12px;
	width: 5px;
	height: 5px;
	background-color: var(--grey);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

/*==================================================================*/
/*========== why-use-ota page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== ota-consortia page start ==========*/
/*==================================================================*/

.ota-consortia {
	position: relative;

	background-color: var(--white1);
}

.ota-consortia-main {
	padding: 70px 0 187px 0;
}

.ota-consortia-block {
	text-align: center;
	padding: 0 0 30px 0;
}

.ota-consortia-block .sub-title {
	padding: 0 0 20px 0;
}

.ota-consortia-block .content-detail {
	max-width: 1180px;
	margin: 0 auto;
}

.ota-consortia-model {
	max-width: 1185px;
	margin: 0 auto;
}

.ota-consortia-model .row {
	margin: 0;
}

.ota-consortia-model .row>* {
	padding: 0;
}

.ota-consortia-model-left .tag-title {
	color: var(--black1);
	font-weight: 500 !important;
	text-transform: capitalize;
}

.ota-consortia-model-right {
	position: relative;
	max-width: 928px;
	margin-left: auto;
}

.ota-consortia-model-right::before {
	position: absolute;
	content: "";
	top: 0;
	left: -30px;
	width: 1px;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.1);
}

.ota-consortia-model-right .content-detail {
	text-transform: capitalize;
	max-width: 928px;
}

.chart-list {
	position: relative;
	z-index: 1;
	margin-top: -123px;
}

.chart-list-main {
	max-width: 1170px;
	margin: 0 auto;
}

.chart-block {
	position: relative;
	max-width: 265px;
	width: 100%;
	min-height: 254px;
	padding: 29px 29px 29px 30px;
	margin: 0 auto;
	text-align: center;
	border-radius: 15px;
	background: var(--white);
	box-shadow: 0px 5px 14px 0px rgba(44, 43, 47, 0.25);
	/* z-index: 1; */
}

.chart-block::after {
	position: absolute;
	content: "";
	top: 55px;
	right: -90px;
	width: 131px;
	height: 49px;
	background-image: url(../images/green-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.chart-block::before {
	position: absolute;
	content: "";
	bottom: 68px;
	left: -90px;
	width: 131px;
	height: 49px;
	background-image: url(../images/black-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.chart-list-main .row>*:first-child .chart-block::before {
	display: none;
}

.chart-list-main .row>*:last-child .chart-block::after {
	display: none;
}

.contracting-office-block .chart-block::after,
.contracting-office-block .chart-block::before {
	display: none;
}

.chart-list-icon img {
	max-width: 110px;
}

.chart-block .sub-title {
	font-size: 22px;
	line-height: 32px;
	padding: 20px 0 0 0;
}

.people-detail .sub-title {
	padding: 28px 0 0 0;
}

.chart-block .sub-title span {
	font-family: sans-serif;
	font-weight: 500;
}

.ota-consortia-content {
	padding: 60px 0 120px 0;
}

.existrong-btn {
	text-align: center;
}

.contracting-office-block {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	max-width: 1086px;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid rgb(51, 51, 51, 0.1);
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.contracting-office-main {
	padding: 50px 0 0 0;
}

.contracting-office-block:nth-child(even) {
	margin: 60px auto;
}

.contracting-detail .mini-title {
	padding: 0 0 30px 0;
}

.consortia-list-block li {
	font-family: "Poppins";
	font-size: 16px;
	color: var(--grey);
	font-weight: 400;
	line-height: 28px;
	/* 175% */
	margin: 0 0 0 25px;
	max-width: 730px;
	position: relative;
	padding: 0 0 20px 0;
}

.consortia-list-block ul li ul {
	padding: 20px 0 0 0;
}

.government-sponsor-list li {
	padding: 0 0 12px 0;
}

.consortia-list-block li::before {
	position: absolute;
	content: "";
	top: 11px;
	left: -14px;
	width: 5px;
	height: 5px;
	background-color: var(--grey);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.consortia-list-block li:last-child {
	padding: 0;
}

.contracting-detail .content-detail * {
	font-size: 16px;
}

.contracting-detail .content-detail p {
	padding: 20px 0 0 0;
}

.contracting-detail .content-detail strong {
	font-weight: 700;
	color: var(--black1);
}

.contracting-detail .content-detail a {
	font-weight: 700;
	color: var(--black1);
}

.consortium-block .sub-title {
	padding: 28px 0 0 0;
}

.manager-list-detail li:last-child {
	margin: 0;
	text-transform: none;
}

.manager-list-detail li strong {
	font-weight: 700;
	color: var(--black1);
	text-transform: capitalize;
}

.manager-list-detail li:last-child::before {
	position: unset;
}

.entities-list {
	margin: 0 0 20px 40px;
}

/*==================================================================*/
/*========== ota-consortia page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== What-are-the-Current-Consortia page start ==========*/
/*==================================================================*/

.nav-pills {
	max-width: 1319px;
	/* padding: 24px 10px 28px; */
	justify-content: center;
	background: var(--white1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.nav-pills .nav-link {
	font-family: "Poppins";
	font-size: 18px;
	color: var(--black);
	font-weight: 300;
	line-height: 124%;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.nav-pills li .nav-link {
	position: relative;
	padding: 24px 45px;
	margin: 0 2px;
}

.nav-pills li:first-child .nav-link {
	padding-left: 0;
	margin-left: 0;
}

.nav-pills li:last-child .nav-link {
	padding-right: 0;
	margin-right: 0;
}

.nav-pills li {
	position: relative;
}

.nav-pills li:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 1px;
	height: 40px;
	background-color: rgb(117, 117, 117, 0.3);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.nav-pills li:last-child::after {
	position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
	background-color: transparent;
	color: var(--green);
}

.ota-resource-main .nav-item .nav-link {
	position: relative;
}

.ota-resource-main .nav-item .nav-link::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 3px;
	margin: 0 auto;
	background-color: var(--green);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.ota-resource-main .nav-item .nav-link:hover:before,
.ota-resource-main .nav-item .nav-link.active:before {
	width: 100%;
}

.osd-logo-main {
	padding: 80px 0 95px 0;
}

.logo-block {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
	height: 169px;
	background: var(--white);
	box-shadow: 0px 5px 14px 0px rgba(44, 43, 47, 0.25);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.logo-block figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.logo-block img {
	max-height: 100%;
}

/*==================================================================*/
/*========== What-are-the-Current-Consortia page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== ota-resources page start ==========*/
/*==================================================================*/

.ota-resource-block {
	padding: 0 0 120px 0;
}

.resources-img {
	margin: 30px 0 40px 0;
}

.resources-img img {
	object-fit: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.ota-resource-block ul li {
	font-family: "Poppins";
	font-size: 18px;
	color: var(--grey);
	font-weight: 400;
	line-height: 28px;
	/* 155.556% */
	text-transform: capitalize;
	position: relative;
	padding: 0 0 25px 0;
	margin: 0 0 0 28px;
}

.ota-resource-block ul li::before {
	position: absolute;
	content: "";
	top: 11px;
	left: -18px;
	width: 5px;
	height: 5px;
	background-color: var(--grey);
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.ota-resource-block ul li:last-child {
	padding: 0;
}

/* Responsive tabing */

.nav-tabs {
	--bs-border-width: 0
}

.mobile-slider-box .nav-pills {
	border-bottom: none;
}

.mobile-slider-box .nav-tabs .nav-link:hover {
	border-color: transparent;
}

.mobile-slider-box .nav-tabs .nav-link.active {
	border-color: transparent;
}

/*==================================================================*/
/*========== ota-resources page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== event page start ==========*/
/*==================================================================*/

.event-wrp .eaw-ulx .eaw-li__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 35px 48px;
	margin-bottom: 45px;
}

.event-wrp .eaw-ulx .eaw-li__flex>* {
	flex: 1 0 0;
	max-width: 100%;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-thumb-wrap {
	flex: 0 0 auto;
	width: 400px;
	margin-right: 65px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-thumb-wrap * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap>* {
	max-width: 473px;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-time {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-right: 30px;
	color: var(--grey);
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-time:before {
	position: relative;
	content: "\f133";
	font-family: "FontAwesome";
	font-weight: 400;
	color: var(--green);
	margin-right: 10px;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-time a {
	color: var(--green);
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-time a:hover {
	color: var(--grey);
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-title {
	color: var(--black);
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 15px;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-summary {
	color: var(--grey);
	font-size: 16px;
	font-weight: 400;
	max-width: 560.972px;
	line-height: 27px;
	/* margin: 0 0 38px; */
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-summary .more-link {
	display: block;
	max-width: 215px;
	width: 100%;
	margin-top: 30px;
	font-weight: 400;
	font-size: 18.095px;
	padding: 15px 30px;
	text-align: center;
	color: var(--white);
	background-color: var(--green);
	border: 1px solid transparent;
	border-radius: 136px;
	-webkit-border-radius: 136px;
	-moz-border-radius: 136px;
	-ms-border-radius: 136px;
	-o-border-radius: 136px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-summary .more-link:hover {
	color: var(--green);
	background: var(--white);
	border: 1px solid var(--green);
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-booknow {
	display: none;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-booknow .button {
	margin: 0 5px 10px;
	font-weight: 400;
	font-size: 18.095px;
	padding: 18px 55px;
	text-align: center;
	color: var(--green);
	border: 1px solid var(--green);
	border-radius: 136px;
	-webkit-border-radius: 136px;
	-moz-border-radius: 136px;
	-ms-border-radius: 136px;
	-o-border-radius: 136px;
}

.event-wrp .eaw-ulx .eaw-li__flex .eaw-content-wrap .eaw-booknow .button:hover {
	color: var(--white);
	background: var(--green);
}

/*==================================================================*/
/*========== event page end ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== podcast page start ==========*/
/*==================================================================*/

.podcast-wrp {
	padding: 100px 0;
}

.podcast-wrp h2 {
	font-size: 58px;
	font-weight: bold;
	color: var(--black);
	text-align: center;
	margin: 0 auto 75px;

}

.podcast-wrp .slick-slide {
	margin: 0 15px;
}

.podcast-wrp .slick-list {
	margin: 0 -15px;
}

.podcast-box {
	position: relative;
	margin: 0 0 45px;
}

.podcast-block .podcast-img {
	flex: 0 0 auto;
}

.podcast-box .podcast-imgbx {
	position: relative;
	margin: 0 0 30px;
}

.podcast-box .podcast-imgbx img {
	height: 380px;
	object-fit: cover;
	object-position: top;
	width: 100%;
	border-radius: 10px;

}

.podcast-box .podcast-imgbx i {
	width: 45px;
	height: 45px;
	background: #D4D3D3;
	border-radius: 50%;
	line-height: 45px;
	font-size: 20px;
	color: var(--green);
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	transition: .4s linear;
	-webkit-transition: .4s linear;
	-moz-transition: .4s linear;
	-ms-transition: .4s linear;
	-o-transition: .4s linear;
}

.podcast-box .podcast-imgbx i:hover {
	background: var(--white);
	color: var(--green);

}

.podcast-box h3 {
	font-size: 22px;
	font-weight: 600;
	color: var(--black);
	line-height: 32px;
	margin: 0;
}

.btn-main {
	padding: 15px 15px;
	max-width: 230px;
	width: 100%;
	text-align: center;
	background: var(--green);
	border-radius: 50px;
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
	margin: 0;
	display: table;

}

.btn-main:hover {
	color: var(--white);
	background: #111;
}

.podcast-wrp .btn-main {
	margin: 40px auto 0;
}

.podcast-pg-wrp .podcast-box {
	border-radius: 12px;
	background: var(--white);
	padding: 35px 48px;
	display: flex;
	align-items: flex-start;
	position: relative;
	margin: 0 0 45px;
}

.podcast-pg-wrp .podcast-box h6 {
	color: var(--black1);
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	width: auto;
	padding: 0 10px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	position: absolute;
	right: 28px;
	top: 0;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
}

.podcast-pg-wrp .podcast-box .podcast-img img {
	width: 308px;
	height: 308px;
	object-fit: cover;
	object-position: center;
	margin-right: 65px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.podcast-pg-wrp .podcast-box .podcast-description ul {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.podcast-pg-wrp .podcast-box .podcast-description ul li {
	font-size: 18px;
	color: #666;
	font-weight: 500;
	line-height: normal;
	margin-right: 30px;

}

.podcast-pg-wrp .podcast-box .podcast-description ul li svg {
	color: var(--green);
	margin-right: 5px;

}

.podcast-pg-wrp .podcast-box .podcast-description h3 {
	font-size: 22px;
	color: var(--black);
	font-weight: 600;
	line-height: normal;
	max-width: 472.879px;
	margin: 0 0 15px;

}

.podcast-pg-wrp .podcast-box .podcast-description h3 a {
	color: var(--black);
}

.podcast-pg-wrp .podcast-box .podcast-description h3 a:hover {
	color: var(--black1);
}

.podcast-pg-wrp .podcast-box .podcast-description p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	max-width: 560.972px;
	line-height: 27px;
	margin: 0 0 38px;
}

.podcast-wrp .search-box {
	background: var(--white);
	padding: 45px 50px;
	margin: 0 0 40px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.podcast-wrp .search-box .form-group {
	position: relative;
}

.podcast-wrp .search-box .form-group .form-control {
	color: #666;
	font-size: 18.24px;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 138.227px;
	background: #F5F5F5;
	box-shadow: none;
	outline: none;
	border: none;
	padding: 18px 140px 18px 35px;
	-webkit-border-radius: 138.227px;
	-moz-border-radius: 138.227px;
	-ms-border-radius: 138.227px;
	-o-border-radius: 138.227px;
}

.podcast-wrp .search-box .form-group button {
	color: var(--white);
	text-align: center;
	font-size: 18.24px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 18px 35px;
	border-radius: 138.227px;
	background: var(--green);
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.podcast-wrp .search-box .form-group button:hover {
	background: var(--black1);
	color: var(--white);
}

.podcast-detail-wrp {
	padding: 100px 0;
	background: #F5F5F5;
}

.podcast-detail-wrp .container {
	max-width: 1365px;
}

.podcast-detail-block {
	padding: 115px 100px 80px;
	background: var(--white);
	border-radius: 12px;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.podcast-detail-block label {
	font-size: 28px;
	font-weight: 500;
	color: var(--black1);
	margin: 0;
	width: auto;
	padding: 0 10px;
	height: 60px;
	background: #F5F5F5;
	text-align: center;
	border-radius: 0 0 13px 13px;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 5;
	-webkit-border-radius: 0 0 13px 13px;
	-moz-border-radius: 0 0 13px 13px;
	-ms-border-radius: 0 0 13px 13px;
	-o-border-radius: 0 0 13px 13px;
}

.podcast-detahed {
	margin: 0 0 35px;
}

.podcast-detahed .row {
	align-items: center;
}

.podcast-detahed h2 {
	font-family: 'Poppins';
	font-size: 30px;
	font-weight: 600;
	color: var(--black);
	line-height: 40px;
	margin: 0;
}

.share-box ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.share-box ul li {
	width: 80px;
	height: 80px;
	background: #F5F5F5;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	display: block;
	cursor: pointer;
	margin-right: 25px;
	color: var(--green);
	font-size: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.share-box ul li:last-child {
	margin: 0;
}

.share-box ul li:hover {
	background: var(--green);
	color: var(--white);
}

.share-box ul li.sharebox {
	position: relative;
}

.sharelist {
	position: absolute;
	width: 150px;
	background: var(--black);
	top: 20px;
	padding: 10px;
	left: -130px;
	display: flex;
	align-items: center;
	opacity: 0;
	border-radius: 5px 0 0 5px;
	visibility: hidden;
	transition: .4s linear;
	-webkit-transition: .4s linear;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}

.share-box ul li.sharebox:hover .sharelist {
	opacity: 1;
	visibility: visible;
	left: -160px;

}

.sharelist a {
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: normal;
	color: var(--white);
	background: transparent;
	margin-right: 10px;
}

.sharelist a:last-child {
	margin: 0;
}

.sharelist a:hover {
	color: var(--green);
}

.sharelist:after {
	position: absolute;
	content: '';
	border-top: 10px solid transparent;
	border-left: 10px solid var(--black);
	border-bottom: 10px solid transparent;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.podcast-play-row {
	border-radius: 12px;
	background: var(--green);
	overflow: hidden;
	margin: 0 0 45px;
	display: flex;
	align-items: center;
}

.podcast-user {
	min-width: 280px;
}

.podcast-user img {
	width: 280px;
	height: 280px;
	object-fit: cover;
}

.podcast-playdetils {
	padding: 15px 15px;
	width: 100%;
}

.podcast-playdetils ul {
	display: flex;
	align-items: center;
	margin: 25px 0 0;
}

.podcast-playdetils ul li {
	font-size: 18px;
	color: var(--white);
	font-weight: 500;
	line-height: normal;
	margin-right: 30px;
}

.podcast-playdetils ul li i {
	color: var(--white);
	margin-right: 5px;
}

.audio-player {
	width: 100%;
	margin: auto;
}

.audio-player .player-controls {
	position: relative;
}

.audio-player #playAudio {
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	border: none;
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.20) url("../images/play-ic.svg") no-repeat center;
	border-radius: 100%;
	background-size: 30px;
	margin: 0 0 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.audio-player #playAudio.pause {
	background: rgba(255, 255, 255, 0.20) url("../images/paush-ic.svg") no-repeat center;
	background-size: 30px;
}

.audio-player p {
	display: block;
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
}

.audio-player #seekObjContainer {
	position: relative;
	width: 100%;
	height: 30px;
	border-radius: 50px;
	background: transparent;
	border: none;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.audio-player #seekObjContainer #seekObj {
	position: relative;
	width: 100%;
	border-radius: 50px;
	height: 8px;
	margin: 10px 0 0;
	background-color: #D9D9D9;
	cursor: pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.audio-player #seekObjContainer #seekObj #percentage {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 50px;
	background-color: var(--white);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.audio-player #seekObjContainer #seekObj #percentage:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: var(--white);
	border-radius: 50%;
	top: -6px;
	right: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.podcast-data-bx.audiobx .wprss-ftp-audio-player {
	margin: 0 0 45px;
}

.podcast-detail-block .follow-box {
	width: 100%;
	border-radius: 10px;
	background: var(--white);
	padding: 15px;
	margin: 0 0 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.podcast-detail-block a {
	display: inline;
}

.mobile-share-box {
	display: none;
}

.podcast-detail-block .follow-box .box-icon {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.podcast-detail-block .follow-box .box-icon img {
	max-width: 100%;
}

.podcast-detail-block .follow-box h3 {
	color: var(--black1);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.podcast-data-bx {
	margin: 0 0 60px;
}

.podcast-data-bx p {
	font-size: 16px;
	font-weight: normal;
	color: var(--grey);
	line-height: 26px;
	margin: 0 0 20px;
}

.podcast-data-bx a img {
	padding: 10px 0;
}

.podcast-data-bx p strong,
.podcast-data-bx p a {
	color: var(--green);
	padding: 0;

}

.podcast-data-bx p a:hover {
	color: var(--black1);
}

.podcast-data-bx p span a {
	color: var(--green);
}

.podcaster-contact h3 {
	font-size: 30px;
	font-weight: bold;
	font-family: P22 Mackinac Pro;
	color: var(--black);
	margin: 0 0 35px;

}

.podcast-cnt-lst ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 25px;

}

.podcast-cnt-lst ul li {
	margin: 0 35px 35px 0;
	min-width: 100px;
}

.podcast-cnt-lst ul li a {
	max-width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	display: block;
	background: #F5F5F5;
	font-size: 30px;
	color: var(--green);
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.podcast-cnt-lst ul li a:hover {
	background: var(--green);
	color: var(--white);
}

.podcast-cntrow {
	padding: 30px 45px;
	background: #F5F5F5;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.pod-cntbx h3 {
	font-family: P22 Mackinac Pro;
	font-size: 25px;
	font-weight: 800;
	color: var(--black);
	margin: 0 0 20px;
}

.pod-cntbx p {
	font-size: 18px;
	font-weight: 500;
	color: #1A1A1A;
	margin: 0 0 12px;
	line-height: 26px;
}

.pod-cntbx p:last-child {
	margin: 0;
}

.pod-cntbx a {
	font-size: 18px;
	font-weight: 500;
	color: var(--green);
	display: table;
}

.pod-cntbx a:hover {
	color: #111;
}

.similer-post-wrp {
	padding: 100px 0 0;
}

.similer-post-wrp .container {
	max-width: 1550px;
}

.similer-post-wrp h2 {
	font-size: 58px;
	font-weight: bold;
	color: var(--black);
	text-align: center;
	margin: 0 auto 75px;
}

.similer-post-wrp .slick-slide {
	margin: 0 15px;
}

.similer-post-wrp .slick-list {
	margin: 0 -15px;
}

.similer-block {
	height: 100%;
	border-radius: 10px;
	background: var(--white);
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.similer-post-wrp .similer-img a {
	display: inline;
}

.similer-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}

.similer-dt {
	padding: 30px 35px;
}

.similer-dt h3 {
	font-size: 20px;
	font-weight: 500;
	color: var(--black);
	line-height: 30px;
	margin: 0 0 20px;
	transition: .4s linear;
	-webkit-transition: .4s linear;
	-moz-transition: .4s linear;
	-ms-transition: .4s linear;
	-o-transition: .4s linear;
}

.similer-dt h3:hover {
	color: var(--green);
}

.similer-dt p {
	font-size: 18px;
	font-weight: 500;
	color: var(--grey);
	line-height: 28px;
	margin: 0;
}

.podcast-cnt-wrp {
	padding: 85px 0;
	background: linear-gradient(-144deg, #000 0%, #313131 100%);
	position: relative;
}

.podcast-cnt-wrp .container {
	max-width: 1050px;
}

.podcast-cnt-wrp h3 {
	font-size: 52px;
	font-weight: bold;
	color: var(--white);
	text-align: center;
	margin: 0 auto 15px;
}

.podcast-cnt-wrp p {
	font-size: 16px;
	font-weight: normal;
	color: var(--white);
	line-height: 24px;
	text-align: center;
	margin: 0 auto 35px;
}

.similer-post-slider .slick-track {
	display: flex;
}

.similer-post-slider .slick-slide {
	height: inherit;
}

.podcast-cnt-wrp label {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.comment-form-email,
.comment-form-author,
.comment-form-comment,
.podcast-cnt-wrp .comment-form-url {
	margin: 0 0 25px;
}

.podcast-cnt-wrp .comment-form-author input,
.podcast-cnt-wrp .comment-form-comment textarea,
.podcast-cnt-wrp .comment-form-url input,
.podcast-cnt-wrp .comment-form-email input {
	padding: 20px 35px;
	border-radius: 50px;
	height: auto;
	background: rgba(255, 255, 255, 0.05);
	border: none;
	box-shadow: none;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--white);
	font-weight: 500;
	display: block;
	width: 100%;
	resize: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.podcast-cnt-wrp .form-group .form-control::placeholder {
	color: var(--white);
}

.podcast-cnt-wrp .comment-form-comment textarea {
	border-radius: 20px;
}

.podcast-cnt-wrp .comment-form-cookies-consent {
	text-align: left;
}

.podcast-cnt-wrp .comment-form-cookies-consent #wp-comment-cookies-consent {
	position: absolute;
	opacity: 0;
}

.podcast-cnt-wrp .comment-form-cookies-consent #wp-comment-cookies-consent+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: flex;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 18px;
}

.podcast-cnt-wrp .comment-form-cookies-consent #wp-comment-cookies-consent+label:before {
	content: "";
	margin-right: 20px;
	display: inline-block;
	vertical-align: text-top;
	border: 2px solid #999999;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background: transparent;
}

.podcast-cnt-wrp .comment-form-cookies-consent #wp-comment-cookies-consent:checked+label:before {
	background: #f35429;
}

.podcast-cnt-wrp .comment-form-cookies-consent #wp-comment-cookies-consent:checked+label:after {
	content: "\f00c";
	position: absolute;
	font-family: "FontAwesome";
	left: 0px;
	top: 0px;
	background: #999999;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-weight: 600;
	text-align: center;
	font-size: 12px;
	color: var(--black1);
	border: 2px solid #999999;
}

.podcast-cnt-wrp .form-submit {
	margin: 0;
}

.podcast-cnt-wrp .form-submit input {
	border: none;
	margin: 15px auto 0;
	font-size: 18px;
	font-weight: 600;
	background: var(--green);
	color: var(--white);
	text-align: center;
	padding: 18px 55px;
	display: table;
	border-radius: 135.713px;
	border: 1px solid var(--green);
	display: table;
	transition: .4s linear;
	-webkit-transition: .4s linear;
	-webkit-border-radius: 135.713px;
	-moz-border-radius: 135.713px;
	-ms-border-radius: 135.713px;
	-o-border-radius: 135.713px;
}

.podcast-cnt-wrp .form-submit input:hover {
	background: var(--white);
	color: var(--green);
}

/* **** End Podcast **** */

/* **** pagination **** */

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.pagination ul li a.btn {
	color: var(--green);
	font-size: 20px;
	font-weight: 600;
	padding: 0;
}

.pagination span,
.pagination a {
	margin-right: 20px;
}

.pagination span,
.pagination a {
	height: 50px;
	width: 50px;
	border: 1px solid #707070;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--green);
	font-size: 20px;
	font-weight: 600;
}

.pagination a:hover {
	background: var(--green);
	color: var(--white);
	border-color: var(--green);
}

.pagination span.current {
	background: var(--green);
	color: var(--white);
	border-color: var(--green);
}

.pagination a.prev,
.pagination a.next {
	width: auto;
	color: var(--green);
	font-size: 20px;
	font-weight: 600;
	height: auto;
	border: none;
}

.pagination a.prev:hover,
.pagination a.next:hover {
	color: #111;
	background: transparent;
}

.btn-secondary {
	color: var(--white);
	text-align: center;
	font-size: 18.095px;
	font-weight: 400;
	padding: 18px 55px;
	display: table;
	border-radius: 135.713px;
	background-color: var(--green);
	border: 1px solid transparent;
	-webkit-border-radius: 135.713px;
	-moz-border-radius: 135.713px;
	-ms-border-radius: 135.713px;
	-o-border-radius: 135.713px;
}

.btn-secondary:hover {
	background-color: var(--white);
	color: var(--green);
	border: 1px solid var(--green);
}

/* **** End pagination **** */

/*==================================================================*/
/*========== podcast page end ==========*/
/*==================================================================*/

.wpcf7 form.success .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	color: var(--green);
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #C61137;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	color: #C61137;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	padding: 0;
	margin: 0;
}

.wpcf7 form .wpcf7-response-output {
	color: #C61137;
	border: none !important;
	padding: 0 !important;
	margin: 15px 0 0 10px !important;
	text-align: left;
}

.error-wrap {
	padding: 70px 0;
	text-align: center;
}

.error-wrap .main-title span {
	font-family: "poppins";
}

.error-wrap .content-detail {
	padding: 20px 0;
}

.typography-section {
	padding: 120px 0;
}

.typography-section h1 {
	font-family: "Poppins";
	font-size: 40px;
	font-weight: 700;
	color: var(--black);
	margin: 0 0 10px 0;
}

.typography-section h2 {
	font-family: "Poppins";
	font-size: 36px;
	font-weight: 600;
	color: var(--black);
	margin: 0 0 10px 0;
}

.typography-section h3 {
	font-family: "Poppins";
	font-size: 34px;
	font-weight: 400;
	color: var(--black);
	margin: 0 0 10px 0;
}

.typography-section h4 {
	font-family: "Poppins";
	font-size: 31px;
	font-weight: 400;
	color: var(--black);
	margin: 0 0 10px 0;
}

.typography-section h5 {
	font-family: "Poppins";
	font-size: 30px;
	font-weight: 400;
	color: var(--black);
	margin: 0 0 9px 0;
}

.typography-section h6 {
	font-family: "Poppins";
	font-size: 28px;
	font-weight: 400;
	color: var(--black);
	margin: 0 0 10px 0;
}

.typography-section p {
	font-family: 'Poppins';
	font-size: 18px;
	color: var(--black1);
	font-weight: 400;
	margin: 0 0 15px 0;
}

.typography-section strong {
	font-family: 'Poppins';
	font-size: 18px;
	color: var(--black);
	font-weight: 600;
	font-style: italic;
}

.typography-section span {
	font-family: 'Poppins';
	font-size: 18px;
	color: var(--black);
	font-weight: 700;
}

.typography-section img {
	width: 100%;
}

.typography-section .alignleft {
	float: left;
	margin: 21px 20px 21px 0;
}

.typography-section .alignright {
	float: right;
	margin: 0 0 43px 20px;
}

.typography-section .aligncenter {
	display: block;
	margin: 9px auto 20px;
}

.typography-section blockquote {
	font-family: 'Poppins';
	font-size: 18px;
	color: var(--black);
	font-weight: 400;
	padding-left: 19px;
	border-left: 8px solid var(--black);
	margin: 0 0 11px 0;
}

.typography-section ul,
ol {
	margin: 0 0 9px 0;
}

.typography-section ul {
	padding-left: 30px;
}

.typography-section ul li {
	font-family: 'Poppins';
	font-size: 18px;
	color: var(--black);
	font-weight: 400;
}

.typography-section ol li {
	font-family: 'Poppins';
	font-size: 18px;
	color: var(--black);
	font-weight: 400;
}

.typography-section a {
	font-family: 'Poppins';
	font-size: 18px;
	color: var(--green);
	text-decoration-line: underline;
}

.typography-section a:hover {
	color: var(--black1);
}

/* team section */
.team-section {
	padding: 120px 0;
}

.team-content {
	width: 100%;
	max-width: 1086px;
	margin: 0 auto;
}

.team-main-block .sub-title {
	text-align: center;
}

.team-block {
	margin: 50px 0 0;
	border: 1px solid rgba(51, 51, 51, 0.3);
	padding: 30px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.team-profile-block {
	margin: 0 -27px 0 0;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 5px 14px 0px rgba(44, 43, 47, 0.25);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.team-profile-image {
	width: 100%;
	height: 235px;
}

.team-profile-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-profile-image img {
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
}

.team-profile-info {
	padding: 20px 25px;
}

.team-profile-title {
	display: block;
	color: var(--black);
	font-family: 'FontspringDEMOP22MackinacBold';
	font-size: 22px;
	line-height: 145%;
}

.team-profile-info .common-detail {
	margin: 10px 0 0;
	color: var(--grey);
	font-size: 16px;
	font-weight: 400;
	line-height: 162%;
}

.team-profile-info .send-email {
	margin: 35px 0 0;
}

.team-profile-info .send-email a {
	color: var(--green);
	font-size: 16px;
	font-weight: 500;
	line-height: 162%;
	text-decoration: underline;
}

.team-profile-info .send-email a:hover {
	color: var(--black1);
}

.team-profile-detail-title {
	color: var(--black);
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.team-profile-detail {
	width: 100%;
	max-width: 760px;
	padding-left: 30px;
	margin-left: auto;
}

.team-profile-detail .common-detail *{
	color: var(--grey);
	font-size: 16px;
	font-weight: 400;
	line-height: 175%;
}

.team-profile-detail .common-detail > *:not(:last-child){
	margin-bottom: 20px;
}

.team-profile-detail .common-detail > *:last-child{
	margin-bottom: 0 !important;
}

.team-block-wrp > *:not(:last-child){
	margin-bottom: 50px;
}

.team-main-wrp > *:not(:last-child){
	margin-bottom: 120px;
}

.team-content .osd-logo-main{
	padding: 20px 0 95px 0;
}

.team-tabbing-section{
	padding-top: 60px;
}
/* team section */