/*-----------------------General CSS Start-----------------------*/

a:hover {
    text-decoration: underline;
}

.color-white {
    color: #ffffff !important;
}

.text-left {
    text-align: left !important;
}

.margin_auto {
    margin-left: auto;
    margin-right: auto;
}

section.l-section.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.banner_height {
    height: 686px;
}

.small_banner_height {
    height: 356px;
}

.flex_bottom {
    display: flex;
    justify-content: end;
    align-items: end;
}

.swell_effect article,
.swell_effect .industry-item {
    transition: transform .3s cubic-bezier(0, 0, .5, 1);
}

.swell_effect article:hover,
.swell_effect .industry-item:hover {
    transform: scale(1.0161290323);
}


/*-----------------------General CSS End-----------------------*/


/*-----------------------Footer Start----------------------------*/

section.l-section.footer_block_sec {
    padding-top: 25px;
    padding-bottom: 42px;
}

.footer_block_sec h2 {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-family: 'Helvetica Medium';
    margin-bottom: 14px;
}

.footer_block_sec li.menu-item a {
    font-size: 20px;
    line-height: 25px;
    color: #424242;
    font-family: 'Helvetica Regular';
}

section.l-section.copyright_row {
    padding-top: 15px;
    padding-bottom: 39px;
}

.copyright-text p {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}


/* .footer_block_sec img {
    width: 78%;
} */

ul#menu-footer-news {
    float: right;
}

.footer_block_sec img {
    width: 100%;
    max-width: 320px;
    height: 24px !important;
}


/*-----------------------Footer End----------------------------*/


/*-----------------------Sticky Header Start-------------------*/

header.l-header.sticky .l-subheader.at_middle {
    background: #000000BF;
    height: 132px;
    line-height: 132px;
}

.sticky .header_row.menu_square_head {
    margin-top: -20px;
}


/*-----------------------Sticky Header End-------------------*/


/*-----------------------Header Start--------------------------*/

header .l-subheader {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}


/* .l-subheader-cell.at_left:hover .head-1, .logo_img img:first-child {
    z-index: -1;
}
.l-subheader-cell.at_left:hover .head-2, .logo_img:hover img:last-child {
    z-index: 1 !important;
} */


/* .w-image.ush_image_3.head_logo.head-2, .logo_img img:last-child{
    position: absolute;
    left: 0;
    z-index: -1;
} */


/* header.id_194 .head_logo {
    width: 194px;
} */

header .header_row a.w-nav-control,
.no-touch header a.header_row.us-btn-style_1 {
    background-image: url('images/menu.svg');
}

header a.w-nav-control,
header a.header_row {
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    background-position: center;
    background-color: transparent;
    padding: 0;
}

header a.header_row.us-btn-style_1:hover {
    background-color: transparent;
}

header a.w-nav-control {
    position: relative;
    z-index: 999;
}

header a.w-nav-control {
    margin-right: 0px !important;
}

header a.w-nav-control .w-nav-icon {
    visibility: hidden;
}

header .header_row a.w-nav-control::after,
header a.header_row::after {
    content: 'Menu';
    position: absolute;
    bottom: -27px;
    left: 0;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Helvetica Regular';
}

header .header_row a.w-nav-control.active,
header a.us-btn-style_1.header_row.active {
    background-image: url(images/menu-black.svg);
    z-index: 1;
}

header .header_row a.w-nav-control.active::after,
header a.header_row.active::after {
    content: 'Close';
}

.header_hor .header_row.w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    background: #6D6D6D;
    backdrop-filter: blur(6px);
    box-shadow: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 100vh !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
}

.head_logo {
    position: relative;
    z-index: 99;
}

.header_row ul.w-nav-list.level_1 li {
    margin: 0 auto;
    max-width: var(--site-content-width, 1200px);
    top: 85px;
}

.header_row.w-nav.type_mobile ul.w-nav-list li a {
    padding: 0;
}

.w-nav-list.level_1.hover_simple {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 4rem;
}


/* Target all list items to stack vertically within columns */

.w-nav-list.level_1.hover_simple>li.nav_menu_1,
.w-nav-list.level_1.hover_simple>li.nav_menu_2,
.w-nav-list.level_1.hover_simple>li.nav_menu_3 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}


/*************/

.mobile_menu_box {
    display: none !important;
}

.header_hor .square_header_menu::before {
    content: '';
    background: #00000090;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.header_hor .square_header_menu {
    background: #000000b3;
    backdrop-filter: blur(6px);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 686px;
    bottom: 0;
    display: none;
    align-items: center;
    margin-left: 0 !important;
    justify-content: center;
}

.header_hor .square_header_menu>div {
    max-width: var(--site-content-width, 1200px);
    width: 100%;
    gap: 30px;
}

