/*
Theme Name: HR Now
Theme URI: [Theme's website or repository URL]
Description: A brief description of your theme.
Author: Muhammad Junaid Khan
Author URI: [Your website or author profile URL]
Version: 1.0.5
License: [Specify the theme's license, e.g., GPL v2 or later]
License URI: [URL to the theme's license]
Text Domain: [A unique identifier for translation]
Tags: [Tags related to your theme, e.g., blog, portfolio, responsive]
Screenshot: screenshot.png
*/
:root {
  --purple: #5632b3;
  --water: #f0f8fc;
  --Black: #050505;
  --Blue: #0d9dff;
  --white: #ffffff;
  --hover: #97aedf;
}
body {
  --bs-body-color: #000000; /* custom text color */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*list-style-type: none;*/
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ChicagoFLF font */
@font-face {
  font-family: "ChicagoFLF"; /* Name your font family */
  src: url("fonts/ChicagoFLF.ttf") format("truetype"); /* Specify the format */
}

/* Helvetica Neue Heavy font */
@font-face {
  font-family: "Helvetica"; /* Name your font family */
  src: url("fonts/HelveticaNeueHeavy.otf") format("opentype");
  font-weight: 700; /* Optionally specify font weight */
}

/* Helvetica Neue Light font */
@font-face {
  font-family: "Helvetica";
  src: url("fonts/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
}

/* Helvetica Neue Bold font */
@font-face {
  font-family: "Helvetica";
  src: url("fonts/HelveticaNeueBold.otf") format("opentype");
  font-weight: bold;
}

.sort-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-page-head {
  color: #000000;
  text-decoration: none !important;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
}

/* Helvetica Neue Medium font */
@font-face {
  font-family: "Helvetica";
  src: url("fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
}
.subject-area-link,
.page_item,
.menu-item {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica";
}

p {
  font-family: "Helvetica";
  margin-bottom: 0;
}
span {
  font-family: "Helvetica";
}
/* Navbar style start  */
.active-nav {
  transform: translateY(0) !important;
}
header nav {
  background-color: #2a2929;
}
.nav .hamburger {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamburger-active {
  display: block !important;
}
.nav .main-menu {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#search-form label {
  color: #ffffff !important;
  font-weight: 600;
}
.nav .main-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .main-menu ul li {
  margin: 0 5px;
  margin-top: 13px;
  list-style-type: none;
}
.nav .main-menu ul li a {
  font-family: "Helvetica";
  color: var(--white);
  margin-right: 20px;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
}
.nav .main-menu ul li a:hover {
  color: #277dba !important;
}
.nav .main-menu ul li:hover a::after {
  width: 100%;
}
.hamburger {
  color: var(--Blue) !important;
  font-size: 25px !important;
  cursor: pointer;
  display: none;
}
.search {
  position: relative;
}
.main-menu .search input {
  padding: 6px;
  width: 300px;
  margin-top: 5px;
}
.main-menu .search input::placeholder {
  font-family: "Helvetica";
  font-weight: 500;
  font-size: 20px;
}
.dropsearch {
  position: absolute;
  content: "";
  top: 100%;
  background: #ffffff;
  width: 100%;
  border-bottom: 2px solid #5632b3;
  padding: 10px;
}
.dropblogs img {
  width: 95%;
  height: 100%;
  object-fit: cover;
}
.dropblogs h2 {
  font-size: 17px;
  padding: 0 5px;
  padding-top: 5px;
  color: #333333;
}
.dropblogs p {
  font-size: 14px;
  padding: 0 5px;
  color: #333333;
}
.search-input {
  position: relative;
}
.search-input i {
  position: absolute;
  right: 13px;
  top: 12px;
}
button:hover {
  text-decoration: underline !important;
}
.btn-sub:hover {
  text-decoration: underline !important;
}
.btn-primary {
  --bs-btn-border-color: var(--Blue) !important;
  border-radius: 2px !important;
  border: none;
}
.btn-primary:hover {
  color: var(--Black);
}
.btn-sub {
  padding: 7px 10px;
  background: var(--Blue);
  color: var(--Black);
  border: 3.7px solid #ffffff;
  border-radius: 4px;
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize !important;
  margin-left: 15px;
  cursor: pointer; /* Change the cursor to a hand icon on hover */
}
.btn-read-more {
  padding: 10px 30px;
  background: #277dba;
  color: white;
  border: none;
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: bold;
  cursor: pointer; /* Change the cursor to a hand icon on hover */
  border-radius: 9px;
}

.btn-read-more-home {
  padding: 10px 45px;
  background: var(--Blue);
  color: var(--Black) !important;
  border: none;
  font-size: 22px;
  border-radius: 4px;
  font-weight: bold;
  font-family: "Helvetica" !important;
}
.dropdown-item {
  font-family: "Helvetica" !important;
  white-space: normal;
}
.change_cursor {
  cursor: pointer; /* Change the cursor to a hand icon on hover */
}

.toggle {
  display: none;
}
.active-menu {
  transform: translateY(0) !important;
}
/* Navbar style end  */
/* banner style start  */
.banner {
  background: url("images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
  display: none;
}

.side-nav {
  overflow-x: hidden;
}
aside {
  display: flex;
  gap: 80px;
  align-items: center;
  flex-direction: column;
  background: #ccebff;
  min-height: 100%;
  padding: 40px;
  position: relative;
  overflow: visible;
  z-index: 9;
  border-radius: 0 0 90px 0px;
  color: var(--Black) !important;
  list-style-type: none !important;
}

/* Start of Left Side Bar Widget Styles */
#left-bar * {
  font-family: Helvetica;
  font-weight: normal;
}

#left-bar h3 {
  font-size: 1.4em;
  font-weight: bold;
}

#left-bar h4 {
  font-size: 1.1em;
  font-weight: bold;
  display: inline;
}

#title-blurb {
  font-size: 1.1em;
  margin: 0;
  font-style: italic;
}

#contributors {
  margin: 0;
  font-size: 0.9em;
}

#contributors-title {
  margin: 0;
}

.contributor {
  margin: 1.6em 0 0 0;
}

#blog-roll-blurb {
  font-size: 0.9em;
  font-style: italic;
  margin: 1em 0 2em 0;
}

#blog-roll-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#blog-roll-links ul li {
  margin-bottom: .25em;
}

#blog-roll-links ul li a {
  text-decoration: underline !important;
  color: #1f4861 !important;
  font-size: .9em !important;
  font-weight: bold !important;
}
/* End of Left Side Bar Widget Styles */

.lb-br-links {
  display: inline-block !important;
  margin-bottom: 2%;
  width: 100% !important;
  color: #27577d !important;
}
.side-menu {
  width: 100%;
}
.side-menu li {
  list-style-type: none !important;
  margin: 10px 0;
}
.side-menu li a {
  color: var(--Blue);
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  font-family: "ChicagoFLF";
  letter-spacing: 1px;
  display: block !important;
}
.blog-roll {
  padding: 20px;
  margin-top: 80px;
}
.blog-roll h3 {
  color: var(--white);
  font-family: "ChicagoFLF";
}
.blog-roll p {
  color: #ffffff;
  font-style: italic;
  font-weight: 100 !important;
  font-family: "Helvetica";
}
.blog-roll a {
  text-decoration: underline !important;
  font-size: 17px;
  font-family: "Helvetica";
  line-height: 3;
  color: #0d9dff;
}

.blogs .dropdown-toggle {
  background: var(--Blue) !important;
  border: none;
  font-family: "Helvetica";
  color: var(--Black) !important;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 12px;
  width: 162px !important;
}

.subject-area .dropdown-toggle {
  background: var(--Blue) !important;
  border: none;
  font-family: "Helvetica";
  color: var(--Black) !important;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 12px;
  width: 162px !important;
}

.navbar-toggler-icon {
  background-image: url("images/hamburger-menu-icon.svg");
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}

