/* Inner Banner CSS Start */
.breadcrumbs-block {
    padding: 10px 0;
}
.breadcrumbs-block #breadcrumbs span a{
    font-weight:600;
}
body:not(.home) {
    padding-top: 130px;
}
.inner-banner-section {
    z-index: 1;
    padding: 50px 0;
}
.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;
}
.inner-banner-section .inner-banner-info{
    height:380px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 10px;
}
.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;

}
.alignleft{
	float:left;
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 0px;
    position: relative;
    height: 100%;
    display: flex;
}
.inner-banner-info {
    width: 100%;
}
.inner-banner-section .inner-banner-title {
    line-height: normal;
    font-size: 48px;
    color: var(--bs-darkblue);
    font-weight: 600;
    margin: 0;
    text-align:center;
    font-family:'Lora';
    text-transform:capitalize;
}
.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 ul li .post-image {
    width:55%!important;
    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-radius:8px;
}
.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-radius:8px;
}
.title-and-date-wrap {
    z-index: 5;
    top: 10px;
    padding: 10px 15px;
    margin-bottom: 40px;
    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 {
    font-size: 18px;
    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;
    color:var(--bs-darkblue);
    font-size: 26px;
    line-height: 32px;
    font-family: 'Lora';
    transition: 0.5s all;
    font-weight:600;
}
.blog-full-post ul li .post-content{
    font-size:18px;
    line-height:30px;
    color:#4B5160;
}
.blog-full-post ul li .learn-more {
    font-weight: 600;
    line-height: 25px;
    color:var(--bs-lightgreen);
    margin-top:25px;
}
.blog-full-post ul li .learn-more svg{
    transition:0.5s all ease-in-out;
}
.blog-full-post ul li .learn-more:hover svg{
    transform:translateX(15px);
}
.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: 0px 16px 16px 0;
    border-radius: 8px;
}

.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: 2.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;
}
.alignright{
	float:right;
}
.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:30px;
}
.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:8px;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid var(--bs-blue);
}
.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: capitalize;
    color: #040B1C;
    font-family: 'Lora';
    font-weight: 600;
}
.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:var(--bs-darkblue)!important;
    font-size: 18px;
    line-height: 35px;
    text-transform: capitalize;
    transition: 0.5s all ease-in-out;
    border-bottom: 1px solid var(--bs-darkblue);
}
.sidebar .widget-menu ul li a br {
    display: none;
}
.team-section{
    background-color:#EEF2F0;
}
.team-member{
    cursor: pointer;
}
.team-member .member-title {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 25px;
    z-index: 6;
    font-family:'Lora';
    font-size:26px;
    font-weight:600;
}
.team-member:after{
    position: absolute;
    content:'';
    background-color:var(--bs-darkblue);
    width:100%;
    height:80%;
    left:0;
    bottom:0;
    z-index:1;
    border-radius:8px;
    transition: 0.5s all ease-in-out;
}
.phone-text a:hover{
    color:#fff!important;
}
.phone-text a{
    transition: 0.5s all ease-in-out;
}
/*.question-section{
    position: relative;
}*/

.team-member .image:before{
    left:0;
    position: absolute;
    content:'';
    z-index:6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.74%, rgba(0, 0, 0, 0.5) 78.14%);
    width:100%;
    height:100%;
    border-radius: 8px;
    bottom:0px;
}
.team-member a {
       display: block;
    height: 100%;
    width: 100%;
    position: relative;

}
.team-member:hover::after{
    background-color:var(--bs-lightgreen);
}
.team-member .image{
    position:relative;
    z-index:5;
    border-radius:8px;
}
.team-member .image img{
    border-radius:8px;
}
.hire-section{
    background-image:url(../img/bg-image.jpg);
}
.sidebar .widget li a:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/navigation.svg);
    content: "";
    position: absolute;
    right: 12px;
    top: 18px;
    height: 16px;
    width: 20px;
    background-size: 21px;
    transform: rotate(180deg);
}
.hire-section .inner-container{
    background-color:var(--bs-lightgreen);
    padding:60px 65px;
    border-radius: 27px;
}
.hire-section .row{
    margin-bottom:70px;
}
.location-section {
    background-color: #1D2F3B;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/new-location-bg.webp);
    position: relative;
}
.location-section:after{
    position: absolute;
    content:'';
    /* background-color:#2c5463e3;
    width:100%;
    height:100%;
    top:0;
    left:0; */
}