.header_hor .square_header_menu>div>div {
    /* display: flex; */
    margin: 0px;
}

.header_hor .square_header_menu>div>* {
    width: 25%;
}

.header_hor .square_header_menu>div>*:nth-child(1) {
    width: 50%;
    max-width: 100%;
}

.header_hor .square_header_menu>div>* {
    width: 25%;
    max-width: 264px;
    min-width: 264px;
}

.header_hor .square_header_menu .nav_items_row ul.w-nav-list {
    display: block;
}

.header_hor .square_header_menu>div>*:nth-child(3) span:not(.w-nav-title):not(.w-nav-arrow) {
    max-width: 295px;
    display: block;
    width: 295px;
}

.header_hor .square_header_menu>div>nav>ul.w-nav-list a:not(.w-btn) {
    padding: 0 0 30px !important;
    font-size: 36px;
    line-height: 38.16px;
}

body:has(.header_row a.w-nav-control.active) .square_header_menu,
body:has(a.header_row.active) .square_header_menu {
    display: flex;
}

.header_hor .header_row.w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    display: none !important;
}

.menu_text span.w-text-value {
    font-size: 18px;
    line-height: 21px;
}

.nav_items_row .w-nav-arrow,
.mobile_menu_box .w-nav-arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><mask id="path-1-inside-1_825_172" fill="white"><path d="M4 0H19V15H4V0Z"/></mask><path d="M19 0H20V-1H19V0ZM4 0V1H19V0V-1H4V0ZM19 0H18V15H19H20V0H19Z" fill="white" mask="url(%23path-1-inside-1_825_172)"/><line x1="18.3536" y1="0.353553" x2="0.353553" y2="18.3536" stroke="white"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 18px;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.nav_items_row .w-nav-arrow:before,
.mobile_menu_box .w-nav-arrow:before {
    content: '';
}

.header_hor .w-nav.type_desktop>.w-nav-list>.menu-item:first-child {
    border-top: 2px solid #ffffff;
    padding-top: 22px;
}

.w-text.map_head {
    border-top: 2px solid #ffffff;
    padding-top: 14px;
}

.hide_menu li a,
.hide_menu span.w-text-value,
.hide_menuitem a,
.hide_menuitem .w-nav-arrow {
    visibility: hidden;
}

.hide_menuitem_icon .w-nav-arrow {
    display: none !important;
}

.hide_menu li a span {
    display: none !important;
}

li.cont-menu a {
    display: flex !important;
    justify-content: flex-start;
}

li.cont-menu span.w-nav-arrow {
    top: 10px;
}

li.cont-menu span.w-nav-title {
    width: auto !important;
}

.connect_head {
    font-size: 30px;
    line-height: 39px;
}

.connect_head svg {
    margin-left: 20px;
    vertical-align: top;
}

.map_head .w-text-value {
    font-size: 17px;
    line-height: 22px;
}

.header_bottom_area .map_head {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

main.main_bg {
    background: #00000091;
}

.page-id-13 header#page-header {
    position: fixed;
    left: 0;
    right: 0;
}


/*-----------------------Header End----------------------------*/


/*-----------------------Home Start---------------------------*/

section.l-section.home_first_sec {
    padding-bottom: 24px;
    padding-top: 50px;
}

section.home_first_sec h1 {
    padding-top: 69px;
    margin-bottom: 14px;
}

section.home_first_sec h3 {
    padding: 0;
}

.get_svg_col h5 {
    padding-top: 0;
    color: #fff;
    text-align: left;
}

.right_col_home {
    text-align: right;
}

.get_svg_col {
    display: inline-grid;
    padding-bottom: 12px
}

