.banner-section {
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
}
.home-banner-video {
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
}
.home-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scroll-down{
    position: absolute;
    bottom: 60px;
    right: 100px;
}
.scroll-down .text{
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 5px;
    transform: rotate(90deg);
    position: absolute;
    right: -104px;
    top: -299px;
    width: max-content;
}
.scroll-down::after{
    position: absolute;
    content: '';
    height: 128px;
    width: 1px;
    background: #777777;
    bottom: 70px;
    right: 10px;
}
.banner-section .inner_content{
    position: absolute;
    top: 35%;
    width: 1000px;
}
.banner-section .container-fluid{
    padding-left: 100px;
    padding-right: 100px;
}
.banner-section p {
    color: #fff;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: lowercase;
}
.about-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}
.about-section .img_block img{
    z-index: 9;
    position: relative;
}

.about-section .img_block::after{
    position: absolute;
    content: '';
    background: url(../img/about_text.svg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 878px;
    width: 180px;
    top: 0px;
    right: 32px!important;
    display:none;
}
.boxes-section .box-desc {
    line-height: 1.5;
}
.boxes-section .box-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    width: 100%;
}
.boxes-section .box-hover-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    width: 100%;
    line-height: 1.5;
}
.boxes-section .common {
    height: 220px;
    background: rgb(179 179 179 / 25%);
    padding: 20px 20px;
    position: relative;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.boxes-section  .m-width{
    max-width: 1120px;
}
.boxes-section .inner-content {
    width: 100%;
    transition: all ease-in-out 0.5s;
    color: #fff;
    overflow: hidden;
}
.boxes-section .box-hover-content {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.boxes-section .box-hover-content .full-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.boxes-section .inner-content .link{
    visibility: hidden;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    letter-spacing: 1.2px;
}
.boxes-section .inner-content .link svg {
    margin-left: 8px;
}
.boxes-section .common:hover .inner-content .link{
    opacity: 1;
    visibility: visible;
    margin-top: 7px;
}
.boxes-section .common:hover .box-hover-content {
    visibility: visible;
    opacity: 1;
}

.boxes-section .common:hover .inner-content .link:hover{
    text-decoration: underline;
}
.boxes-section .common:hover .inner-content {
    bottom: 30px;
}
.boxes-section .common:hover .box-title {
    opacity: 0;
    visibility: hidden;
}
.boxes-section .practice-section {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.boxes-section .box-1.common {
    background-color: rgb(217 217 217 / 25%);
}
.boxes-section .box-2.common {
    background-color: rgb(179 179 179 / 25%);
}
.boxes-section .box-3.common {
    background-color: rgb(179 179 179 / 25%);
}
.boxes-section .box-4.common {
    background-color: rgb(217 217 217 / 25%);
}
.boxes-section .box-5.common {
    background-color: rgb(179 179 179 / 25%);
}
.boxes-section .common:hover {
    background-image: url(../img/yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.5s;
}
.inner-content p a{
    color:var(--color--two);
}
.inner-content p a:hover{
    color:#fff;
}
.boxes-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
}
.consequat_section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.consequat_section .inner_content{
    padding-left: 130px;
}
.consequat_section .img_bloc img{
    height: 755px;
    object-fit: cover;
}
.consequat_section .img_block:after {
    position: absolute;
    border: 1px solid #00285485;
    left: -25px;
    top: -25px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: "";
    z-index: -1;
}


.html5lightbox-popup {
    animation: fadeZoom 0.5s ease forwards;
}

@keyframes fadeZoom {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.home_video{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home_video .list_inner{
    width: 300px;
}
.home_video .video_icon {
    width: 45px;
    height: 45px;
    background: url(../img/video_play.svg) no-repeat;
    background-size: 100%;
    margin: auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home_video .video_icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: #f3f3f361;
    border-radius: 50%;
    animation: pulse-border 1600ms ease-out infinite;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.home_video .video_icon:hover:before {
    opacity: 1;
}
.home_video .video-content{
    width: 100%;
}
.home_video .inner_content{
    background: #002854;
    padding: 10px;
    border-radius: 5px;
}
.home_video .video_title{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.home_video .img_link{
    position: relative;
    display: block;
    overflow: hidden;
}
.home_video .img_link img{
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.home_video .img_link:hover img{
    transform: scale(1.04);
}


.home_review .review-slider {
    position: relative;
}
.home_review .slick-list{
    padding-left: 20% !important;
    padding-right: 20% !important;
    position: relative;
}
.home_review .main-review-item {
    opacity: 0.3;
    transition: opacity 0.3s ease;
    margin-left: 50px;
    margin-right: 50px;
}
.home_review .main-review-item.slick-current {
    opacity: 1;
}
.home_review .slick-arrow{
    background: 0 0;
    border: 1px solid #021932;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 43%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home_review .prev-arrow{
    left: 17.5%;
}
.home_review .next-arrow{
    left: auto;
    right: 19%;
}
.home_review .content{
    font-weight: 300;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 35px;
    margin-top: 55px;
}
.home_review .testimonial-title{
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    text-transform: capitalize;
    color: #000;
}
.home_review .about-author{
    border-left: 2px solid var(--color--two);
    padding-left: 20px;
}
.home_review .quote-icon{
    position: absolute;
    top: 13px;
}
.home_review .review-rating {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
}
.home_review .star-icon {
    display: inline-block;
    background-image: url(../img/yellow_star.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    width: 22px;
    background-position: center;
}
.home_review .slick-arrow:hover{
    border: 1px solid #F14A27;
    background: #F14A27;
}
.home_review .slick-arrow:hover svg path{
    stroke: #fff;
}
.bgimage_section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bgimage_section p{
    color: #fff;
}
/* .home_blog{
    padding-left: 8%;
} */
/* .home_blog .left_sec{
    width: 29%;
} */
.home_blog .right_sec{
    /*     width: 71%; */
    position: relative;
}

.home_blog .left_sec .inner-content{
    background: #002854;
    /*     padding: 55px 48px; */
}
.home_blog .left_sec h2{
    font-weight: 500;
}
.home_blog .left_sec p{
    color: #fff;
}
.home_blog .post-lists .blog-title a{
    font-size: 25px;
    line-height: 35px;
}
.home_blog .post-content{
    background: #f2f5f7;
    padding: 20px;
    min-height: 515px;
}
.home_blog .slick-slider {
    margin-bottom: 0px;
    padding: 0 0 90px;
}
.home_blog .slick-arrow {
    background: 0 0;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 12px;
    position: absolute;
    bottom: 0;
}
.home_blog .next-arrow {
    left: 80px;
}

.home_blog .slick-arrow:hover svg path {
    stroke: #fff;
}
.home_blog .slick-arrow:hover {
    border: 1px solid #eb8f25;

    background:#eb8f25;

}
/* .home_blog .slick-list{
    padding-right: 22%;
} */
.home_blog .blog-list-item{
    margin-left: 12px;
    margin-right: 12px;
}
.home_blog .blog-title a{
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #161616;
}
.home_blog .post-image .featured{
    height: 300px;
}
.home_blog .slick-dots {
    display: flex;
    flex-wrap: wrap;
    bottom: 20px;
    left: 150px;
    width: calc(100% - 162px);
}
.home_blog .slick-dots li button {
    width: 100%;
    height: 1px;
    padding: 0;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}
.home_blog .slick-dots li {
    flex: 1;
    margin: 0;
}
.home_blog .slick-dots li.slick-active{
    width: 100%;
}
.home_blog .slick-dots li.slick-active button {
    background: #eb8f25;
    opacity: 1;
    height: 3px;
    margin-top: -2px;
}

.slider-progress{
    position: absolute;
    left: 18%;
    bottom: 27px;
    width: 58.3%;
    border: 1px solid #00000033;
}
.slider-progress span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0px;
    height: 100%;
    background-color: #F14A27;
    transition: all 0s linear;
    height: 4px;
}
.slider-progress span.active{
    width: 35%;
    height: 4px;
}


.mindbody-widget-sec healcode-widget {
    height: 450px;
    display: block;
    overflow-y: scroll;
}

.mindbody-widget-sec .h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.2;
    min-height: 60px;
}
/* START ABOUT US PAGE */
.about_content .inner_content{
    padding-right: 25px;
}
.blue_bg_content{
    background-color: #fef6f4;
}
.blue_bg_content::after{
    background: url(../img/blue_bg.webp) no-repeat;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 48%;
}
.blue_bg_content .img_block{
    z-index: 9;
    position: relative;
}
.blue_bg_content .pink_bg{

}
.blue_bg_content .inner_content{
    margin-top: -25px;
}
.numeric_wrap{
    width: 254px;
    background: #fff;
    height: 149px;
    box-shadow: 0 10px 10px -10px #00000073;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 106px;
    left: 110px;
}
.numeric_wrap .numeric{
    font-family: DM Sans;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 5px;
    text-align: center;
    color: #eb8f25;
    margin-bottom: 5px;
}
.numeric p{
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}
.page-template-template-about .home_blog{
    padding-top: 0;
    padding-bottom:170px!important;
}
/* .nav-tabs .nav-link svg ellipse{
        fill:#eb8f25;
}
.nav-tabs .nav-link svg circle{
        fill:#eb8f25;
}
.nav-tabs .nav-link svg g path{
        fill:#eb8f25;
} */
/* END ABOUT US PAGE */

/* START WHO WE HELP PAGE */
.elevate_repeater .inner_content{
    border: 1px solid #c6c5c5;
    padding: 37px 27px 28px 37px;
}
.elevate_repeater .inner_content .svg{
    width: 80px;
    height: 80px;
}
.elevate_repeater .inner_content p{
    font-size: 20px;
    line-height: 35px;
}
.dummy_content .img_block::after {
    position: absolute;
    border: 1px solid #f14a27;
    left: -25px;
    top: -25px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: "";
    z-index: -1;
}
.dummy_content .img_block img{
    height: 547px;
    object-fit: cover;
}
.dummy_content .inner_content{
    margin-top: -20px;
}
.page-id-197 .home_review{
    background: #FEF6F4;
}
/* END WHO WE HELP PAGE */

/* START VIDEO PAGE */
.video_page.home_video .list_inner{
    width: 33.33333333%;
    margin-bottom: 28px;
}
.video_page.home_video .video_title{
    font-size: 20px;
    line-height: 35px;
}
.video_page.home_video .inner_content{
    padding: 15px;
}
.video_page.home_video .video_icon:before{
    width: 65px;
    height: 65px;
}
.video_page.home_video .img_link img{
    height: 258px;
}
.video_page .listing_wrap .list_inner:last-child{
    margin-bottom:0px;
}
.video_page .listing_wrap .list_inner:nth-last-child(2){
    margin-bottom:0px;
}
/* END VIDEO PAGE */


/* START PRACTICE AREA PAGE */
.practice_page .practice_box img{
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.practice_box a.img_link::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 65%;
    bottom: 12px;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    opacity: 1; /* Initially hidden */

}
.practice_box a.img_link:hover::before{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 17%, #f14a27b3 100%);
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.practice_page .practice_box a.img_link:hover:before {
    opacity: 1; /* Show gradient smoothly */
    visibility: visible;
}
.practice_page .item_wrap{
    position: absolute;
    bottom: 50px;
    left: 0%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.practice_page .practice_title{
    font-weight: 600;
    font-size: 25px;
    line-height: 100%;
    text-transform: capitalize;

}
.practice_page .practice_box{
    margin-bottom: 12px;
}
.page-id-196 .home_review{
    background: #FEF6F4;
}
.practice_page .content-main p{
    font-size:22px;
}
/* END PRACTICE AREA PAGE */

/* START CONTACT US PAGE */
.contact_page .inner_content{
    margin-left: 28px;
}
.contact_page .img_block img{
    height: 730px;
    object-fit: cover;
}
.contact_page .img_block::after {
    position: absolute;
    border: 1px solid #f14a27;
    left: -30px;
    top: 50px;
    width: calc(100% - 15px);
    height: calc(84% - 15px);
    content: "";
    z-index: -1;
}
.contact_page form{
    margin-top: 40px;
}
.contact_number{
    background: #FEF6F4;
}
.contact_number .numeric{
    font-weight: 500;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    color: #F14A27;
}
.contact_number .content p{
    font-size: 25px;
    line-height: 40px;
}
/* END CONTACT US PAGE */

/* START NEWS PRESS PAGE */
.newsletter .post-cat{
    display: none;
}
.post-cat{
    display: none;
}
.newsletter .post-lists .blog-title {
    margin: 10px 0 10px;
}
.newsletter img{
    background-size: cover;
    background-position: center;
    height: 255px;
    object-fit: cover;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.newsletter .blog-loop-item:first-child, .newsletter .blog-loop-item:nth-child(2){
    margin-top: 0px;
}
.newsletter .post-content{
    background: #f2f5f7;
    padding: 18px;
}
.newsletter .blog-loop-item {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-top: 24px;
}
.newsletter .post-content a.post-image:hover img{
    transform: scale(1.04);
}

/* END NEWS PRESS PAGE */


/*==================== Blog List Page CSS ====================*/
.blog-title a:hover{
    color: #EB5311;
}
.post-lists .loop-item {
    margin-bottom: 45px;
}
.post-lists .loop-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.post-lists .loop-item:hover .post-image .featured {
    transform: scale(1.06);
}
.post-cat{
    font-size: 12px;
    line-height: 21px;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
.post-cat::after{
    position: absolute;
    content: '';
    top: 3px;
    left: -2px;
    width: 2px;
    height: 15px;
    background: #545454;
}
.post-cat a {
    color: #545454;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.post-cat a:hover {
    color: #EB5311;
}
.blog-list{
    padding-right: 120px;
}

/*================ Pagination CSS =================*/
.pagination {
    display: flex;
    justify-content: center;
    margin: 50px auto 0 auto;
    position: relative;
}
.pagination .page-numbers{
    border-radius: 50%;
    margin: 0 10px;
    width: 60px;
    height: 60px;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #494949;
    display: flex;
    align-items: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    border: 1px solid #00000033;
}
.pagination .page-numbers:hover{
    background: #eb5311;
    color: #fff;
}
.pagination .page-numbers.prev{
    background-position: center;
    border: 1px solid #F14A27;
    position: absolute;
    left: 0;
    margin-right: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
    background: #F14A27;
    color: #fff;
    width: 130px;
    border-radius: 50px;
}
.pagination .page-numbers.prev:hover{
    border: 1px solid #00000033;
    color: #494949;
    background:none;

}
.pagination .page-numbers.next:hover{
    border: 1px solid #00000033;
    color: #494949;
    background:none;
}
.pagination .page-numbers.next{
    background-position: center;
    border: 1px solid #F14A27;
    position: absolute;
    right: 0;
    margin-right: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
    background: #F14A27;
    color: #fff;
    width: 130px;
    border-radius: 50px;
}
span.page-numbers.current {
    color: #fff;
    background: #EB5311;
}
.pagination h2.screen-reader-text {
    display: none !important;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
/* .pagination .nav-links * {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    margin: 0 4px;
    text-transform: uppercase;
    color: var(--color--black);
    border: 1px solid #C6C6C6;
    border-radius: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
} */
/* .pagination .nav-links .current, .pagination .nav-links *:hover, .pagination .nav-links .current font, .pagination .nav-links * font:hover {
    color: #fff;
    border-color: var(--color--two);
    background: var(--color--two);
} */
/* .pagination .nav-links svg, .pagination .nav-links img {
    border: none;
    width: 26px;
    height: 26px;
    background: none;
    fill: var(--color--one);
}
.pagination .nav-links svg path {
    fill: var(--color--one);
}
.pagination .nav-links *:hover svg,
.pagination .nav-links *:hover svg path {
    border: none;
    background: none;
    fill: #fff;
} */

/*================ Pagination CSS END =================*/




.blog-loop-item {
    margin-top: 50px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 40px;
}
.blog-loop-item:first-child{
    margin-top: 0px;
}
.category .blog-loop-item:last-child {
    border-bottom: 0px;
}
.post-content-info {
    margin-top: 8px;
    margin-bottom: 15px;
}
.blog-page .blog-list, .blog-detail .blog-list {
    padding-right: 180px;
}
.blog-page .post-image a{
    overflow: hidden;
    position: relative;
    display: block;
}
.blog-page .post-image a .featured{
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.blog-page .post-image a:hover .featured{
    transform: scale(1.04)
}
.post-image {
    overflow: hidden;
    position: relative;
    display: block;
    align-items: center;
    height: 100%;
    width: 100%;
    align-content: center;
    justify-self: center;
}
.post-image .featured, .post-image .no-featured  {
    background-size: cover;
    background-position: center;
    height: 400px;
    object-fit: cover;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.post-image .no-featured{
    background-color: #dfdfdf;
    background-position: center;
    background-size: 90%;
}
.blog-img .post-image:hover .featured{
    transform: scale(1.04);
}
.post-content p {
    color: #111111;
    line-height: 25px;
}
.blog-loop-item .post-date, .single-post-detail .post-date {
    color: #545454;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
/* .blog-loop-item .post-content {
    background: #f2f5f7;
    padding: 18px;
} */
/* .post-lists{
    padding-right: 120px;
} */
.post_content_wrap{
    border-left: 1px solid #d6d6d6;
    padding-left: 20px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
}
.blog-page .post-lists .blog-title a{
    font-size: 30px;
    line-height: 45px;
}
.blog-page .post-lists .blog-title {
    margin: 30px 0 25px;
}
.post-lists .blog-title a{
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 29.94px;
    color: #161616;
}
.post-lists .blog-title a:hover {
    color: #f14a27;
}
.post-lists .blog-title {
    margin: 20px 0 15px;
}
.post-lists .blog-title a{
    text-transform: lowercase;
}
.post-lists .blog-title a::first-letter{
    text-transform: capitalize;
}
.post-image .featured, .post-image .no-featured{

}
.btn_link{
    background: none;
    border: 0px;
    color: var(--color--two);
}
.btn_link svg{
    margin-left: 10px;
}
.btn_link:hover{
    background: none;
    color: #161616;
}
/*==================== Blog List Page CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search {
    margin-bottom: 10px;
}
.blog-search .input-group{
    flex-wrap: nowrap;
}
.blog-search input.form-control {
    padding: 20px 55px 20px 20px;
    height: 60px;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #ececec;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    color: #545454;
}
.blog-search input.form-control::-webkit-input-placeholder {
    color: #545454;
}
.blog-search input.form-control::-moz-placeholder {
    color: #545454;
}
.blog-search input.form-control:-ms-input-placeholder {
    color: #545454;
}
.blog-search input.form-control::placeholder {
    color: #545454;
}
.blog-search .search-btn {
    height: 60px;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    line-height: normal;
    position: absolute;
    border: none;
    right: -2px;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background: none;
}
.blog-search .search-btn::after{
    position: absolute;
    content: '';
    top: 35%;
    left: 10%;
    height: 18px;
    width: 1px;
    background: #545454;
}
.blog-search .search-btn svg,
.blog-search .search-btn img {
    width: 18px;
    height: 18px;
}
.blog-search .search-btn:hover svg path{
    stroke: #EB5311;
}
.blog-search .msg-side-form {
    right: 55px;
}
.blog-search .form-control:focus {
    box-shadow: none;
}
.blog-sidebar, .sidebar-page-wrap{
    top: 0;
}
.sidebar-list li {
    display: block;
    position: relative;
    /* margin-bottom: 25px; */
}
.sidebar-list ul li a {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    color: #494949;
    text-transform: capitalize;
}
.sidebar-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.sidebar-list li:last-child a {
    padding-bottom:0;
}
.sidebar-list ul li a::before {
    content: "";
    right: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/category-arrow-active.svg);
    top: 20px;
    width: 18px;
    height: 13px;
}
.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
    color:#eb8f25 !important;
}
.sidebar-form.common-contact-sec .formbox{
    padding: 0 15px;
    margin-bottom: 25px;
}
.sidebar-form.common-contact-sec form textarea{
    height: 140px !important;
}
.sidebar-form.common-contact-sec form input:focus, .sidebar-form.common-contact-sec form textarea:focus{
    background: none;
}
.sidebar-form ::-webkit-input-placeholder {
    color: #fff;
}
.sidebar-form ::-moz-placeholder {
    color: #fff;
}
.sidebar-form :-ms-input-placeholder {
    color: #fff;
}
.sidebar-form :-moz-placeholder {
    color: #fff;
}
.widget-heading{
    color: #242E3D;
    text-transform: capitalize;
    margin-bottom:15px;
    font-weight: 500;
}
.widget_archive #archives-dropdown-2{
    width: 100%;
    color: #89929D;
    border: 1px solid #89929D;
    height: 55px;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../img/down_arrow.svg);
    background-repeat: no-repeat;
}
.blog-search {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    background: #ECECEC;
}
.blog-search form {
    display: block;
    position: relative;
}
.blog-search .input-group {
    width: 100%;
    position: relative;
}
.blog-sidebar .widget-heading, .widget-title{
    color: #002854;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    text-transform: capitalize;
}
.sidebar-list {
    margin-top: 40px;
    padding: 40px 13px 30px;
    border: 1px solid #00285469;
}
.sidebar-list ul {
    margin-left: 0px;
}
.commonContactFormWrap .sidebar-form {
    padding: 35px 30px 50px;
    width: 100%;
    position: relative;
    background: #002854;
}
.commonContactFormWrap .sidebar-form h3, 
.commonContactFormWrap .sidebar-form .h3{
    text-transform: capitalize;
}
.commonContactFormWrap .sidebar-form .form-group {
    margin-bottom: 25px;
}
.commonContactFormWrap .sidebar-form .form-control {
    border-radius: 0;
    padding: 0px 10px 25px 10px;
    height: 50px;
    border: none;
    padding-left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-bottom: 1px solid #FFFFFF4D;
}
.commonContactFormWrap .sidebar-form textarea.form-control{
    height: 160px;
    resize: none;
}
/*==================== Sidebar CSS END ====================*/

/*==================== Blog Detail Page CSS ====================*/
/* .blog-detail img{
    height: 360px;
    object-fit: cover;
} */
.blog-detail .content p a:hover{
    text-decoration: underline;
}
.blog-detail iframe{
    height: 450px;
    margin-top: 70px;
}
.single-post-detail img{
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
}
.blog-detail .post_wrap{
    padding: 10px 0;
}
.blog-detail .single-post-detail .single-featured img {
    height: auto;
    width: 100%;
}
.blog-detail .single-post-detail img {
    height: auto;
    width: auto;
}
.blog-detail .single-post-detail img.alignright{
    width: 415px;
    height: 315px;
    object-fit: cover;
}

.blog-detail .post-lists .blog-title, .blog-detail .post-lists h1,
.blog-detail .post-lists h2{
    color: #161616;
    margin: 20px 0 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    text-transform: lowercase;
}
.blog-detail .post-lists h3,
.blog-detail .post-lists h4,
.blog-detail .post-lists h5,
.blog-detail .post-lists h6 {
    margin: 20px 0px;
    color: #161616;
    font-weight: 500;
}
.blog-detail .post-lists h3 {
    font-size: 22px;
    line-height: 30px;
}
.blog-detail .post-lists h4,
.blog-detail .post-lists h5{
    font-size: 20px;
    line-height: 30px;
}
.blog-detail .post-lists .blog-title::first-letter, .blog-detail .post-lists h1::first-letter,
.blog-detail .post-lists h2::first-letter,
.blog-detail .post-lists h3::first-letter,
.blog-detail .post-lists h4::first-letter,
.blog-detail .post-lists h5::first-letter {
    text-transform: capitalize;
}
/*==================== Blog Detail Page CSS End ====================*/

/*==================== Default Page CSS ====================*/
.default-content h1, .default-content .h1,
.default-content h2, .default-content .h2,
.default-content h3, .default-content .h3,
.default-content h4, .default-content .h4,
.default-content h5, .default-content .h5,
.default-content h6, .default-content .h6{
    text-transform: capitalize;
    color: #161616;
    font-weight: 600;
}
.default-content h1, .default-content .h1,
.default-content h2, .default-content .h2{
    margin: 28px 0 12px;
}
.default-content h2:first-of-type, .default-content .h2:first-of-type {
    margin: 0px 0 15px;
}
.default-content h3, .default-content .h3{
    margin: 28px 0 12px;
}

.default-content ul, .content ul, .default-content p,
.default-content ol, .content ol{
    color: #333333;
}
.default-content ul, .content ul,
.default-content ol, .content ol{
    margin-bottom: 1rem;
}
.default-content a {
    text-decoration: underline;
}
.default-content a:hover{
    color: #545454;
}
.default-content iframe{
    height: 397px;
}
.list-style ul {
    margin-bottom: 25px;
    list-style: none;
}
.list-style ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}
.list-style ul li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 15px;
    list-style: none;
}
.list-style ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #eb8f25;

    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center 0;
    top: 14px;
    left: -30px;
    bottom: 0;
}
.list-style ul li a, .list-style ol li a, .page-content a, .postlist-single a {
    text-decoration: none;
    font-weight: 400;
}
.list-style ul li a:hover, .postlist-single a:hover, .list-style ol li a:hover, .page-content a:hover {
    text-decoration: none;
}
.list-style ol {
    list-style-type: none;
    counter-reset: ordered;
    margin: 0 0 20px;
    padding: 0;
}
.list-style ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.list-style ol li:last-child {
    margin-bottom: 0;
}
.list-style ol li::before {
    content: counter(ordered);
    counter-increment: ordered;
    position: absolute;
    left: 0;
    top: 0;
}

/*==================== Default Page CSS END ====================*/


/* Search CSS */
.search-post-loop .post-content p {
    color: #111;
    line-height: 25px;
}
.search-page .sidebar-page-wrap .sidebar-list {
    border: 1px solid #242e3d;
    margin-top: 0px;
    padding: 30px 25px;
}
.search-page .sidebar-page-wrap .sidebar-list #menu-practice-areas {
    column-count: 1;
    margin: 0;
}
.search-page .sidebar-page-wrap .sidebar-list .widget-title,
.widget_archive .widget-title{
    color: #242E3D;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 42.7px;
}
.search-page .blog-loop-item{
    padding-bottom: 40px;
}
.practice_page .row:nth-child(even){
    flex-direction:row-reverse;
}
.practice_page .row:not(:last-child){
    margin-bottom: 30px!important;
}
/* .content-phase .repeated-row:nth-child(even){
    flex-direction:row-reverse;
} */
.content-phase .repeated-row:not(:last-child){
    margin-bottom: 40px!important;
}
.content-phase{
    background-color:#fef6f4;
}
.curriculam{
    background-color:#fef6f4;
}
.curriculam .heading {
    line-height: 1.2;
}

.curriculam .repeated-rows:nth-child(odd){
    flex-direction:row-reverse;
}
.curriculam .repeated-rows:not(:last-child){
    margin-bottom: 40px!important;
}
.testimonial-list .quote-icon svg path{
    fill:#eb8f25;

}
.post-content .btn svg path{
    fill:#eb8f25;

}
.post-content .btn:hover svg path{
    fill:#000;
}
/* Smooth fade effect for tab panels */





/*.practice_page .row:not(:last-child){
    margin-bottom: 0px;
}*/
/* Search CSS */


.logos-section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.logos-list {
    display: flex;
}
.logos-list .item{
    padding: 0 15px;
}
.logos-section .logos-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.logos-section .inner {
    padding: 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    justify-content: center;
}
.logos-slider .inner img {
    max-height: 50px;
    object-fit: contain;
}
.logos-section .link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.logos-section .slick-track{
    display: flex;
    align-items: center;
}
.media-list .row {
    background: #f5f5f5;
    padding: 20px;
    align-items: center;
}
.media-list .row + .row{
    margin-top: 15px;
}
.media-list .media-title {
    font-size: 24px;
    line-height: 1.5;
}
.media-list .media-btns {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}
.media-play {
    display: block;
    width: 55px;
    height: 55px;
}
.media-list .media-play .play {
    fill: var(--color--two);
    width: 100%;
    height: 100%;
}
.media-list .media-play rect{
    stroke: var(--color--two);
}
.media-list .media-play:hover .play {
    fill: var(--color--one);
}
.media-list .media-play:hover .play rect {
    stroke: var(--color--one);
}