.footer-map-wrapper svg {
    width: 100%;
}
.footer-map-wrapper img {
    width: 100%;
}
.footer-map-wrapper {
    text-align: center;
    max-width: 1032px;
    margin: 0 auto;
}

.location-section .container{
    z-index: 2;
    position: relative;
}
.question-section .form-box{
    background-color:#fff;
    border-radius: 27px;
    padding:70px !important;
}
/* .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: var(--bs-lightgreen)!important;
    border-bottom: 1px solid var(--bs-lightgreen);

}
.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/pagination-nex-icon.svg);
    transform: rotate(0deg);
}
.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-lightgreen);
}
.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: 24px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background:var(--bs-darkblue);
    border-radius:10px;
    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: 21px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 30px;
    color:var(--bs-grey);
    box-shadow: none;
}
.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:var(--bs-grey);
}
.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: 20px;
    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;
    margin-top: 15px!important;
    position: static;
}
.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;
}
/* 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;
    padding:25px;
    border-radius:8px;
    background-color:#E8EFF4;
}
.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging-new .page-numbers {
    border-bottom: 1px solid #E8EFF4;
    font-size: 18px;
    line-height: 0px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--bs-grey);
    height: 39px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}
.paging-new .page-numbers, .paging-new .page-numbers.current {
    margin: 0 10px;
}
.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-nex-icon.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-nex-icon.svg);
    background-position:30px center;
    background-repeat:no-repeat;
    transition:0.5s background-color;
}
.paging-new .page-numbers:hover {
    color: var(--bs-darkblue);
}
.paging-new .prev.page-numbers:hover:after {
    color: var(--bs-darkblue);
}
.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-nex-icon.svg)!important;
   transform:rotateY(180deg);
    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-nex-icon.svg)!important;  
    background-position: 34px center;
      transform:rotateY(0deg)!important;
}
.paging-new .pagination {
    justify-content: center;
}
.fullwidth .paging-new .prev.page-numbers{
    left:25px;
    width: 40px;
    height: 12px;
    background-color:transparent;
    background-image:url(../img/navigation.svg);
    background-position: center;
    background-size: 26px;
    border: none;
   
}
.fullwidth .paging-new .next.page-numbers {
    background-position: center;
    right: 25px;
    width: 40px;
    height: 12px;
    background-color: transparent;
    background-image: url(../img/navigation.svg);
    background-size: 26px;
    border: none;
     transform: rotate(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: var(--bs-grey);
    font-size: 18px;
    opacity: 1;
}
.search-form ::-moz-placeholder {
    color: var(--bs-grey);
    font-size: 18px;
    opacity: 1;
}
.search-form :-ms-input-placeholder, .mobile-search-bar-box .search-input-box :-ms-input-placeholder {
    color: var(--bs-grey);
    font-size: 18px;
    opacity: 1;
    ;
}
.search-form :-moz-placeholder, .mobile-search-bar-box .search-input-box :-moz-placeholder {
    color: var(--bs-grey);
    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: var(--bs-grey);
    font-size: 18px;
    height: 56px;
    display: inline-block;
    width: 70%;
    float: left;
    margin: 0;
    border-radius: 10px;
    padding-right: 65px;
    padding-left: 21px;
    line-height: 30px;
    background: #E8EFF4;
    border: none;
    margin-right: 12px;
}
.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;
    letter-spacing: 1px;
}
.sidebar .searchitem .search-submit {
    width: 25%;
    height: 56px;
    padding: 10px;
    cursor: pointer;
    right: 0px;
    background-color: var(--bs-darkblue);
    border-radius: 10px;
    color: #fff;
    transition: 1s all;
    border:none;
}
.sidebar .searchitem .search-submit:hover{
    transition:0.5s all;
}
.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: var(--bs-grey);
    font-size:18px;

}
.sidebar .searchitem .search-field::-moz-placeholder { /* Firefox 19+ */
    color: var(--bs-grey);
    font-size:18px;
}
.sidebar .searchitem .search-field:-ms-input-placeholder { /* IE 10+ */
    color: var(--bs-grey);
    font-size:18px;
}
.sidebar .searchitem .search-field:-moz-placeholder { /* Firefox 18- */
    color: var(--bs-grey);
    font-size:18px;
}
.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: 30px;
}