.hover-group {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.hover-group svg {
    transition: transform 0.3s ease;
}


/* On hover, move the arrow slightly to the right and up */

.hover-group:hover svg {
    transform: translate(5px, -5px);
}

.connect_svg_col {
    padding: 40px 0 70px;
}

.connect_box {
    transform: rotate(-90deg);
    display: flex;
    justify-content: flex-end;
    text-align: right;
    position: absolute;
    right: -37px;
    align-items: anchor-center;
}

.connect_box h5 {
    margin-bottom: 0;
    padding-right: 6px;
    color: #fff;
}


/* 23-12-2025 */

.connect_box h5 a {
    margin-bottom: 0;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff!important;
    font-size: 20px;
}


/* 23-12-2025 */

.connect_box h5:hover,
.hover-group:hover h5 {
    text-decoration: underline;
}

.connect_box svg {
    margin-top: 0px;
    width: 20px;
    cursor: pointer;
}


/* 23-12-2025 */

header nav li a:hover,
.connect_box h5:hover,
.connect_box h5 a:hover,
footer .menu li a:hover {
    text-decoration: unset!important;
}

a.w-btn.us-btn-style_5 span.w-btn-label::after,
a.w-btn.us-btn-style_4 span.w-btn-label::after,
header nav li a span.w-nav-title::after,
footer .menu li a::after,
.connect_box h5 a::after,
.w-btn.us-btn-style_6.btn_back_arrow span.w-btn-label::after,
.popup_form_contacts button.w-popup-trigger .w-btn-label::after {
    content: '';
    position: absolute;
    height: 1px;
    display: block;
    bottom: 0px;
    background: #000;
    width: 0;
    transition: width 0.3s ease !important;
}

header nav li a span.w-nav-title::after {
    height: 2px;
}

a.w-btn.us-btn-style_5:hover span.w-btn-label::after,
a.w-btn.us-btn-style_4:hover span.w-btn-label::after,
.w-btn.us-btn-style_6.btn_back_arrow:hover span.w-btn-label::after,
header nav li a:hover span.w-nav-title::after,
footer .menu li:hover a::after,
.connect_box h5 a:hover::after,
.popup_form_contacts button.w-popup-trigger:hover .w-btn-label::after {
    width: 100%;
}

a.w-btn.us-btn-style_5 span.w-btn-label,
a.w-btn.us-btn-style_4 span.w-btn-label,
.w-btn.us-btn-style_6.btn_back_arrow span.w-btn-label,
header nav li a span.w-nav-title,
footer .menu li a,
.connect_box h5 a,
.popup_form_contacts button.w-popup-trigger .w-btn-label {
    position: relative;
}

a.w-btn.us-btn-style_4 span.w-btn-label::after,
header nav li a span.w-nav-title::after,
.connect_box h5 a::after {
    background: #fff;
}

.connect_contact_us .connect_box h5 a::after {
    background: #000;
}

footer .menu li:hover a::after {
    background: #424242;
}

.connect_contact_us .l-section-h.i-cf {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}

.connect_contact_us .connect_box svg {
    transform: rotate(90deg)!important;
    filter: brightness(0%);
}

.connect_contact_us .connect_box h5 {
    transform: unset!important;
}

.connect_contact_us .connect_box {
    place-items: unset !important;
    -webkit-writing-mode: unset!important;
    flex-direction: unset!important;
    position: absolute!important;
    bottom: 0px;
    right: 0px !important;
}

.connect_contact_us .connect_box h5 a {
    color: #000!important;
}


/* 23-12-2025 */

.para_text {
    text-align: left;
    width: 316px;
    float: right;
}


/* 23-12-2025 */

.home_btn_box .w-btn-wrapper:last-child a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683418 14.0976 1.31658 14.0976 1.70711 13.7071L0.292893 12.2929ZM14 0.999999C14 0.447714 13.5523 -8.61581e-07 13 -1.11446e-06L4 -3.13672e-07C3.44772 -6.50847e-07 3 0.447715 3 0.999999C3 1.55228 3.44772 2 4 2L12 2L12 10C12 10.5523 12.4477 11 13 11C13.5523 11 14 10.5523 14 10L14 0.999999ZM1.70711 13.7071L13.7071 1.70711L12.2929 0.292893L0.292893 12.2929L1.70711 13.7071Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
    padding: 15px;
    width: 11px;
    content: '';
}

.home_first_sec .connect_svg_col {
    visibility: visible;
}

.home_btn_box .w-btn-wrapper:last-child a:hover::after {
    filter: brightness(0%);
}


/* 23-12-2025 */

.visible-white {
    visibility: hidden;
}

a.btn_meet {
    width: 307px;
}

.right_col_home .w-btn-wrapper {
    width: 100%;
}

.rounded_button.arrow_icon_btn {
    border-radius: 50px;
    width: 43px;
    height: 43px;
    padding-right: 20px;
}

.w-btn.rounded_button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.rounded_button.arrow_icon_btn {
    border-radius: 50px;
    width: 43px;
    height: 43px;
    padding: 0;
    margin-right: 10px;
}

.rounded_button.arrow_icon_btn::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683418 14.0976 1.31658 14.0976 1.70711 13.7071L0.292893 12.2929ZM14 0.999999C14 0.447714 13.5523 -8.61581e-07 13 -1.11446e-06L4 -3.13672e-07C3.44772 -6.50847e-07 3 0.447715 3 0.999999C3 1.55228 3.44772 2 4 2L12 2L12 10C12 10.5523 12.4477 11 13 11C13.5523 11 14 10.5523 14 10L14 0.999999ZM1.70711 13.7071L13.7071 1.70711L12.2929 0.292893L0.292893 12.2929L1.70711 13.7071Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    padding: 15px;
    width: 11px;
}

