/* blog page css */
ul.post-list {
    list-style: none;
    padding-left: 0;
}

.category-list {
    margin-bottom: 15px;
}

.category-list a {
    color: #999999;
}

.category-list a:hover {
    color: #56BAF3;
}

.blog_desc {
    /*    border-top: 1px solid #E9E9E9;
        padding-top: 25px;
        margin-top: 20px;*/
}

.blog-btn {
    display: inline-flex;
}
/* .blog-full-post ul li .post-image a {
    border: 1px solid #f2f2f2;
} */
.blog-full-post ul li .post-image a,
.blog-full-post ul li .post-image a img {
    display: inline-block;
    width: 100%;
}

.blog-full-post ul li .post-image a img {
    display: block;
    width: 260px;
    height: auto;
    object-fit: cover;
    object-position: 0 0;
}

.blog-full-post {
    padding-right: 5%;
}

.post-title {
    margin-bottom: 10px;
}

.post-title a {
    line-height: normal;
    display: inline-block;
    color: var(--dark-black);
    font-family: 'Instrument Sans';
    font-size: var(--h3);
    font-style: normal;
    font-weight: 400;
}

.post-title a:hover {
    color: var(--green);
}
span.post-categories {
    padding-left: 17px;
    position: relative;
}

span.post-categories:before {
    content: '';
    position: absolute;
    left: 8px;
    background-color: var(--green);
    height: 12px;
    width: 12px;
    top: 5px;
    border-radius: 100%;
} 
span.post-categories div {
    display: inline-flex;
    margin-left: 9px;
    position: relative;
    margin-right: 9px;
}

span.post-categories div:before {
    content: '';
    position: absolute;
    background-color: var(--green);
    left: -8px;
    height: 44%;
    width: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

span.post-categories div:first-child:before {
    display: none;
}
.post-meta {
    color: #3B3B3B;
    text-transform: uppercase;
    font-weight: 600;
}

.blog_desc {
    margin: 10px 0px 0px 0px;
    font-size: 18px;
}

a.blog_read_more {
    color: var(--green);
    font-family: 'Instrument Sans';
    font-weight: 600;
    transition: all 0.5s ease;
}

a.blog_read_more svg path {
    stroke: var(--green);
    transition: stroke 0.5s ease;
}
a.blog_read_more:hover svg path {
    stroke: var(--yellow);
}
a.blog_read_more svg {
    margin-bottom: 2px;
    margin-left: 8px;
}

a.blog_read_more {
    position: relative;
}

a.blog_read_more {
    position: relative;
    display: inline-block; /* ensures the pseudo-element is aligned properly */
}

a.blog_read_more:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--green);
    transition: border-color 0.5s ease; /* smooth transition */
}

a.blog_read_more:hover:before {
    border-color: var(--yellow);
}

a.blog_read_more:hover {
    color: var(--yellow);
}
.blog-single-detail .post-image img {
    border: 1px solid #e9e9e9;
    padding: 5px;
    display: block;
    height: 500px;
    object-fit: cover;
    display: inline-block;
    width: 100%;
}

.blog-single-detail .post-image {
    margin-bottom: 25px;
    width: 100%;
}