.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;
}
.location-box span{
    display:block;
    color:#fff;
    text-transform: capitalize;
    font-size:22px;
    line-height:40px;
}
.location-box a span{
    color:#fff!important;
}
.location-box span.cname{
    color:var(--bs-lightgreen);
    font-weight: 600;
}
.single-post-content ul li:after {
    position: absolute;
    left: -33px;
    top: 5px;
    content: "";
    width: 26px;
    height: 22px;
    background-image: url(../img/lutz-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.map-box .map iframe{
    width:100%;
    border-radius: 8px;
    height:390px;
}
.map-box .map{
    line-height: 0;
}
.map-box .btn{
    width:100%;
}
.map-box {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    padding: 20px;
    background-color: #F8F8F8;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    height: 100%;
    line-height: normal;
}
.location-with-map .row .col-lg-4:nth-child(odd) .map-box .btn{
    background-color:var(--bs-darkblue);
    border:1px solid var(--bs-darkblue);
}
.location-with-map .row .col-lg-4:nth-child(odd) .map-box .btn:hover{
    color:var(--bs-darkblue);
    background-color:transparent;
}
.location-with-map .row .col-lg-4:nth-child(even) .map-box{
    display: flex;
    flex-direction:column-reverse;
    justify-content: space-between;
}
.location-with-map .row .col-lg-4:nth-child(even) .map-box .btn{
    margin-top: 0px;
    margin-bottom: 12px;
}
.map-box .btn{
    border-radius: 8px;
    margin-top: 12px;
    padding: 22px 88px;
}
#testimonials .testimonial-item{
    background-color:#E8EFF4;
    border-right: 10px solid var(--bs-darkblue);
    padding:40px;
    position: relative;
    transition: 0.6s all ease-in-out;
}
#testimonials .testimonial-item:hover{
    background-color:var(--bs-darkblue);
    border-right:10px solid #E8EFF4;
}
#testimonials .testimonial-item:hover .client-name{
    color:#fff;
}
#testimonials .testimonial-item:hover .testimonial-content p{
    color:#fff;
}
#testimonials .testimonial-item:hover svg path{
    fill:#fff;
}
#testimonials .testimonial-item svg{
    position: absolute;
    right: 40px;
    top: 40px;
}
.client-name{
    font-size:26px;
    font-weight: 700;
    color:var(--bs-darkblue);
}
.team-details p strong{
    font-size: 26px;
    color: var(--bs-lightgreen);
    font-family: 'Lora';
}
#team-detail-section .featured-img {
    width:30%;
    margin: 0 80px 15px 0px;
    float: left;
    border-radius: 10px;
}
#team-detail-section .featured-img:after{
    border-radius: 10px;
}
#team-detail-section .featured-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.featured-img .member-name {
    padding: 12px 30px;
    width: 65%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    background-color: var(--bs-lightgreen);
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
}
#education-section{
    background-color:#EEF2F0;
}
/*.contact-btn .btn{
    width:100%;
}*/
.list-style ul{
    margin:20px 0px;
}
.list-style ul li{
    position:relative;
    margin-left:40px;
    margin-bottom: 16px;
}
.list-style ul li:after{
    position: absolute;
    left: -34px;
    top: 5px;
    content: "";
    width: 28px;
    height: 24px;
    background-image:url(../img/lutz-logo.svg);
    background-size: contain;
}
.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;
}
.published-date{
    margin-top:20px;
    padding:17px 25px;
    background-color:#F6F6F6;
    border-radius:50px;
}
.bloglist{
    background-image:url(../img/blog-bg.jpg);
}
.member-name a:hover{
    font-weight:700;
}
#testimonials{
    background-image:url(../img/testimonials.jpg);
}
.content-testimonials .content p{
    color:#23060C;
}
.contact-section-content p {
    color: #232841;
    font-family: 'Source Sans Bold';
    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;
}
#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;
}

