/** Banner **/
.hr {
  border-bottom: 1px solid #27344d;
  width: 100%;
  margin: 2rem 0;
}
.blog-item a:hover h2 {
  text-decoration: underline;
}
section.breadcrumb {
  margin: 8em 0 1em;
  clear: both;
  display: block;
  overflow: hidden;
}

section.breadcrumb ul {
  list-style: none;
  display: block;  margin-left: 0;
}

section.breadcrumb ul li {
  color: #505050;
  float: left;
  margin-right: 0.5em;
  text-decoration: none;
}

section.breadcrumb ul li a {
  color: #505050;
  float: left;
  text-decoration: none;
}

section.breadcrumb ul li span {
  color: #B68C5A;
  font-weight: 600;
}
.blog-detail-text h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  color: #27344D;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.blog-detail-text h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  color: #27344D;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.blog-detail-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blog-detail-right .blog-tags {
  margin-right: 1em;
}

.blog-detail-text {
  margin-bottom: 2em;
}

.blog-tags .tag {
  background-color: #B68C5A;
  color: #fff;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.text-black {
  color: #000;
}

.author-name p {
  margin-bottom: 0;
}

.author-name span.name {
  margin-right: 1em;text-transform: capitalize;
  font-weight: 600;
  color: #27344D;
}

.author-name .name img {
  border-radius: 30px;
  margin-right: 0.5em;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.author-name p span.date {
  color: rgb(0 0 0 / 70%);
}

.author-name p {
  color: #000;
  font-weight: 600;
}

.blog-detail-image {
  height: 500px;
  border-radius: 20px;
  margin-bottom: 3em;
  overflow: hidden;
}

.blog-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blog-table h3 {
  font-size: 16px;
}

.blog-table h3 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 0.4em 0;
  margin: 0;
}

.blog-table {
  border: 1px solid rgb(0 0 0 / 20%);
  padding: 1em 1.5em;
  border-radius: 10px;
  position: sticky;
  top: 100px;
}

.blog-inner-wrapper {
  margin: 1em 0;
  display: flex;
  padding-bottom: 1em;
}

.blog-table ul {
  list-style: none;
  list-style-position: inside;margin-left: 0;
}

.blog-table ul li a {
  color: rgb(0 0 0 / 70%);
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.3s;
  font-weight: 500;
}

.blog-table ul li {
  padding: 0.9em 0;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.blog-table ul li:last-child {
  border: 0;
}

.blog-table ul li a:hover {
  color: #B68C5A;
  font-weight: 600;
}

.blog-table ul li:hover,
.blog-table ul li:hover a,
.blog-table ul li.active,
.blog-table ul li.active a {
  color: #B68C5A !important;
  font-weight: 600;
}

.blog-panel-left {
  max-width: 310px;
  flex-basis: 310px;
  position: sticky;
  top: 0;
}


.blog-panel-right {
  max-width: 75%;
  padding-left: 4em;
  flex-basis: 75%;
}

.blog-heading-content h3 {
  font-size: 30px;
  margin: 0 0 0.5em;
  color: #27344D;
}

.blog-heading-content p,
.blog-heading-content p a {
  font-size: 20px;
  line-height: 1.5;
}

.blog-heading-content p img {
  border-radius: 20px;
}

.blog-heading-content p a {
  color: #B68C5A !important;
}

blockquote,
.rich-text-editor blockquote {
  border-left: 4px solid #27344D;
  margin: 0 0 40px;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
}

blockquote {
  background-color: #fcfcfc;
  font-style: italic;
  padding: 25px 80px 20px 60px !important;
}

blockquote,
blockquote span,
blockquote p {
  color: #27344d;
  display: block;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}

blockquote .author-name a {
  color: #b68c5a;
  font-size: 1.15em;
  font-weight: 500;
}

blockquote.text-left-align {
  text-align: left;
  background-color: #F6F6F7;
  border-radius: 10px;
  margin-bottom: 2em;
}

blockquote.text-right-align {
  text-align: right;
}

blockquote.text-center-align {
  text-align: center;
}


ul.wp-block-list li ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ul.wp-block-list li ul li {
  list-style: disc;
}

ul.wp-block-list p,
ul.wp-block-list a {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 10px;
}

ul.wp-block-list a {
  color: #b68c5a;
  font-weight: 600;
}

ul.wp-block-list ul li {
  color: #000;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  list-style: none;
  margin-bottom: 0.5em;
}

ul.wp-block-list li {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  list-style: none;
}

ul.wp-block-list ul li b {
  font-size: 18px;
}

ul.wp-block-list ul li ul li {
  font-weight: 400;
}

ul.wp-block-list p b {
  font-size: 18px;
  line-height: 1.45;
}

.tags-details h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
    color: #000;
}

