:root {
    --body-color: #777777;
    --heading-color: #051F38;
    --black: #000000;
    --yellow: #FF0;
    --nblue: #004A8D;
    --red: #831518;
    --dark-blue: #051F38;
    --hover-color: #d63438;
    --white: #ffffff;
    --grey: #5D5D5D;
    --body-size: 16px;
    --heading-size: 50px;
    --h1: 50px;
    --h2: 50px;
    --h3: 40px;
    --h4: 35px;
    --h5: 30px;
    --h6: 25px;
}

section.sticky {
    background-color: #004a8d !important;
}

.google-icon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.menu_detail .navbar .nav-item .nav-link {
    font-size: 16px;
}

.header-search-box {
    position: fixed;
    background-color: #004A8D;
    width: 100%;
    transition: transform .5s ease, opacity .5s ease;
    opacity: 0;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    z-index: 999999
}

.header-search-box span.closebtn {
    cursor: pointer;
    top: 10px;
    transform: none;
    position: absolute;
    right: 10px;
    width: 32px;
    height: 32px
}

.header-search-box span.closebtn:before,
.header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background-color: #fff;
}

.header-search-box span.closebtn:before {
    transform: rotate(45deg) translate(9px, -7px)
}

.header-search-box span.closebtn:after {
    transform: rotate(-45deg) translate(7px, 9px)
}

.header-search-box span.closebtn:hover:before,
.header-search-box span.closebtn:hover:after {
    background-color: #fff;
}

.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%
}

.header-search-box input.search {
    height: 45px;
    color: #fff;
    padding: 10px 45px 10px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    background: none;
    outline: none;
    line-height: normal
}

.header-search-box ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.header-search-box :-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.header-search-box ::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.header-search-box :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#site-searchs {
    top: 0;
    position: absolute;
    right: 0;
    height: 45px;
    border: none;
    width: 45px;
    cursor: pointer;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#site-searchs svg,
#site-searchs img {
    width: 16px;
    height: 16px;
    stroke: #fff;
}

#site-searchs svg path {
    stroke: #fff;
}

.header-search-box .msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 10px;
    right: 45px;
    margin: 0;
    background-color: #c20000;
    padding: 2px 5px 0;
    height: 20px;
    line-height: 17px;
    bottom: 1px;
    font-weight: 400;
}

#site-searchs:hover {
    opacity: .8
}

.menu-section {
    padding: 15px 0 !important;
}

.wpcf7-form-control-wrap:after {
    display: none;
}

.space-pd {
    padding: 110px 0;
}

.space-mr {
    margin: 110px 0;
}

.space-mt {
    margin-top: 110px;
}

.space-mb {
    margin-bottom: 110px;
}

.space-pt {
    padding-top: 110px;
}

.space-pb {
    padding-bottom: 110px;
}

.button {
    background-color: #004A8D;
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: bold;
    color: white;
    padding: 14px 33px;
    line-height: 100%;
    border: 1px solid #004A8D;
    transition: all 0.8s ease;
    display: inline-flex;
    justify-content: center;
    text-transform: capitalize;
    align-items: center;
    grid-column-gap: 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px #8890C233;
    /* margin-top: 35px; */
}

