:root {
  --font-montserrat: "Montserrat", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #000000;
  --black-color-opc: 0, 0, 0;
  --title-color: #000000;
  --title-color-opc: 0, 0, 0;
  --title-color2: #15283a;
  --title-color2-opc: 21, 40, 58;
  --text-color: #00000099;
  --text-color2: #ffffffb2;
  --paragraph-color: #3f444b;
  --paragraph-color-opc: 63, 68, 75;

  --dark-text-color: #ffffff99;
  --primary-color1: #010ed0;
  --primary-color1-opc: 1, 14, 208;
  --primary-color2: #010ed0;
  --primary-color2-opc: 1, 14, 208;
  --primary-color3: #5841d8;
  --primary-color3-opc: 88, 65, 216;
  --primary-color4: #9cd338;
  --primary-color4-opc: 156, 211, 56;
  --primary-color5: #fe5b2c;
  --primary-color5-opc: 254, 91, 44;
  --borders-color: #0000001a;
  --borders-color2: #ffffff33;
}

.logged-in header.inner-header {
  top: 32px;
}

header.inner-page-header {
  background-color: #000000;
}

.site-title h3 {
  margin: 10px 0;
}

.set-menu h4 {
  margin: 10px 0;
  font-size: 18px;
}

.set-menu h4 a,
.site-title h3 a {
  color: #161616;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--primary-color1);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.bypostauthor {
  display: block;
}

.gallery-caption {
  display: block;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin: 0.8075em 0;
}

.wp-block-button {
  margin-bottom: 20px;
}

.alignfull,
.alignwide {
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 2em;
  clear: both;
}

.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 20px;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

.wp-block-cover p.has-large-font-size {
  color: #fff !important;
}

p.wp-block-cover-text {
  color: #ffffff !important;
}

.wp-block-file {
  margin-top: 20px;
  margin-bottom: 10px;
}

.wp-block-file a {
  color: var(--title-color);
}

.wp-block-button__link {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--black-color);
  transition: 0.35s;
}

.wp-block-button__link:hover {
  color: #fff;
  background: #2e2d31;
}

.wp-block-file__button {
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #32373c;
  transition: 0.35s;
}