.rounded_button.arrow_icon_btn:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M0.292893 12.2929C-0.0976311 12.6834 -0.0976311 13.3166 0.292893 13.7071C0.683418 14.0976 1.31658 14.0976 1.70711 13.7071L0.292893 12.2929ZM14 0.999999C14 0.447714 13.5523 -8.61581e-07 13 -1.11446e-06L4 -3.13672e-07C3.44772 -6.50847e-07 3 0.447715 3 0.999999C3 1.55228 3.44772 2 4 2L12 2L12 10C12 10.5523 12.4477 11 13 11C13.5523 11 14 10.5523 14 10L14 0.999999ZM1.70711 13.7071L13.7071 1.70711L12.2929 0.292893L0.292893 12.2929L1.70711 13.7071Z' fill='black'/%3E%3C/svg%3E");
}

.right_col_home .home_btn_box {
    display: block;
    margin-top: 6px;
}

.right_col_home .home_btn_box .w-btn-wrapper {
    width: auto;
    margin: 0;
}

.right_col_home .rounded_button:hover {
    background: #fff;
    color: #000000 !important;
}

section.l-section.home_second_row {
    padding-top: 35px;
    padding-bottom: 32px;
}

.home_second_row h2 {
    margin-bottom: 9px;
}

.rounded_button.black_round_btn {
    width: 215px
}

.home_second_row .rounded_button.black_round_btn {
    margin-top: 22px;
}


/* 23-12-2025 */

section.l-section.home_third_sec {
    background-size: 50% 400px!important;
    min-height: 400px;
}

.exception-col {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* 23-12-2025 */

.exception-col h1 {
    margin-bottom: 30px;
}

.exception-col p {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    padding-right: 50px;
}

.exception-col .w-btn-wrapper {
    margin: 30px 0 0;
}

.home_four_sec .l-section-overlay {
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.30) 4.43%, rgba(255, 255, 255, 0.30) 99.34%);
}

.home_four_sec h2 {
    max-width: 100%;
    padding-top: 12px;
}