.page-template-new-home .heading {
    color: #004A8D;
    font-weight: 700;
    font-size: 54px;
    font-family: 'Inter Tight';
    line-height: 69px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.page-template-new-home p {
    font-family: 'Inter Tight';
    line-height: 34px;
    font-weight: 400;
    color: #798086;
}

/* ==========================New Home Page Banner Style================================ */
.home-page-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.home-page-banner {
    margin-top: 0rem;
}

.home-page-banner .inner-banner {
    position: relative;
    height: 100%;
    background-size: cover;

}

.new_banner_hd {
    font-size: 78px;
    font-family: 'Inter Tight';
    line-height: 88px;
}

body .img-video-sc {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    top: 0;
    left: 0;
}

.img-video-sc img,
.img-video-sc video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.home-page-banner {
    overflow: hidden;
}

.homepage-outer-wp:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 60%;
    /*background: linear-gradient(180deg, rgba(0, 75, 141, 0.9) 14.5%, rgba(0, 75, 141, 0) 100%);*/
    left: 0px;
    top: 0;
    z-index: 4;
    background: linear-gradient(90deg, #08273F 0%, rgba(8, 39, 63, 0) 100%);
    mix-blend-mode: multiply;

}

.inner-sec {
    position: relative;
    z-index: 6;
    text-align: left;
}

.banner-hd {
    font-size: 78px;
    color: #fff;
    font-weight: 700;
    font-family: 'Inter Tight';
    line-height: 88px;
}

/* .inner-sec {
    width: 59%;
} */
.new_banner_form {
    border: 1.5px solid;
    background: #FFFFFF33;
    padding: 26px;
    z-index: 1;
    position: relative;
    border: 1.5px solid #ffffff54;
    backdrop-filter: blur(6px);
    border-radius: 30px 0 30px 0;
    top: 0;
}

.new_banner_form .from-control,
.footer_form .from-control {
    border-radius: 10px;
    padding: 17px 24px;
    height: 54px;
    font-size: 16px;
    margin: 0;
    background-color: white;
    border: 1px solid white;
    color: #333333;
    font-weight: 400;
    width: 100%;
}

.footer_form {
    background-color: #004A8D;
    padding: 30px;
    border-radius: 0 32px 0 32px;
}

.form_section img {
    border-radius: 0 30px 0 30px;
    height: auto;
}

.new_banner_form .form-group p {
    margin-bottom: 0;
}

.new_banner_form input.wpcf7-form-control.wpcf7-submit.has-spinner.submit.button {
    width: 100%;
}

.footer_form textarea#contact-words {
    height: 100px;
}

.footer_form .placeholder {
    color: #F2F2F280 !important;
}

.footer_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #F2F2F280 !important;
}

.footer_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #F2F2F280 !important;
}

.footer_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #F2F2F280 !important;
}

.footer_form :-moz-placeholder {
    /* Firefox 18- */
    color: #F2F2F280 !important;
}

.footer_form .quiz_row label {
    display: flex;
    grid-column-gap: 20px;
    align-items: center;
    color: #FFFFFFB2;

}

.footer_form .from-control {
    background-color: transparent;
    border: 1px solid #F2F2F280;
    color: #fff;
}

.footer_form p {
    position: relative;
    margin-bottom: 0;
}

.footer_form .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.footer_form label.checkbox-inline.checkbox-agree br {
    display: none;
}

h3.form_heading {
    font-size: 32px;
    font-weight: 600;
}

.footer_form span.wpcf7-list-item-label {
    color: #FFFFFFB2;
    font-size: 13px;
    font-family: 'Inter Tight';
    line-height: 20px;
}

.wpcf7-quiz {
    max-width: 70px;
    border-radius: 0;
}

.new_banner_form_heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: 'Inter Tight';
}

.award-logos {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 16.73px 40.62px 0px #00000014;
    border-radius: 22px 0 22px 0;
    padding: 30px;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 30px;
    background: #fff;
}

.row.award_row {
    margin-top: -50px;
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
}

.fs_img_one img,
.fs_img_two img {
    background-color: var(--nblue);
    display: block;
    border-radius: 0 60px 0 60px;
    object-fit: contain;
    object-position: bottom;
    height: auto;
}

.expect-image a.html5lightbox {
    position: relative;
    display: inline-block;
}

.expect-image a.html5lightbox .video-play-icon {
    bottom: 38%;
    right: 0;
    display: flex;
    left: 44%;
    position: absolute;
}

.expect-image a.html5lightbox img {
    display: block;
    width: 100%;
    height: auto;
}

.expect-image a.html5lightbox .video-play-icon img {
    height: 100px;
    width: 100px;
    transition: all .5s ease;
}

.expect-image a.html5lightbox:hover .video-play-icon img {
    transform: scale(1.05);
}

.red_border:hover {
    border: 1px solid var(--black);
    color: #fff;
    background: var(--black);
}

.video_section {
    background-color: #004A8D;
}

.video_section {
    background-color: #004A8D;
}

.first_content {
    border: 1px solid #A9CBEA66;
    border-radius: 24px 0 24px 0;
    padding: 10px 20px;
}

.first_content p {
    margin-bottom: 0;
    color: #C1D5E6;
}

.second_content {
    background-color: white;
    border-radius: 0 24px;
    padding: 10px 20px;
    margin-top: 20px;
}