.blog-full-post .post-list li {
    /* float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px; */
    /*    border-bottom: 1px solid #f1f1f1;*/
}
/* ul.post-categories {
    padding-left: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

ul.post-categories li {margin-bottom: 0;}

ul.post-categories li {
    margin-left: 20px;
    position: relative;
}

ul.post-categories li:before {
    content: '';
    position: absolute;
    height: 44%;
    width: 2px;
    background-color: #3B3B3B;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
} */
span.post-categories span{
    margin-left: 20px;
    position: relative;
}
span.post-categories span:before{
    content: '';
    position: absolute;
    height: 44%;
    width: 2px;
    background-color: #3B3B3B;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

span.post-categories  span:first-child:before {
    display: none;
}
/* .blog-full-post .post-list li:last-child {
    margin-bottom: 0;
} */

.blog-full-post .post-list li .post-image {
    width: 100%;
    display: flex;
    max-width: 260px;
}

.blog-single-img {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.blog-single-img img {
    width: 100%;
}

.single-post-content img,
.static-page-details img {
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.single-post-content .size-full {
    width: 100%;
}


.bloglist .info-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-info-header {
    margin-top: 15px;
    margin-bottom: 0;
}

.post-img {
    width: 30%;
    max-width: 30%;
}

.bloglist .info-box .post-desc {
    width: 70%; 
    max-width: 70%;
    padding-left: 30px;
}

.blog-heading {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #000000;
}

.blog-detail .blog-title {
    font-size: 35px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #122D4A;
    margin-bottom: 10px;
}

.blog-detail .blog-title a {
    display: inline-block;
    color: #122D4A;
}

.blog-detail .blog-title a:hover {
    color: #56BAF3;
}

.blog-detail .blog-image {
    border-top: 1px solid #E9E9E9;
    padding-top: 25px;
    margin-top: 20px;
}

.blog-detail .blog-the_content {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    margin-top: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    text-transform: capitalize;
}

.blog-detail .blog-the_content h2 {
    font-size: 35px;
    display: inline-block;
}

.blog-detail .blog-the_content h3 {
    font-size: 32px;
    display: inline-block;
}

.blog-detail .blog-the_content h4 {
    font-size: 30px;
    display: inline-block;
}

.blog-detail .blog-the_content h5 {
    font-size: 28px;
    display: inline-block;
}

.blog-detail .blog-the_content h5 {
    font-size: 25px;
    display: inline-block;
}
.static-page .the_content figure {
    margin-bottom: 15px;
}
.blog-the_content ul li {
    line-height: 2;
}

.search-results .post-image, .search-results div#sidebar-search {
    display: none;
}
/* blog page css */
.gallery-icon img {
    border: 1px solid #cfcfcf !important;
    padding: 7px !important;
}

.gallery .gallery-item {
    padding: 5px;
}
.blog-search-side form.search-form {
    float: left;
    width: 100%;
    position: relative;
}

.sidebar .searchitem label {
    display: inline;
    margin-bottom: 0;
}

.sidebar .searchitem .search-field {
    color: #4A4A4A;
    font-size: 16px;
    height: 75px;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 12px 0px;
    padding-right: 80px;
    padding-left: 15px;
    line-height: 26px;
    background: #FAFBFB;
    outline: none;
    border: 1px solid #BFBFBF;
    font-family: 'Instrument Sans';
}

.blog-search-side .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    background: #BE2430;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 0px;
    border-radius: 0;
    right: 8px;
    background-color: var(--green);
    background-image: url(../img/search-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px;
}

.blog-search-side form.search-form:after,
.sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search-white.png);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 0px;
    background-position: center;
}

.sidebar .widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
    margin-bottom: 20px;
}

.sidebar .widget.searchitem .widget-title {
    padding: 0;
    margin-bottom: 15px;
}
.blog-search-side form.search-form:after, .sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/blog_search.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 0px;
    background-position: 31% center;
}
.contact-form-sidebar .form_h p {
    font-weight: 500;
    font-family: 'Instrument Sans';
    font-size: 30px;
    margin-bottom: 20px;
}
.blog_detail_page h2, .blog_detail_page h3 {
    margin-top: 40px;
}
.custom_form_msg,
.msg-side-form {
    color: #ffffff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 9px;
    background-color: #b30000;
    padding: 5px;
    border-radius: 0;
    line-height: 4px;
    text-transform: capitalize;
}
.bloglist .paging-new {
    width: 100%;
}
.the_content iframe {
    width: 100%;
}
/* img.mb-3.blog_feature_img {
    width: 100%;
} */
/* blog search css */

/* blog search css end*/

/* pagination css */
.paging-new {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.paging-new .pagination {
    margin-top: 70px;
}

.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging-new .page-numbers {
    font-weight: 400;
    font-size: 16px;
    line-height: 64px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}

.paging-new .page-numbers:not(.prev):not(.next),
.paging-new .page-numbers.current {
    margin: 0 6px;
    width: 64px;
    height: 64px;
    border: 1px solid #ddd;
}

.paging-new .prev.page-numbers,
.paging-new .next.page-numbers {
    margin-left: 0;
    background: #0B4B9D;
    color: #fff;
    padding: 0px 15px;
    text-transform: capitalize;
}

.paging-new .page-numbers:hover {
    color: #009DC4;
    border-color: #009DC4;
    background-color: transparent;
}

.paging-new .page-numbers.current {
    color: #009DC4;
    border-color: #009DC4;
    background-color: transparent;
}

.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
}

.paging-new .next.page-numbers:hover,
.paging-new .prev.page-numbers:hover {
    color: #fff;
    background-color: #436f94;
    border-bottom: #436f94;
}

/* pagination css */