.wp-block-file__button:hover {
  color: var(--primary-color1);
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  margin-right: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content-wrapper::after,
.details-contnt-wrap:after,
.wp-block-image:after {
  content: "";
  clear: both;
  display: table;
}

/* Formatting */
code {
  margin: 20px 0;
  padding: 5px 15px;
  display: inline-block;
  color: var(--white-color) !important;
  background-color: var(--primary-color1);
}

pre.wp-block-code {
  border: none;
  background: rgb(1 14 208 / 36%);
}

.wp-block-code code {
  color: #2a2d33;
}

pre.wp-block-preformatted {
  margin-top: 10px;
}

pre {
  margin-top: 15px;
  color: #212529;
  border: 1px solid rgb(1 14 208 / 36%);
  background-size: 38px 38px;
  background-color: rgb(1 14 208 / 36%);
  background-image: linear-gradient(#f8f8f8 50%, rgb(67 143 249 / 10%) 50%);
  display: block;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
  white-space: break-spaces;
}

embed,
iframe,
object {
  width: 100%;
  max-width: 100%;
  min-height: 400px;
}

.post-gallery {
  position: relative;
}

.post-gallery .slider-arrows.arrows-style-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.5s;
}

.post-gallery:hover .slider-arrows.arrows-style-2 {
  opacity: 1;
  visibility: visible;
}

.post-gallery .slider-arrows.arrows-style-2 .blog1-prev,
.post-gallery .slider-arrows.arrows-style-2 .blog1-next {
  background-color: #fff;
  height: 30px;
  width: 30px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
}

/* sticky icon  */
.blog-card2 {
  position: relative;
}

.sticky-post-icon {
  position: absolute;
  right: 1rem;
  top: 30px;
  content: "\e6de";
  font-family: "themify";
  display: block;
  font-size: 30px;
  color: #000000;
  left: auto;
  padding-top: 14px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# End Accessibility
--------------------------------------------------------------*/

/* global sidebar ul,ol style  */
.siderbar-area .single-widget ul,
.siderbar-area .single-widget ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.siderbar-area .single-widget ul li,
.siderbar-area .single-widget ol li {
  margin-bottom: 15px;
  transition: 0.5s;
}

.siderbar-area .single-widget ul li:last-child,
.siderbar-area .single-widget ol li:last-child {
  margin-bottom: 0;
}

.siderbar-area .single-widget ul li a,
.siderbar-area .single-widget ol li a {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}

.siderbar-area .single-widget ul li a:hover,
.siderbar-area .single-widget ol li a:hover {
  color: var(--primary-color1);
}

.siderbar-area .single-widget ul li ul,
.siderbar-area .single-widget ol li ol {
  margin-top: 15px;
  padding-left: 10px;
}

/* global details content ul,ol style  */
.page-content-wrapper ul,
.page-content-wrapper ol,
.blog-details-page ul,
.blog-details-page ol {
  margin: 0;
  padding-left: 18px;
}

.page-content-wrapper ul li,
.page-content-wrapper ol li,
.blog-details-page ul li,
.blog-details-page ol li {
  position: relative;
  margin-bottom: 15px;
}

.page-content-wrapper ul li ul,
.page-content-wrapper ol li ol,
.blog-details-page ul li ul,
.blog-details-page ol li ol {
  margin-top: 15px;
  padding-left: 15px;
}

.page-content-wrapper ul li a,
.page-content-wrapper ol li a,
.blog-details-page ul li a,
.blog-details-page ol li a {
  color: var(--text-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

/* sidebar widget title */
.siderbar-area .widget-title,
.siderbar-area .widget-title a,
.siderbar-area .single-widget label,
.siderbar-area .single-widget h2.wp-block-heading {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: var(--title-color);
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 25px;
}

/* sidebar select  */

.siderbar-area .single-widget .nice-select {
  float: none;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 8px 20px;
  color: var(--title-color);
  font-family: var(--font-montserrat);
  height: 45px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  background-color: #fff;
  outline: none;
  appearance: base-select;
  word-break: break-word;
  line-height: inherit;

}

.siderbar-area .single-widget .nice-select .list {
  width: 100%;
  scrollbar-width: thin;
  max-height: 400px;
}

.siderbar-area .single-widget .nice-select .list li {
  margin: 0;
  white-space: normal;
}

/* sidebar search deafult */

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  align-items: center;
}

.wp-block-search__inside-wrapper input {
  width: 100%;
  padding: 8px 20px;
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 14px;
  height: 45px;
  border: 1px solid var(--borders-color);
  border-right: unset;
  border-radius: 10px 0 0 10px;
}

.wp-block-search__inside-wrapper button {
  color: var(--white-color);
  transition: 0.5s;
  background-color: var(--title-color);
  min-width: 56px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  min-width: 89px;
  max-width: 89px;
  height: 45px;
  background-color: var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border-radius: 0 7px 7px 0;
}

.wp-block-search__button {
  border: unset;
}

.wp-block-search__inside-wrapper button:hover {
  background-color: var(--primary-color2);
}

/* sidebar & details tags cloud */
.article-details-page .details-contnt-wrap .wp-block-tag-cloud,
.siderbar-area .single-widget .tagcloud {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  row-gap: 20px;
}

.article-details-page .details-contnt-wrap .wp-block-tag-cloud a,
.siderbar-area .single-widget .tagcloud a {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 15px !important;
  font-weight: 500;
  display: block;
  line-height: 1;
  transition: 0.5s;
}

.article-details-page .details-contnt-wrap .wp-block-tag-cloud a:hover,
.siderbar-area .single-widget .tagcloud a:hover {
  color: var(--primary-color1);
}

/* blockquote  */
blockquote {
  position: relative;
  width: 100%;
  border: none !important;
  margin: 35px 0;
  background: #f8f2ef;
  min-height: 220px;
  overflow: hidden;
}

.blog-details-content blockquote p {
  color: #6a646b;
  font-family: var(--font-funnel-display);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.75;
  margin-bottom: 22px;
  padding-top: 20px;
  margin-top: 20px;
}

blockquote::before {
  position: absolute;
  content: "\201C";
  top: 15px;
  color: #1a2ee6;
  font-family: Georgia, serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
}

.blog-details-content blockquote {
  margin: 35px 0;
}

@media (max-width: 767px) {
  blockquote {
    padding: 42px 24px 34px !important;
    min-height: auto;
  }

  blockquote::before {
    left: 18px;
    top: 18px;
    font-size: 74px;
  }

  blockquote::after {
    right: 18px;
    bottom: 18px;
  }

  .blog-details-content blockquote p {
    font-size: 18px;
    line-height: 1.7;
  }
}

/* password protected post  */
form.post-password-form input {
  background: transparent;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  height: 56px;
  border: 1px solid var(--borders-color);
  border-radius: 5px;
}

form.post-password-form input[type="submit"] {
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  white-space: nowrap;
  background-color: var(--black-color);
}

/* sidebar table */
.siderbar-area .single-widget table {
  caption-side: bottom;
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

.siderbar-area .single-widget table th,
.siderbar-area .single-widget table tr,
.siderbar-area .single-widget table td {
  padding: 10px;
  border: 1px solid var(--borders-color);
}

.siderbar-area .single-widget table td#today a {
  font-weight: 600;
  color: var(--title-color);
}

.siderbar-area .single-widget .calendar_wrap span.wp-calendar-nav-prev a,
.siderbar-area .single-widget .calendar_wrap span.wp-calendar-nav-next a {
  font-weight: 600;
  color: var(--title-color1);
}

/* details & inside comment table  */

.details-contnt-wrap .wp-block-calendar,
.single-comment-area .wp-block-calendar {
  margin: 30px 0;
}

.page-content-wrapper table,
.details-contnt-wrap table,
.single-comment-area table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

.page-content-wrapper table th,
.page-content-wrapper table tr,
.page-content-wrapper table td,
.details-contnt-wrap table th,
.details-contnt-wrap table tr,
.details-contnt-wrap table td,
.single-comment-area table th,
.single-comment-area table tr,
.single-comment-area table td {
  padding: 10px;
  border: 1px solid var(--borders-color);
}

.page-content-wrapper table th a,
.page-content-wrapper table tr a,
.page-content-wrapper table td a,
.details-contnt-wrap table th a,
.details-contnt-wrap table tr a,
.details-contnt-wrap table td a,
.single-comment-area table th a,
.single-comment-area table tr a,
.single-comment-area table td a {
  font-weight: 500;
  color: var(--title-color);
}

.details-contnt-wrap .wp-block-calendar span.wp-calendar-nav-prev a,
.details-contnt-wrap .wp-block-calendar span.wp-calendar-nav-next a {
  font-weight: 600;
  color: var(--title-color1);
}

/* query-pagination */
nav.wp-block-query-pagination {
  margin: 20px 0;
}

.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers span.current {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination-numbers span.current {
  color: var(--white-color);
  background-color: var(--black-color);
}

/* Global Comment Form & list CSS  */
.comment-respond h3.comment-reply-title {
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.comment-respond h3.comment-reply-title small {
  font-size: 14px;
}

.comment-respond h3.comment-reply-title a {
  color: var(--title-color);
  text-decoration: underline;
}

.comment-respond h3.comment-title {
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 15px;
}

.comment-respond form p.comment-notes {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 30px;
}

.comment-respond form p.logged-in-as {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 30px;
}

.comment-respond form p.logged-in-as a {
  color: var(--text-color);
  text-decoration: underline;
}

.comment-respond form p.logged-in-as {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
  margin-bottom: 30px;
}

.comment-respond form p.comment-notes span {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--text-color);
}

.comment-respond form .form-inner label {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}

.comment-respond form .form-inner input,
.comment-respond form .form-inner textarea {
  color: #666;
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.4;
  border: 1px solid var(--borders-color);
  padding: 15px;
}

.comment-respond form .form-inner input::placeholder,
.comment-respond form .form-inner textarea::placeholder {
  color: #666;
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
}

.comment-respond form button.primary-btn1 {
  margin-top: 25px;
}

.comment-respond form p.comment-form-cookies-consent input {
  margin-right: 7px;
}

.single-comment-area .comment-content .author-name-deg h6 {
  margin-bottom: 0;
}

.comment .children .single-comment-area {
  margin-bottom: 30px;
}

.comment-respond p.form-submit input {
  color: #fff;
  margin-top: 25px;
  background-color: var(--black-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}

/* other's css  */
.details-contnt-wrap .wp-block-post-template,
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  padding: 0;
}

/* page content css  */
.page-content-wrapper .inquiry-form {
  clear: both;
}

/* error page css  */
.error-wrapper {
  margin-top: 100px;
  text-align: center;
}

.error-wrapper h2 {
  margin-top: 30px;
  font-family: var(--font-spaceGrotesk);
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 15px;
}

.error-wrapper p {
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--text-color);
}

body.dark .wp-block-heading {
  color: #fff !important;
}

/* Elementor dark colors  */
body.dark .elementor-heading-title {
  color: #fff !important;
}

body.dark .case-result-area .elementor-heading-title {
  color: #1e1e1e !important;
}

body.dark .elementor-element,
body.dark .elementor-icon-list-text {
  color: #c8c8c8 !important;
}

/* page pagination  */
.blog-details-content .page-paginations {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-details-content .page-paginations li {
  padding: 0 5px;
  margin-bottom: 0 !important;
}

.blog-details-content .page-paginations li:first-child {
  padding-left: 10px;
}

.blog-details-content .page-paginations li .post-page-numbers {
  color: rgba(var(--title-color-opc), 0.5);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--title-color-opc), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.blog-details-content .page-paginations li .post-page-numbers:hover {
  color: var(--white-color);
  background-color: var(--primary-color1);
}

.blog-details-content .page-paginations li .post-page-numbers.current {
  color: var(--white-color);
  background-color: var(--primary-color1);
}

/* details & inside comment table  */

.details-contnt-wrap .wp-block-calendar,
.single-comment-area .wp-block-calendar {
  margin: 30px 0;
}

.page-content-wrapper table,
.blog-details-page .blog-details-content table,
.blog-details-page .blog-details-content table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

.blog-details-page .blog-details-content table th,
.blog-details-page .blog-details-content table tr,
.blog-details-page .blog-details-content table td,
.blog-details-page .blog-details-content table th,
.blog-details-page .blog-details-content table tr,
.blog-details-page .blog-details-content table td,
.single-comment-area table th,
.single-comment-area table tr,
.single-comment-area table td {
  padding: 10px;
  border: 1px solid var(--borders-color);
}

.blog-details-page .blog-details-content table th a,
.blog-details-page .blog-details-content table tr a,
.blog-details-page .blog-details-content table td a,
.blog-details-page .blog-details-content table th a,
.blog-details-page .blog-details-content table tr a,
.blog-details-page .blog-details-content table td a,
.single-comment-area table th a,
.single-comment-area table tr a,
.single-comment-area table td a {
  font-weight: 500;
  color: var(--title-color);
}

.blog-details-page .blog-details-content .wp-caption-text {
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: var(--title-color);
}

.blog-details-content ul li,
.blog-details-content ol li {
  color: rgba(var(--title-color-opc), 0.7);
  font-family: var(--font-montserrat);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.34px;
  margin-bottom: 17px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.wp-block-group.has-background {
  padding: 20px;
  margin-bottom: 30px;
}

.blog-details-content select {
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid #ddd;
}

.blog-details-content .wp-block-social-links {
  margin-bottom: 20px;
}

.wp-block-tag-cloud a {
  position: relative;
  color: rgba(var(--title-color-opc), 0.5);
  font-family: var(--font-montserrat);
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
  display: inline-block;
  margin-bottom: 10px;
}

.wp-block-tag-cloud a::before {
  content: "# ";
}

.wp-block-tag-cloud a:hover {
  color: var(--primary-color1);
}

.blog-details-content ul li a {
  color: var(--paragraph-color);
}


.blog-details-page .blog-details-content .nice-select {
  float: none;
  margin-bottom: 30px;
}

:root .has-very-light-gray-color {
  color: #eee !important;
}

.blog-details-content ul li ol,
.blog-details-content ol li ul,
.blog-details-content ol li ol,
.blog-details-content ul li ul {
  margin-top: 15px;
}

:root :where(.wp-block-image figcaption) {
  line-height: 1.6;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em !important;
}

footer.footer-section.only-theme-footer {
  padding-top: 0;
}