.hubspot_form_wrap { padding-top: 20px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.hubspot_form_wrap h5 { color: #29357f; font-weight: 600; }
.hubspot_form_wrap label { display: none; }
.hubspot_form_wrap input { width: 100%; padding: 14px 10px 14px 10px; border-radius: 6px; border: 1px solid #dddddd; }
.hubspot_form_wrap input:focus-visible { outline: unset; }
.hubspot_form_wrap input.error { border: 1px solid #e90000; }
.hubspot_form_wrap .no-list { display: none; }
.hubspot_form_wrap .hs-button { width: 100%; padding: 14px 0 14px 0; background-color: #263583; color: #fff; margin-top: 14px; border-radius: 6px; }
.hubspot_form_wrap .hs_error_rollup { display: none !important; }
.search_box_wrap { padding-top: 20px; }
.search_box_wrap input { border-radius: 6px; padding: 14px 10px; width: 100%; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); border: 1px solid #eee; }
.search_box_wrap input:focus-visible { outline: unset; }
.search_box_wrap .hs-search-field__bar { position: relative; }
.search_box_wrap .hs-search-field__bar .hs-search-field_icon { position: absolute; right: 15px; top: 13px; font-size: 18px; color: #428EE8; }
.hs-search-field { position: relative;.load_btn .btn }
.hs-search-field__suggestions { position: absolute; bottom: -170px; background-color: #fff; border: 1px solid #eee; padding: 0; z-index: 99; }
.hs-search-field__suggestions li { padding: 5px 15px; }
.hs-search-field__suggestions li #results-for { font-size: 14px; color: #000; padding-bottom: 5px !important; }
.hs-search-field__suggestions li a { font-size: 14px !important; text-decoration: none; padding: 5px; display: block; }
.hs-search-field__suggestions li a:hover { color: #428ee8; background-color: #eee; }


.stories_wrap .content-box {
  padding-bottom: 30px;
}
.stories_wrap .content-box h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.newsBlockTwoSlider .news-block-two .inner-box {
  margin-bottom: 0;
}
.h_peter_single_content_social_share {
  padding: 10px 0 0 0;
}

.load_btn .btn {
  background: var(--theme-color);
  border: 0;
  border-radius: 38px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  transition: all .5s ease-in-out 0s;
  vertical-align: middle;
  z-index: 1;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: hsl(0deg 0% 0% / 46%);
	z-index: 999999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader {
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #b3282d;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-load {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}
.btn-load:hover,
.btn-load:active,
.btn-load:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.btn-load:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn-default.btn-load:before {
  border-left-color: #333333;
  border-right-color: #333333;
}
.btn-lg.btn-load:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.btn-sm.btn-load:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}
.btn-xs.btn-load:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.progress_load {
    height: 4px;
    position: relative;
    display: block;
    background-color: #2e4b93;
    position: relative;
    overflow: hidden;
    clear: both;
}

.newsletter-box .hubspot_form_wrap {
    border-bottom: none;
    padding: 0;
    width: 100%;
    max-width: 62%;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-Row {
    width: 70%;
    margin: 0;
    padding-right: 8px;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-NavigationRow {
    margin: 0;
    padding: 0;
    width: 30%;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-Row .hsfc-FieldLabel {
    display:none;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Alerts {
    display: none;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button {
    background: var(--secondary-color);
    color: var(--title-color);
    border-radius: 30PX;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Buttons .hsfc-Button:hover {
  background: var(--theme-color-2);
  color: #fff !important;
}
.newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-Row .hsfc-TextInput {
    border-radius: 30px;
}
.blog-search-newsletter-sec .blog-search-box .hs-search-field__suggestions li {
    padding: 2px 8px;
    border-bottom: 1px solid #dadada;
}
.load_btn.more-blog_btn.btn-box {
    text-align: center;
    background: #f9f9f9;
    padding-bottom: 60px;
}

/* Responsive*/
@media only screen and (max-width:1380px ) {
  .newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-NavigationRow {
    width: 34%;
  }
  .newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-Row {
    width: 66%;
  }
}
@media only screen and (max-width:1200px ) {
  .newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-Row {
      width: 62%;
    }
  .newsletter-box .hubspot_form_wrap .hsfc-Step__Content .hsfc-NavigationRow {
      width: 38%;
  }
}
@media only screen and (max-width:1080px ) {
  .newsletter-box .hubspot_form_wrap {
    max-width: 100%;
    }
  }
  @media only screen and (max-width:690px ) {
    .load_btn.more-blog_btn.btn-box {
      padding-bottom: 40px;
    }
  }

/*  */ 

.news-section {
    background: #f3f7ff;
    position: relative
}

.news-block-one .inner-box {
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 170px 30px 24px;
    position: relative
}

.news-block-one .inner-box .bg-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-block-one .inner-box .bg-layer:before {
    background: linear-gradient(180deg,transparent 38.21%,#000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-block-one .inner-box .content-box {
    display: block;
    position: relative;
    z-index: 2
}

.news-block-one .inner-box .content-box .post-date {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative
}

.news-block-one .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.news-block-one .inner-box .content-box h4 a {
    color: #fff;
    display: inline-block
}

.news-block-one .inner-box .overlay-bg-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translatey(-50%) scaleY(1.5);
    transition: opacity .5s ease;
    transition: background-color .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 1
}

.news-block-one .inner-box .overlay-bg-layer:before {
    background: linear-gradient(180deg,transparent 38.21%,#000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-block-one .inner-box:hover .overlay-bg-layer {
    filter: blur(0);
    opacity: 1;
    transform: translatey(0) scaleY(1)
}

.news-block-two .inner-box {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.news-block-two .inner-box .image-box {
    border-radius: 10px 10px 0 0;
    display: block;
    overflow: hidden;
    position: relative
}

.news-block-two .inner-box .image-box img {
    border-radius: 10px 10px 0 0;
    height: 240px;
    object-fit: cover;
    width: 100%
}

.news-block-two .inner-box .image-box .overlay-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translatey(-50%) scaleY(1.5);
    transition: opacity .5s ease;
    transition: background-color .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 1
}

.news-block-two .inner-box:hover .image-box .overlay-image {
    filter: blur(0);
    opacity: 1;
    transform: translatey(0) scaleY(1)
}

.news-block-two .inner-box .lower-content {
    background: #fff;
    padding: 28px 30px 31px;
    position: relative
}

.news-block-two .inner-box .lower-content .category {
    background: none;
    color: var(--text-color);
    display: inline-block;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.news-block-two .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
    position: relative
}

.news-block-two .inner-box .lower-content h3 a {
    color: var(--title-color);
    display: inline-block;
    position: relative
}

.news-block-two .inner-box .lower-content .post-info {
    align-items: center;
    display: flex;
    position: relative
}

.news-block-two .inner-box .lower-content .post-info li {
    color: var(--title-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 35px;
    position: relative
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
    margin: 0!important
}

.news-block-two .inner-box .lower-content .post-info li span {
    color: var(--text-color);
    font-weight: 400
}

.news-block-two .inner-box .lower-content .post-info li a {
    color: var(--title-color);
    display: inline-block
}

.news-block-two .inner-box .lower-content .post-info li:before {
    background: var(--title-color);
    content: "";
    height: 16px;
    opacity: .1;
    position: absolute;
    right: -18px;
    top: 5px;
    width: 2px
}

.news-block-two .inner-box .lower-content .post-info li:last-child:before {
    display: none
}

.news-block-three .inner-box {
    display: block;
    margin-bottom: 25px;
    position: relative
}

.news-block-three .inner-box .image-box {
    border-radius: 10px 10px 0 0;
    display: block;
    overflow: hidden;
    position: relative
}

.news-block-three .inner-box .image-box img {
    border-radius: 10px 10px 0 0;
    width: 100%
}

.news-block-three .inner-box .image-box .overlay-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(10px);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translatey(-50%) scaleY(1.5);
    transition: opacity .5s ease;
    transition: background-color .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 1
}

.news-block-three .inner-box:hover .image-box .overlay-image {
    filter: blur(0);
    opacity: 1;
    transform: translatey(0) scaleY(1)
}

.news-block-three .inner-box .lower-content {
    padding-top: 24px;
    position: relative
}

.news-block-three .inner-box .lower-content .category {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
    padding: 5px 20px;
    position: relative;
    z-index: 1
}

.news-block-three .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.news-block-three .inner-box .lower-content h3 a {
    color: var(--title-color);
    display: inline-block
}

.news-block-three .inner-box .lower-content .post-info {
    align-items: center;
    display: flex;
    position: relative
}

.news-block-three .inner-box .lower-content .post-info li {
    color: #555;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 28px;
    padding-left: 29px;
    position: relative
}

.news-block-three .inner-box .lower-content .post-info li:last-child {
    margin: 0!important
}

.news-block-three .inner-box .lower-content .post-info li i {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 2px
}

.news-block-three .inner-box .lower-content .post-info li a {
    color: #555
}

.news-section .shape .shape-1 {
    -webkit-animation: zoom-fade 4s linear infinite;
    animation: zoom-fade 4s linear infinite;
    background: rgba(0,0,0,.02);
    border-radius: 50%;
    bottom: -258px;
    height: 520px;
    left: -285px;
    position: absolute;
    width: 520px
}

.news-section .shape .shape-2 {
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 50%;
    bottom: 0;
    height: 341px;
    left: -39px;
    position: absolute;
    width: 341px
}

.sidebar-page-container .news-block-two .inner-box {
    margin-bottom: 70px
}

.blog-standard-content .news-block-two .inner-box .lower-content h3 {
    font-size: 28px;
    line-height: 32px
}

.news-block-two .inner-box .link a {
    color: var(--theme-color);
    display: inline-block;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 34px;
    position: relative
}

.news-block-two .inner-box h5 {
    min-height: 80px;
    padding-bottom: 24px
}

.news-block-two .inner-box h5 a {
    color: #1f22c8;
    font-size: 18px;
    font-weight: 700
}

.news-block-two .inner-box .link a i {
    background: #246bee;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 8px;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    transform: rotate(320deg);
    width: 24px
}

.blog-search-box {
    position: relative
}

.newsletter-box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.newsletter-box .text-box h4 {
    color: var(--text-color-light);
    font-weight: 400
}

.newsletter-box .form-inner form input {
    background: #fff;
    border-radius: 6px;
    color: var(--title-color);
    display: inline-block;
    height: 56px;
    padding: 16px 14px 16px 44px
}

.newsletter-box .form-inner form button.theme-btn.btn-one {
    background: #052c4f;
    height: 56px
}

.blog-search-box .search-form input {
    background: transparent;
    border-bottom: 2px solid #fff;
    color: var(--text-color-light);
    height: 56px;
    max-width: 86%;
    padding: 16px 0;
    width: 100%
}

.blog-search-box .search-form button {
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    height: 56px;
    width: 62px
}

.blog-search-box .search-form button i {
    color: var(--theme-color);
    font-size: 20px
}

.newsletter-box .form-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.newsletter-box .form-group .form-icon-field img {
    left: 16px;
    position: absolute;
    top: 20px
}

.newsletter-box .form-inner .form-icon-field {
    position: relative
}

.newsletter-box .form-inner form input::placeholder {
    color: var(--text-color)
}

.blog-feature-slider .inner-container {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 0
}

.blog-feature-slider {
    background: #f9f9f9
}

.single-feature-blog .content-column {
    padding: 56px 80px
}

.single-feature-blog .content-column span {
    color: #70707b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.single-feature-blog .content-column .btn-box {
    padding-top: 24px
}

.single-feature-blog .content-column h2 {
    padding-bottom: 24px;
    padding-top: 10px
}

.blog-feature-slider .dots-style-one .owl-dots {
    bottom: 56px;
    position: absolute;
    right: 360px
}

.blog-feature-slider .dots-style-one .owl-dots button {
    background: #d9d9d9;
    border-radius: 0
}

.blog-feature-slider .dots-style-one .owl-dots button.active {
    background: var(--theme-color)
}

.blogSection {
    background: #f9f9f9
}

.blogSection .news-block-two .inner-box h5 {
    padding-bottom: 10px
}

.blogSection .news-block-two .inner-box p {
    margin-bottom: 20px
}

.chooseus-style-three.upcoming-events {
    background: #f9f9f9;
    overflow: hidden
}

.chooseus-style-three.upcoming-events .owl-nav {
    bottom: unset;
    left: unset;
    position: absolute;
    right: 0;
    top: -80px
}

.chooseus-style-three.upcoming-events .nav-style-one .owl-nav button {
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    width: 40px
}

.chooseus-style-three.upcoming-events .nav-style-one .owl-nav button:before {
    border-radius: 4px
}

.chooseus-style-three.upcoming-events .nav-style-one .owl-nav button:hover {
    color: #fff
}

.all-events-sec {
    background: #fff
}

.event-search-filter {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px
}

.event-search-filter .search-widget {
    padding-right: 16px;
    width: 80%
}

.event-search-filter .browse-events-box {
    width: 20%
}

.event-search-filter .search-widget .form-group {
    position: relative
}

.event-search-filter .search-widget .form-group input {
    border: 1px solid #9dacab;
    border-radius: 6px;
    color: var(--title-color);
    display: inline-block;
    height: 44px;
    padding: 8px 16px 8px 44px;
    width: 100%
}

.event-search-filter .search-widget .form-group input::placeholder {
    color: #6c7278
}

.event-search-filter .search-widget .form-group i {
    font-size: 16px;
    left: 16px;
    position: absolute;
    top: 14px
}

.all-events-sec .news-block-two .inner-box .lower-content {
    background: #f9f9f9
}

.event-search-filter .browse-events-box select {
    border: 1px solid #9dacab;
    border-radius: 6px;
    color: var(--title-color);
    display: inline-block;
    height: 44px;
    padding: 8px 16px;
    width: 100%
}

.news-block-two .inner-box .image-box .image {
    position: relative
}

.news-block-two .inner-box .image-box .image a {
    display: block
}

.news-block-two .inner-box .image-box .image .tag {
    border: none!important;
    border-radius: 40px;
    color: #fff;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 16px;
    position: absolute;
    right: 20px;
    text-transform: none;
    top: 20px;
    z-index: 1
}

.news-block-two .inner-box .image-box .image .tag.event-tag {
    background: #09d0db
}

.news-block-two .inner-box .image-box .image .tag.webinar-tag {
    background: #6ae5cc
}

.blog-feature-slider .image-column img {
    height: 560px;
    object-fit: cover
}

@media only screen and (max-width: 1360px) {
    .blog-search-box .search-form input {
        max-width:80%
    }

    .blog-search-box {
        margin: 0
    }
}

@media only screen and (max-width: 1200px) {
    .single-feature-blog .content-column {
        padding:40px
    }

    .blog-feature-slider .dots-style-one .owl-dots {
        bottom: 40px;
        right: 30vw
    }
}

@media only screen and (max-width: 1080px) {
    .blog-feature-slider .dots-style-one .owl-dots {
        bottom:20px;
        right: 29vw
    }
}

@media only screen and (max-width: 991px) {
    .blog-search-newsletter-sec .newsletter-box {
        margin:0;
        padding-bottom: 0
    }

    .blog-search-newsletter-sec .newsletter-box .text-box {
        padding-bottom: 16px
    }

    .blog-search-box {
        margin: 0;
        padding-top: 20px
    }

    .blog-search-box .search-form input {
        max-width: 81%
    }

    .newsletter-box .form-inner form input {
        padding: 16px 14px 16px 36px;
        width: 100%
    }

    .dueal-section.blog-search-newsletter-sec .bg-color {
        width: 50%
    }

    .newsletter-box .form-inner .form-icon-field {
        max-width: 62%
    }

    .newsletter-box .form-inner form button.theme-btn.btn-one {
        max-width: 35%
    }

    .blog-feature-slider .dots-style-one .owl-dots {
        bottom: 0;
        left: 0;
        padding-bottom: 20px;
        position: relative;
        right: 0;
        text-align: center
    }

    .chooseus-style-three.upcoming-events .news-block-two .inner-box {
        margin-bottom: 0
    }

    .event-search-filter .search-widget {
        width: 70%
    }

    .event-search-filter .browse-events-box {
        width: 30%
    }
}

@media only screen and (max-width: 767px) {
    .news-section {
        padding-bottom:40px
    }

    .news-section.pt_120 {
        padding-top: 70px
    }

    .news-section .shape {
        display: none
    }

    .blogSection .news-block-two .inner-box h5 {
        min-height: auto;
        padding-bottom: 16px
    }
}

@media only screen and (max-width: 690px) {
    .blog-standard-content .news-block-two .inner-box .lower-content h3 {
        font-size:20px;
        line-height: 30px
    }

    .dueal-section.blog-search-newsletter-sec {
        padding: 40px 0
    }

    .single-feature-blog .content-column {
        padding: 20px 40px
    }

    .blogSection .news-block:last-child .inner-box {
        margin-bottom: 0
    }

    .dueal-section.blog-search-newsletter-sec .bg-color {
        display: none
    }

    .newsletter-box .form-inner .form-icon-field {
        max-width: 60%
    }

    .newsletter-box .form-inner form button.theme-btn.btn-one {
        height: 50px;
        max-width: 100%
    }

    .blog-search-box {
        border-top: 1px solid #2c76ff
    }

    .blog-search-newsletter-sec .newsletter-box {
        padding-bottom: 20px
    }

    .blog-search-box .search-form input {
        height: 44px;
        max-width: 84%
    }

    .newsletter-box .form-inner form input {
        height: 44px
    }

    .newsletter-box .form-group .form-icon-field img {
        left: 8px;
        top: 15px
    }

    .newsletter-box .form-inner form input {
        padding: 8px 8px 8px 28px
    }

    .blog-search-box .search-form button {
        height: 44px;
        width: 48px
    }

    .event-search-filter .search-widget {
        padding-right: 8px;
        width: 62%
    }

    .event-search-filter .browse-events-box {
        width: 38%
    }

    .event-search-filter {
        padding-bottom: 24px
    }

    .event-search-filter .search-widget .form-group button {
        left: 10px
    }

    .event-search-filter .search-widget .form-group input {
        font-size: 16px;
        padding: 8px 16px 8px 34px
    }

    .event-search-filter .browse-events-box select {
        font-size: 16px;
        padding: 8px
    }

    .all-events-sec .news-block:last-child .news-block-two .inner-box {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 499px) {
    .news-block-two .inner-box .lower-content .post-info {
        display:block
    }

    .news-block-two .inner-box .lower-content {
        padding: 20px
    }

    .news-block-two .inner-box .lower-content .post-info li:before {
        display: none
    }

    .blog-search-box .search-form input {
        max-width: 100%
    }

    .blog-feature-slider .image-column img {
        height: 300px
    }

    .single-feature-blog .content-column {
        padding: 20px 32px
    }
}

.blog-search-newsletter-sec {
  background: linear-gradient(269deg, #0b1426, #0d1b3a 40%, #1a1fc4);
}

.featuredBlogLeft {
  padding-bottom: 30px;
}
.featuredBlogLeft .featuredBlogImg {
  padding-bottom: 20px;
}
.featuredBlogLeft .featuredBlogImg img {
  max-height: 455px;
  object-fit: cover;
  border-radius: 6px;
  object-position: center;
  width: 100%;
  display: block;
}
.featuredBlogLeft .featuredBlogTxt p {
  color: #fff;
  padding-bottom: 30px;

}
.featuredBlogLeft .featuredBlogTxt h4 {
  color: #fff;
}
.featuredBlogLeft .featuredBlogTxt .blog-date {
  color: #fff;
  padding: 20px 0;
  font-size: 13px;
}
.featuredBlogLeft .contentSecTag {
  font-size: 13px;
  color: #fff;
}

.featuredBlogRight {
  padding-bottom: 30px;
}
/* .featuredBlogRight:last-child {
  padding-bottom: 0;
} */
.featuredBlogRight .featuredBlogImg {
  line-height: 0;
  overflow: hidden;
}
.featuredBlogRight .featuredBlogImg img {
  height: 130px;
  object-fit: cover;
  border-radius: 6px;
  object-position: center;
}
.featuredBlogRight .featuredBlogTxt {
  
}
.featuredBlogRight .featuredBlogTxt h6 {
  color: #fff;
}
.featuredBlogRight .featuredBlogTxt .blog-date {
  color: #fff;
  padding: 10px 0 0 0;
  font-size: 13px;
}
.featuredBlogRight .contentSecTag {
  font-size: 13px;
  margin-bottom: 10px;
  color: #fff;
}




.blog-sidebar {
    padding-bottom: 20px;`
    position: sticky;
    top: 80px
}


.blog-sidebar .theme-btn:hover {
    border: 1px solid var(--secondary-color)
}

.blog-sidebar .inner-box .lower-content {
    background: #f9f9f9;
}
.blog-sidebar .news-block-two .inner-box p {
    padding-bottom: 20px
}

.blog-sidebar .sidebar-heading h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 10px
}

.detailed-overviews .content-box h4 {
    margin-bottom: 20px
}

.detailed-overviews .content-box p {
    padding-bottom: 16px
}

.detailed-overviews .content-box ul {
    margin: 0 0 16px 20px
}

.detailed-overviews .content-box ul li {
    list-style: disc;
    padding: 0 0 6px
}

.detailed-overviews .content-box ul li b {
    color: var(--title-color)
}

.detailed-overviews .content-block h2,.detailed-overviews .content-block h3,.detailed-overviews .content-block h4,.detailed-overviews .content-block h5 {
    padding-bottom: 16px
}

.detailed-overviews .content-box table {
    margin-bottom: 16px
}

.detailed-overviews .content-box table ul {
    margin: 10px 10px 10px 30px
}

.detailed-overviews .content-box table p {
    padding-bottom: 10px;
    padding-top: 10px
}

.detailed-overviews .content-block h6 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 16px
}

.detailed-overviews .content-block {
    max-width: 800px
}