.second_content p {
    margin-bottom: 0;
    color: #004A8D;
}

.post-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.submit-btn p {
    position: relative;
}

.submit-btn .btn {
    background: #fff;
    box-shadow: 0px 2px 4px 0px #8890C233;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #004A8D;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    letter-spacing: 1px;
}

.submit-btn .btn svg,
.submit-btn .btn img {
    width: 26px;
    height: 26px;
}

/* ==========================Practice Area New Style================================ */

.practice_area_section_new .pa_slide_wrap {
    display: flex;
}

.practice_area_section_new .area_content_wrap {
    transition: all 0.3s ease;
    flex-shrink: 6;
}

.practice_area_section_new .area_content_wrap:hover {
    flex-shrink: 1;
}

.practice_area_section_new .title-button-wrap {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid #F2F2F2;
    color: #004A8D;
    font-size: 20px;
    font-weight: 500;
    align-items: center;
}

.practice_area_section_new .area_image img {
    height: 30rem;
    object-fit: cover;
}

.practice_area_section_new .area_content_wrap:hover .title-button-wrap {
    background: #004a8d;
    color: #fff;
    border: 1px solid #004a8d;
}

.practice_area_section_new .area_content_wrap:hover .button_arrow {
    display: none;
}

.bio.top_content p {
    color: white;
}

.button_arrow_hover,
.button_arrow {
    transition: all 0.3s ease;
    width: 24px;
}

.practice_area_section_new .button_arrow_hover {
    display: none;
}

.practice_area_section_new .area_content_wrap:hover .button_arrow_hover {
    display: block;
}

.practice_area_section_new .pa_title {
    line-height: 2;
}

.practice_area_section_new .area_image:after {
    content: '';
    background: #00000054;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.practice_area_section_new .area_content_wrap:hover .area_image:after {
    background: transparent;
    z-index: 0;
}

.practice_area_section_new .area_image {
    position: relative;
}

.practice_area_section_new .pa_slide_wrap:not(:hover) .area_content_wrap:first-child {
    flex-shrink: 1;
    border: 1px solid #004a8d;
}

.practice_area_section_new .pa_slide_wrap:not(:hover) .area_content_wrap:first-child .title-button-wrap {
    background: #004a8d;
    color: #fff;
    border: 1px solid #004a8d;
}

.practice_area_section_new .pa_slide_wrap:not(:hover) .area_content_wrap:first-child .button_arrow {
    display: none;
}

.practice_area_section_new .pa_slide_wrap:not(:hover) .area_content_wrap:first-child .button_arrow_hover {
    display: block;
}

.practice_area_section_new .pa_slide_wrap:not(:hover) .area_content_wrap:first-child .area_image:after {
    background: transparent;
    z-index: 0;
    border: 1px solid #004a8d;
}

.practice_area_section_new .title-button-wrap .pa_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -------------------------------------- */

/* prevent accidental horizontal overflow from this section */
.team-showcase-section {
    overflow-x: hidden;

}

.team-detail-slider {
    background-color: #004a8d;
}
.team-showcase-section .slick-prev:before, .team-showcase-section .slick-next:before {
    font-size: 30px;
    color: #faa533;
    font-weight: 800;
}
a.button.read_more_button {
    border: 1px solid white;
}

a.button.read_more_button:hover {
    background-color: white;
    color: #004a8d;
}
a.button.white_button {
    background-color: white;
    color: #004A8D;
    border: 1px solid white;
}

a.button.white_button:hover {
    background-color: transparent;
    color: white;
}

.item_button_wrap {
    display: flex;
    grid-column-gap: 13px;
}
/* ensure slick slides respect box-sizing and don't overflow due to padding */
.team-detail-slider .slick-slide {
    box-sizing: border-box;
}

.team-thumb-slider {
    margin-top: -65px;
    z-index: 11;
}

/* remove negative .row margins inside slider slides */
.team-detail-slider .row {
    margin-left: 0;
    margin-right: 0;
}

/* if you must keep row gutters, restore column padding instead */
.team-detail-slider .col-lg-6,
.team-detail-slider .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}

/* make sure images never overflow */
.team-detail-slider img,
.team-thumb-slider img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ensure slick's list is clipped (should already be, but safe) */
.team-detail-slider .slick-list,
.team-thumb-slider .slick-list {
    overflow: hidden;
}

