:root {
    --main-text-color: #090700;
    --main-text-color-white: #ffffff;
    --main-text-color-black: #000000;
    --main-text-color-maroon: #963138;
    --main-text-color-blue: #008CCC;
    --main-text-color-gray: #949494;
    --main-bg-color: #002C41;
}

a:focus,
button:focus,
.btn:focus,
input:focus {
    box-shadow: none !important;
    outline: none !important;
}

body {
    font-family: 'Montserrat', 'Noto Serif', 'Open Sans', 'Source Sans 3', 'PT Serif';
    color: var(--main-text-color);
}

h1 {
    font-size: 84px;
    line-height: 90px;
    font-weight: 700;
    color: var(--main-text-color);
}
.home .minus_top {
	margin-top:-100px
}
h2 {
    font-size: 58px;
    line-height: 79px;
    font-weight: 600;
    color: var(--main-text-color);
}

h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
}

h4 {}

h5,
.accordion-button {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}

h6 {}

.logo .img-fluid {
    padding-left: 10px;
    padding-top: 10px;
}

p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Noto Serif';
    margin-bottom: 30px;
}

.site_btn,
.btn1,
button {
    color: var(--main-text-color-white);
    background: var(--main-text-color-maroon);
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 43px;
    border-radius: 22px;
    font-weight: 600;
}

.site_btn:hover,
.btn:hover,
button:hover {
    color: var(--main-text-color-white);
    background: var(--main-text-color);
}

/* header start */

header .navik-menu .menu_inner_wrapper>ul>li>a {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: var(--main-text-color);
    padding: 0 20px;
}

header .navik-menu .menu_inner_wrapper>ul>li>a:hover,
header .navik-menu .menu_inner_wrapper>ul>li.current-menu-item a {
    color: var(--main-text-color-maroon);
}

header img {
    max-height: 250px;
}

/* header end */
/* banner section start*/

/*   .page_banner {
background: url(../images/banner-bg.png) no-repeat right center;
background-size: 25%;
padding: 120px 0;
}*/
.home .page_banner .img-fluid {
    /* max-width: 91%; */
    width: 450px;
    height: 450px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 89%;
    position: absolute;
    right: 143px;
    top: 279px;
    z-index: 1;
}

.page_banner {
    padding: 120px 0px;
    margin-bottom: 100px;
}

.page_banner h1 a {
    color: var(----main-text-color);
}

.page_banner h1 a:hover {
    color: var(--main-text-color-maroon);
}

.dot_hero {
    right: 0;
    position: absolute;
    width: 650px;
    top: 150px;
}

.hero_right {
    position: absolute;
    right: 0px;
    top: 0;
    width: 70%;
}

.page_banner h3 {
    margin-bottom: 0;
}

.page_banner h2 {
    font-weight: 400;
}

.page_banner p {
    font-size: 33px;
    line-height: 48px;
    font-family: 'Noto Serif';
    color: var(--main-text-color);
    margin-top: 25px;
    font-weight: 500;
}

/* banner section end*/
/* learn section start */

.page_learn {
    padding: 70px 0;
    background: var(--main-bg-color);
    color: var(--main-text-color-white);
}

.page_learn h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page_learn a h5,
.page_learn a {
    color: var(--main-text-color-white);
    text-decoration: none;
}

.page_learn a h5 {
    margin-top: 15px;
    max-width: 230px;
    margin: 15px auto;
    text-align: center;
    width: 100%;

}

.page_learn_content_img {
    height: 100%;
    max-height: 125px;
}

.page_learn_content_img img {
    max-width: 120px;
    max-height: 125px;
}

.page_learn_content {
    height: 100%;
    padding: 40px 0;
}

.page_learn a:hover h5 {
    text-decoration: underline;
}

/* learn section start */
/* podcast section start */

/*               .page_podcast {
padding: 185px 0;
background: url(../images/latest-bg.png) no-repeat left center;
background-size: 25%;

} */
.page_podcast {
    position: relative;
}

.page_podcast h2 {
    margin-bottom: 40px;
}

.page_podcast h5 {
    font-size: 24px;
    margin-top: -9px;
}

