/* Inner Banner CSS Start */
.breadcrumbs-block {
    width: 100%;
    background: #f6f6f6;
    padding: 10px 15px 15px 15px;
}
.breadcrumbs-block #breadcrumbs span a{
    font-weight:600;
}
.inner-banner-section {
    z-index: 1;
    height: 360px;
    position: relative;
    width: 100%;
}
.inner-banner-section .banner-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    object-fit:cover;
}
.contact-form-sidebar div.wpcf7 select.form-control{
    background-color:var(--bs-grey)!important;
}
.contact-form-sidebar div.wpcf7 select.form-control:hover{
    opacity:0.75;
}
.home-banner div.wpcf7 select.form-control:hover{
    opacity:0.75;
}
.inner-banner-section:after {
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.40;

}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0px;
    position: relative;
    height: calc(100% - 100px);
    display: flex;
    align-items: end;
    top:100px;
}
.inner-banner-info {
    width: 100%;
    padding-bottom:50px;
}
.inner-banner-section .inner-banner-title {
    line-height: normal;
    font-size: 50px;
    color: var(--bs-white);
    font-weight: 500;
    margin: 0;
    text-align:center;
    font-family:'Oswald';
    text-transform:uppercase;
}
.inner-banner-section .inner-banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    color: var(--bs-black)
}
.inner-banner-section .inner-banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: .5px;
    color: var(--bs-black)
}
.page-not-found .error-info {
    text-align: center;
    margin-bottom: 60px
}
.main-contact-form {
    margin-top: 30px;
}
/* Inner Banner CSS END */
/* Blog Page CSS */
/* blog page css */
.blog-full-post .info-box {
    display: flex;
    flex-direction: column;
}
.blog-full-post ul li .post-image {
    width:100%;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.blog-full-post ul li .blog-desc {
    width: 100%;
    padding-left: 20px;
}
.blog-full-post .post-list .post-image a {
    display: block;
    position: relative;
    height: 100%;
    overflow:hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.blog-full-post .post-list .post-image a:hover img{
    transform:scale(1.04);
}
.blog-full-post ul li .post-image a img {
    width: 100%;
    transition: 0.5s all;
    display: block;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius:6px;
    height:324px;
}
.title-and-date-wrap {
    z-index: 5;
    top: -5px;
    padding: 10px 15px;
    background-color: #23060C;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 26%, 0.2);
}
.title-and-date-wrap .blog-title {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;
    font-weight:700;
    margin-top:25px;
}
.title-and-date-wrap .date-wrap {
    color:#fff;
    font-size: 18px;
    font-family: 'Source Sans SemiBold';
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height:normal;
}
.blog-full-post ul li .blog-desc p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.blog-full-post ul li .post-title {
    float: left;
    width: 100%;
    position: relative;
    color: #292828;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom:12px;
}
.blog-full-post ul li .post-title a {
    display: inline-block;
    text-transform: uppercase;
    color: #23060C;
    font-size: 26px;
    line-height: 40px;
    font-family: 'Source Sans Bold';
    transition: 0.5s all;
}
.blog-full-post .blog-details .links:after{
    bottom:-11px;
}
.blog-full-post .blog-details {
    margin-top: 0px!important;
    border: 1px solid var(--bs-darkred);
    padding: 16px 16px 16px;
    border-radius:6px;
 }
    
.blog-full-post ul li .post-title a:hover {
    color: var(--bs-darkred);
    opacity: 1;
}

.blog-full-post .blog-btn {
    line-height: normal;
    margin-top: 22px;
}
.blog-full-post .blog-btn a.links{
    font-size:18px;
    color:#23060C;
    font-family:'Source Sans SemiBold';
    transition: 0.5s all ease-in-out;
}
.blog-full-post .blog-btn a.links svg {
    height: 15px;
    width: 18px;
    margin-left: 6px;
    vertical-align: middle;
}
.blog-full-post .blog-btn a.links:hover{
    color:var(--bs-darkred);
}
.blog-full-post .blog-btn a.links:hover svg path{
    stroke:var(--bs-darkred);
}
.blog-full-post .post-list li {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 1.5rem;
    display: flex;
    height:100%;
}
.blog-full-post .post-list li:last-child {
    margin-bottom: 0;
}
.bg-blue-fullwidth-content .container{
    position: relative;
    z-index:2;
}
.bloglist .top-title {
    margin-bottom: 50px;
}
.grids-box .small-image{
    display:block;
    overflow:hidden
}
.second-blog-sec-content ul{
    list-style: disc;
    background: #f1ecec;
    display: inline-block;
    padding: 20px 20px;
    width: 100%;
    margin-bottom: 20px;
}
/* blog list page css end */

/* sidebar css*/
.sidebar{
    padding-left:100px;
}
.sidebar .widget {
    margin-bottom: 25px;
    z-index: 1;
}
.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.contact-page .description p{
    font-size:18px;
    margin-bottom:20px;
}
.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%;
    border-radius:5px;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #23060C;
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 30px;
    ;
}
.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: 0;
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: 0em;
    line-height: normal;
    text-transform: uppercase;
    color: #23060C;
    font-family: 'Source Sans Bold';
}
.sidebar .widget ul {
    padding-bottom: 11px;
    margin-bottom: 0;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;

}
.sidebar .widget-menu ul li a {
    margin-bottom: 14px;
    display: block;
    padding: 11px 30px 11px 0px;
    position: relative;
    color: hsla(348, 71%, 8%, 1);
    font-size: 18px;
    font-family: 'Source Sans SemiBold';
    line-height: 35px;
    text-transform: capitalize;
    transition: 0.5s all ease-in-out;
    border-bottom: 1px solid hsla(348, 71%, 8%, 0.3);
}
.sidebar .widget-menu ul li a br {
    display: none;
}
#team-detail-section .container{
    position: relative;
    z-index:2;
}
.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: 12px;
    top: 18px;
    height: 16px;
    width: 20px;
    background-size: 21px;
}
.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-icon-white.svg);
}
.sidebar .widget-menu ul li a:hover {
    color: hsla(0, 64%, 35%, 1);
    
}
.sidebar .widget-menu ul li a:hover:after, .sidebar .widget-menu ul li.current_page_item a:after,.sidebar .widget-menu li.activeChild a:after{
    background-image: url(../img/red-icon.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(--bs-darkred);
}
.white-overlay:after {
    position: absolute;
    content: '';
    background-color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.6;
}
.member-practice .team-title,.member-practice .team-designation{
    font-size: 15px!important;
}
.member-practice .member-details{
    padding:19px 20px!important;
}
.side-contact-header {
    margin-bottom: 20px;
}
.contact-form-sidebar {
    padding: 45px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background:var(--bs-grey);
    border-radius:6px;
    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;
    background-image:url(../img/sidebar.jpg);
    background-size:cover;
    background-repeat: no-repeat;
}
.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}
.sidebar div.wpcf7 .wpcf7-form .form-control {
    padding: 0px 19px 24px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    box-shadow: none;
    font-family: 'Source Sans SemiBold';
}
.sidebar div.wpcf7 .wpcf7-form textarea.form-control {
    height: 75px;
}
.sidebar div.wpcf7 .wpcf7-form .label-name {
    font-size: 16px;
}
.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}
.sidebar .wpcf7 ::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}
.sidebar .wpcf7 :-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}
.sidebar .wpcf7 :-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}
.wpcf7-form textarea.form-control {
    height: 130px;
}
.sidebar div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid  #fff;
}
.sidebar div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 30px;
    padding: 0 10px;
}
.contact-form div.wpcf7 .wpcf7-response-output{
    bottom:1px!important;
}
.sidebar div.wpcf7 .wpcf7-response-output {
    /* bottom: 20px; */
    padding: 2px 6px !important;
    font-size: 12px;
    background: #b30000;
    line-height: 14px;
    color: #fff;
}
.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #ffffff;
}
.sidebar .wpcf7 form .btn-wrap.btn:after {
    border: 1px solid #295464;
}
.sidebar .wpcf7 form .btn-wrap:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.contact-form-sidebar h3 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 20px;
}
/* sidebar css*/
/* blog single css */
.blog-info-header .category-list {
    width: calc(100% - 0px);
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    text-transform: capitalize;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 22px;
}
.blog-heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    letter-spacing: .03em;
    text-transform: capitalize;
    line-height: 48px;
    color: #292828;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
}
.blog-single-img {
    width: 100%;
    position: relative;
}
.blog-single-img img {
    width: 100%;
    border-radius:5px;
}
img.size-full, .size-full {
    width: 100%;
    border-radius: 15px;
}
.blog-content ol{
    margin-left:25px;
}
.single-post-content .size-full {
    width: 100%;
    border-radius: 15px;
}
.blog-info-header {
    margin-top: 15px;
    margin-bottom: 0;
}
.blog-content .wp-video {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* blog page css */
/* pagination css */
.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
}
.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging-new .page-numbers {
    font-family: 'Source Sans SemiBold';
    font-size: 16px;
    line-height: 0px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 39px;
    width: 39px;
    text-align: center;
    background:#CFE2E6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s all;
    border:1px solid #CFE2E6;
}
.paging-new .page-numbers, .paging-new .page-numbers.current {
    margin: 0 6px;
}
.paging-new .prev.page-numbers {
    position: absolute;
    margin-right: 10px;
    margin-left: 0;
    font-size: 0px;
    left:30%;
    background-color: hsla(0, 0%, 98%, 1);
    background-image: url(../img/pagination-prev.svg);
    background-position:30px center;
    background-repeat:no-repeat;
    border: 1px solid var(--bs-grey);
    transition:0.5s background-color;
    margin-left:0;
}
.paging-new .next.page-numbers{
    position: absolute;
    font-size: 0px;
    right:30%;
    margin-right:0;
    background-image: url(../img/pagination-prev.svg);
    background-position:30px center;
    background-repeat:no-repeat;
    transition:0.5s background-color;
}
.paging-new .page-numbers:hover {
    color: var(--bs-white);
    border-color: var(--bs-darkred);
    background-color: var(--bs-darkred);
}
.paging-new .prev.page-numbers:hover:after {
    color: var(--bs-darkblue);
}
.paging-new .page-numbers.current {
    color: var(--bs-white);
    border-color: var(--bs-darkred);
    background-color: var(--bs-darkred);
}
.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
}
.paging-new .prev.page-numbers:hover {
    background-image:url(../img/pagination-next.svg);
    transform:rotateY(0deg);
    background-position: 34px center;
}
.inner-banner-section .banner-content p{
    font-size: 18px;
    line-height: normal;
    opacity: 0.7;
}
.paging-new .next.page-numbers:hover {
    background-image:url(../img/pagination-next.svg);
    transform:rotatey(0deg);
    background-position: 34px center;
}
.paging-new .pagination {
    justify-content: center;
}
.fullwidth .paging-new .prev.page-numbers{
    left:30%;
    width: 39px;
    height: 12px;
    background-color:transparent;
    background-image:url(../img/pagination.svg);
    background-position: center;
    background-size: 20px;
    border: none;
}
.fullwidth .paging-new .next.page-numbers {
    background-position:center;
    right: 30%;
    width: 39px;
    height: 12px;
    background-color: transparent;
    background-image: url(../img/pagination.svg);
    background-size: 20px;
    border: none;
    transform:rotatey(180deg);
}
/* pagination css */
/* search css */
.custom_form_msg, .msg-side-form {
    color: #ffffff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}
.msg-side-form {
    right: 0;
}
.sidebar .msg-side-form {
    right: 122px;
}
.blog-search-side .msg-side-form {
    right: 111px;
}
.single-post-content b{
    color:var(--bs-darkred);
}
.search-form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px;
    opacity: 1;
}
.search-form ::-moz-placeholder {
    color: #fff;
    font-size: 18px;
    opacity: 1;
}
.search-form :-ms-input-placeholder, .mobile-search-bar-box .search-input-box :-ms-input-placeholder {
    color: #fff;
    font-size: 18px;
    opacity: 1;
    ;
}
.search-form :-moz-placeholder, .mobile-search-bar-box .search-input-box :-moz-placeholder {
    color: #fff;
    font-size: 18px;
    opacity: 1;
}
.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: #fff;
    font-size: 18px;
    height: 56px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 6px;
    padding-right: 65px;
    padding-left: 20px;
    line-height: 26px;
    background:#2A3139;
    font-family:'Source Sans SemiBold';
}
.search-left-side .page-title {
    color: #2c2c2c;
    line-height: 1;
}
.blog-search-side .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 56px;
    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: 56px;
    height: 56px;
    padding: 10px;
    cursor: pointer;
    font-size: 0px;
    background-position: 15px center;
    background-repeat: no-repeat;
    right: 0px;
    background-color: #FFFFFF;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    transition: 1s all;
}
.sidebar .searchitem .search-submit:hover{
    transition:0.5s all;
    background-color:var(--bs-darkred);
    background-image: url(../img/white-search.svg)!important;
    background-position: center;
}
.sidebar .searchitem .search-submit{
    background-image: url(../img/red-search.svg)!important;
    background-size:20px!important;
    background-position: center;
}
.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-repeat: no-repeat;
    padding-left: 0px;
    background-position: center;
    z-index:5;
}
.sidebar .widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
}
.sidebar .widget.searchitem .widget-title {
    padding: 0;
    margin-bottom: 15px;
}
.sidebar .searchitem .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size:18px;
    font-family:'Source Sans SemiBold';
}
.sidebar .searchitem .search-field::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size:18px;
    font-family:'Source Sans SemiBold';
}
.sidebar .searchitem .search-field:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size:18px;
    font-family:'Source Sans SemiBold';
}
.sidebar .searchitem .search-field:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size:18px;
    font-family:'Source Sans SemiBold';
}
.sidebar .form-heading {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.sidebar .form-heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    background: #B67662;
    width: 255px;
    left: -30px;
}
/* sidebar css end */
/* contact us Page CSS */
.contact-map-iframe {
    width: 100%;
    height: 450px;
    position: relative;
}
.contact-map-iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* contact us Page CSS */
/* Static Page CSS */
.static-page + .form-with-map {
    padding-top: 0;
}
.blog-full-post .blog-desc .date-wrap {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height:50px;
    letter-spacing: 2px;
    word-spacing: 6px;
    border-bottom: 1px solid hsla(0, 0%, 26%, 0.2);
}
.static-page-details ul li{
    position:relative;
}
.static-page-details ul li:before{
    position: absolute;
    left: 0;
    top: 14px;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid var(--bs-orange);
    border-right: 1px solid var(--bs-orange);
    transform: rotate(-45deg);
}
/* Static Page CSS End */
/* search css */
.page-header {
    margin-bottom: 20px;
}
.search-no-results .search-left-side .page-header {
    margin-bottom: 0px;
}
.search-left-side .page-title {
    color: #2c2c2c;
}
.search-left-side .page-title span {
    color: var(--bs-darkred);
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
}
.search-left-side .entry-title {
    line-height: 20px;
    margin: 0;
}
.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.01em;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600;
}
.search-left-side .entry-title a:hover {
    color: var(--bs-orange);
    opacity: 1;
}
.search-left-side .entry-summary .btn {
    margin-top: 15px;
}
.search_result article {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.search_result article:last-child {
    margin: 0;
}
.search-left-side .entry-title a br {
    display: none;
}
/* search css */

.sidebar .searchitem label input[type="search"]:focus::-webkit-search-cancel-button, .sidebar .searchitem label input[type="search"]:hover::-webkit-search-cancel-button {
    display: none;
    opacity: 0;
}
.pagination-wrap.paging-new {
    margin-top: 40px;
}
.sidebar .widget.practice-side ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.static-page-details, .bloglist .sidebar {
    padding-left: 100px;
}
.titles{
    font-size: 30px;
    font-family: 'Alike';
    color:#000;
    line-height:40px;
}
.law-firm {
    background-color:hsla(0, 0%, 98%, 1);
}
.line-class{
    line-height:50px;
}
.static-page-details, .practice-page-details ul{
    margin-left:20px;
    margin-bottom:1rem;
}
.practice-page-details ul li:after{
    position: absolute;
    left: -20px;
    top: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid var(--bs-orange);
    border-right: 1px solid var(--bs-orange);
    transform: rotate(-45deg);
}
.static-page-details ul li{
    position:relative;
}
.static-page-details ul li:after{
    position: absolute;
    left: -20px;
    top: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid var(--bs-blue);
    border-right: 1px solid var(--bs-blue);
    transform: rotate(-45deg);
}
.single-post-content ul{
    margin-left:45px;
    margin-bottom:1rem;
}
.single-post-content ul li{
    position:relative;
}
.single-post-content ul li:after {
    position: absolute;
    left: -33px;
    top: 14px;
    content: "";
    width: 15px;
    height: 15px;
    outline: 1px solid var(--bs-darkred);
    outline-offset: 3px;
    border-radius: 50%;
    background-color: var(--bs-darkred);
}
.list-style ul{
    margin:20px 0px;
}
.list-style ul li{
    position:relative;
    margin-left:34px;
}
.list-style ul li:after{
    position: absolute;
    left: -26px;
    top: 14px;
    content: "";
    width: 12px;
    height: 12px;
    outline: 1px solid var(--bs-darkred);
    outline-offset: 3px;
    border-radius: 50%;
    background-color: var(--bs-darkred);
}
.blog-single-img img {
    object-position: top;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 440px;
}
.single-post-content ul li{
    margin-top:16px;
    margin-bottom:16px;
}
.fullwidth table{
    width:100%;
    margin-top:16px;
    margin-bottom:16px;
}
.fullwidth table,tr, td{
    border:1px solid #1e1e1e;
    padding:4px;
    font-size:16px;
}
.post-author .author-link img {
    border-radius: 50%;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 6px #cbcbcb;
}
.post-author {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-right: 15px;
}
.post-author .author-name {
    font-weight: 700;
    text-transform: uppercase;
}
.rating{
    line-height:normal;
}
.team-content h1{
    font-family: 'Mona Sans';
    font-weight:500;
    line-height:normal;
}
#breadcrumbs svg{
    margin-top:-5px;
    margin-right:5px;
}
#breadcrumbs span{
    margin-left:6px;
}
.published-date{
    margin-top:20px;
    padding:17px 25px;
    background-color:#F6F6F6;
    border-radius:50px;
}
.bloglist{
    background-image:url(../img/blog-bg.jpg);
}
#testimonials{
    background-image:url(../img/testimonials.jpg);
}
.content-testimonials .content p{
    color:#23060C;
}
.contact-section-content p {
    color: #232841;
    font-family: 'Source Sans Regular';
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 45px;
}
.contact-section-content p:last-child{
    margin-bottom:0px;
}
#contact-team-section .member-details {
    background-color: #3A3A3A;
    padding: 19px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.left-image-with-content .content p{
    font-size:22px;
}
#contact-team-section .member-details .team-designation {
    font-style: italic;
    font-family: 'Source Sans Bold';
    font-size: 18px;
    line-height: normal;
}
.left-team-right-grids p strong {
    font-size: 26px;
    font-family: 'Source Sans Bold';
}
.right-image-with-content .left-content .content p strong.heading-small {
    font-family: 'Source Sans Bold';
    color: #0d0d0d;
}
#contact-team-section .member-details .team-title {
    color: #E43636;
    font-size: 18px;
    line-height: 35px;
}
#hire-section .bottom-contents .top-content{
    color:#23060C;
    font-family:'Source Sans Semibold';
}
.practice-box .practice-title{
    bottom:0;
    background-color:var(--bs-darkred);
    width:100%;
    padding:10px;
    color:#fff;
    font-size:16px;
    text-align: center;
    font-family:'Source Sans SemiBold';
    line-height: normal;
    z-index:2;
}
.bloglist.blue-overlay:before{
    background-color:hsla(186, 76%, 82%, 0.04);
}
.contact-form-sidebar .btn{
    margin-top:5px!important;
}
.mark-david:after{
    content:'';
    position: absolute;
    height:6px;
    background-color:#932121;
    width:77%;
    bottom:-40px;
    left:0;
}
.team-title .designation{
    font-size: 18px;
    font-family: 'Source Sans Bold';
    line-height:40px;
}
.team-details .content p{
    font-size:26px;
    color:#232841;
    font-family:'Source Sans Bold';
}
.single-post{
    background-color:#eff8f9;
}
.blog-title{
    color:var(--bs-darkred);
    margin-bottom: 25px;
}
#education-section .education-heading .heading{
    color:#23060C;
    font-size:64px;
}
.default-image img{
    width:100%;
}
#team-detail-section .featured-img img{
    float:left;
    width:28%;
    margin:0 35px 20px 0px;
}
#education-section .education-heading{
    position: relative;
}
#education-section .education-heading:after{
    position: absolute;
    content:'';
    height:6px;
    width:50%;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    background-color:var(--bs-darkred);
}
#education-section .education-group{
    background-image:url(../img/team-single.jpg);
    border-radius:6px;
    padding:60px;
}
.f-30{
    font-size:30px;
    font-family:'Oswald';
}
.education-group .education-content .uni-content p {
    font-size: 18px;
    font-family: 'Source Sans Light';
    line-height: normal;
    margin-bottom: 10px;
}
.education-group .bar-content{
    font-family:'Source Sans Bold';
    line-height:35px;
    margin-bottom:15px;
}
.education-group .col-lg-12:last-child .bar-content{
    margin-bottom:0px;
}
.right-image-with-content .right-image{
    position: absolute;
    right:0;
    bottom:0px;
    width:29%;
    z-index:2;
}
.bg-blue-fullwidth-content .subtitle p{
    font-size:26px;
    font-family:'Source Sans Bold';
    color:#232841;
    line-height: normal;
}
.bg-blue-fullwidth-content .full-width-content .content p strong{
    color:hsla(0, 63%, 35%, 1);
    font-family:'Source Sans SemiBold';
}
.bg-blue-fullwidth-content .full-width-content .content p{
    position: relative;
    padding-bottom:22px;
    margin-bottom:22px;
    color:#23060C;
    padding-left: 26px;
}
#testimonials-section .container{
    position: relative;
    z-index:2;
}
.bg-blue-fullwidth-content .full-width-content .content p:before {
    height: 63%;
    content: '';
    position: absolute;
    width: 2px;
    background-color: hsla(0, 63%, 35%, 0.8);
    left: 0px;
    top: 40%;
    transform: translateY(-50%);
}
.bg-blue-fullwidth-content .full-width-content .content p:after{
    width:100%;
    content:'';
    position: absolute;
    height:2px;
    background-color:hsla(0, 63%, 35%, 0.8);
    left:0px;
    bottom:0px;
}
.white-bg-full-width-content .top-content,.white-bg-full-width-content .bottom-contents p{
    color:#23060C;
    font-size:26px;
}
.images-grids-with-content.white-red-bg:after { 
width:23%;
}
.images-grids-with-content .right-content-main{
    right:170px;
}