.navbar-toggler {
  border: none;
}
.left-side-bar-navbar .nav-link:hover,
.left-side-bar-navbar .nav-link:focus {
  background-color: #ffffff !important;
  border-radius: 4px 0px 0px 4px;
  transition: 0.3s ease;
}

#podcasts #blog-roll, #subject-areas #blog-roll {
  display: none;
}
#podcasts #left-bar .divider:nth-of-type(4), #subject-areas #left-bar .divider:nth-of-type(4) {
  display: none;
}

.sidenav .nav-link:hover,
.sidenav .nav-link:focus {
  background-color: #ffffff !important;
  border-radius: 4px;
  transition: 0.3s ease;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: relative;
}
.left-side-bar-navbar .dropdown-item {
  white-space: break-spaces;
  display: inline-block !important;
  text-decoration: none !important;
  color: #006281 !important;
  transition: 0.3s ease;
}
.nav-link {
  color: #006281 !important;
  font-family: 'Helvetica';
}
/* side nav style end  */
/* subject style start  */
.Subject {
  padding: 14px 20px;
  padding-right: 60px;
}
.Subject .row {
  padding: 20px 0;
}
.Subject img {
  width: 90%;
  object-fit: cover;
}
.Subject .col-md-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subject-sort {
  display: flex;
  justify-content: end !important;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
  width: 100%;
}
.subject-sort h5 {
  border-right: 3px solid #5632b3;
  padding: 0 5px;
  margin: 0 10px;
  margin-top: -6px;
}
.subject-sort p {
  font-size: 20px;
  color: #333333 !important;
  font-weight: bolder;
  text-decoration: underline !important;
  padding-right: 15px;
  padding-top: 15px;
}

.subject-sort .dropdown-toggle {
  border: 1px solid #277dba;
  font-weight: 100 !important;
}
.subject .frow .col-md-3:nth-child(even) {
  background: #f0f8fc;
}
.subject .srow .col-md-3:nth-child(odd) {
  background: #f0f8fc;
}
.Subject h2 {
  color: #5632b3;
  font-weight: bold;
  font-size: 35px;
}
.Subject p {
  font-size: 20px;
  color: #333333;
}
/* subject style end  */
/* single blog style start  */
.breadcrums {
  padding-bottom: 20px;
  border-bottom: 4px solid black;
  font-weight: bolder;
}

.inactive-link {
  text-decoration: underline !important;
}

.custom-padding {
  padding: 70px;
}

.breadcrums a {
  font-size: 20px;
  color: #006281;
  font-weight: bold;
  font-family: "Helvetica";
}
.breadcrums .bread-arrow {
  font-size: 18px;
}
.bread-arrow {
  padding: 0 6px !important;
}
.active-breadcrumb {
  color: #333333 !important;
}
.single-blog .authorname {
  padding-left: 30px;
}
.single-blog {
  padding: 14px 0;
  padding-right: 60px;
  margin-left: 30px;
}
.single-blog .row {
  padding: 20px 0;
}
.single-blog .editor {
  background: #f0f8fc;
}
.single-blog .row .col-md-12:nth-child(2) {
  padding-top: 50px;
}
.single-blog img {
  width: 98%;
  height: 50vh;
  object-fit: cover;
  margin-left: 20px;
  margin-bottom: 20px;
}
.single-blog .col-md-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-blog h1 {
  font-size: 2rem;
  font-weight: bolder;
  color: #111111;
  padding-left: 30px;
}
.single-blog h3 {
  font-size: 25px;
  font-weight: bolder;
  color: #333333;
  padding-left: 30px;
}
.single-blog .blog-date p {
  color: var(--Black) !important;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 0;
}
.single-blog p {
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
}
.editor img {
  width: 75%;
  height: auto !important;
  margin-left: 30px;
  margin-top: 35px;
}
/* single blod style end  */
/* search-result style start  */
.search-result {
  padding: 30px 20px;
  padding-right: 60px;
}
.search-result .row {
  padding: 20px 0;
}
.search-result img {
  width: 95%;
  object-fit: cover;
  height: 180px;
}
.featured {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-top: 1px solid #5632b3;
}
.featured h5 {
  border-right: 3px solid #5632b3;
  padding: 0 5px;
  margin: 0 10px;
  margin-top: -6px;
}
.feastr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-filter {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.filter {
  border-radius: 9px;
  height: 120px;
  width: 120px;
  background: #efefef;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.filter h4 {
  font-size: 20px;
  color: #277dba;
  padding-left: 0 !important;
}
.active-filter {
  background: #277dba;
}
.active-filter h4 {
  color: #ffffff !important;
}
.search-result .row:nth-child(odd) {
  background: #f0f8fc;
}
.title-differ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
.title-differ h2 {
  color: #277dba;
  font-weight: bolder;
}
.title-differ h3 {
  color: lightgray;
}

.title-differ h5 {
  color: #a39d9d;
}

.search-result p {
  font-size: 20px;
  padding-right: 20px;
}
/* search-result style end  */
/* GuideBooks style start  */
.guidebooks {
  padding: 14px 20px;
  padding-right: 40px;
}
.guidebooks .row {
  padding: 20px 0;
}
.guidebooks img {
  width: 90%;
  object-fit: cover;
}
.guidebooks h2 {
  color: #5632b3;
  font-weight: bold;
  font-size: 35px;
  padding-left: 20px;
}
.guidebooks h3 {
  color: lightgray;
  font-weight: bold;
  font-size: 25px;
  padding-left: 20px;
}
.guidebooks p {
  font-size: 20px;
  color: #333333;
  padding-left: 20px;
}
.guidebooks .col-md-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tagline {
  background-color: #ccebff;
  padding: 8px;
  font-weight: 500;
}
/* GuideBooks style end  */
/* Blogs style start  */
.blogs {
  padding: 80px 0px;
}
.blogs .sort h3 {
  color: #333333 !important;
  margin-top: 1% !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 20px;
}
.blogs .row {
  padding: 56px 84px;
}
.blogs h2 {
  color: #1f4861;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline !important;
}
.divider {
  background: #222b2f;
  width: 95%;
  height: 3px;
  margin: 24px 0;
  display: inline-block;
}
.blogs img {
  width: 90%;
  object-fit: cover;
}
.blogs .col-md-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  max-height: 40vh;
  overflow: hidden;
}
.bottom-line {
  background: var(--water);
  width: 100%;
  height: 20px;
  display: none !important;
}
/* Blogs style end  */
/* pagenation style start  */
.pagination {
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica";
}
.pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.pages .page-number:hover {
  text-decoration: underline !important;
}
.pagination .page-number {
  cursor: pointer;
  background-color: white;
  color: black;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.pagination .active {
  font-size: 1.3em;
  height: 40px;
  width: 40px;
  background-color: #1f4861;
  color: white;
}

.pagination button {
  width: 120px;
  padding: 8px 16px;
  background-color: #ffffff00;
  color: #1f4861;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination button:hover {
  text-decoration: none !important;
}
.sort_by {
  font-size: 1.25rem !important;
  color: #333333 !important;
  margin-top: 1% !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.pagination button:disabled {
  background-color: #ffffff00;
  color: #1f4861 !important;
  cursor: not-allowed;
}

.form-group > label {
  width: 100%;
}

.pagination #prevPage {
  color: #1b1b1b !important;
  margin-right: 20px;
  font-weight: 700;
}

.pagination #nextPage {
  margin-left: 20px;
  font-weight: 700;
}

.pagination .arrow {
  font-size: 1.2em;
}

