@import url(//fonts.googleapis.com/css2?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&display=swap);
* {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: relative;
}

nav {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
}

.logoNav {
  width: 100px;
  height: auto;
  transition: 0.4s;
  margin: 10px 0;
  padding-left: 10px;
}

.onScrollLogo {
  width: 80px;
}

@media (min-width: 992px) {
  .burger {
    display: none;
  }
  .logoNav {
    width: 120px;
    margin: 15px 0;
  }
  .onScrollLogo {
    width: 80px;
    margin: 10px 0;
  }
}
.navMain {
  display: flex;
  align-items: center;
  transition: 0.4s;
  border-bottom: 1px solid rgb(66, 66, 66);
}
.navMain .left {
  justify-content: flex-start;
}
.navMain .left ul li:first-of-type {
  padding-left: 0;
}
.navMain .right {
  justify-content: flex-end;
}
.navMain .right ul {
  justify-content: flex-end;
}
.navMain .right ul li:last-of-type {
  padding-right: 0;
}

@media (min-width: 992px) {
  .navMain {
    padding: 0 16px;
  }
}
.menu {
  display: flex;
  background-color: red;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  left: 0px;
  height: 92vh;
  flex-direction: column;
  width: 50%;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in;
}

.menu li {
  list-style: none;
  opacity: 0;
}

.menu a {
  color: whitesmoke;
  text-decoration: none;
  letter-spacing: 3px;
}

.logoHolder {
  display: flex;
  flex: 1;
}

.navLinksTransition {
  transition: transform 0.5s ease-in;
}

.right .burger {
  opacity: 0;
}

.onScrollBurger {
  opacity: 1;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 1px;
  background-color: #000;
  margin: 7px 15px;
}

.posOneThird {
  display: flex;
  text-decoration: none;
  color: #000000;
}

.navRedux {
  display: flex;
}
.navRedux ul {
  display: flex;
  width: 100%;
}
.navRedux ul li {
  list-style: none;
  padding: 0 15px;
}
.navRedux ul li a {
  text-decoration: none;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.navRedux ul li a:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .burger {
    cursor: pointer;
  }
  .navlinksHidden {
    transform: translateX(0%);
  }
  .navRedux {
    display: none;
  }
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.tmaMainMenu {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tmaMainMenu .inner {
  padding: 16px;
}
.tmaMainMenu a {
  font-size: 1.2rem;
  line-height: 3rem;
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tmaMainMenu a:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .tmaMainMenu {
    display: none;
  }
}
main {
  padding-top: 100px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero::after {
  content: "";
  background: linear-gradient(0deg, #000 10.02%, rgba(82, 93, 95, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero {
  display: flex;
  position: relative;
  color: #fff;
  height: 400px;
  align-items: flex-end;
  text-decoration: none;
  padding: 0 25px 30px;
  border: 1px solid grey;
}
.hero .hero-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins";
  width: 100%;
  z-index: 9;
}
.hero .hero h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}
.hero .hero span {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.lower-content {
  display: flex;
  padding: 0 10px;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .lower-content {
    flex-direction: column;
  }
}
.lower-content .home-left {
  flex: 3;
}
@media (min-width: 650px) {
  .lower-content .home-left {
    margin-right: 30px;
  }
}
.lower-content .home-left .solutions-list {
  padding: 30px 0;
}
.lower-content .home-left .solutions-list a {
  color: black;
}
.lower-content .home-left .solutions-list .solutions-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 25px;
}
.lower-content .home-left .solutions-list .solutions-card .archive-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lower-content .home-left .solutions-list .solutions-card .solution-button {
  border: 1px solid #000000;
  padding: 15px 25px;
}
.lower-content .home-left .solutions-list .solutions-card .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lower-content .home-left .solutions-list .solutions-card .left .cw-img img {
  width: 60px;
  height: 60px;
}
.lower-content .home-left .solutions-list .solutions-card h3 {
  padding-right: 10px;
}
.lower-content .home-left .solutions-list .solutions-card h2:first-of-type {
  display: flex !important;
}
.lower-content .home-left .solutions-list .solutions-card ul {
  list-style: none;
  padding: 30px 0;
  flex-grow: 1;
}
.lower-content .home-left .solutions-list .solutions-card ul li:last-child {
  border-bottom: none !important;
}
.lower-content .home-left .solutions-list .solutions-card ul li {
  border-bottom: 1px solid #8da0a3;
  padding: 10px 0;
}
.lower-content .home-left .solutions-list .solutions-card ul li a {
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lower-content .home-left .solutions-list .solutions-card ul li a span {
  white-space: nowrap;
}
.lower-content .home-left .blog-list h2 {
  padding-bottom: 20px;
}
.lower-content .home-left .blog-list span {
  color: rgb(157, 162, 163);
}
.lower-content .home-left .blog-list .list-inner .blog-entries {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: row-reverse;
  border-bottom: 1px solid #8da0a3;
  padding-bottom: 15px;
}
.lower-content .home-left .blog-list .list-inner .blog-entries a {
  text-decoration: none;
  color: #000000;
}
.lower-content .home-left .blog-list .list-inner .blog-entries a p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 90%;
}
.lower-content .home-left .blog-list .list-inner .blog-entries a h3 {
  color: #525d5f;
  padding-bottom: 5px;
  padding-top: 10px;
}
.lower-content .home-right {
  flex: 1;
  border-left: 1px solid #c2d7da;
  padding-left: 10px;
}
.lower-content .home-right .sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 20px 0;
}
.lower-content .home-right .sidebar h2 {
  border-bottom: 1px solid #8da0a3;
  padding-bottom: 20px;
}
.lower-content .home-right .sidebar .clue-directory {
  margin-top: 20px;
}
.lower-content .home-right .sidebar .clue-directory .alphabet {
  display: flex;
  gap: 10px;
  max-width: 295px;
  flex-flow: wrap;
  margin-top: 20px;
  font-size: 23px;
  border-radius: 20px;
}
.lower-content .home-right .sidebar .clue-directory .alphabet a {
  text-decoration: none;
  color: #000000;
}
.lower-content .home-right .sidebar .clue-search {
  width: 95%;
}
.lower-content .home-right .sidebar .clue-search .searchform {
  margin: 10px 0;
}
.lower-content .home-right .sidebar .clue-search .searchform input[type=text] {
  width: unset;
  padding: 0 20px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
}
.lower-content .home-right .sidebar .clue-search .searchform input[type=text] {
  border: 1px solid #7c7c7c;
  width: 100%;
  height: 45px;
  border-radius: 5px;
}
.lower-content .home-right .sidebar .clue-search .searchform input[type=text]::-moz-placeholder {
  text-align: left;
}
.lower-content .home-right .sidebar .clue-search .searchform input[type=text]::placeholder {
  text-align: left;
}
.lower-content .home-right .sidebar .clue-search .searchform input[type=submit] {
  width: 100%;
  height: 45px;
  margin-top: 10px;
  background-color: black;
  color: white;
  border: 0;
  border-radius: 5px;
}

/* calendar widget */
.widget_calendar {
  float: left;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  color: #333;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.calendar .wp-calendar-nav {
  position: unset !important;
  margin-top: 10px;
}
.calendar .calendar-inner {
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.calendar .calendar-inner a {
  color: #000000;
  font-weight: 500;
}
.calendar .calendar-inner #today a {
  color: #ff0000;
}

.find-answer {
  margin: 20px 0;
  border: 1px solid #e8fbff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.find-answer .clue-search {
  text-align: center;
  padding: 30px;
}
.find-answer .clue-search .searchform {
  margin: 20px 0;
}
.find-answer .clue-search .searchform input[type=text] {
  width: 65%;
  height: 45px;
  border: 1px solid #7c7c7c;
  border-radius: 50px;
  background-color: #fff;
  padding: 0 20px;
}
@media (max-width: 650px) {
  .find-answer .clue-search .searchform input[type=text] {
    width: 100%;
  }
}
.find-answer .clue-search .searchform input[type=text]::-moz-placeholder {
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #e1e1e1;
}
.find-answer .clue-search .searchform input[type=text]::placeholder {
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #e1e1e1;
}
.find-answer .clue-search .searchform input[type=submit] {
  display: none;
}

.about-us {
  margin: 20px 0;
  line-height: 28px;
}
.about-us h2 {
  padding-bottom: 20px;
}
.about-us p {
  margin-bottom: 20px;
}
.about-us .our-team {
  margin: 20px 0;
}
.about-us .our-team .staff-info {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 650px) {
  .about-us .our-team .staff-info {
    flex-direction: column;
  }
}

.contact-us .location {
  display: flex;
  margin: 40px 0;
  margin-right: 20px;
  align-items: center;
}
@media (max-width: 1000px) {
  .contact-us .location {
    flex-direction: column;
    margin-right: 0;
  }
}
.contact-us .location .location-text {
  line-height: 30px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1000px) {
  .contact-us .location .location-map img {
    width: 100%;
  }
}
.contact-us .contact-form {
  max-width: 500px;
  margin: 20px 0;
}
.contact-us .contact-form h2 {
  padding-bottom: 20px;
}
.contact-us .contact-form #simple-contact-form-wrap {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
@media (max-width: 650px) {
  .contact-us .contact-form #simple-contact-form-wrap {
    border-left: none;
    padding-left: 0;
  }
}
.contact-us .contact-form #simple-contact-form-wrap input::-moz-placeholder {
  color: transparent;
}
.contact-us .contact-form #simple-contact-form-wrap input::placeholder {
  color: transparent;
}
.contact-us .contact-form #simple-contact-form-wrap textarea::-moz-placeholder {
  color: transparent;
}
.contact-us .contact-form #simple-contact-form-wrap textarea::placeholder {
  color: transparent;
}
.contact-us .contact-form #simple-contact-form-wrap .scf-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0;
}
.contact-us .contact-form #simple-contact-form-wrap .scf-row label {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
}
.contact-us .contact-form #simple-contact-form-wrap .scf-row textarea {
  padding: 10px 20px;
}
.contact-us .contact-form #simple-contact-form-wrap .scf-row input[type=text] {
  height: 40px;
  border: 1px solid #7c7c7c;
  background-color: #fff;
  padding: 0 20px;
  width: 100%;
}
.contact-us .contact-form #simple-contact-form-wrap .scf-submit {
  text-align: center;
}
.contact-us .contact-form #simple-contact-form-wrap .scf-submit input {
  height: 50px;
  width: 120px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #ccc;
  border: 0;
  color: #fff;
}