.white-bg-full-width-content .bottom-contents p{
    font-size:26px;
    font-family:'Source Sans SemiBold';
}
.white-bg-full-width-content .top-content:after {
    left: 50%;
    height: 3px;
    width: 80%;
    bottom: 0px;
    position: absolute;
    content: '';
    background-color: var(--bs-darkred);
    left:50%;
    transform:translateX(-50%);
}
.practice-box a{
    display:block;
    overflow: hidden;
    border-radius: 6px;
}
.practice-box a img {
    transition: 0.8s all ease-in-out;
    position: relative;
    z-index: 2;
}
.practice-box a:hover img{
    transform:scale(1.05);
}
.featured-img img{
    height:660px;
    object-fit: cover;
    object-position: top;
}
.right-image-with-content .left-content .content p strong{
    color:hsla(0, 63%, 35%, 1);
    font-family: 'Source Sans Bold';
}
.left-image-with-content .right-image{
    position: absolute;
    left:0;
    top:100px;
    z-index:1;
}
.left-image-with-content .left-content {
    position: relative;
    padding: 50px;
    margin-top: 90px;
}
.left-image-with-content .right-image img{
    width:100%;
}
.left-image-with-content .right-image {
    width: 42.3%;
    z-index: 2;
}
.left-image-with-content .left-content{
    position: relative;
    z-index:2;
}
.red-bg-fullwidth-content .red-full-width-content:before {
    position: absolute;
    content: '';
    height: 8px;
    background-color: var(--bs-darkred);
    width: 600px;
    top: -4rem;
    left: 0;
}
.red-bg-fullwidth-content .red-full-width-content{
    background-image:url(../img/testimonial-heading-bg.webp);
    border-radius:6px;
    padding:30px;
    margin-top:4rem;
}
.red-bg-fullwidth-content .red-full-width-content ul li{
    position: relative;
    margin-left:30px;
    font-family:'Source Sans SemiBold';
}
.blue-img-bg-left-side-content .content p{
    color:#23060C;
}
.red-bg-fullwidth-content .red-full-width-content ul li:before{
    position: absolute;
    content:'';
    background-image:url(../img/listing-icon.svg);
    height:16px;
    width:10px;
    left:-18px;
    top:12px;
    background-repeat: no-repeat;
    background-size: contain;
}
.content-with-grid-layout .bg-black {
    align-items: center;
    display: flex;
    padding: 72px 51px;
} 
.content-with-grid-layout .content-with-grids p strong{
    font-family: 'Source Sans SemiBold';
}
.blue-img-bg-left-side-content .container{
    position: relative;
    z-index:2;
}
.content-with-grid-layout .bg-black p{
    font-size:22px;
    text-align: center;
    font-family:'Source Sans Bold';
    line-height:34px;
}
.grids-box img{
    width:100%;
    height:120px;
    object-fit: cover;
    object-position:center;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
     display:block;
}
.grids-box a{
    display:block;
    overflow: hidden;
}
.grids-box a:hover img{
   transform: scale(1.05); 
}
.grids-box .practice-title {
    position: relative;
    margin-top: -2px;
    background-color: var(--bs-darkred);
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    line-height: normal;
    font-family: 'Source Sans SemiBold';
    font-size: 16px;
}

.left-team-right-grids p {
    color: #232841;
    font-size: 22px;
}
.images-grids-with-content .content p strong{
    font-family: 'Source Sans Bold';
}
.blue-overlay:before {
    position: absolute;
    content: '';
    background-color: hsl(186deg 29.24% 88.19% / 70%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.team-grid,.contact-section-content{
    z-index:2;
    position: relative;
}
.blue-overlay .heading{
    position: relative;
    z-index: 2;
}
.parent-child-menu{
    background-color:#C5E6EB;
}
.parent-child-menu .widget-title{
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.parent-child-menu ul {
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.parent-child-menu ul li.current_page_item a,.parent-child-menu ul li a:hover{
    background-color:transparent;
    color:var(--bs-darkred);
}
.parent-child-menu ul li{
    margin-bottom:15px;
    width:31%;
}
.parent-child-menu ul li a{
    padding:16px;
    color:#fff;
    border:1px solid  var(--bs-darkred);
    background-color: var(--bs-darkred);
    width:100%;
    display:block;
    border-radius:8px;
    text-align: center;
    transition: 0.5s all ease-in-out;
}