.pagination .nav-text {
  font-size: 0.7em;
  letter-spacing: 0.3em;
}
/* pagenation style end  */
/* Fooeter style start  */
.footer {
  padding: 30px;
  background: #2a2929;
  overflow-x: hidden;
}
.footer .container {
  max-width: 98% !important;
}
.footer img {
  width: 100%;
  margin-bottom: 20px;
}
.footer .socail a {
  position: relative;
  background: #ffffff;
  border-radius: 50px;
  padding: 5px 11px;
}
.footer i {
  color: var(--purple);
  font-size: 13px;
}
.footer p {
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 15px;
  margin-bottom: 8px !important;
  line-height: 1.3;
}
.footer h4 {
  color: #ffffff;
  font-family: "Helvetica";
  text-align: right;
  position: relative;
  line-height: 0 !important;
  font-size: 22px;
  margin-bottom: 0 !important;
  font-weight: 200;
}
.footer a {
  color: #ffffff;
  font-family: "Helvetica";
  text-align: right;
  font-size: 22px;
}
.footer .col-md-3 {
  display: flex;
  flex-direction: column;
  text-align: right !important;
}
.subject_area_heading a {
  font-size: 18px;
}
.subject-area-all-home {
  padding-left: 30px;
}
.featured h4 {
  padding-left: 0 !important;
}
.bottom-bar.for-mb {
  display: none;
}
.bottom-bar span {
  color: var(--white);
  padding: 0;
  font-size: 18px;
  font-family: "Helvetica";
  font-weight: 200;
}
.bottom-bar a {
  font-size: 18px;
}
.footer .col-md-2 a {
  color: var(--Blue);
  text-decoration: underline !important;
  font-family: "Helvetica";
  display: block;
  font-weight: bold;
}
.footer .col-md-2 {
  text-align: right !important;
}
.footer-ccr-logo {
  width: 95%;
  text-align: right;
  margin-top: 11%;
}
.bottom-bar a {
  color: var(--Blue);
  text-decoration: underline !important;
}
.headlines {
  display: none;
}
.address-div {
  margin: 0 auto;
  width: 52%;
}
.address-div p {
  font-weight: 300 !important;
  font-size: 18px;
}
.address-div p a {
  color: var(--Blue) !important;
  font-size: 18px !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
}
.subscribe-div p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Start: Subject Areas Taxonomies Styles - taxonomy-subject_area.php */
.subject-area-child-items a {
  color: #006281 !important;
  font-weight: 600;
}
.subject-area-child-item hr {
  margin: 0.5rem 0 1rem 0;
}
.subject-areas li.subject-area-child-item::marker {
  font-size: calc(1.325rem + .9vw);
  font-weight: 600;
}
.subject-areas .nested-child li.subject-area-child-item::marker {
  font-size: calc(1.3rem + .6vw);
  font-weight: 600;
}
.subject-areas .nested-child .nested-deeper-child li.subject-area-child-item::marker {
  font-size: calc(1.275rem + .3vw);
  font-weight: 600;
}
.subject-areas .nested-child .nested-deeper-child .nested-reset li.subject-area-child-item::marker {
  font-size: 1.25rem;
  font-weight: 600;
}
.subject-area-items .subject-area-child-items .associated-posts {
  padding-left: 0;
}
.subject-area-child-item .nested-child {
  padding-left: 2rem;
}
.subject-area-child-item .nested-deeper-child {
  padding-left: 1rem;
}
.nested-child > li {
  list-style-type: lower-alpha;
}
.nested-deeper-child > li {
  list-style-type: lower-roman;
}
ul.associated-posts {
  padding-left: 0;
}
.associated-posts > li {
  list-style-type: none;
}
.nested-reset > li {
  list-style-type: decimal;
  font-style: normal;
}
.subject-area-child-item .associated-posts li {
  padding-bottom: 8px;
}
.level-0 {
  list-style-type: decimal;
}
.toc-desktop-menu .level-0::marker,
.toc-desktop-menu .level-1::marker,
.toc-desktop-menu .level-2::marker,
.toc-desktop-menu .level-3::marker {
  font-size: 16px;
  color: #006281 !important;
  font-weight: 600;
}
.toc-mobile-menu .level-0::marker,
.toc-mobile-menu .level-1::marker,
.toc-mobile-menu .level-2::marker {
  font-weight: 600;
}
.level-1 {
  list-style-type: lower-alpha;
}
.level-2 {
  list-style-type: lower-roman;
}
.toc-col {
  align-self: flex-start;
  top: 12px;
}
#tocDropdown.btn-sub {
  padding: 10px 20px !important;
  margin-left: 0 !important;
}
.toc-mobile-menu {
  background-color: #ffffff;
  padding: 16px 16px 16px 36px;
  border-radius: 4px;
  position: static !important;
  transform: translate(0px, 8px) !important;
}
.toc-desktop-menu {
  background-color: rgba(235, 235, 235, 0.3);
  padding: 16px 16px 16px 36px;
  border-radius: 4px;
}
.toc-desktop-menu .dropdown-item {
  color: #006281 !important;
  font-family: 'Helvetica';
  padding: 4px 8px;
  border-radius: 4px;
  display: block;
  transition: 0.3s ease;
  text-decoration: none;
}
.toc-desktop-menu .dropdown-item:hover {
  background-color: #ffffff;
}
.toc-desktop-menu .dropdown-item.active, .toc-desktop-menu .dropdown-item:active {
  background-color: #ffffff;
  color: #006281 !important;
}

/* Subject Areas Home Styles /archive-links.php */
#subject-areas {
	background-color: rgba(235, 235, 235, 0.3);
}
#subject-areas-filter-input {
  padding: 16px;
  font-size: 16px;
}
#subject-areas-search-icon,
#subject-areas-clear-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 21px;
  color: #006281;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
#subject-areas-search-icon.show,
#subject-areas-clear-icon.show {
    opacity: 1;
    pointer-events: auto;
}
.subject-areas-list {
    list-style: none;
    padding-left: 0;
}
.subject-areas-list li {
    margin-bottom: 10px;
}
.subject-areas-list li a {
    color: #006281;
    font-weight: 600;
    text-decoration: none;
}
.subject-areas-list li a:hover {
    text-decoration: underline;
}
#subject-areas input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
/* End: Subject Areas Taxonomies Styles */

/* Start: Podcast Styles */
.podcast-player {
  max-width: 400px;
  width: 100%;
}

.podcast-resources {
  color: #006281;
  margin: 2rem 0 2rem 0;
  font-weight: 700;
  display: flex;
  gap: 1rem;
}

.podcast-resources a {
  color: #006281;
  text-decoration: underline;
}

.podcast-about p {
  display: inline;
}

.podcast-about a {
  color: #006281;
}

.podcast-guests {
  background-color: #ececec;
  padding: 2.75rem;
  position: sticky;
  top: 1.5rem;
}