/* sidebar css*/
.sidebar .widget {
    margin-bottom: 40px;
    z-index: 1;
}
.sidebar .widget:first-child {
    margin-top: 0;
}
.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget.practice-side ul {
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.sidebar .widget .form-title {
    color: #000;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}

.sidebar .widget-menu {
    position: relative;
    width: 100%;
    padding: 30px 0 30px 15px;
    background: #FAFBFB;
    border: 1px solid #E2E2E2;
}

.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}

.sidebar .widget-title br {
    display: none;
}

.sidebar .widget-menu .widget-title {
    position: relative;
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    padding: 0 15px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

.sidebar .widget ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.sidebar .widget li {
    position: relative;
    padding-right: 0 !important;
    margin-top: 5px;
    list-style: none;
}

.sidebar .widget-menu ul li a {
    display: block;
    padding: 9px 15px;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    color: #3C3C3C;
    padding-right: 20px;
    font-family: 'Instrument Sans';
    font-weight: 400;
}

.sidebar .widget-menu ul li a:hover {
    color: var(--yellow);
}

.sidebar .side-form-title {
    text-align: center;
}

.sidebar .widget li a:hover:after {
    background-image: url(../img/right-arrow.svg);
}
.menu-cat-areas li a {
    position: relative;
}

.menu-cat-areas li a:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 20px;
    background-image: url(../img/yellow_arrow.svg);
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.sidebar .widget-menu ul li a br {
    display: none;
}

.sidebar .widget-menu ul li:last-child a {
    border-bottom: none;
}

.sidebar .widget li:last-child {
    border-bottom: none;
}

.sidebar .widget li a:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/right-arrow.svg);
    content: "";
    position: absolute;
    right: 15px;
    top: 17px;
    height: 14px;
    width: 14px;
}

.sidebar .widget-menu .current-menu a:after,
.sidebar .widget-menu .current-menu-item a:after,
.sidebar .widget-menu .activeChild a:after {
    background-image: url(../img/right-arrow.svg);
}

.sidebar .widget-menu .current-menu a,
.sidebar .widget li.current-cat a,
.sidebar .widget-menu .current-menu-item a,
.sidebar .widget-menu ul .current_page_item a,
.sidebar .widget-menu li.activeChild a {
    color: var(--yellow);
}

.side-contact-header {
    margin-bottom: 20px;
}

.contact-form-sidebar .wpcf7 {
    padding: 40px 30px 45px 30px;
    position: relative;
    box-sizing: border-box;
    background: var(--green);
    box-shadow: 0px 0px 30px rgba(94, 94, 94, 0.1);
}

.side-contact-header p {
    font-size: 12px;
    color: #000;
    line-height: normal;
}

.contact-form-sidebar {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.side-form-title {
    border-bottom: none;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
}

.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.sidebar div.wpcf7 .wpcf7-form .form-control {
    padding: 7px 15px 15px 0px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 0;
    background: none;
    height: 50px;
    font-weight: 300;
    font-size: 14.5273px;
    line-height: 22px;
    color: #fff !important;
    box-shadow: none;
}

.sidebar div.wpcf7 .wpcf7-form .label-name {
    font-size: 16px;
}
  .search-form ::-webkit-input-placeholder {
    color: #3B3B3B !important;
    font-family: 'Instrument Sans';
}
.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.90) !important;
}

.sidebar .wpcf7 ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.90) !important;
}

.sidebar .wpcf7 :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.90) !important;
}

.sidebar .wpcf7 :-moz-placeholder {
    color: rgba(255, 255, 255, 0.90) !important;
}

.wpcf7-form textarea.form-control {
    height: 130px;
}

.sidebar div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid #D8D8D8;
}

.sidebar div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 30px;
}

.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: -30px;
    padding: 2px 6px !important;
    font-size: 11px;
    background: #b30000;
    line-height: 14px;
    color: #fff;
}

.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #ffffff;
}

.sidebar .wpcf7 form .btn-wrap {
    background-color: transparent;
    border-radius: 45px;
    width: 182px;
    position: relative;
    margin: auto;
    margin-top: 15px;
}

.sidebar .wpcf7 form .btn-wrap .wpcf7-spinner {
    position: absolute;
    top: 12px;
}

.sidebar .wpcf7 form .btn-wrap .btn:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.contact-form-sidebar .form-heading {
    color: #fff;
}
/* sidebar css*/

/********blockquote*******/
blockquote {
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    font-style: italic;
    padding: 30px 20px 30px 75px;
    border-left: 8px solid var(--blue);
    position: relative;
    background: #EDEDED;
}

blockquote::before{
    content: "\201C";
    color: var(--blue);
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

blockquote::after{
    content: '';
}

blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
.blog_detail_page .video-wrap {
    display: block;
}
td, th {
    border: 1px solid var(--grey);
    padding: 10px;
}
.report_listing {
    grid-row-gap: 25px;
}
.report_detail_page img {
    width: auto !important;
}
/********blockquote*******/

/**********Responsive***********/
@media (max-width:1300px) {
    .blog-full-post {
        padding-right: 0;
    }
}