.advanced-search {
  display: none;
}

.form-input-text {
  display: none;
}

.search-page .search-flex {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 20px;
}
.search-page .search-flex #searchsubmit {
  display: block;
  max-width: 300px;
  border-radius: 20px;
  height: 40px;
  border: 0;
  background-color: #525d5f;
  color: #fff;
  font-weight: bold;
}
.search-page .form-input-text {
  display: block;
}
.search-page .normal-search {
  flex: 3;
}
.search-page .normal-search label {
  font-weight: 600;
}
.search-page .searchform input[type=text] {
  width: 90% !important;
  margin-top: 15px;
}
.search-page .advanced-search {
  flex: 1;
  display: block;
}
.search-page .advanced-search label {
  font-weight: 600;
}

.follow-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
.follow-social .social-icons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.follow-social .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
.follow-social .social-icons a img {
  width: 40px;
  height: 40px;
}

.simpleList .solutions-list a {
  padding-right: 10px;
}
.simpleList .solutions-list .solutions-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-top: 0 !important;
}
.simpleList .solutions-list .solutions-card ul {
  margin: 0 20px;
  padding: 20px 0 !important;
}
.simpleList .solutions-list .solution-button {
  border: 0 !important;
  padding: 0 !important;
}
.simpleList .solutions-list .left .cw-img {
  display: none;
}
.simpleList .solutions-list .sName span {
  display: none;
}