.podcast-guest-image-wrapper {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.podcast-guest-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
  
audio::-webkit-media-controls-panel {
  background-color: var(--Blue);
}

audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display {
  color: #000000 !important;
  font-weight: 600;
  text-shadow: none;
}

audio::-webkit-media-controls-enclosure {
  border-radius: 4px;
}
/* End: Podcast Styles */

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* Fooeter style end */
@media only screen and (max-width: 1300px) {
  .subject .col-md-3 {
    padding: 20px 0px !important;
  }
  .subject_area_heading {
    padding: 0;
    padding-left: 10px !important;
  }
  .subject_area_heading a {
    font-size: 17px !important;
  }
  .subject-area-all-home {
    padding-left: 10px;
  }
  .subscribe-div {
    align-items: end;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1172px) {
  .single-blog {
    margin: 0 !important;
    padding: 0 !important;
  }
  .breadcrums {
    margin: 25px;
  }
  /* .blogs .row {
    padding: 40px 20px;
  } */
  aside {
    height: 181vh;
  }
  .toggle {
    display: block !important;
    font-size: 25px;
    color: var(--Blue);
  }
  .footer .col-md-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer .col-md-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px !important;
  }
  .footer-ccr-logo {
    width: 60%;
    text-align: right;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 7%;
  }
  .guidebooks p {
    font-size: 16px;
  }
  .guidebooks h2 {
    font-size: 1.8rem;
  }
  .guidebooks h3 {
    font-size: 19px;
  }
  .single-blog h1 {
    font-size: 28px;
  }
  .single-blog .authorname {
    font-size: 20px !important;
  }
  .single-blog h3 {
    font-size: 18px;
  }
  .single-blog p {
    font-size: 16px;
  }
  .editor img {
    width: 100%;
    height: auto !important;
  }
  .title-differ h2 {
    font-size: 1.8rem;
  }
  .title-differ h3 {
    font-size: 22px;
  }
  .search-result p {
    font-size: 16px;
  }
  .search-result img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
  .subject_area_heading > a {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .logo {
    width: 540px !important;
  }
  .btn-sub {
    padding: 3px 10px;
  }
  .main-page-head {
    font-size: 36px;
  }
  .blogs .row {
    padding: 32px 32px;
  }
  .bottom-bar span {
    font-size: 14px;
  }
  .bottom-bar a {
    font-size: 14px;
  }
  .address-div {
    margin: 0 auto;
    width: 65%;
  }
  .footer p {
    padding: 0px;
  }
  .footer p {
    color: #ffffff;
    font-family: "Helvetica";
    font-size: 14px;
    padding: 2px 0;
  }
  .footer img {
    width: 100%;
    margin-bottom: 30px;
  }
  .address-div p a {
    font-size: 14px !important;
  }
  .footer .col-md-2 {
    align-items: end;
    margin-bottom: 10px !important;
  }
  .footer h4 {
    font-size: 18px;
  }
  .footer .col-md-2 a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1172px) {
  aside {
    height: 155vh;
  }
  .footer img {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .logo {
    width: 390px !important;
  }
  .main-menu .search input {
    padding: 12px;
    width: 250px !important;
  }
  .subject .col-md-3 {
    padding: 20px 0px !important;
  }
  .subject_area_heading {
    font-size: 16px !important;
    padding: 0 8px !important;
  }
  .bottom-bar {
    flex-direction: row !important;
    font-size: 14px !important;
  }
  .bottom-bar span {
    font-size: 15px;
  }
  .bottom-bar a {
    font-size: 15px;
  }
  .ccr-ai-wrapper {
    padding: 25px !important;
  }
  .ccr-ai-wrapper h2 {
    font-size: 25px !important;
  }
  .ccr-ai-wrapper .ai-editors {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .ccr-ai-wrapper .ai-editors img {
    width: 80% !important;
  }
}
@media only screen and (max-width: 860px) {
  .blogs {
    padding: 30px 0px !important;
  }
  .sort-heading {
    flex-direction: column !important;
    align-items: self-start !important;
  }
  .main-page-head {
    font-size: 25px;
  }

  .subject-sort {
    width: 100% !important;
  }
  .wrapper {
    padding: 20px !important;
  }
  .subject-area-all-home {
    padding-left: 8px !important;
    font-size: 14px;
  }
}
@media (min-width: 770px) and (max-width: 1000px) {
  .side-nav .col-md-3 {
  }
  .side-nav .col-md-9 {
  }
  .navLink-active {
    padding: 8px 20px !important;
    border-radius: 20px 0px 0px 20px !important;
  }
}

@media only screen and (max-width: 769px) {
  .subject .col-md-3 {
    width: 100% !important;
  }
  .nav {
    justify-content: center !important;
    gap: 20px;
    overflow: hidden;
  }
  .single-blog p {
    padding: 15px 35px !important;
  }
  .single-blog .row .col-md-12:nth-child(2) {
    padding-top: 0px;
  }
  .footer {
    padding: 30px 5px !important;
    background: #292929;
    overflow-x: hidden;
    padding-bottom: 50px;
  }
  .headlines {
    background: #ccebff;
    padding: 15px 10px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .headlines span {
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
  }
    .blogs .row {
    padding: 32px 20px;
  }
  .blogs .sort {
    padding-left: 0;
  }
  .pods-btn {
    padding-left: 0 !important;
  }
  .blogs h2 {
    padding: 0 !important;
  }
  aside {
    height: 60vh;
  }
  .subject .frow .col-md-3:nth-child(even) {
    background: none !important;
  }
  .subject .srow .col-md-3:nth-child(odd) {
    background: none !important;
  }
  .subject .frow .col-md-3:nth-child(odd) {
    background: #f0f8fc !important;
  }
  .subject .srow .col-md-3:nth-child(odd) {
    background: #f0f8fc !important;
  }
  .out-sort {
    justify-content: center !important;
  }
  .filter {
    height: 95px;
    width: 95px;
    margin-right: 10px;
  }
  .search-result {
    padding: 20px !important;
  }
  .featured h4 {
    font-size: 15px;
    text-align: left;
  }
  .featured h5 {
    font-size: 15px;
    text-align: left;
  }
  .filter h4 {
    font-size: 15px;
  }
  .title-differ {
    flex-direction: column;
    padding-top: 20px;
  }
  .search-result p {
    font-size: 16px;
    padding: 0 20px;
  }
  .guidebooks {
    text-align: center;
  }
  .guidebooks p {
    font-size: 18px;
    color: #333333;
    padding: 0 25px;
  }
  .single-blog {
    padding-right: 0;
  }
  .single-blog .blog-date p {
    font-size: 15px;
    padding-left: 0;
    padding-top: 0;
  }
  .single-blog img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0px;
  }
  .single-blog p {
    font-size: 16px;
    padding-left: 0px;
    padding: 20px;
  }
  .sort {
    justify-content: end;
  }
  .Subject {
    padding-right: 0;
    padding: 20px;
  }
  .subscribe-div {
    display: flex;
    justify-content:center;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 770px) {
  body {
    /* text-align: center !important; */
  }
  .blogs img {
    width: 100% !important;
  }
  .footer h4 {
    text-align: center !important;
    margin-bottom: 0;
    margin-bottom: -3%;
  }
  .footer a {
    line-height: 2;
  }
  .footer a {
    text-align: center !important;
  }
  .footer .col-md-6 {
    padding-right: 0 !important;
  }
  .footer .col-md-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .btn-sub {
    margin: 0px !important;
  }

  .banner {
    height: 35vh;
  }
  .footer p {
    padding: 0px;
  }
  .footer p:nth-child(1) {
    padding-top: 25px;
  }
  .footer p:nth-child(2) {
    padding-bottom: 25px;
  }
  aside {
    height: auto;
    padding: 40px 40px 40px 40px !important;
    border-radius: 0 !important;
  }
  /* .sort {
    margin-bottom: 15px;
  } */
  .toggle {
    display: block !important;
    font-size: 25px;
    color: var(--Blue);
  }
  .navLink-active {
    background: var(--Blue) !important;
    padding: 10px 20px;
    margin-top: 10px;
    color: var(--Black) !important;
  }
  .subject .frow .col-md-3:nth-child(even) {
    background: none !important;
  }
  .subject .srow .col-md-3:nth-child(odd) {
    background: none !important;
  }
  .subject .frow .col-md-3:nth-child(odd) {
    background: #f0f8fc !important;
  }
  .subject .srow .col-md-3:nth-child(odd) {
    background: #f0f8fc !important;
  }
  .side-nav .row:nth-child(1) {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 770px) {
  .hamburger {
    display: block;
  }
  .side-nav {
    text-align: left !important;
  }
  .address-div {
    margin: 0 auto;
    width: 100%;
  }
}
.authorname {
  color: var(--Black) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding-top: 10px;
  font-family: "Helvetica";
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .nav {
    padding: 15px;
  }
  .nav img {
    width: 88%;
    padding-top: 15px;
  }
  .single-blogs .custom-padding {
    padding: 0 !important;
  }
  .toggle {
    padding-right: 50px !important;
    margin-left: 15px;
    z-index: 99999999999999999999999 !important;
    overflow: hidden;
  }
  .blogs h2 {
    font-size: 1.5rem;
  }
  .blogs h5 {
    font-size: 1rem;
  }
  .btn-read-more-home {
    font-size: 20px;
  }
  #search-form label {
    text-align: left !important;
  }
  .divider {
    margin: 20px 0;
  }
  .podcasts_wrap {
    padding: 15px;
  }
  .podcasts_wrap p {
    padding-right: 0px !important;
  }
  .single-blog img {
    width: 100% !important;
  }
  .single-blog blockquote p {
    padding: 0px !important;
  }
  .single-blog blockquote {
    margin: 30px 40px !important;
    padding-left: 30px;
  }
  .poddate {
    padding-left: 0 !important;
  }
  .sort,
  .subject-sort {
    flex-direction: row !important;
    justify-content: start !important;
  }
  .blogs .sort h3 {
    padding-left: 0 !important;
  }
}

.post img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.alt-bg {
  background-color: #ebebeb;
}

.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #CDEBFF;
  z-index: 9999;
  overflow-x: hidden;
  transition: transform 0.5s ease;
  transform: translateX(-100%);
  padding-top: 50px;
}

.sidenav.open {
  transform: translateX(0);
}

.sidenav .closebtn {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.sidenav .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  border-left: 0;
  transition: transform 0.3s ease;
  transform: rotate(180deg); /* Rotate the caret to face right */
}

.sidenav .dropdown-toggle[aria-expanded="true"]::after {
transform: rotate(270deg); /* Rotate the caret to face down */
}
.sidenav button:hover {
  text-decoration: none !important;
}
.sidenav .dropdown-item {
  white-space: normal;
  transition: 0.3s ease;
  color: #006281 !important;
  font-size: 15px;
}

.sidenav .dropdown-item:hover {
  border-radius: 4px;
}

.sidenav::-webkit-scrollbar {
  display: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #0d9dff;
  color: #ffffff !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

body.overlay {
  display: block;
}
.all-filter .filter a {
  font-size: 18px;
  color: #277dba;
}

.active-filter h4 a {
  color: #ffffff !important;
}

.btn-download {
  background: #5632b3;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 9px;
  font-family: "Helvetica";
  font-size: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  bottom: 13%;
  right: 9%;
}
.btn-download:hover {
  color: #ffffff !important;
}

.subject_area_heading {
  font-size: 20px !important;
}

ul > li > a {
  color: black;
}

.post h2:hover {
  text-decoration: underline !important;
}

.title-differ h2:hover {
  text-decoration: underline !important;
}

.navLink-active {
  background: var(--Blue) !important;
  padding: 10px 20px;
  color: var(--Black);
  border-radius: 20px 0px 0px 20px;
  margin: 10px 0;
}

.navlinkColor-active {
  color: var(--Black) !important;
}

.nav-inactive {
  padding: 0px 20px;
}
.ccr-ai-wrapper {
  padding: 70px;
}
.ccr-ai-wrapper h2 {
  color: var(--Black);
  font-weight: 800;
  font-size: 35px;
}
.ccr-ai-wrapper p {
  font-size: 19px;
  color: var(--Black);
  line-height: 1.5;
  word-spacing: 1px;
}
.ccr-ai-wrapper a {
  color: #214f69;
  font-weight: 900;
  font-size: 17px;
  text-decoration: underline !important;
}
.ccr-ai-wrapper .ai-editors {
  display: flex;
  gap: 50px;
  margin-top: 15px;
}
.ccr-ai-wrapper .about-ccr {
  margin-top: 40px;
}
.ccr-ai-wrapper .ai-editors img {
  width: 50%;
  max-width: 145px;
}
/* New css start */
.accordion-wrapper {
  min-height: 80vh;
  padding: 10px 100px;
}
.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  flex-wrap: wrap;
}
/* .breadcrumbs {
  margin-bottom: -60px;
  z-index: 998;
} */
.breadcrumbs a {
  color: #277dba;
  font-size: 18px;
  font-weight: bold !important;
  font-family: "Helvetica", sans-serif !important;
}

.active-braedcrumb {
  color: #333333 !important;
  text-decoration: none !important;
}
.sort h1 {
  color: #1f4861;
    font-weight: bold;
}

.sort p {
  font-size: 20px;
  padding-top: 15px;
  font-family: "Helvetica";
}

.sort span {
  /* color: #5632b3; */
  font-family: "Helvetica";
}

.sort .dropdown {
  margin-left: 20px;
}

#dropdownMenuButton {
  background: transparent !important;
  border: 1px solid #5632b3;
  color: #5632b3;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 35px;
  font-family: "Helvetica";
}

.heading {
  padding: 0 100px;
}

.heading h2 {
  padding-bottom: 20px;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1.8rem;
  color: #333333 !important;
}
/* Progressive Enhancements for larger screens */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  aside {
    height: auto !important;
    padding: 40px 40px 40px 40px !important;
  }
  .blog-roll {
    margin-top: 15px;
  }
  .footer .col-md-2 {
    justify-content: flex-start !important;
  }
  .faq-container {
    width: 100%;
  }
  .left-side-bar-navbar .dropdown-toggle {
    background-color: transparent !important;
    padding: 0.5rem 0.75rem 0.5rem 0.5rem !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .left-side-bar-navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    border-left: 0;
    transition: transform 0.3s ease;
    transform: rotate(180deg);/
  }
  .left-side-bar-navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(270deg);
  }
    .left-side-bar-navbar .navbar-nav {
      width: calc(100% + 40px) !important; /* Adjusting the width to account for the padding */
      margin-right: -40px; /* Offsetting the right padding */
      padding: 0;
  }

  .left-side-bar-navbar .nav-link {
    background-color: transparent;
    text-decoration: none !important;
  }
  .left-side-bar-navbar .dropdown-menu.show {
    width: 100%;
    left: 100%;
    top: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #0000000a;
    max-height: 480px;
    overflow: auto;
    overflow-x: hidden;
    width: max-content;
    height: max-content;
    border-left: none;
  }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .nav-link:hover {
    background-color: #ffffff !important;
  }
  .footer-ccr-logo {
    width: 50% !important;
  }
  .footer h4 {
    line-height: 1 !important;
  }
  .footer .col-md-2 .bottom-bar a {
    font-size: 15px !important;
    line-height: 0.9;
  }
  .address-div.address-column p {
    line-height: 1.3;
  }
  .btn-sub {
    font-size: 14px !important;
  }
  .subscribe-div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .subscribe-div p {
    margin-bottom: 0 !important;
    color: #ffffff;
    font-size: 16px;
    padding: 4px;
  }
  .subject-areas-list {
    column-count: 2;
    list-style: none;
    padding-left: 0;
    }
}
.recent-blog {
  padding: 20px;
  border: 1px solid #00000099;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 62vh;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 3px solid #99999999 !important;
}

.recent-blog img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
}