section.l-section.home_four_sec {
    padding-bottom: 45px;
    min-height: 400px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.service_row .w-btn {
    background: transparent;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-top: 0;
}

.home_five_row article.services {
    border: 1px solid #FFF;
    background: rgba(98, 98, 98, 0.20);
    height: 413px;
}

.home_five_row article .w-vwrapper {
    display: flex;
    justify-content: end;
    align-items: end;
}

.service_row a.w-btn:hover {
    background: transparent;
}

section.home_five_row .service_row h3 {
    padding-left: 14px;
    margin: 0;
    padding-bottom: 27px;
    padding-right: 18px;
}

.w-popup-box-content .ser_popup_row {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px !important;
    padding-bottom: 1.5rem !important;
}

.w-popup-box-content ul,
.ser_popup_row ul {
    margin-bottom: 15px;
}

.w-popup-box-content ul li,
.ser_popup_row ul li {
    margin-bottom: 4px;
}

.w-popup-box-content p,
.ser_popup_row p {
    margin-bottom: 10px;
}

.w-popup-box-content .ser_popup_row h3,
section.home_five_row .service_row .ser_popup_row h3 {
    padding-left: 0px;
    padding-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.home_five_row article.services .w-vwrapper::before {
    content: '';
    background: rgba(98, 98, 98, 0.20);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.home_five_row article.services i.fas.fa-plus {
    font-size: 18px;
}

.home_five_row article.services a:hover {
    color: #ffffff;
    text-decoration: none;
}

section.home_five_row .usg_vwrapper_2 {
    margin: 0px auto;
    max-width: 1146px;
}

section.home_five_row .usg_vwrapper_2::before {
    background: #fff !important;
}

.service_pop {
    overflow: hidden;
}

.service_pop .swell_effect article {
    transition: unset!important;
    transform: unset!important;
}

section.home_five_row .usg_vwrapper_1 {
    height: 100%;
}

section.home_five_row .w-image.usg_image_1 {
    margin-inline-end: 0px;
    width: 100%;
}

section.home_five_row article:hover .w-btn.us-btn-style_1 i {
    transform: rotate(45deg);
}

section.home_five_row .w-btn.us-btn-style_1 i {
    transition: transform 0.3s ease;
}

section.home_five_row .usg_hwrapper_2 {
    width: 100%;
    padding-top: 76px;
    margin-bottom: 10px;
}

section.home_five_row .post_content>section {
    padding-left: 0px;
    padding-right: 0px;
}

section.home_five_row .usg_hwrapper_1 {
    overflow: scroll;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

section.home_five_row .close_service {
    float: right;
    text-align: right;
    width: 100%;
    margin-top: -15px;
}

section.home_five_row .usg_image_1 img {
    width: auto;
    float: left;
    text-align: left;
    height: 24px;
    max-width: 320px;
    object-fit: contain;
}

section.home_five_row .close_service img {
    width: 46px;
    cursor: pointer;
}

section.l-section.home_five_row {
    padding-top: 57px;
    padding-bottom: 69px;
}

section.l-section.home_six_sec {
    padding-top: 43px;
    padding-bottom: 50px;
}

.home_six_sec .w-btn-wrapper {
    margin-top: 41px;
    margin-bottom: 0;
}

.home_six_sec p {
    width: 514px;
}

section.l-section.home_contact_sec {
    padding-top: 41px;
    padding-bottom: 41px;
}

.home_contact_sec h3 {
    margin-bottom: 12px;
}

.news_metadata {
    color: rgba(0, 0, 0);
    justify-content: space-between;
    border-bottom: 0.75px solid rgba(0, 0, 0);
    padding-bottom: 9px;
}

.news_metadata {
    color: rgba(0, 0, 0);
    justify-content: space-between;
    border-bottom: 0.75px solid rgba(0, 0, 0);
    padding-bottom: 7px;
    font-size: 18px;
    line-height: 23.382px;
}

a.btn_learn_more {
    text-align: left;
}

section.l-section.home_news_sec {
    padding-top: 33px;
    padding-bottom: 50px;
}

.news_metadata time.post_date {
    color: #00000099;
}

.news_content {
    font-size: 16px;
    line-height: 20.784px;
    padding-top: 5px;
}

.service_grid_row:hover a.w-btn i.fas.fa-plus {
    transform: rotate(-45deg);
}


/*-----------------------Home End---------------------------*/


/*-----------------------About Start---------------------------*/

section.l-section.about_banner_sec {
    padding-bottom: 40px;
}

.para_width.wpb_text_column {
    width: 700px;
}

.about_banner_sec h2 {
    margin-bottom: 11px;
}

section.l-section.about_second_row {
    padding-top: 45px;
    padding-bottom: 48px;
}

section.l-section.about_black_sec {
    padding-top: 31px;
    padding-bottom: 40px;
}

.about_black_sec h2 {
    padding-bottom: 31px;
}

.about_black_sec h3 {
    padding-top: 19px;
    margin-bottom: 21px;
}

.about_black_sec p {
    font-size: 18px;
    line-height: 25px;
}

section.l-section.about_bg_sec {
    padding-bottom: 27px;
}

.about_bg_sec h2 {
    max-width: 100%;
}

.white_bg section.l-section.home_contact_sec {
    background: #ffffff !important;
}


/*.team_block_row .exception-col {
    padding-top:0px;
    padding-bottom:0px;
}*/

.team_block_row .exception-col p {
    font-size: 20px;
    line-height: 25.98px;
}


/*-----------------------About End---------------------------*/


/*-----------------------Team Start---------------------------*/


/* 23-12-2025 */

.teams_content section.l-section.wpb_row {
    padding: 0px;
}

.teams_content section.l-section.wpb_row .wpb_text_column {
    padding-bottom: 20px;
}


/* 23-12-2025 */

section.l-section.team_banner_sec {
    padding-bottom: 0px;
    /* background-position-y: -350px !important; */
}

.team_black_sec {
    padding-top: 27px;
    padding-bottom: 27px;
}

.team_banner_sec h2 {
    padding-bottom: 21px;
}

section.l-section.team_grid_row {
    padding-top: 51px;
    padding-bottom: 58px;
}

.team_grid_row img {
    background: lightgray;
    height: 264px;
    object-fit: cover;
}

.team_grid_row h4.post_title {
    margin-bottom: 6px;
}

.team_grid_row .post_image {
    margin-bottom: 9px;
}

.team_grid_row .g-loadmore {
    margin-top: 58px;
}

.team_grid_row .rounded_button.black_round_btn {
    width: 215px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.team_posts.team_border {
    border-top: 1px solid black;
    padding-top: 6px;
    line-height: normal;
    cursor: pointer;
}

.team_posts.team_border:hover {
    border-top-width: 2px;
}


/*-----------------------Team End---------------------------*/


/*-----------------------Single Team Start---------------------------*/

.team_grid_row .detail_team_row {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    display: none;
    z-index: 999 !important;
    width: 100%;
    height: 100vh;
}

.popup_top_sec {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: 999 !important;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}

.center_popup_col {
    background: #fff;
    color: #000;
    padding: 80px 0px;
    top: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: var(--site-content-width, 1200px);
}

.center_popup_col p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 20px;
    line-height: 24.8px;
    margin-bottom: 20px;
}

.center_popup_col .w-popup-closer {
    position: absolute;
    right: 0;
}

.center_popup_col .w-popup-closer:before {
    position: absolute;
    right: 0;
}

.w-popup-closer {
    /* top: 50px; */
    /* Updated by sandeep 15 July */
    top: 15px;
    position: fixed;
    padding-left: 0;
    right: 0;
}

.w-popup-closer:before {
    font-weight: 400;
    background: url('images/close-menu.png');
    width: 46px;
    height: 69px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    content: '' !important;
    background-size: cover;
    top: 65px;
    position: relative;
}

.post_image_row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 35px;
    gap: 32px;
    padding-top: 82px;
}

.post_image_row img {
    background: lightgray;
    object-fit: cover;
    width: 367px;
    height: 359.47px;
}

.post_fields h2 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 7px;
}

.post_fields h3 {
    color: rgba(0, 0, 0, 0.70);
    font-size: 24px;
    margin-bottom: 23px;
    line-height: normal;
}

.post_fields a {
    font-size: 18px;
    line-height: 23px;
    color: #343692;
}

.post_fields p {
    gap: 27px;
    display: inline-flex;
}

.logo_img img {
    height: 24px;
    background: transparent;
    max-width: 320px;
    object-fit: contain;
}

.service.logo_img.l-section-h.ser_single img {
    position: relative;
    z-index: 0;
    /* height: 50px; */
}

.post_content_col {
    padding-bottom: 30px;
}

body.page-id-15 .w-popup-wrap {
    --popup-width: 100% !important;
}


/* .team_popup .post_fields {
    border-top: 0.75px solid #0000008C;
    width: 100%;
    padding-top: 21px;
} */


/*-----------------------Single Team End---------------------------*/


/*-----------------------Case Study Start--------------------------*/

section.l-section.case_btn_sec {
    padding-top: 20px;
    padding-bottom: 50px;
}

.case_first_sec h2 {
    margin-bottom: 20px;
}

.case_first_sec p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    line-height: 25px;
}

.case_first_sec .wpb_text_column {
    width: 656px;
}

section.l-section.case-study-grid {
    padding-top: 54px;
    padding-bottom: 66px;
}

.case-study-grid .post_image {
    margin-bottom: 0 !important;
}

.arrow_svg,
.plus_svg,
.hovering_block {
    transition: all 0.4s ease;
}

.arrow_svg {
    position: absolute;
    top: 12px;
    right: 13px;
    z-index: 9;
}

.plus_svg {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.arrowbuttons_block,
.hovering_block {
    margin: 0 !important;
}

.hovering_block {
    position: absolute !important;
    bottom: 15px;
    color: #fff;
    padding: 0px 32px 0px 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.hovering_block h3.post_title {
    color: #ffffff;
}

.hovering_block button {
    text-align: left;
}

.study_grid_row:hover .arrowbuttons_block::before {
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.60);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: background 0.4s ease;
}

.study_grid_row:hover .hovering_block {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.study_grid_row:hover .plus_svg {
    transform: rotate(-45deg);
}


/*-----------------------Case Study End--------------------------*/


/*-----------------------Single Case Study Start------------------*/

.single .sticky .head_logo img,
.single .sticky a.w-btn.header_white_btn {
    filter: brightness(5);
}

.single header.sticky a.header_row::after {
    color: #ffffff;
}

section.l-section.single_case_first_sec {
    padding-top: 26px;
    padding-bottom: 63px;
}

.single_case_first_sec h2 {
    margin: 0;
}

.single_case_first_sec h4 {
    margin: 0;
    padding-top: 8px;
}

.single_case_first_sec .post_content {
    padding-top: 30px;
}

.single_case_first_sec .post_content p {
    margin-bottom: 20px;
}

.single header a.header_row::after {
    color: #000000;
}

.single a.w-btn.header_white_btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='22.5' cy='5.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='39.5' cy='5.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='5.5' cy='22.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='22.5' cy='22.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='39.5' cy='22.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='5.5' cy='39.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='22.5' cy='39.5' r='5.5' fill='%23343692'/%3E%3Ccircle cx='39.5' cy='39.5' r='5.5' fill='%23343692'/%3E%3C/svg%3E") !important;
}

.single header a.header_row.active::after {
    color: #ffffff;
}

.single header .head_logo.logo-small img {
    filter: brightness(5);
}

.single header a.us-btn-style_1.header_row.active {
    background-image: url(images/menu.svg) !important;
}


/*-----------------------Single Case Study End--------------------*/


/*-------------------------Industry CSS Start----------------------*/

section.l-section.industry_banner {
    height: 508px;
}

section.l-section.industry_grid_row {
    padding-top: 43px;
    padding-bottom: 70px;
}

.industries-terms-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 30px 30px;
    clear: both;
}

.border_global {
    width: 100%;
    background: #000000;
    height: 2px;
    margin: 0px 0px 10px!important;
}

.industry-item h3 {
    padding: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-family: 'Helvetica Regular';
}


/*-------------------------Industry CSS End----------------------*/


/*-------------------------Single News CSS Start-----------------*/

body.single-pendo_news,
.single-pendo_news .l-subheader.at_middle,
body.single-pendo_news .l-canvas,
body.single-pendo_news .l-footer {
    background: #E6E6E6 !important;
}

section.l-section.news_grid_row {
    padding-top: 49px;
}

.news_grid_row time.w-post-elm {
    color: rgba(0, 0, 0, 0.55);
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 10px;
}

.news_grid_row .w-post-elm.post_title {
    width: 620px;
    padding-top: 12px;
}

.news_grid_row .post_content {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 100%!important;
}


/*-------------------------Single News CSS End-----------------*/


/*-------------------------News CSS Start-----------------*/

section.l-section.news_latest_grid {
    padding-top: 54px;
    padding-bottom: 51px;
}

.news_latest_grid .post_image {
    margin-bottom: 8px;
}

.news_meta {
    justify-content: space-between;
}

.news_meta {
    justify-content: space-between;
    font-size: 18px;
    line-height: normal;
}

.news_latest_grid .post_content {
    font-size: 17px;
    line-height: 22px;
}

.news_latest_grid a.w-btn {
    font-size: 18px;
    line-height: 23px;
    margin-top: 4px;
}

section.l-section.news_archive_grid {
    padding-top: 0px;
    padding-bottom: 56px;
}

section.l-section.news_filter_row {
    padding-top: 51px;
    padding-bottom: 71px;
}

.news_filter_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.75px solid #000;
}