.single-post-header {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.single-post-header h1 {
  padding-left: 20px;
}

.single-post-content p {
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  padding: 0 10px;
}
.single-post-content .author-meta p {
  font-weight: 500;
  color: #0b0a0a;
}
.single-post-content .author-meta strong {
  color: #0b0a0a;
  font-weight: bold;
}
.single-post-content .author-meta {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
.single-post-content .author-meta img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.single-post-content .author-meta p {
  margin-left: 20px;
  line-height: 31px;
  color: #000000;
}
.single-post-content .content {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 28px;
}
.single-post-content .content .clues ul {
  width: 100%;
}
.single-post-content .content .clues li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8ccd1;
  list-style: none;
}
.single-post-content .content .clues li a {
  color: #000000;
  font-size: 18px;
  line-height: 31px;
  display: flex;
  justify-content: space-between;
}
.single-post-content .content .clues li a strong {
  border: 1px solid #000000;
  padding: 5px 10px;
  min-width: 25%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.single-post-content .content strong em {
  padding: 10px;
  border: 3px dotted #ff0000;
  color: #ff0000;
}
@media screen and (max-width: 650px) {
  .single-post-content .content strong em {
    display: flex;
  }
}
@media screen and (min-width: 650px) {
  .single-post-content .content {
    width: 95%;
    margin-top: 40px;
  }
}
.single-post-content .content ul {
  list-style: disc;
  padding-left: 30px;
}
.single-post-content .content p {
  margin-bottom: 30px;
}
.single-post-content .content h2 {
  margin: 15px 0;
}
.single-post-content .solution-thumb {
  margin: 10px 0;
}
.single-post-content .solution-thumb img {
  width: 90%;
}
@media screen and (max-width: 650px) {
  .single-post-content .solution-thumb img {
    width: 100%;
  }
}
.single-post-content .author-bio h2 {
  padding: 20px 0;
}
.single-post-content .author-bio .bio-inner {
  margin-bottom: 30px;
  padding-left: 30px;
  border: 1px solid #e8fbff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 650px) {
  .single-post-content .author-bio .bio-inner {
    margin-right: 30px;
  }
}

footer {
  background: #f8f8f8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
footer .footer-content {
  display: flex;
  flex-direction: row;
  padding: 45px 70px;
}
@media screen and (max-width: 650px) {
  footer .footer-content {
    flex-direction: column;
  }
  footer .footer-content .footer-section {
    width: 100% !important;
    margin-bottom: 20px;
  }
  footer .footer-content .footer-section:first-child {
    display: none;
  }
}
footer .footer-content .footer-section {
  width: 25%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
footer .footer-content .footer-section .footer-logo {
  width: 100%;
}
footer .footer-content .footer-section .footer-logo img {
  height: 80px;
}
footer .footer-content .footer-section .follow-social {
  margin: 0 !important;
  display: flex;
  align-self: flex-start;
}
footer .footer-content .footer-section .footer-section-title {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
footer .footer-content .footer-section .footer-section-links a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .footer-content .footer-section .footer-section-text {
  font-size: 14px;
  line-height: 22px;
}
footer .footer-section-links .footer-section-title,
footer .footer-section-text .footer-section-title {
  margin-bottom: 30px;
}
footer .footer-copyright {
  height: 57px;
  line-height: 57px;
  background: rgba(241, 241, 241, 0.1019607843);
  font-size: 16px;
  text-align: center;
}