.recent-blog h2 a {
  color: #5632b3 !important;
  font-size: 22px;
  font-weight: 900;
}

.recent-blog p {
  color: #333333;
  font-size: 18px;
  padding-top: 20px;
}

@media only screen and (max-width: 770px) {
  .wrapper {
    padding: 20px 20px;
  }
  .single-blog ul {
    margin-left: 45px !important;
    padding-right: 20px;
  }
  .breadcrumbs {
    padding-bottom: 20px;
  }
  .breadcrums a {
    font-size: 18px !important;
  }
  .active-breadcrumb {
    font-size: 15px !important;
  }
  .breadcrumbs {
    margin-bottom: 0 !important;
  }
  .breadcrumbs a {
    font-size: 18px;
  }
  .subject-sort {
    width: 100%;
    justify-content: start !important;
  }
  .heading {
    padding: 0px;
  }

  .accordion-wrapper {
    padding: 10px;
  }

  .recent-blog {
    margin-top: 50px;
  }

  .recent-blog h2 a {
    color: #5632b3 !important;
    font-size: 18px;
  }

  .recent-blog p {
    font-size: 16px;
  }
}
.contact-form form {
  padding: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0 30px;
  line-height: 2.5;
  border-radius: 10px;
  padding-bottom: 80px;
}
.contact-form form input {
  padding: 12px;
}
.contact-form form button {
  background: #5632b3;
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
}
.contact-form form button:hover {
  background: #5b27c9 !important;
}
.full-width-map {
  width: 100% !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  border-radius: 10px !important;
  overflow: hidden;
}
/* New css end */