.tags-details a {
    color: #494949;
    padding: 0.3em 0.6em;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid hsl(0deg 0% 0% / 20%);
    margin-right: 0.5em;
    margin: 0.5em 0.5em 0 0;  transition: all 0.3s;
}
.tags-details a:hover {
    color: #fff;
    background-color: #B68C5A;
    border-color: #B68C5A;
    transition: all 0.3s;
}

.tags-details .tags {margin-top: 1em;}
.tags-details .tags a {
    text-decoration: none;
}
.tags-details .tags a {
    text-decoration: none;
}

.press-navigation {
  padding: 3rem 0 0;
  margin: 3rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-top: 1px solid hsl(219.47deg 32.76% 22.75% / 20%);
}

.press-right-side {
  display: flex;
  width: 100%;
  padding-right: 1em;
}

.press-left-side {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-direction: column;
  padding-left: 1em;
}
.press-navigation  a.release_article_evclick {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.press-navigation .content .blog-image img {
    max-width: 120px;
}

.press-navigation .content  h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0.5em;
}

.press-navigation .content {
    border: 1px solid #E8E8EA;
    padding: 1em;
    border-radius: 10px;
}

.press-navigation .content .blog-image {
    padding-right: 1em;
    height: auto;
    margin: 0;
}
.press-navigation .content .blog-content-right {
    padding-left: 1em;
}
.press-navigation .article h4 {
  margin: 0;
  font-size: 18px;
  color: #27344d;
  padding-bottom: 10px;
  text-decoration: none;
}
.press-navigation .article-pagination img {
  max-width: 26px;
  position: relative;
  top: -1px;
}
.press-navigation a.release_article {
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.press-right-side a,.press-left-side a {
  text-decoration: none;
}


.press-navigation  i {
    padding: 0.8rem 1.5rem;
    background-color: #fff;
    color: #000;
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 8px;
    margin-right: 0.5em;
    transition: all 0.5s;
    border: 1px solid rgb(0 0 0 / 20%);
    font-weight: 400;
    cursor: pointer;
}


.press-navigation  .article span {
    font-size: 18px;
    color: #000;
}

.press-navigation i i.fa.fa-angle-right {
    margin-left: 0.5rem;
}

.press-navigation i.fa.fa-angle-right {
    margin-left: 0.5em;
    margin-right: 0;
}
.press-navigation .content {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #27344d;
  display: flex;
  margin-top: 1em;
}
section.main-banner {
  max-height: 320px;
  height: 320px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  margin: 8em 0 0;
}


.explore-heading {
  border-top: 1px solid rgb(39 52 77 / 20%);
}

.text-heading h2 {
    font-size: 36px;
    color: #27344D;
}
.text-heading p {
    font-size: 16px;
    color: #27344D;
}

.blog-inner-wrapper .blog-slide {
  padding: 0 0 3em;
}

.blog-inner-wrapper .blog-slide .blog-item {
  max-width: 100%;
}

.blog-inner-wrapper .blog-slide .slick-slide {
  padding-right: 2rem;
}

.blog-inner-wrapper .blog-slide button.slick-arrow,.blog-inner-wrapper .blog-slider button.slick-arrow {
  top: -50px;
  padding: 0.8rem 1.5rem;
  background-color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  border-radius: 8px;
  margin-right: 0.5rem;
  transition: all 0.5s;
  border: 1px solid rgb(0 0 0 / 20%);
  font-weight: 600;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.blog-inner-wrapper .blog-slide .slick-prev,.blog-inner-wrapper .blog-slider .slick-prev {
  right: 70px;
  left: auto;
}

.blog-inner-wrapper .blog-slide .slick-next,.blog-inner-wrapper .blog-slider .slick-next {
  right: 17px;
}

.blog-inner-wrapper .blog-slide button.slick-prev::before,.blog-inner-wrapper .blog-slider button.slick-prev::before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 22px / 1.1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  color: #000;
}

.blog-inner-wrapper .blog-slide button.slick-next::before,.blog-inner-wrapper .blog-slider button.slick-next::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 22px / 1.1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  color: #000;
}

.blog-inner-wrapper .blog-slide button.slick-arrow:hover,
.blog-inner-wrapper .blog-slide button.slick-arrow:active,.blog-inner-wrapper .blog-slider button.slick-arrow:hover {
  transition: all 0.5s;
  background-color: #27344d;
}

.blog-inner-wrapper .blog-slide button.slick-arrow:hover::before,.blog-inner-wrapper .blog-slider button.slick-arrow:hover::before {
  color: #fff;
}