.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;
    width:100%;
}
.blog-title{
    color:var(--bs-darkblue);
    margin-bottom: 25px;
    font-size:64px;
    font-weight:600;
    font-family:'Lora';
}
.opportunities-section{
    background-image:url(../img/opp-img.jpg);
    background-size:cover;
}
.full-width-content{
    background-color:#EEF2F0;
}
.full-width-content ul,.full-width-content ol{
    column-count: 2
}
.choose-section{
    background-color:var(--bs-darkblue);
}
.choose-section .nav-tabs {
    border-bottom: none;
    flex-direction: column;
}
.choose-section .nav-tabs li {
    width: 100%;
    margin-bottom: 20px;
}
.choose-section .nav-tabs li button{
    width:100%;
    border-radius: 8px;
    font-size: 26px;
    font-family:'Lora';
    font-weight:600;
    padding:15px;
    color:var(--bs-darkblue)!important;
    background-color:#fff;
}
.choose-section .nav-tabs li button.active{
    background-color:var(--bs-lightgreen);
    border:1px solid var(--bs-lightgreen);
    cursor: pointer;
    color:#fff!important;
}
.choose-section .nav-tabs li button.active svg path{
    fill:#fff;
}
.choose-section .tab-contents{
    margin: 0px 30px;
    bottom: 30px;
}
.choose-section .tab-contents .title-main{
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    font-family: 'Lora';
}
.choose-section .tab-contents .content p{
    color:#fff;
    font-size: 20px;
}
.choose-section .image img{
    border-radius: 8px;
}
.choose-section .image:after{
    position: absolute;
    height:100%;
    width:100%;
    background: #0A0A0AB2;
    content:'';
    left: 0px;
    border-radius: 7px;
}
.choose-section .image{
    border-radius: 8px;
}
.contact-section-contact{
    position: relative;
    background-image:none!important;
}
.contact-section-contact .form-box{
    box-shadow: 0px 0px 120px 0px #1F4E6033;
}
.contact-section-contact .form-left-content .title{
    font-size: 48px;
    line-height:54px;
}
.contact-section-contact:after{
    background-color:var(--bs-darkblue);
    top:0;
    content:'';
    position: absolute;
    height:67%;
    width:100%;
    left:0;
}
.career-testimonials{
    background-color:var(--bs-lightgreen);
}
.wpcf7-radio .wpcf7-list-item{
    margin-right:10px;
}
.wpcf7-radio .wpcf7-list-item-label {
    margin-left: 5px;
    display: inline-block!important;
    opacity: 1!important;
}
.testimonial-career-box{
    background-color: #fff;
    padding:97px 25px 25px 25px;
    border-radius:8px;
}
.testimonials-boxes{
    font-size: 26px;
    font-family: 'Lora';
    color: var(--bs-darkblue);
    font-weight: 600;
}
.testimonial-career-box .client-img {
    top:-45px;
    position: absolute;
    height: 132px;
    width: 132px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    background-color: #2D5564;
}
.testimonial-career-box:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #FFFFFF66;
    transform: rotate(-3.86deg);
    top: 0px;
    z-index: -1;
    left: -16px;
    border-radius: 8px;
}
.testimonial-career-box{
    z-index: 3;
}
.career-testimonials .row.gx-lg-5{
    --bs-gutter-x:6rem;
}
.hire-section .content p a{
	color:#fff!important;
	text-decoration:underline
}
.postid-331 #team-detail-section{
	padding-bottom:0px;
}
.single-post-content .default-image{
	text-align:center;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 0px; 
    z-index: 10;
}

.slick-prev.slick-arrow {
    left: 0px;  
}

.slick-prev.slick-arrow::before {
    content: "←";
    font-size: 50px;
      color: #fff;
}

.slick-next.slick-arrow {
    right: 20px; 
}

.slick-next.slick-arrow::before {
    content: "→";
    font-size: 50px;
    color: #fff;
}
.counter-box-listing.text-center.text-white {
    background: white;
	border-radius:10px
}
.counter-box-listing .content-listing{
   color:#232534;
	font-size:21px
}
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}

.service-box {
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border: 1px solid #fff;
    line-height: 100%;
    background-color: #2d5564;
}

.services-wrapper .service-box img {
	    width: 25px;
}

.page404 .form-select-404 {
    position: relative;
}

.page404 .form-select-404::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 33px;
    background-image: url('../img/select-icon.svg');
    width: 13px;
    height: 13px;
    background-size: 13px;
    background-repeat: no-repeat;
}

.opportunities-section .content {
    color: #000;
}