.img_l img {
    display: block;
}

.team-detail-content .team-designation {
    font-size: 24px;
    color: #37383B;
    text-transform: capitalize;
}

.team-thumb-slider .slick-arrow {
    top: 0 !important;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    border: none;
    background-color: transparent;
}

button.slick-next.slick-arrow {
    right: 0;
    left: unset;
}


.team-thumb-slider .slick-slide.slick-current.slick-active img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.team-thumb-slider .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-thumb-slider .slick-slide.slick-current.slick-active .img-wrap {
    border: 3px solid #004A8D;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #fff;
}
.team-thumb-slider .slick-slide .img-wrap {
    border: 3px solid white;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: #fff;
}
.team-thumb img {
    height: 135px;
    width: 135px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}
/* Add spacing between thumbnail slides */
.team-thumb-slider .slick-slide {
    margin: 0 8px;
}

/* Compensate for the outer slide padding so alignment stays perfect */
.team-thumb-slider .slick-list {
    margin: 0 -8px;
}



.team-thumb-slider .slick-arrow {
    top: 0 !important;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    border: none;
    background-color: transparent;
}

button.slick-next.slick-arrow {
    right: 0;
    left: unset;
}


.team-thumb-slider .slick-list.draggable {
    width: 87%;
    margin: 0 auto;
}

.team-thumb-slider .slick-slide.slick-current.slick-active img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

/* .team-thumb-slider .slick-slide.slick-current.slick-active .img-wrap {
    border: 3px solid var(--orange);
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: #fff;
} */

.team-detail-slider img {
    max-height: 550px;
    object-fit: cover;
    object-position: top;
    height: 550px;
    width: 100%;
}

/* ---------------------------------------------- */
@media screen and (max-width: 1440px) {
    .practice_area_section_new .area_content_wrap {
        flex-shrink: 3;
    }
}

@media screen and (max-width: 1200px) {
    .practice_area_section_new .area_content_wrap {
        flex-shrink: 1.5;
    }
}

@media screen and (max-width: 991px) {
    .practice_area_section_new .pa_slide_wrap {
        display: block;
    }

    .practice_area_section_new .area_content_wrap {
        flex-shrink: 1 !important;
    }

    .practice_area_section_new .area_image img {
        height: 20rem;
    }
}

/* ==========================Practice Area New Style End================================ */

/* ==========================Blog Section New Style================================ */
/* .bp_wrap {
    gap: 1rem;
    flex-wrap: nowrap;
} */
.blog-post {
    height: 100%;
}

.bp_wrap .blog-post {
    border: 1px solid #004A8D;
    border-radius: 30px 0 0 0;
    padding: 0;
    position: relative;
    background: #fff;
}

.bp_wrap .blog_c {
    padding: 24px 20px;
}

.bp_wrap .post-meta span {
    border: 1px solid #F2F2F2;
    border-radius: 5px 12px;
    padding: 8px 12px;
    overflow: hidden;
    color: #004a8d;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
}

.bp_wrap .blog_t {
    margin-top: 15px;
}

.bp_wrap .blog_t a {
    color: #212529;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}

.bp_wrap span.blog_t_link {
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 9;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.bp_wrap .post-thumbnail {
    border-radius: 30px 0 0 0;
    overflow: hidden;
}

.bp_wrap span.blog_t_link img {
    width: 32px;
    height: 32px;
}

.centered {
    display: flex;
    justify-content: center;
    text-align: center;
}

.blog-post:hover {
    background: #004a8d;
    border-color: #004a8d;
}

.blog-post:hover .blog_t a {
    color: #fff;
}

.blog-post:hover .post-meta span {
    border: 1px solid #fff;
    color: #fff;
}

.blog-post:hover .post-meta span {
    border-color: #ffffff66;
}

.building_row {
    position: relative;
    padding: 0 10px 0px 10px;
}

.building_row:before {
    content: '';
    position: absolute;
    height: 74%;
    width: 100%;
    background-color: #F2F2F2;
    bottom: 0;
    left: 0;
    border-radius: 0 30px 0 30px;
}

.menu_row ul#menu-footer-menu li {
    width: unset;
}

.menu_row ul#menu-footer-menu {
    justify-content: center;
    grid-column-gap: 50px;
    margin: 20px 0 20px 0;
}