#menu-primary-menu > .current-menu-item > ::after {
  position: absolute;
  content: "" !important;
  background: #277dba !important;
  width: 100% !important;
  height: 1.1px !important;
  bottom: -5px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  transition: 0.3s ease-in-out !important;
}

.date {
  font-family: "Helvetica";
}

.social-link {
  padding: 20px 0px;
}

.social-link a {
  padding: 15px 19px;
  background: var(--Blue);
  border-radius: 50px;
  margin-right: 5px;
}

.social-link i {
  color: var(--Black);
  font-size: 18px;
}

.more-written {
  float: right;
  font-weight: 700;
  color: #5632b3;
  font-size: 20px;
  padding-right: 70px;
  text-decoration: underline !important;
  display: flex;
}
.more-written i {
  margin: 0 10px;
}
.trainings_wrapper {
  overflow-x: hidden;
}

.main {
  padding: 30px 0;
}

.traning-video p {
  padding: 0;
  font-weight: 500;
  font-size: 19px;
}

.trainings_wrapper .main .col-md-12 {
  padding: 20px;
}

.feadturing-title {
  font-size: 18px !important;
}
.traning-video a {
  font-weight: 700;
  font-size: 19px;
  margin-right: 30px;
}
.traning-video a:hover {
  text-decoration: underline !important;
}
.btn-primary {
  background: var(--Blue) !important;
  color: var(--Black);
  font-weight: 700;
  font-size: 20px;
  padding: 10px 40px;
}

.btn-primary span {
  padding: 0 10px;
}

.feadt_wrapper {
  background: #b6e1ff;
  padding: 20px;
  margin-top: 30px;
}

.feadturing {
  display: flex;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}

.feadturing-title {
  font-size: 18px;
}
.profile h4 {
  color: #267dba;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.profile p {
  font-size: 15px;
  color: #111111;
}
.single-blog ul {
  padding-left: 80px;
}
.single-blog ol {
  padding-left: 80px;
}
@media only screen and (max-width: 770px) {
  .main {
    padding: 20px 10px;
  }
  .single-blog ul {
    padding-left: 30px !important;
    margin-top: 20px !important;
  }
  .single-blog ol {
    padding-left: 50px !important;
    margin-top: 20px !important;
  }
  .feadt_wrapper {
    width: 100% !important;
  }
}
@media only screen and (max-width: 400px) {
  .nav a {
    display: inline-block;
    width: 70%;
  }
  .toggle {
    padding-top: 10px;
  }
  .toggle .fa-solid {
    font-size: 1.7rem;
  }
}

.single-blog a {
  color: #006281;
}

.traning-video a {
  color: #006281;
}

ol,
ul {
  padding-left: 1rem;
}

.blurb > .home_page_title {
  color: #333333;
}

/* single traning page css */
.trainings_wrapper {
  overflow-x: hidden;
}
.traning-video h3 {
  font-weight: bold;
  font-size: 29px;
  color: #111111;
  padding-top: 30px;
}
.feadturing-title {
  font-size: 18px !important;
}
.traning-video p {
  padding: 0;
  font-weight: 500;
  font-size: 18px;
}

.traning-video a {
  font-weight: 600;
  font-size: 17px;
  margin-right: 10px;
}

.feadt_wrapper {
  background: #b6e1ff;
  padding: 20px;
}

.feadturing {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
  gap: 18%;
  padding-left: 50px;
}

.feadturing-title {
  font-size: 18px;
}

.profile h4 {
  color: #267dba;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.profile p {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
}
/* Archive podcast page css */
.podcast_wrapper {
  overflow-x: hidden;
}
.podcasts_wrap {
  padding: 0 30px 20px 30px;
}

/* .blogs .col-md-12:nth-child(odd) {
  background: #b6e1ff !important;
} */
.plybutton {
  background: var(--Blue) !important;
  color: var(--Black);
  padding: 15px 22px !important;
  font-weight: 600;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  border-radius: 4px;
  width: 200px;
}

.plybutton img {
  width: 14%;
  cursor: pointer;
}

.plybutton i {
  margin: 0 5px;
  cursor: pointer;
  font-size: 21px;
}
.plybutton i:hover {
  color: var(--white);
}
.podcasts_wrap p {
  padding: 0;
  padding-right: 280px;
  font-size: 18px;
}

.btn-primary span {
  padding: 0 10px;
}

.btn-learn {
  background: transparent;
  color: #006281;
  border-radius: 4px;
  border: 3px solid #006281;
  padding: 8px 40px;
  font-weight: 700;
  font-size: 22px;
}

.btn-learn:focus-visible {
  color: var(--Black);
  border-color: var(--Black);
}

.poddate {
  font-weight: bold;
  font-size: 20px;
}

.podcasts_wrap h3 {
  font-weight: 700;
  font-size: 30px;
  color: #006281;
}
.post-excerpt {
  margin: 28px 0;
}

.podcasts_wrap h3:hover {
  text-decoration: underline !important;
}

.podcast_wrapper .main .col-md-12:nth-child(even) {
  background: #b6e1ff;
}

.filter {
  display: flex;
  /*justify-content: end;*/
  align-items: center;
}

.filter span {
  margin: 0 10px;
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  .podcast_wrapper h3 {
    font-size: 24px;
  }

  .podcasts_wrap p {
    padding: 0;
    padding-right: 100px;
    font-size: 18px;
  }

  .btn-primary {
    font-size: 16px;
  }
}

@media only screen and (max-width: 770px) {
  .main {
    padding: 20px 10px;
  }

  .podcast_des {
    padding-right: 0px;
  }

  .podcast_wrapper h3 {
    font-size: 20px;
  }

  .podcasts_wrap p {
    padding: 0;
    padding-right: 10px;
    font-size: 14px;
  }
  .plybutton img {
    width: 12% !important;
    height: auto !important;
  }
}

.icon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}

.fa-solid {
  font-size: 2rem;
}

.icon-number {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /* Optional: Set the color of the number */
  font-size: 0.4em;
  /* Adjust the font size of the number as needed */
  font-weight: bold;
}

.pods-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* Archive podcast page css */
/* Traning Archive page css */
/* .blogs .col-md-12:nth-child(odd) {
  background: #b6e1ff !important;
} */

.traning_wrap {
  padding: 20px 0;
}
.traning_wrap a {
  display: inline-block;
}
.traning_wrap h3 {
  font-weight: 700;
  font-size: 30px;
  color: #5632b3;
  text-decoration: none;
}
.traning-video .authorname {
  padding-left: 0 !important;
}
.traning_wrap p {
  padding: 0;
  font-size: 18px;
}
.filter {
  display: flex;
  /*justify-content: end;*/
  align-items: center;
}

.filter span {
  margin: 0 10px;
  font-weight: 600;
  font-size: 18px;
}

.traning-video {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  .traning_wrap h3 {
    font-size: 25px;
  }

  .traning_wrap p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 770px) {
  .traning_wrap p {
    font-size: 14px;
  }

  .main {
    padding: 20px 10px;
  }
}
.traning_wrap_tag {
  color: #5632b3;
  --bs-link-color: #5632b3 !important;
}
.traning_wrap_tag:hover {
  color: #5632b3;
  --bs-link-color: #5632b3 !important;
}
.btn .btn-primary {
  color: var(--Black) !important;
}
.training-archive p {
  padding-left: 0 !important;
}
/* Traning Archive page css */