.page_podcast h5.date {
    color: var(--main-text-color-gray);
    line-height: 45px;
    margin: 22px 0;
}

.page_podcast h5 a {
    color: var(--main-text-color-maroon);
    text-decoration: none;
    border-bottom: 3px solid var(--main-text-color-maroon);
}

.page_podcast h5 a:hover {
    color: var(--main-text-color);
}

.page_podcast .btn {
    margin-top: 50px;
}

/* podcast section end */
/* update section start */

.page_update,
.inner_page .page_update {
    padding: 90px 0;
    background: var(--main-text-color-gray);
    background: #D4D4D4;
    color: #000000
}

.page_update h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page_update p {
    font-weight: 500;
    font-family: 'Noto Serif';
    margin: 20px auto 15px auto;
}

form input {
    max-width: 630px;
    height: 65px;
    margin: auto;
    border: none;
    border-radius: 0 !important;
}

form input::placeholder,
form input {
    font-family: 'Open Sans';
    font-size: 20px !important;
    line-height: 36px;
    color: var(--main-text-color-black);
    font-weight: 600 !important;
}

form .btn {
    margin-top: 50px;
}

/* update section end */
/* footer section start */

footer {
    background: var(--main-text-color-black);
    color: var(--main-text-color-white);
    padding: 65px 0;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    display: inline-block;
}

footer p,
.inner_page footer p {
    font-family: 'Source Sans 3';
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

footer p.copy_right {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
}

footer p.copy_right a {
    text-decoration: none;
    color: var(--main-text-color-white);
}

footer p.copy_right a:hover {
    text-decoration: underline;
}

footer img {
    margin-left: -5px;
    max-width: 165px !important;
}

footer li a {
    font-size: 15px;
    line-height: 20px;
    color: var(--main-text-color-white);
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

footer li a:hover {
    text-decoration: underline;
}

footer li {
    padding: 10px 12px;
}

footer li:last-child {
    padding-right: 0px;
}

/* footer section end */
/* about inner page start */

.inner_abou {
    padding: 100px 0 200px 0;
}

.inner_page p {
    font-size: 25px;
    line-height: 35px;
    font-family: 'Montserrat', 'Noto Serif';
    font-weight: 400;
}

.inner_page h3 {
    margin-bottom: 30px
}

.inner_abou_content {
    margin-top: 100px;
}

.ineer_about_learn {
    background: var(--main-bg-color);
    color: var(--main-text-color-white);
    padding: 100px 0;
}

.ineer_about_learn h4 {
    font-size: 24px;
    line-height: 34px;
    font-family: 'Source Sans 3';
    font-weight: 600;
    letter-spacing: 2px;
    color: #AAAAAA;
}

.ineer_about_learn h3 {
    font-family: 'PT Serif';
}

.ineer_about_learn p {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Source Sans 3';
    margin-top: 30px;
}

/* about inner page end */
/* podcasts inner page start */

.innerpage_podcasts header,
.inner_podcasts,
.inner_page section {
    background: var(--main-bg-color);
    color: var(--main-text-color-white);
}

.innerpage_podcasts header .navik-menu .menu_inner_wrapper>ul>li>a {
    color: var(--main-text-color-white);
}

.innerpage_podcasts header .navik-menu .menu_inner_wrapper>ul>li>a:hover,
.innerpage_podcasts header .navik-menu .menu_inner_wrapper>ul>li.current-menu-item>a {
    color: var(--main-text-color-maroon);
}

.category .inner_podcasts {
    padding: 100px 0;
    margin-top: 25px;
}

.pagination {
    display: flex;
    justify-content: center;
}

.inner_podcasts h1 {
    color: var(--main-text-color-white);
}

.inner_podcasts_content {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgba(170, 170, 170, 0.4);
}


.inner_podcasts_content p {
    font-size: 21px;
    line-height: 30px;
    font-style: italic;
    font-family: 'Montserrat'
}

.inner_podcasts_content h5 {
    font-weight: 600;
}

.inner_podcasts_content h5.date {
    font-weight: 600;
}

.inner_podcasts_content h5 a {
    font-weight: 600;
    color: var(--main-text-color-blue);
    text-decoration: none;
    border-bottom: 3px solid var(--main-text-color-blue);
    letter-spacing: 1px;
}

.inner_podcasts_content h5 a:hover {
    color: var(--main-text-color-maroon);
    border-bottom: 3px solid var(--main-text-color-maroon);
}

.inner_podcasts_content:last-child {
    border-bottom: none;
}

.podcast_pagenation {
    margin-top: 50px;
}

.podcast_pagenation a {
    font-size: 20px;
    line-height: 40px;
    color: var(--main-text-color-white);
    font-weight: 600;
    padding: 5px;
    text-decoration: none;
}

.podcast_pagenation a:hover,
.podcast_pagenation span.current {
    color: var(--main-text-color-maroon);
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}

.inner_podcasts_single {
    padding-top: 100px;
}

.inner_podcasts_single_content span {
    display: block;
    font-size: 21px;
    line-height: 32px;
}

span.episode {
    color: var(--main-text-color-gray);
    font-style: italic;
    font-weight: 500;
}

span.author {
    color: #010016;
    font-weight: 500;
    margin-top: 10px;
}

.inner_page span.author {
    color: #ffffff;
}

span.date {
    color: var(--main-text-color-maroon);
    font-weight: 500;
    margin: 25px 0;
}

.inner_podcasts_single_content h5 {
    border-bottom: 1px solid #707070;
    margin: 30px 0;
    padding: 0 0 15px 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background: var(--main-text-color-white) !important;
    border: 0 !important;
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;
    color: var(--main-text-color-black);
    border-radius: 0 !important;
    position: relative;
}

.accordion,
.accordion-item {
    border-radius: 0 !important;
    border: none !important;
}

.accordion-button.collapsed:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 30px;
    line-height: 23px;
    content: "\2b";
    border-radius: 50%;
    background-image: none !important;
}

.accordion-button:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 30px;
    line-height: 23px;
    content: "\f068";
    border-radius: 50%;
    background-image: none !important;
}