.menu_row .footer ul li a {
    font-family: 'Inter Tight';
    font-size: 24px;
}

.menu_col {
    border-top: 2px solid #FFFFFF99;
    border-bottom: 2px solid #FFFFFF99;
}

span.undericon {
    position: relative;
    display: inline-block;
}

span.undericon:before {
    content: '';
    position: absolute;
    height: 44px;
    width: 160px;
    background-image: url(../img/icon-orange.svg) !important;
    background-position: 0 center;
    background-repeat: no-repeat;
    bottom: -25px;
    left: 0;
    background-size: contain;
}

span.undericon-blue:before {
    background-image: url(../img/icon-blue.svg) !important;
}

.footer_address_outer_wrap {
    display: flex;
    grid-column-gap: 15px;
}

.lcoations_heading {
    font-size: 28px;
    font-family: 'Inter Tight';
    font-weight: 600;
    margin-bottom: 20px;
}

.si_heading {
    font-size: 18px;
}

.row.menu_row {
    margin: 40px 0;
}

.footer_address_outer_wrap .add_detail span,
.footer_address_outer_wrap .add_detail p {
    color: #FFFFFFCC;
    font-size: 20px;
}

a.get_direction {
    font-size: 22px;
    text-decoration: underline;
    font-weight: 700;
}

.phone-col {
    display: flex;
    justify-content: center;
}

.footer_address_outer_wrap .footer-address-detail {
    border: 1px solid #FFFFFF99;
    padding: 13px;
    border-radius: 0 12px 0 12px;
}

.p a {
    font-size: 22px;
    font-family: 'Inter Tight';
    font-weight: 600;
}

.p_h {
    font-size: 18px;
    margin-bottom: 10px;
}

.phone_wra {
    display: flex;
    flex-direction: column;
    grid-row-gap: 25px;
}

a.consultation_phone {
    background-color: white;
    color: #08508E;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0 16px 0 16px;
}

.consultation_phone_wrap {
    border: 1px solid var(--white, #FFFFFF);
    display: inline-block;
    padding: 10px 30px 15px 30px;
    border-radius: 0 26px;
}

.consultation_phone_col {
    display: flex;
    justify-content: flex-end;
}

.copyright_portion p {
    color: white;
    font-size: 16px;
    margin-top: 20px;
}

section.footer-section.space-pt {
    padding-bottom: 40px !important;
}

.p svg {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.footer_form input.wpcf7-form-control.wpcf7-submit.has-spinner.submit.button {
    width: 100%;
    background-color: white;
    color: #004A8D;
    height: 58px;
}

a.get_direction svg {
    margin-left: 12px;
}

.banner-hd.new_banner_hd {
    margin-bottom: 40px;
}


.heading-line {
    position: relative;
}

.heading-line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.6);
    right: 0;
    height: 2px;
}

.heading-line>span {
    background: #004A8D;
    position: relative;
    padding-right: 15px;
}

.new_banner_form .submit_button p {
    position: relative;
}