.explore-blog ul.slick-dots {
  /* bottom: 0; */
}

.explore-blog ul.slick-dots li {
  text-align: center;
  width: auto;
  height: auto;
  transition: all 0.5s;
  margin-right: 0.5rem;
}

.explore-blog ul.slick-dots li button {
  background-color: rgb(255 255 255 / 70%);
  border-radius: 50px;
  width: 10px;
  height: 10px;
  border: 1px solid #D9D8D6;
}

.explore-blog ul.slick-dots li button:before {
  content: none;
}

.explore-blog ul.slick-dots li.slick-active button {
  background-color: #A77C49;
  border: 1px solid #A77C49;
}


.blog-item {
  border: 1px solid #E8E8EA;
  padding: 1.1em;
  border-radius: 12px;
}

.blog-image {
  height: 220px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 2em;
}

.blog-image img {
  object-fit:cover;
  border-radius: 6px;
}

.blog-item a {
  text-decoration: none;    display: block;
    cursor: pointer;
}

.blog-content h2 {
  margin: 0.5em 0;
  font-size: 28px;
  color: #27344D;
  font-weight: bold;
}


.blog-content p {
  /* font-size: 14px; */
  /* line-height: 1.4; */
}

.blog-content .author-name p {
  color: #000;
  font-weight: 600;
}


.blog-content .author-name p span.date {
  color: rgb(0 0 0 / 70%);
}

.blog-content .author-name p {
  margin-bottom: 0;
}

section.explore-blog .blog-inner {
    display: block !important;
}

section.explore-blog .blog-inner .blog-inner-wrapper {
    display: block;
}
section.explore-blog {
    padding-top: 2em;
}
.press-navigation a.release_article_evclick .article:hover span {
    color: #27344D;
}

.press-navigation a.release_article_evclick .article:hover span,.press-navigation a.release_article .article:hover span {
    color: #27344D;
    font-weight: 600;
}

.press-navigation a.release_article_evclick .article:hover i,.press-navigation a.release_article .article:hover i {
    transition: all 0.5s;
    background-color: #27344d;
    color: #fff;
}
.main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}

.main-content .main-heading h5 {
  font-size: 1.2rem;
  letter-spacing: 5.4px;
  color: #27344d;
  font-weight: 400;
  text-transform: uppercase;
}

.main-content .main-heading h1 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 1rem;
  margin: 0;
  FONT-WEIGHT: 800;
}

.main-content .right-content .inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-content .right-content .inner-content .cases-no {
  color: #fff;
  padding-left: 3rem;
}

.main-content .right-content .inner-content .cases-no h2 {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
}

.main-content .inner-content .cases-no .big-heading {
  display: flex;
  align-items: center;
}

.main-content .inner-content .cases-no .big-heading span {
  font-size: 60px;
  position: relative;
  top: 0;
}

.main-content .right-content .inner-content .cases-no .para {
  font-size: 16px;
  color: #fff;
}


.banner-content {
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9999;
  top: -7rem;
}

section.main-banner .banner-content h6 {
  font-size: 18px;
  letter-spacing: 5.4px;
  line-height: 1;
  font-weight: 400;
}

.banner-content h2 {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 3rem;
  letter-spacing: 0.5rem;
}

.banner-content h1,
.banner-content b {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 64px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
  word-spacing: 0;
  margin-bottom: 1.5rem;
}

.banner-content b {
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.banner-content p {
  padding: 1.5rem 0 0;
  font-weight: 100;
  line-height: 2;
  max-width: 90%;
  margin: 0 auto;
}

section#big-banner {
  max-height: fit-content !important;
  height: auto !important;
  align-items: flex-end;
}


.blog-inner {
  margin: 0 auto;
  display: grid;
  width: 100%;
  grid-gap: 3em;
  grid-template-columns: 3fr 1fr;
}

.right-wrapper h4 {
  font-size: 32px;
  color: #27344d;
}

.right-wrapper h3 {
  font-weight: 800;
  border-bottom: 1px solid #27344d;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 32px;
  color: #27344d;
}


.blog-detail {
  box-shadow: none;
}