/* single php css */
.author-name {
  text-decoration: underline !important;
  padding-left: 0 !important;
  font-size: 2rem;
  padding-top: 35px;
}

.written_by {
  padding-left: 40px !important;
}

.bottom_line {
  border: 1px solid var(--Blue);
  opacity: 1;
  margin-left: 40px;
  margin-right: 40px;
  width: 90%;
}
.editor p {
  padding-left: 0;
  font-size: 19px;
  padding-right: 130px;
}
@media only screen and (max-width: 770px) {
  .editor p {
    padding: 0 12px;
    font-size: 16px;
    padding-right: 0px !important;
  }
  .more-written {
    padding-top: 20px;
  }
}
/* single php css */
/* search page css */
/* .blogs .col-md-12:nth-child(odd) {
  background: #b6e1ff !important;
} */

.plybutton {
  background: var(--Blue) !important;
  color: var(--Black);
  padding: 15px 22px !important;
  font-weight: 600;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  border-radius: 4px;
  width: 200px;
}

.plybutton img {
  width: 14%;
  cursor: pointer;
  height: 25px;
  object-fit: cover;
}

.fw-bold {
  /* text-transform: uppercase; */
}

.fw-600 {
  font-weight: 600;
}
/* search page css */
/* Index page css */

.breadcrums span {
  margin: 0 10px;
  font-weight: 700;
  font-size: 17px;
}

.main_wrapper {
  overflow-x: hidden;
}

.main .index-page {
  padding: 50px 50px 10px 0;
}

.subcribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .col-md-5 .form_wrapper {
  background: #b6e1ff;
  padding: 30px 20px;
}

.main .col-md-5 .form_wrapper h3 {
  font-weight: 700;
  font-size: 18px;
}

.subcribe img {
  width: 40%;
}

.main .col-md-5 .form_wrapper form input {
  margin: 10px 0;
  padding: 13px 10px;
  font-size: 14px;
  background: #e3e9f5;
  border: 1px solid #777777;
  color: black;
}

.main .col-md-5 .form_wrapper form input::placeholder {
  color: #444444;
  font-weight: 500;
}
.blurb {
  padding: 0 20px;
}

.blurb h2 {
  color: var(--purple);
  font-size: 1.8rem;
  font-weight: 600;
}

.blurb p {
  color: #333333;
  font-size: 18px;
}

.resources {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  padding: 0 20px;
}

.res-desc {
  color: #111111;
  font-size: 13px;
  padding: 0 20px;
}