.new_banner_form .submit_button .wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.google-icon-wrap {
    flex-wrap: wrap !important;
}
button.slick-next.slick-arrow {
    right: 20px;
    left: unset;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.header-logo-col img {
    max-width: 200px;
}

.menu-section .container {
    max-width: calc(100% - 60px) !important;
}

.menu_detail .navbar .nav-item:last-child .nav-link {
    padding-right: 0 !important;
}

.menu-inner-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.phone_number {
    float: none !important;
}
.team-thumb-slider .slick-arrow {
    left: 20px;
}
/* .team-thumb-slider .slick-slide .img-wrap {
    border: 3px solid white;
} */
.team-thumb-slider button.slick-next.slick-arrow {
    right: 20px;
}
.search-icon {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 15px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px #8890C233;
}

.search-icon svg,
.search-icon img {
    width: 18px;
    height: 18px;
}

.center-video .html5lightbox {
    display: block;
}

.phno-cta {
    background: #004A8D;
    color: #fff;
    padding: 13px 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px
}

.mobile-ph-icon {
    display: none;
}

.phno-cta svg,
.phno-cta img {
    width: 25px;
    height: 25px;
}

.phno-cta:hover {
    background: #FAA533;
    color: #fff;
}

.phno-cta:hover svg path {
    fill: #FAA533;
}

@media screen and (max-width: 768px) {
    .bp_wrap {
        flex-wrap: wrap;
    }
}

/* ==========================Blog Section New Style End================================ */
@media (min-width: 1300px) {

    .home .container,
    .home .container-lg,
    .home .container-md,
    .home .container-sm,
    .home .container-xl,
    .home .container-xxl {
        max-width: 1275px;
    }
}

@media (min-width: 1400px) {

    .home .container,
    .home .container-lg,
    .home .container-md,
    .home .container-sm,
    .home .container-xl,
    .home .container-xxl {
        max-width: 1375px;
    }
}

@media (min-width: 1680px) {
    body {
        font-size: 18px;
    }

    .home .container,
    .home .container-lg,
    .home .container-md,
    .home .container-sm,
    .home .container-xl,
    .home .container-xxl {
        max-width: 1400px;
    }
}

@media (max-width:1680px) {
    .building_row:before {
        height: 55%;
    }
    .team-thumb-slider .slick-slide.slick-current.slick-active .img-wrap, .team-thumb-slider .slick-slide .img-wrap, .team-thumb img  {
         width: 120px !important;
        height: 120px !important;
}

}

@media (max-width:1440px) {
    .header-logo-col img {
        max-width: 150px;
    }

    .phno-cta {
        padding: 10px 15px;
        font-size: 13px;
    }

    .search-icon {
        width: 35px;
        height: 35px;
        border-radius: 8px;
        margin: 0 10px;
    }

    .search-icon svg,
    .search-icon img {
        width: 15px;
        height: 15px;
    }

    .phno-cta svg,
    .phno-cta img {
        width: 20px;
        height: 20px;
    }

    .menu_detail .navbar .nav-item .nav-link {
        font-size: 13px;
    }

    .menu-section .container {
        max-width: calc(100% - 30px) !important;
    }

    .page-template-new-home .heading {
        font-size: 45px;
        line-height: 50px;
    }

    .space-pd {
        padding: 60px 0;
    }

    .space-mr {
        margin: 60px 0;
    }

    .space-mt {
        margin-top: 60px;
    }

    .space-mb {
        margin-bottom: 60px;
    }

    .space-pt {
        padding-top: 60px;
    }

    .space-pb {
        padding-bottom: 60px;
    }

    .banner-hd {
        font-size: 60px;
        line-height: 70px;
    }

    .new_banner_form .from-control,
    .footer_form .from-control {
        padding: 10px 10px;
        height: auto;
        line-height: normal;
    }
        .team-thumb-slider .slick-slide.slick-current.slick-active .img-wrap, .team-thumb-slider .slick-slide .img-wrap, .team-thumb img {
        width: 100px !important;
        height: 100px !important;
    }
}

@media (max-width:1300px) {

    .home .container,
    .home .container-lg,
    .home .container-md,
    .home .container-sm,
    .home .container-xl {
        max-width: calc(100% - 30px);
    }

    a.get_direction {
        font-size: 16px;
    }

    .footer_address_outer_wrap .add_detail span,
    .footer_address_outer_wrap .add_detail p {
        font-size: 16px;
    }

    .p a {
        font-size: 16px;
    }

    .p svg {
        height: 17px;
        width: 17px;
        margin-right: 3px;
    }

    .menu_row .footer ul li a {
        font-size: 18px;
    }

    a.consultation_phone {
        font-size: 17px;
    }
}

@media (max-width:1300px) {
    .award-logos {
        justify-content: center;
    }

    .practice_area_section_new .title-button-wrap .pa_title {
        white-space: normal;
        line-height: 1;
    }

    .practice_area_section_new .title-button-wrap {
        font-size: 14px;
        padding: 15px 10px;
    }

    .practice_area_section_new .button_arrow {
        width: 18px;
    }
}

@media (max-width:1199px) {
    .header-logo-col img {
        max-width: 140px;
    }

    body .menu_detail .navbar .nav-item .nav-link {
        font-size: 12px !important;
    }

    .phno-cta {
        padding: 0;
        width: 36px;
        height: 36px;
    }

    .phno-cta span {
        display: none;
    }

    .mobile-ph-icon {
        display: block;
    }

    .desktop-icon {
        display: none;
    }

    .page-template-new-home .heading {
        font-size: 40px;
    }

    .building_row:before {
        height: 65%;
    }

    .row.award_row {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .home-page-banner {
        height: 720px;
    }

    .practice_area_section_new .title-button-wrap {
        font-size: 14px;
        padding: 15px 10px;
    }
}

@media (max-width:1024px) {
    .banner-hd {
        font-size: 51px;
        line-height: 58px;
    }
        .team-thumb-slider .slick-slide.slick-current.slick-active .img-wrap, .team-thumb-slider .slick-slide .img-wrap, .team-thumb img {
        width: 85px !important;
        height: 85px !important;
    }
    .team-thumb-slider {
    margin-top: -47px;
}
.team-thumb-slider .slick-arrow {
    left: 7px;
}
.team-thumb-slider button.slick-next.slick-arrow {
    right: 14px;
}
}

@media (max-width:991px) {
    .search-icon {
        width: 45px;
        height: 45px;
    }

    .phno-cta {
        margin-right: 10px;
        width: 45px;
        height: 45px;
    }

    .menu-button.button-open {
        background-color: #004A8D;
    }

    body .menu-button {
        position: relative !important;
        top: auto;
        transform: none;
        background: #004A8D;
        height: 45px !important;
        width: 45px !important;
    }

    .menu-button.button-open .menu-bar-top {
        width: 30px;
        transform: rotate(45deg) translate(6px, 6px);
    }

    .menu-button.button-open .menu-bar-bottom {
        width: 30px;
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .menu-wrap {
        top: 78px !important;
    }

    .phone_number {
        background: none !important;
        padding: 0 !important;
    }

    .phone_number a.call {
        padding: 0;
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        margin: 0 !important;
        background: #004a8d;
        justify-content: center;
    }

    .phone_number img,
    .phone_number svg {
        width: 20px !important;
        height: 20px !important;
    }

    .phone_number a span {
        display: none !important;
    }

    .row.building_row img {
        margin-bottom: 30px;
    }

    .page-template-new-home .heading {
        font-size: 35px;
        line-height: 40px;
    }

    .expect-image {
        text-align: center;
    }

    .building_row:before {
        height: 84%;
    }

    div#video_section_scroll .heading {
        text-align: center;
    }

    .form_section .row,
    .bp_wrap {
        grid-row-gap: 30px;
    }

    .images_row {
        margin-top: 30px;
    }

    .both_content {
        margin-top: 30px;
    }

    .practice_area_section_new .pa_slide_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 0 20px;
        justify-content: center;
    }

    .practice_area_section_new .title-button-wrap {
        background: #004a8d;
        color: #fff;
    }

    .lcoations_heading {
        text-align: center;
    }

    .footer_address_outer_wrap {
        justify-content: center;
    }

    .phone_wra {
        flex-direction: row-reverse;
        grid-column-gap: 30px;
    }

    .si_heading {
        text-align: center;
    }

    .tab_view,
    ul#menu-footer-menu {
        justify-content: center;
    }

    .copyright_portion p {
        text-align: center;
    }

    .phone-col {
        margin: 30px 0 30px 0;
    }

    .copyright_portion {
        display: none;
    }

    .home-page-banner {
        height: auto;
    }

    .home-page-banner .inner-sec {
        margin-top: 130px;
        margin-bottom: 60px;
    }

    .mboile_form_section {
        background-color: #004a8d;
        padding-top: 60px;
    }

    .award-logos {
        box-shadow: 0px 10px 20px 0px #00000014;
        padding: 20px;
        width: 100%;
    }

    .team-showcase-section {
        background-color: #004a8d;
    }

    .team-detail-image img {
        object-fit: contain;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .consultation_phone_col {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width:575px) {
    .banner-hd {
        font-size: 35px;
        line-height: 47px;
    }

    .fs_img_one img,
    .fs_img_two img {
        border-radius: 0 30px 0 30px;
    }

    .practice_area_section_new .pa_slide_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .menu-button {
        top: auto !important;
    }
}

.slick-prev:before {
    content: '←';
}
.slick-next:before {
    content: '→';
}

.team-showcase-section .slick-prev:before, .team-showcase-section .slick-next:before {
    font-size: 56px;
    color: #faa533;
    font-weight: 800;
}

.team-thumb-slider button.slick-next.slick-arrow {
    right: 45px;
}