.blog-detail .blog-list {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.blog-slider-next {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}

.blog-slider-prev {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.blog-detail::after,
.author-detail::after,
#comment ul li::after,
.blog-detail .blog-list::after,
.cs-packeges::after {
  clear: both;
  content: "";
  display: block;
}

.blog-title {
  margin-bottom: 25px;
}

.blog-title h3 {
  color: #282828;
  letter-spacing: -1px;
  line-height: 34px;
  margin: 0 0 10px;
}

.blog-detail .main-post {
  margin: 0 0 25px;
}

.blog-detail .main-post img {
  width: 100%;
}

.author-detail {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding-bottom: 22px;
}

.cs-admin figure {
  float: left;
  margin-right: 15px;
}

.cs-admin .cs-text {
  display: inline-block;
  padding-top: 8px;
}

.cs-admin .cs-text span {
  color: #ccc;
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.cs-admin .cs-text strong {
  color: #282828;
  font-size: 14px;
  line-height: 18px;
}


.rich-editor-text p {
  clear: both;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 1.25em;
  color: #27344d;
}

section#blog-detail {
  margin: 8em 0 0;
  max-height: fit-content !important;
  height: auto !important;
  align-items: flex-end;
}

section#blog-detail .main-heading h1,
section#blog-detail .main-heading span {
  max-width: 100%;
  color: #27344d;
  font-size: 40px;
  padding-bottom: 1rem;
  margin: 0;
}

section#blog-detail .main-heading p,
section#blog-detail .main-heading p b {
  color: #383838;
  font-size: 18px;
  line-height: 1.45;
}

section#blog-detail .main-content {
  flex-direction: column;
  align-items: flex-start;
}

section#blog-detail .main-content h2 {
  font-size: 36px;
  color: #27344d;
  margin: 0;
}

section#blog-detail .main-content ol {
  list-style: disc;
  list-style-position: inside;
}

section#blog-detail .main-content ol li {
  padding-bottom: 1rem;
  color: #b68c5a;
  padding-left: 1rem;
}

section#blog-detail .main-content ol li a {
  font-size: 18px;
  color: #b68c5a;
  text-decoration: revert;
  font-weight: 500;
}

.toc-heading {
  font-size: 20px;
  color: #b68c5a;
  text-decoration: revert;
  font-weight: 700;
  margin: 1rem 0;
}

.cs-blog-detail h3 {
  font-size: 30px;
  color: #27344d;
  margin: 0;
  padding: 1rem 0;
}

ul.wp-block-list li ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ul.wp-block-list li ul li {
  list-style: disc;
}

.cs-blog-detail p,
.cs-blog-detail a {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 10px;
}

.cs-blog-detail a {
  color: #b68c5a;
  font-weight: 600;
}

.cs-blog-detail ul li {
  color: #27344d;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  list-style: none;
}


.cs-blog-detail ul li b {
  font-size: 18px;
}

.cs-blog-detail ul li ul li {
  font-weight: 400;
}

.cs-blog-detail p b {
  font-size: 18px;
  line-height: 1.45;
}

.blog-content h3 {
    font-size: 24px;
    margin: 0 0 0.5em;
    color: #27344D;
}

.blog-content p, .blog-content p a,.blog-content p b {
    font-size: 18px;
    line-height: 1.5;
}

.blog-content p a {
    color: #B68C5A !important;
}

.blog-content ul.wp-block-list,.blog-content ul,.blog-content ol {
    margin: 0;
    padding-bottom: 1em;
}

.blog-content ul.wp-block-list li, .blog-content ul li, .blog-content ol li {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.blog-content strong,.blog-content b {
    font-size: 18px;
    line-height: 1.5;
}

.blog-content ul.wp-block-list li ul.wp-block-list, .blog-content ul li ul {
    margin-top: 1em;
    padding-bottom: 0;
}
.blog-content h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
    color: #27344D;
}

.blog-content h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
    color: #27344D;
}

section.explore-blog .blog-slider .blog-item {margin: 0;margin-right: 1.2em;margin-bottom: 1em;}

@media (max-width: 767px) {
  html body section#big-banner {
    padding: 1em 0;
  }

  blockquote,
  blockquote span,
  blockquote p {
    font-size: 1.1em;
  }

  .blog-inner {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }

  .right-wrapper h3 {
    margin-top: 0;
  }

  .press-navigation .content {
    display: none;
  }

  .press-navigation .article h4 {
    font-size: 14px;
  }

  .press-navigation .article-pagination img {
    max-width: 16px;
    position: relative;
    top: -1px;
  }
}

@media (min-width: 768px) and (max-width:1000px) {
  .blog-inner {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }

  .right-wrapper h3 {
    margin-top: 0;
  }

  .press-navigation .content {
    display: none;
  }

  .press-navigation .article h4 {
    font-size: 16px;
  }

  .press-navigation .article-pagination img {
    max-width: 18px;
    position: relative;
    top: -1px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  html body .container {
    width: 95%;
    margin: 0 auto;
    max-width: 95%;
  }
}

@media (min-width: 1367px) and (max-width: 1500px) {
  section#big-banner .container {
    width: 90%;
  }
}