.post-type {
  padding: 0 50px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.post-type .even {
  background: #b6e1ff !important;
}

.post-type .icon-box {
  padding: 15px 5px;
  text-align: center;
  width: 16.666666667%;
}

.post-type .icon-box i {
  color: #5632b3;
  font-size: 40px;
  padding-bottom: 10px;
}

.post-type .icon-box h4 {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
}

.post-type .icon-box p {
  font-size: 13px;
  color: #333333;
}

@media only screen and (max-width: 1130px) {
  .post-type .icon-box {
    width: 33%;
  }

  .post-type {
    padding: 0;
  }
}

@media only screen and (max-width: 900px) {
  .post-type .icon-box {
    width: 33%;
  }
}

@media only screen and (max-width: 800px) {
  .post-type .icon-box {
    width: 33%;
  }
}

@media only screen and (max-width: 770px) {
  .main {
    padding: 20px 0px 10px 0;
  }

  .post-type {
    padding: 0;
  }

  .post-type .icon-box {
    width: 33% !important;
  }

  .post-type .icon-box h4 {
    font-size: 15px;
  }

  .post-type .icon-box p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 770px) {
  .logo {
    width: 350px !important;
  }

  .single-blog .wp-caption p {
    max-width: 100% !important;
  }
  .btn-sub {
    padding: 4px 8px !important;
    margin-left: 6px !important;
  }
  .main-menu .search input {
    padding: 12px;
  }
  .logo {
    width: 390pxs !important;
  }
  .widget_block {
    width: 100%;
  }
}
/* Index page css */
/* about page css */
.accordion {
  max-width: 100%;
}

.accordion-item {
  border: 2px solid #99999999 !important;
  color: #333;
  margin-bottom: 20px !important;
}
.accordion-item:not(:first-of-type) {
  border: 2px solid #99999999 !important;
}
.accordion-item h2 {
  padding: 1.6em 1em;
  margin: 0;
  cursor: pointer;
  font-size: 1.2rem;
  color: #111111;
  font-weight: 700 !important;
}

.accordion-content {
  max-height: 0px;
  /* Set a default max-height, but don't display it */
  overflow: hidden;
  overflow-y: auto !important;
  /* Hide the content */
  transition: max-height 0.4s ease-out;
  /* Add a transition effect when sliding down (and up) the content */
  padding: 0 1em;
}
.accordion-content p {
  font-size: 13px;
}
/* Add this class to .accordion-content when the accordion item is active/open */
.accordion-content.active {
  max-height: 450px !important;
  /* Adjust as needed */
}

/*adding the + and - signs*/
.accordion-item h2 {
  position: relative;
  padding-right: 30px;
  /* Adjust as needed */
}

.accordion-item h2::before {
  content: "+";
  position: absolute;
  right: 50px;
  font-size: 28px !important;
}

.accordion-item.active h2::before {
  content: "-";
}
.user-social {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.user-social span {
  background: #267dba;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  display: inline-block;
  position: relative;
  margin: 10px 5px;
}
.user-social span i {
  color: aliceblue;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.userprofile {
  display: flex;
}
.image-social {
  width: 20%;
  overflow: hidden;
  float: left;
}
.image-social img {
  width: 100%;
}
.user-info {
  float: right;
  width: 80%;
  padding-left: 20px;
}
@media only screen and (max-width: 1000px) {
  .main {
    padding: 10px;
  }
}
@media only screen and (max-width: 530px) {
  .main-menu .search input {
    padding: 9px;
    width: 260px !important;
  }
  .accordion-item h2 {
    font-size: 14px;
  }
  .accordion-item h2::before {
    font-size: 18px !important;
  }
  .user-info {
    width: 100%;
    padding-left: 0px;
  }
  .userprofile {
    flex-wrap: wrap !important;
  }
  .image-social {
    width: 30%;
    overflow: hidden;
    margin: 0 auto;
  }
  .user-social {
    justify-content: center;
  }
  .user-social span {
    width: 35px;
    height: 35px;
  }
  .user-social span i {
    font-size: 15px;
  }
}
/* about page css */
/* contact page page css */
.contact-page {
  overflow-x: hidden;
}

.contact-page {
  padding: 50px 50px 10px 40px;
}
.contact-page form input {
  margin: 10px 0;
  padding: 13px 10px;
  font-size: 15px;
  background: #f2eff9;
  border: 1px solid #777777;
  color: black;
  border-radius: 4px;
}

.contact-page form input::placeholder {
  color: #444444;
  font-weight: 500;
}

.contact-page .btn-primary {
  background: var(--Blue) !important;
  color: var(--Black);
  font-weight: 600;
  font-size: 20px;
  float: right;
}

.contact-page h3 {
  font-weight: 600;
  font-size: 28px;
  color: #111111;
}

.contact-page p {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
}

.contact-page .form-select {
  background: #f2eff9;
  color: #00000099;
  border: 1px solid #777777;
  font-size: 15px;
  height: 8vh;
  border-radius: 4px;
  font-weight: 500;
}

.contact-page textarea {
  background: #f2eff9;
  color: black;
  font-weight: 500;
  border: 1px solid #777777;
  font-size: 15px;
  border-radius: 4px;
}

.contact-info p {
  font-size: 17px;
  color: #111111;
}
/* contact page page css */

.content-page-wrapper {
  padding-right: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #00000050;
}
.content-page-wrapper .col-md-4 {
  text-align: center;
}
.content-page-wrapper h2 {
  color: #000000;
  font-size: 34px;
}
.content-page-wrapper h5 {
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  line-height: 0.8;
}
.content-page-wrapper .social-link {
  padding: 30px 0;
  padding-left: 30px;
}
.content-page-wrapper .social-link a {
  background: var(--Blue);
}
.content-page-wrapper-sort {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  padding: 20px;
}
.content-page-wrapper-sort div {
  display: flex;
  align-items: center;
}
.content-page-wrapper-sort h3 {
  font-weight: 900 !important;
}
.content-posts {
  padding: 30px 20px;
}
.content-posts .row:nth-child(odd) {
  background: #f0f8fb;
}
.content-posts .col-md-3 {
  padding: 0;
  text-align: center;
}
.content-posts .col-md-3 img {
  width: 90%;
  margin: 0 auto;
  object-fit: cover;
}
.content-posts p {
  font-weight: 700;
}
.content-posts h2 {
  color: #5632b3;
}
.content-posts a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica";
  margin-left: 30px;
}
.content-tabs {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.content-tabs .tab {
  background: #e3e3e3;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16%;
  height: 130px;
  margin-left: 20px;
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: 700;
  color: #277dba;
}
.active-tab {
  background: #267dba !important;
  color: #ffffff !important;
  font-family: "Helvetica";
}
@media only screen and (max-width: 830px) {
  .nav {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }
  .main-page-head {
    padding-left: 0;
  }
  /* .col-md-4.logo-column img {
    padding-top: 20px;
  } */
  .footer p {
    padding: 0 !important;
  }
  .footer p:nth-child(1) {
    padding-top: 25px !important;
  }
  .footer p:nth-child(2) {
    padding-bottom: 25px !important;
  }
  .address-div {
    width: 100% !important;
  }
  .bottom-bar {
    display: none !important;
  }
  .bottom-bar.for-mb span {
    text-align: right !important;
  }
  .bottom-bar.for-mb a {
    text-align: right !important;
  }
  .footer img {
    margin-bottom: 0 !important;
  }
  .bottom-bar.for-mb {
    display: block !important;
    padding-top: 10px;
  }
  .col-md-4.logo-column {
    width: 50%;
  }
  .footer .col-md-2 {
    align-items: end;
    width: 50%;
  }
  .address-div.address-column p {
    text-align: left !important;
  }
  .footer .col-md-6 {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .nav {
    flex-wrap: wrap !important;
  }
  .col-md-4.logo-column {
    width: 100% !important;
  }
  .address-div.address-column p {
    text-align: center !important;
  }
  .footer .col-md-2 {
    align-items: center !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 770px) {
  .aligncenter {
    margin: 0 auto;
  }
  .content-page-wrapper {
    padding: 20px 25px;
  }
  .content-page-wrapper .social-link {
    padding-left: 0 !important;
  }
  .content-tabs {
    padding-top: 20px;
  }
  .content-tabs .tab {
    width: 30%;
    padding: 10px;
    height: 80px;
    font-size: 15px;
    word-break: break-all;
    margin: 10px 0;
    margin-left: 10px;
  }
  .content-posts .row {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  .content-posts h2 {
    padding-top: 20px;
  }
  .content-posts a {
    margin-left: 0 !important;
  }
  .nav .main-menu {
    flex-direction: row !important;
    gap: 5px;
    padding-left: 35px;
  }
  .blogs .heading {
    padding-left: 0 !important;
  }
}
.logo {
  width: 670px;
}

.subject_area_heading > a {
  color: #277dba;
}
.subject-area-link > a:hover {
  color: #277dba; /* Color on hover */
}

.single-blog blockquote.wp-block-quote {
  /*position: relative;*/
  /*font-size: 16px;*/
  /*color: #000;*/
  /*padding: 15px 15px 15px 15px; !* Adjust the padding for better positioning *!*/
  /*margin: 20px 0px 20px 30px;*/
  /*background-color: #f9f9f9;*/
  /*border-left: 5px solid #0025ff; !* Optional: Add a border to the left *!*/
}

.single-blog blockquote.wp-block-quote::before {
  /*content: "\f10d"; !* Font Awesome quote-left icon *!*/
  /*display: inline-block;*/
  /*font-family: "Font Awesome 5 Free";*/
  /*font-size: 28px;*/
  /*margin-right: 10px; !* Adjust margin to move it closer to the text *!*/
  /*font-weight: 900;*/
  /*color: #006281;*/
  /*vertical-align: middle;*/
}

.single-blog blockquote.wp-block-quote::after {
  /*content: "\f10e"; !* Font Awesome quote-right icon *!*/
  /*display: inline-block;*/
  /*font-family: "Font Awesome 5 Free";*/
  /*font-size: 28px;*/
  /*margin-left: 10px; !* Adjust margin to move it closer to the text *!*/
  /*font-weight: 900;*/
  /*color: #006281*/
  /*vertical-align: middle;*/
}
.single-blog p {
  font-size: 19px;
  font-family: "Helvetica";
  color: #000;
}
.single-blog h1 {
  font-weight: 600;
  padding-top: 10px;
}
.single-blog blockquote {
  position: relative;
  margin: 65px 50px;
  padding-left: 40px;
}
.single-blog blockquote p {
  font-family: "Helvetica";
  font-weight: 400 !important;
  padding-left: 45px;
  margin-bottom: 1rem;
}
.single-blog ul li {
  font-family: "Helvetica";
}
.single-blog ol li {
  font-family: "Helvetica";
}
.single-blog blockquote::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 100%;
  background: #006281;
}
.single-blog ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2.2;
  font-size: 18px;
}
.single-blog ol {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2.2;
  font-size: 18px;
}
.single-blog h3 {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-blog .wp-caption-text {
  font-size: 18px;
  color: #000000;
  font-style: italic;
}
.single-blog .wp-caption {
  text-align: center;
  width: 100% !important;
  margin: 0 auto;
}
.single-blog .wp-caption img {
  width: 380px;
  height: auto !important;
}
.single-blog .alignnone {
  text-align: left !important;
}
.single-blog .wp-caption p {
  max-width: 30%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.single-blog .alignnone p {
  text-align: left !important;
  margin: 0 !important;
}

@media only screen and (max-width: 330px) {
  .main-menu .search input {
    width: 230px !important;
  }
  .logo {
    width: 340px !important;
  }
  .nav a {
    width: 90%;
    font-size: 13px !important;
  }
  .nav .logo-link {
    width: 100% !important;
  }
  .single-blog h1 {
    font-size: 22px;
  }
  .single-blog .authorname {
    font-size: 17px !important;
  }
  .single-blog p {
    font-size: 14px !important;
  }
  .breadcrums a {
    font-size: 14px !important;
  }
  .single-blog ul {
    padding-left: 50px !important;
    font-size: 14px !important;
  }
  .single-blog ol {
    padding-left: 50px !important;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 415px) {
  .logo {
    width: 230px !important;
  }
  .main-menu .search input {
    width: 175px !important;
  }
  .footer img {
    width: 70%;
    margin-bottom: 20px;
  }
  #search-form label {
    font-size: 12px !important;
  }
  .nav a:nth-child(2) {
    display: inline-block;
    width: 60%;
  }
}
@media only screen and (max-width: 460px) {
  .nav {
    flex-direction: column !important;
  }
  .bottom-bar {
    display: none !important;
  }
  .bottom-bar.for-mb {
    display: block !important;
    padding-top: 10px;
    text-align: center !important;
  }
  .bottom-bar.for-mb span {
    padding-right: 8px;
  }
  .footer .col-md-6 {
    display: block !important;
  }
  .address-div.address-column p {
    text-align: center !important;
  }
  .col-md-4.logo-column {
    width: 100%;
  }
  .footer .col-md-2 {
    align-items: center !important;
    width: 100% !important;
  }
}