.accordion_card div {
    margin: 20px 50px 20px 0;
}

.accordion_card h5 {
    border-bottom: none;
}

.accordion {
    margin-bottom: 100px;
    margin-top: 35px;
}

/* podcasts inner page end */
/* funding page start */

.inner_funding {
    padding: 100px 0 0 0;
}

.inner_funding_content {
    padding: 100px 0;
}

.inner_funding_content h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inner_page ol,
section ul {
    font-size: 25PX;
    line-height: 35PX;
    margin-bottom: 70px;
}

.inner_page ol li,
section ul li {
    padding: 10px 0;
}

.inner_funding {
    background: url(../images/banner-bg.png) no-repeat top right, url(../images/latest-bg.png) no-repeat bottom left;
    background-size: 25%;
}

.inner_funding img {
    margin: 10px auto 50px auto;
    display: block;
}

.inner_funding .funding_img_text img {
    margin: 0px auto 0px auto;
}

.inner_funding h5 {
    color: #963138;
    margin: 20px 0 40px 0;
}

.blockquote {
    max-width: 1000px;
    width: 100%;
    padding: 20px;
    position: relative;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    margin: 20px auto 50px auto;
    text-align: center;
    font-family: 'Montserrat'
}

.blockquote p {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Montserrat'
}

.blockquote::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 30px;
    line-height: 23px;
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-text-color-maroon);
}

.blockquote::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 30px;
    line-height: 23px;
    content: "\f10e";
    position: absolute;
    top: 0;
    right: 0;
    color: var(--main-text-color-maroon);
}

.funding_img_text div {
    padding: 60px 50px;
    background: var(--main-text-color-white);
    margin-left: -10%;
}

.funding_about_author {
    margin-bottom: 40px;
}

.funding_about_author h5 {
    font-size: 25px;
    line-height: 26px;
    color: var(--main-text-color-black);
    margin-bottom: 15px;
}

.funding_about_author img {
    margin: 0;
}

.funding_about_author p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Noto Serif';
}