.news_filter_block select {
    background: transparent;
    border: none;
    box-shadow: none;
    width: auto;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.news_filter_block input {
    background: transparent;
    border: none;
    box-shadow: none;
    width: auto;
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
    font-style: normal;
    line-height: 23px;
}

.news_filter_block input:not([type=submit]):focus {
    box-shadow: none;
    border: none;
    background: transparent;
}

.news_filter_block .searc_div {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.news_filter_block input:not([type=submit]):focus,
input#team_search {
    box-shadow: none;
    border: none;
    background: transparent;
    width: auto;
    min-height: auto;
    line-height: normal;
}

.news_filter_block span.ui-selectmenu-icon.ui-icon {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M5 8L0.669873 0.499999L9.33013 0.5L5 8Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.news_filter_block span.ui-selectmenu-button.ui-widget {
    background: transparent;
    border: none;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-bottom: 10px;
}

.case_first_sec .news_filter_block span.ui-selectmenu-button.ui-widget {
    width: 30%;
    justify-content: flex-end;
}

.news_filter_block .ui-selectmenu-text {
    margin-right: 3px;
    outline: none;
    color: #000000;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Helvetica Regular';
}

.news_filter_block .ui-selectmenu-text:focus-visible {
    outline: none;
}

.ui-selectmenu-open .ui-state-active,
.ui-selectmenu-open .ui-widget-content .ui-state-active,
.ui-selectmenu-open .ui-widget-header .ui-state-active,
.ui-selectmenu-open a.ui-button:active,
.ui-selectmenu-open .ui-button:active,
.ui-selectmenu-open .ui-button.ui-state-active:hover {
    border: 1px solid #000000;
    background: #000000;
    font-weight: normal;
    color: #ffffff;
}

.news_archive_grid .post_content {
    font-size: 18px;
    line-height: 23px;
}

.news_archive_grid .g-loadmore {
    margin-top: 56px;
}

.news_archive_grid .w-grid-list {
    gap: 56px 30px !important;
}

li.ui-menu-item:first-child .ui-menu-item-wrapper::before {
    content: 'All';
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 10px;
    z-index: 9;
    background: #fff;
}

li.ui-menu-item:first-child .ui-menu-item-wrapper.ui-state-active::before {
    background: #000;
}

section.l-section .news_filter_block .searc_div input {
    background: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: normal;
    min-height: auto;
}


/*-------------------------News CSS End-----------------*/


/*-------------------------Service CSS Start-----------------*/

section.l-section.service_col {
    padding-top: 33px;
}

.service_btns h2 {
    margin-bottom: 20px;
}

.service_col .wpb_text_column {
    width: 514px;
}

.service_col p {
    color: #000000B2;
    font-size: 20px;
    line-height: 26px;
}

.service_btns .w-btn-wrapper {
    margin: 20px 0 0;
}

.service_btns .rounded_button.black_round_btn {
    width: 163px;
}

.service_btns i.fas.fa-fal.fa-plus {
    font-weight: 400;
}

section.l-section.service_black_sec {
    padding-top: 32px;
    padding-bottom: 33px;
}

.service_btns .rounded_button i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.service_btns .rounded_button:hover i {
    transform: rotate(45deg);
}


/*-------------------------Service CSS End-----------------*/


/*-------------------------Service Popups------------------*/

.service .w-popup-closer {
    position: absolute;
    top: 0;
    right: 0;
}

.service .w-popup-closer:before {
    top: -15px;
    position: absolute;
    right: 0;
}

.w-popup-box-h>.w-popup-closer {
    display: none;
}

.ser_popup_row .ser_title_col h2 {
    border-top: 1px solid #000000;
    padding-top: 12px;
    padding-bottom: 33px;
    margin-bottom: 0px;
}

.ser_popup_row .wpb_text_column {
    color: rgba(0, 0, 0, 0.70);
}

.ser_popup_row .wpb_text_column ul {
    margin-left: 20px;
}

.popup_para {
    padding-top: 24px;
}

.popup_para p:first-child,
.popup_top_para p:first-child {
    margin-bottom: 20px;
}

.logo_img.l-section {
    margin-top: -20px;
}

.service.logo_img.l-section {
    margin-top: -20px;
}


/*-------------Added by sandeep on 15 July 2025--------*/

body:has(.contact_rotate_text) .l-canvas,
body:has(.contact_rotate_text) .l-footer {
    background: #E6E6E6;
}

.contact_rotate_text.connect_svg_col {
    padding: 8px 0 22px;
}

.contact_rotate_text .connect_box svg {
    transform: unset !important;
}

.contact_rotate_text .connect_box {
    -webkit-writing-mode: vertical-lr;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-self: right;
    gap: 5px;
    place-items: anchor-center;
    position: unset;
    transform: unset;
    align-items: center !important;
}

.contact_rotate_text .connect_box h5 {
    margin-bottom: 0;
    padding-right: 0;
    color: #fff;
    display: flex;
    transform: rotate(180deg);
}

.contact_rotate_text .connect_box h5 a {
    color: #fff;
}

.get_svg_col.contact_svg_col {
    display: inline-grid;
    gap: 5px;
}


/* Added on 25 JUN 2025 by Sandeep */

header a.w-nav-control,
header a.header_row {
    background-image: url('images/menu.svg');
}

.single.single-case-study header a.us-btn-style_1.header_row.active {
    background-image: url('images/menu-black.svg') !important;
}


/* -------26-06-25-------- */

.page-id-15 footer .first_seperator,
.page-id-19 footer .first_seperator {
    display: none;
}


/*-----8 July 2025---*/

.single-pendo_news header.l-header.sticky .l-subheader.at_middle {
    background: #000000BF !important;
}

.page-id-23 section.l-section.home_first_sec {
    height: 603px;
}


/* 9 july 2025 */

.center_popup_col .w-popup-closer:before {
    right: -5px !important;
    top: 35px !important;
}

.center_popup_col {
    padding-top: 55px !important;
}

.popup_form_contacts button.w-popup-trigger {
    margin-top: 36px;
}

.popup_form_contacts button.w-popup-trigger i.fas.fa-fas.fa-arrow-right {
    transform: rotate(-45deg);
}

.popup_form_contacts .w-popup-box-content {
    padding-top: 76px;
    color: #fff;
}

.popup_form_contacts .w-popup-box-content a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.popup_form_contacts .w-popup-box-content p {
    width: 594px;
    color: #FFFFFFBF;
}

.popup_form_contacts div.wpcf7.js {
    padding-top: 50px;
}

body .popup_form_contacts input.wpcf7-form-control.wpcf7-text {
    color: #FFFFFFBF !important;
    font-size: 20px;
    line-height: 25px;
    background: transparent;
    border-width: 0px 0px 0.75px;
    border-radius: 0;
    border-color: #FFFFFF;
    box-shadow: none;
    padding: 0 0 9px;
    min-height: auto;
}

.popup_form_contacts input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 43px;
    background: transparent;
    border: 1px solid;
    border-radius: 50px;
    width: 215px;
    height: 42.606px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.popup_form_contacts div.wpcf7.js p {
    width: 100%;
}


/*dp*26-02-2026*/

.news_archive_grid .post_content strong {
    font-weight: 400;
}

@media screen and (min-width:1500px) {
    section.l-section.home_third_sec {
        background-size: 50% auto !important;
    }
}

@media screen and (min-width:767px) {
    /* 23-12-2025 */
    section.l-section.home_third_sec {
        display: grid;
        place-items: center;
    }
    section.l-section.ser_first_sec .l-section-h.i-cf {
        padding-top: 0px !important;
    }
    .service_col {
        padding-top: 0px !important;
    }
    /* .team_popup .post_fields {
        padding-top: 10px;
        margin-top: 10px;
    } */
    /* 23-12-2025 */
}


/* Target Chrome/Chromium only */

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .news_metadata .usg_post_taxonomy_1 {
        font-family: 'Helvetica Medium';
    }
}