.funding_about_author ol li {
    font-size: 18px;
    line-height: 26px;
    padding: 2px 0;
    padding-left: 20px;
    word-wrap: break-word;
}

/* funding page end */

.pod_dot_left {
    width: 300px;
    position: absolute;
    padding: 30px 0px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
}

.pod_pad {
    padding: 120px 0px;
}

.pod_pad img {
    border: 1px solid #a5a7a6;
}

.margin_bit {
    margin-top: 98px;
}

section p a,
.inner_podcasts_single a,
section a {
    text-decoration: underline;
    color: #FFFFFF;
}

section p a:hover,
section a:hover .inner_podcasts_single a:hover {
    text-decoration: underline;
}

section {
    padding: 60px 0;
}

.inner_podcasts_single img {
    margin-bottom: 30px;
    display: block;
    margin: auto;
}

section p img {
    max-width: 100%;
}

element.style {}

.inner_podcasts_single img {
    margin-bottom: 30px;
}

.alignleft {
    padding-right: 25px;
}

.inverted_logo {
    display: none;
}

.page-template-template-podcasts .inverted_logo {
    display: inherit;
}

.page-template-template-podcasts .default_logo {
    display: none !important;
}

.single-post h1 {
    font-size: 35px;
    line-height: 42px;
    color: #ffffff;
}

.wp-block-file *+.wp-block-file__button {
    color: #fff;
}

.accordion-button:hover {
    color: var(--main-text-color-maroon);
}

.navik-menu.submenu-top-border li>ul {
    border-top: 3px solid var(--main-text-color-maroon);
}

.inner_page .page_update p {
    font-family: 'Noto Serif';
}

.inner_page header {
    padding-bottom: 10px;
}

.page_latest_posts h2 {
    margin-bottom: 80px;
}

.latest_posts_img {
    height: 300px;
    margin-bottom: 20px;
}

.latest_posts_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.latest_posts_main h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
}

.latest_posts_main p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
}

.latest_posts_main {
    height: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 6px #dddddd;
}

.post_meta_container {
    padding: 5px 10px;
}

.post_meta_container h3 a {
    color: #000000;
}

.post_meta_container h3 a:hover {
    color: var(--main-text-color-maroon);
}

.subscribe_lists {
    padding: 5px 0;
}

.subscribe_lists a {
    font-size: 18px;
    line-height: 20px;
    padding: 20px;
    font-weight: 600;
}

.subscribe_lists a:hover {
    color: #ffffff;
}

.search_form_div {
    max-width: 100%;
}

.search_form_div input.form-control {
    height: 50px;
	margin-right:10px;
}

.search_form_div .site_btn {
    padding: 0 25px;
    color: #fff;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}

/* .navik-menu {
    margin-right: 50px;
} */

.menu_inner_wrapper {
    display: flex;
    align-items: center;
}
#Lblhoneypot,
#honeypot{
	display:none;
}
.mktoForm{
margin:auto;	
}
.mktoForm input[type=text], 
.mktoForm input[type=url], 
.mktoForm input[type=email], 
.mktoForm input[type=tel], 
.mktoForm input[type=number], 
.mktoForm input[type=date], 
.mktoForm textarea.mktoField, 
.mktoForm select.mktoField,
.mktoForm input,
.mktoForm input::placeholder{
	font-family: 'Open Sans' !important;
    font-size: 20px !important;
    line-height: 36px !important;
    color: #595c5f !important;
    font-weight: 600 !important;	
	padding-left:7px;
}
.mktoForm input{
	padding-left:7px !important;
}
.mktoButtonRow{	
    width: 100% !important;
    text-align: center !important;
    margin-top: 40px !important;
}
.mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
color: var(--main-text-color-white);
    background: var(--main-text-color-maroon) !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 16px 43px !important;
    border-radius: 22px !important;
    font-weight: 600 !important;	
}
.mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
color: var(--main-text-color-white);
	background: #000000 !important;
}
.mktoButtonRow .mktoButtonWrap.mktoSimple{
	margin-left:0 !important;
}
.mktoForm .mktoLabel{
	display:none !important
}