/*
Theme Name: smartData New
Theme URI: https://www.smartdatainc.com/
Author: smartdata
Author URI: https://wordpress.org/
Description: smartData brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
*/

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
    /* background-color: red !important; */
}

/* base css */
.container {
    max-width: 1730px;

}

.container_two {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    max-width: 100%;
}

input {
    outline: none;
}

a {
    text-decoration: none !important;
}

.bg_style {
    background-size: cover;
    background-repeat: no-repeat;
}

p {
    font-weight: 400;
    color: #555555;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn-primary.btn_red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #DB252C;
    --bs-btn-border-color: #DB252C;
    --bs-btn-hover-color: #DB252C;
    --bs-btn-hover-bg: #f5d2d4;
    --bs-btn-hover-border-color: #DB252C;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #DB252C;
    --bs-btn-active-bg: #f5d2d4;
    --bs-btn-active-border-color: #DB252C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #DB252C;
    --bs-btn-disabled-bg: #f5d2d4;
    --bs-btn-disabled-border-color: #DB252C;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
}

.swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #CBD5E0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: #DB252C;
    border: 1px solid #fff;
}

.bg_yellow {
    background-color: #F2F2E1;
}

.tittle_head {
    margin-bottom: 40px;
}

.tittle_head_flx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.tittle_head h2 {
    font-size: 36px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
}

.tittle_head h2 span {
    color: #DB252C;
}

.py_100 {
    padding: 100px 0;
}

.btn-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #DB252C;
    padding: 0;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    color: #DB252C !important;
}

.btn-link img {
    transform: translateX(0);
    transition: all 0.3s;
}

.btn-link:hover img {
    transform: translateX(6px);
    transition: all 0.3s;
}

.custom-pagination {
    display: flex;
    align-items: center;
    margin-top: auto;
}

/* header */
.main_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 99;
}

.dropdown-menu {
    width: 100%;
    top: 100%;
    left: 0;
}

.mega-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: white;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.nav-item:hover .mega-menu {
    display: block;
}

li.nav-item.dropdown {
    position: inherit;
}

.select_flx {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 0 1 552px;
    justify-content: flex-end;
}

.main_header .navbar {
    border-radius: 4px;
    padding: 13px 30px;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 11%);
}

.header_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header_controller .select_flx {
    flex: 0 1 auto;
}

.recent_products .swiper-wrapper {
    height: unset !important
}

.main_header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.main_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #555;
    padding: 12px 15px;
    transition: all 0.3s;
    position: relative;
}

.main_header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #DB252C;
    transition: all 0.3s;
}

.main_header .container {
    max-width: 1680px;
}

.haader_btn button {
    padding: 13px 30px;
}

.select_flx select {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 14px 12px 14px 44px;
    background-repeat: no-repeat;
    background-image: url('../img/selectarrowicon.svg');
}

.select_flx select:focus {
    box-shadow: unset;
}

.select_flx .select_bx {
    position: relative;
    flex: 0 0 199px;
}

.select_flx .select_bx.select_lang {
    flex: 0 0 160px;
}

.select_flx .select_bx img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.haader_btn {
    flex: 0 0 154px;
}

.megamenu {
    border: 0;
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 80px 0px rgba(0, 0, 0, .06);
    opacity: 0;
    visibility: hidden;
}

.main_header li.nav-item:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

.main_header .menu-box {
    padding: 0 40px;
    border-right: 1px solid #f6f6f6;
}

.main_header .menu-box:first-child {
    padding-left: 0;
}

.main_header .menu-box:last-child {
    padding-right: 0;
    border-right: none;
}

.main_header .menu-box ul h6 {
    margin-bottom: 0;
}

.main_header .menu-box ul h6 a {
    margin: 0px;
    padding: 0px;
    color: #DB252C !important;
    font-size: 16px;
    font-weight: 500;
}

.main_header .menu-box ul li {
    margin-top: 16px;
}

.main_header .menu-box ul li a {
    font-size: 16px;
    color: #555;
}


.main_header .navbar-expand-lg .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 1;
    height: 2px;
    background-color: #DB252C;
    transition: all ease .3s 0s;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0;
}

.main_header .navbar-expand-lg .navbar-nav .nav-link:hover:after {
    width: calc(100% - 11px);
    opacity: 1;
}

.megamenu_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#arrow_btn {
    display: none;
}

.arrow_flex img {
    width: 14px;
    margin-right: 15px;
}

.arrow_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* home page */
.hero_banner {
    padding: 126px 0 136px;
    margin-bottom: -70px;
}

.hero_banner .container {
    max-width: 1620px;
}

.hero_row_flx {
    display: flex;
    align-items: center;
    gap: 84px;
    margin-bottom: 70px;
}

.hero_banner_cntnt {
    max-width: 776px;
}

.hero_banner_cntnt_txt h1 {
    /* font-size: clamp(1rem, 2vw + 1rem, 4.125rem); */
    font-size: 66px;
    font-weight: 700;
    line-height: 80px;
    color: #1A202C;
    margin-bottom: 40px;
}

.hero_banner_cntnt_txt h1 span {
    color: #DB252C;
}

.hero_banner_cntnt_txt p {
    /* font-size: clamp(0.5rem, 2vw + 0.5rem, 2.625rem); */
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 40px;
}

.hero_banner_cntnt_txt p span {
    color: #DB252C;
    font-weight: 600;
}

.hero_banner_btn button {
    font-size: 20px;
    padding: 19px 30px;
}

.data_counter_flx {
    max-width: 981px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 5px 10px 50px rgb(0 0 0 / 10%);
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: -70px;
    position: relative;
}

.data_counter_card {
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid rgb(29 35 70 / 10%);
}

.data_counter_card:last-child {
    border-right: none;
}

.data_counter_card h2 {
    font-size: 32px;
    font-weight: 600;
    color: #DB252C;
    margin-bottom: 4px;
}

.data_counter_card p {
    font-size: 18px;
    margin-bottom: 0;
}

.why_smartdata {
    padding: 175px 0 100px;
}

.why_card_img {
    /* height: 300px; */
    /* width: 100%; */
    margin-bottom: 20px;
    border-radius: 10px;
}

.why_card_img img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
    border-radius: 10px;
}

.why_card_cntnt_txt {
    margin-bottom: 20px;
}

.why_card_cntnt_txt h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 10px;
}

.why_card_cntnt_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 29px;
    margin-bottom: 0;
}

.our_sevices_img {
    height: 718px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.our_sevices_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.our_sevices_cntnt {
    padding: 0 15px 0 52px;
}

.our_services_list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.our_services_card {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    max-width: 900px;
    gap: 26px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    overflow: hidden;
}

.our_services_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.card_pink::before {
    background-color: #FF80AD;
}

.card_purple::before {
    background-color: #CF80FF;
}

.card_blue::before {
    background-color: #3BBEFF;
}

.our_services_card:nth-child(even) {
    margin-left: 35px;
}

.our_services_card_icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 54px rgb(255 128 173 / 16%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.our_services_card_icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #FF80AD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card_purple .our_services_card_icon span {
    background-color: #CF80FF;
}

.card_blue .our_services_card_icon span {
    background-color: #3BBEFF;
}

.our_services_card_cntnt h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 10px;
}

.our_services_card_cntnt p {
    line-height: 29px;
    margin-bottom: 0;
}

.industries_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 64px;
}

/* .why_card.industries_card .why_card_img{
    height: 400px;
} */
.why_card.industries_card .why_card_cntnt_txt {
    margin-bottom: 16px;
}

.flex_tab {
    display: flex;
    gap: 53px;
}

.flex_tab .nav.nav-pills {
    flex-direction: column;
    gap: 6px;
    flex: 0 0 314px;
}

.flex_tab .nav-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    background-color: #F8F8F8;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #1A202C;
    width: 100%;
    padding: 16px 30px;
}

.flex_tab .nav-link span {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.flex_tab .nav-pills .nav-link.active,
.flex_tab .nav-pills .show>.nav-link {
    background-color: #DB252C;
}

.flex_tab .nav-pills .nav-link.active span,
.flex_tab .nav-pills .show>.nav-link span {
    color: #fff;
}

.tab_body {
    background-color: rgb(206 32 38 / 6%);
    border-radius: 8px;
    display: flex;
    gap: 25px;
    overflow: hidden;
}

.tab_body_cntnt_flx {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 30px;
    max-width: 612px;
    gap: 32px;
}

.tab_body_cntnt_txt h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.tab_body_cntnt_txt p {
    line-height: 30px;
    margin-bottom: 16px;
}

.tab_body_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.data_counter_flx.tab_counter {
    /* position: absolute;
    left: 30px;
    bottom: 30px; */
    padding: 16px 0;
    margin: auto 0 0 0;
    min-width: 695px;
}

.data_counter_flx.tab_counter .data_counter_card {
    padding: 0 20px;
}

.leader_ship_flx {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.leader_ship_cntnt {
    max-width: 468px;
    margin-left: auto;
    padding: 0 0 0 114px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.leader_ship_cntnt_txt h2 {
    font-size: 36px;
    font-weight: 600;
    color: #DB252C;
    margin-bottom: 12px;
}

.leader_ship_cntnt_txt p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.leader_ship_card_img {
    /* width: 454px;
    height: 515px; */
    border-radius: 18px;
}

.leader_ship_card_img img {
    width: 100%;
    border-radius: 18px;
    /* height: 100%;*/
    object-fit: cover;
    height: 400px;
}

.leader_ship_card_txt {
    position: relative;
    background-color: #FFFDF6;
    border-radius: 18px;
    padding: 40px 10px;
    max-width: 336px;
    text-align: center;
    margin: -40px auto 0 auto
}

.leader_ship_card_txt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    width: 100%;
    height: 11px;
    background-color: #DB252C;
}

.leader_ship_card_txt h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 2px;
}

.leader_ship_card_txt p {
    margin-bottom: 0;
}

.smart_product_card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 13px 35px rgb(0 0 0 / 10%);
    transition: all 0.3s;
}

.smart_product_card_img {
    width: 100%;
    height: 342px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.smart_product_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.smart_product_card_tittle {
    padding: 14px 10px;
    text-align: center;
}

.smart_product_card_tittle h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 0;
}

.smartproductswiper .swiper-pagination {
    margin-top: 60px;
}

.hover_cntnt {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(219 37 44 / 89%);
    padding: 30px 30px 39px;
    height: 100%;
    transform: translateY(-101%);
    transition: all 0.3s;
    opacity: 0;
}

.smart_product_card:hover .hover_cntnt {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
}

.hover_cntnt_txt h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.hover_cntnt_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    line-height: 29px;
    margin-bottom: 10px;
}

.hover_cntnt_btn a {
    color: #fff;
    font-weight: 500;
}

.hover_cntnt_btn a img {
    filter: grayscale(100%) brightness(1000%);
}

.hover_cntnt_btn .btn-link:hover,
.hover_cntnt_btn .btn-link:active,
.hover_cntnt_btn .btn-link:focus {
    color: #fff !important;
}

.whats_latest {
    background-color: #F8F8F8;
}

.whats_latest_img img {
    width: unset !important;
    height: unset !important;
}

.whats_latest_cntnt {
    margin-left: 70px;
}

.whats_latest_cntnt_txt {
    margin-bottom: 24px;
}

.whats_latest_cntnt_txt h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 16px;
}

.whats_latest_cntnt_txt p {
    line-height: 28px;
    margin-bottom: 0;
}

.whatslatestSwiper .swiper-pagination {
    margin-top: 40px;
}

.why_customer {
    position: relative;
    background-color: #fff;
}

.why_customer .tittle_head {
    margin-bottom: 40px;
    text-align: left;
    max-width: 620px;
}

.why_customer .tittle_head h2 {
    line-height: unset;
}

.avatar_stack {
    margin-bottom: 40px;
    display: flex;
}

.avatar_stack_img {
    width: 82px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-left: -20px;
    border: 2px solid #fff;
    box-shadow: 21px 15px 43px rgb(0 0 0 / 8%);
}

.avatar_stack_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar_stack .avatar_stack_img:first-child {
    margin-left: 0;
}

.avatar_stack_img.avatar_stack_txt {
    background-color: #DB252C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.avatar_stack_img.avatar_stack_txt h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.happy_count p {
    font-size: 24px;
    font-weight: 500;
    color: #DB252C;
    margin-bottom: 0;
}

.happy_count p span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1A202C;
    margin-left: 6px;
    top: -6px;
}

.happy_count p span::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1A202C;
}

.whycustomerswiper .swiper-slide {
    background-color: #F8F8F8;
    height: 100% !important;
    border-radius: 8px 8px 100px 8px;
    padding: 30px 30px;
}

.customer_card {
    height: 100%;
}

.customer_card_cntnt {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.customer_card_cntnt_txt {
    margin-bottom: 30px;
}

.customer_card_cntnt_txt p {
    position: relative;
    line-height: 29px;
    margin-bottom: 0;
    padding: 8px 10px;
    border-left: 1px solid #DB252C;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.customer_card_profile {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
}

.customer_card_profile_img {
    /* width: 80px; */
    flex: 0 0 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1.26px solid #fff;
    box-shadow: 13px 9px 27px rgb(0 0 0 / 8%);
}

.customer_card_profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.customer_card_profile_txt {
    flex: 1;
}

.customer_card_profile_txt h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 6px;
}

.customer_card_profile_txt p {
    font-size: 14px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.whycustomerswiper .swiper-pagination {
    margin-top: 50px;
}

/* footer */
.main_footer {
    padding: 100px 0 0;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-content: space-between;
}

.footer_head h3 {
    font-size: 26px;
    font-weight: 600;
    color: #DB252C;
    margin-bottom: 20px;
}

.quick_links ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quick_links ul li a {
    color: #2C2C2C;
    display: block;
}

.address_txt p {
    color: #2C2C2C;
    margin-bottom: 0;
}

.address_txt p span {
    display: block;
}

.social_link {
    margin-top: 70px;
}

.social_link ul {
    display: flex;
    gap: 20px;
}

.copyright_txt {
    border-top: 1px solid rgb(206 32 38 / 20%);
    padding: 15px 0 15px;
    margin-top: 82px;
    text-align: center;
}

.copyright_txt p {
    color: #2C2C2C;
    margin-bottom: 0;
}

/* contact us */
.contact_us_home {
    background: url(https://dkk4qeqny48s0.cloudfront.net/wp-content/themes/smartdata-new/assets/img/bg_line_left.svg) #f2f2e1;
    background-position: left center;
    background-repeat: no-repeat, no-repeat !important;
}

.contact_us_home .contact-form .form-group-main {
    display: flex;
    gap: 30px;
    justify-content: space-between
}

.contact_us_home .contact-form .form-group-main .input-box ul.country-list {
    z-index: 999;
}

.contact_us_home .contact-form .form-group-main .input-box select {
    padding-right: 40px;
    height: 62px;
    border: 1px rgba(202, 202, 202, .5);
    border-radius: 4px;
}

.contact_us_home input#purpose {
    margin-top: 20px;
}

.intl-tel-input.allow-dropdown {
    width: 100%;
}


/* Industry Pages */

.industry_hero_banner {
    background-position: left center;
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 50px 0 100px 0;
}

.industry_hero_banner .hero_banner_cntnt_txt h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.industry_hero_banner .hero_banner_cntnt_txt p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
}

.product_banner .hero_banner_cntnt_txt {
    margin-bottom: 20px;
}

.product_banner .btn.btn-primar.btn_red {
    padding: 14px 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}

.industry_hero_banner .hero_row_flx .hero_banner_img {
    margin-left: auto;
    flex: 0 0 800px;
}

.industry_hero_banner .hero_row_flx {
    margin-bottom: 0;
}


.industries_block {
    background-color: #F2F2E1;
    padding: 100px 0 130px 0;
}

.inner_section_heading {
    color: #1A202C;
    font-size: 36px;
    font-weight: 600;
}

.industries_img_col {
    margin-bottom: 20px;
    border-radius: 10px;
}

.industries_img_col img {
    width: 100%;
}

.industries_text_col h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 10px;
}

.industries_text_col p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 29px;
    margin-bottom: 0;
}

.industries_card_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    margin-top: 60px;
}

.industries_card_content {
    position: relative;
    margin-bottom: 60px;
}

.industries_text_col {
    position: absolute;
    padding: 30px;
    background: #ffffff;
    margin-left: 30px;
    border-radius: 10px;
    bottom: -60px;
}

/* Benefits */

.recent_products {
    padding-bottom: 50px;
}

.benefit_main_row {
    padding: 100px 0;
}

.benefit_heading {
    margin-bottom: 60px;
}

.benefit_heading h2 {
    color: #1A202C;
    text-align: center;
    margin-bottom: 60px;
    font-size: 36px;
}

.benefit_heading h2 span {
    color: #DB252C;
}


.benefit_heading h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    display: flex;
    color: var(--heading-color);
    align-items: center;
    justify-content: center;
}

.benefit_heading h2 span {
    color: #d92029;
    padding-right: 7px;
    display: contents;
    font-weight: 700;
}


.benefit_cards_row {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 30px;
    justify-content: center;
}

.icon-wrapper {
    padding: 16px;
    border-radius: 6px;
    background: #fbe5e5;
}

.benefit_cards_content {
    width: calc(25% - 15px);
    border-radius: 20px;
    background: var(--White-color, #FFF);
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05);
    display: flex;
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.card_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit_cards_content .card_content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 -15px;
}

.benefit_cards_content .card_content p {
    color: #555;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 30px;
    margin: 0 0 -15px;
}


/* Clients */

.clients {
    padding: 100px 0 128px 0;
    background-color: #F2F2E1;
    position: relative;
}

.clients::after {
    content: '';
    position: absolute;
    top: 0;
    background: url('http://44.211.113.36:4036/wp-content/themes/smartdata-new/assets/images/clients-bg-1.png') no-repeat;
    width: 400px;
    height: 100%;
    bottom: 0;
}

.clients::before {
    content: '';
    position: absolute;
    top: 0;
    background: url('http://44.211.113.36:4036/wp-content/themes/smartdata-new/assets/images/clients-bg-2.png') no-repeat;
    width: 400px;
    height: 100%;
    right: 0;
    bottom: 0;
}

.clients_details marquee img {
    padding-left: 110px;
}

.clients_details .swiper-slide {
    margin: 0 auto;
    text-align: center;
}

.client_swiper img {
    /* padding: 0 40px; */
    width: 100%;
    height: 80px;
    object-fit: contain;
}

/* Product */

.product_banner,
.industry_hero_banner {
    padding: 160px 0 50px 0;
}

.client_swiper .swiper-wrapper {
    height: unset !important;
}

.products_client {
    padding: 50px 0;
    margin: 74px 0 0;
}

.section-padd-100 {
    padding: 100px 0;
}

.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product_items img {
    width: 100%;
}

.product_right_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding: 20px 60px;
    background: #F6F6F6;
    margin: 25px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.product_right_heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.product_right_item .product_text {
    margin-bottom: 0;
}

/* Recent Products */

.recent_product_img img {
    width: 100%;
}

.recent_products .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #CBD5E0;
    opacity: 1;
}

.recent_products .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: #DB252C;
    border: 1px solid #fff;
}

.recent_product_img {
    margin-bottom: 16px;
}

.recent_prodtc_text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.recent_prodtc_text p {
    margin-bottom: 0;
}

.recent_products .swiper-pagination {
    position: unset;
}




/* About Us */

.about_us_banner {
    background-size: 450px 450px;
    background-position: left top;
    position: relative;
}

.about_us_banner .hero_banner_img {
    display: flex;
    position: relative;
    z-index: 1;
}

.about_us_banner .hero_banner_img::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 0;
    background: url('http://44.211.113.36:4036/wp-content/themes/smartdata-new/assets/images/dotted-shape.png') no-repeat;
    max-width: 240px;
    max-height: 206px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.about_us_banner .hero_banner_img::before {
    content: '';
    position: absolute;
    left: -24px;
    bottom: 0;
    background: url('http://44.211.113.36:4036/wp-content/themes/smartdata-new/assets/images/dotted-shape.png') no-repeat;
    max-width: 240px;
    max-height: 206px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_us_banner .hero_banner_img .about_us_img_two {
    margin-top: 22px;
}

.about_us_banner .about_us_tag {
    display: flex;
    max-width: 50%;
    background: #DB252C;
    border-bottom-right-radius: 90px;
    justify-content: center;
    gap: 100px;
    align-items: center;
    padding: 30px 0;
    position: relative;
    width: 100%;
    bottom: 100px;
    color: #ffffff;
    left: 0%;
}


.about_us_tag .about_us_tag_item h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about_us_tag .about_us_tag_item h3 span {
    font-size: 20px;
}

.about_us_tag .about_us_tag_item p {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
}

.about_us_right h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about_us_text_cntnt .about_us_subheading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.about_us_text_cntnt p span {
    color: #DB252C;
    font-weight: 600;
}

.about_us_right h3 span {
    color: #DB252C;
}

.about_us_block {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.about_us_left {
    width: calc(45% - 25px);
}

.about_us_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_us_right {
    width: calc(55% - 25px);
}

.about_us_block .mission_vision_content {
    display: flex;
    gap: 28px;
    justify-content: space-between;
    position: relative;
    left: -30%;
    bottom: -20%;
    width: 100%;
    min-width: 770px;
}

.about_us_block .mission_vision_content .mission_vision_inner {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(100deg, #FFF -19.19%, rgba(255, 255, 255, 0.92) 115.46%);
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.10);
}

.about_us_block .mission_vision_content .mission_vision_inner svg.half_circle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.about_us_block .mission_vision_content .textcont h4 {
    color: #266CA4;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.about_us_block .mission_vision_content .textcont .mission_txt {
    color: #DB252C;
}

.about_us_block .mission_vision_content .mission_vision_inner .textcont {
    flex: 1;
}


.about_us_block .mission_vision_content .textcont p {
    font-size: 16px;
    line-height: 28px;
    color: #1A202C;
    margin: 0;
}

.about_us_block .mission_vision_content .textcont p span {
    color: #1A202C;
    font-weight: 700;
}

/* Our values */

.our_values {
    margin: 100px 0;
}

.our_values.choose_smartdata .choose_smartdata_items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.our_values.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    width: calc(50% - 25px);
    gap: 20px;

    background-color: #ffffff;
}


.our_values .section-heading.leftlineheading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    line-height: 48px;

}

.our_values .section-heading.leftlineheading span {
    color: #DB252C;
}

.our_values .contnt_part h4 {
    color: #1A202C;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}

.our_values .contnt_part p {
    line-height: 29px;
    margin-bottom: 0;
}

/* Our History */

.our_history.invest_leader .inverstor {
    display: flex;
    gap: 30px;
}



.our_history.invest_leader .inverstor .inverstor_slider {
    width: 33%;
    box-shadow: 4.818px 5.782px 28.909px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    border-radius: 6px;
}

.our_history.invest_leader .inverstor .inverstor_slider img {
    width: 100%;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.our_history .content_leader h6 {
    color: #1A202C;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}





@media(max-width: 767px) {
    .contact_us_home .contact-form .form-group-main {
        flex-direction: column;
        gap: 15px
    }
}

.contact_us_home .contact-form .form-group-main>div {
    width: 50%
}

@media(max-width: 767px) {
    .contact_us_home .contact-form .form-group-main>div {
        width: 100%
    }
}

.contact_us_home .contact-form .form-group-main>div.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0
}

.contact_us_home .contact-form .form-group-main .input-box {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column
}

.contact_us_home .contact-form .form-group-main .input-box label {
    margin-bottom: 12px;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 20px
}

@media(max-width: 767px) {
    .contact_us_home .contact-form .form-group-main .input-box label {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px
    }
}

.contact_us_home .contact-form .form-group-main .input-box label span {
    color: var(--red-color)
}

.contact_us_home .contact-form .form-group-main .input-box input,
.contact_us_home .contact-form .form-group-main .input-box textarea {
    padding: 10px 20px;
    font-size: var(--font-size-16);
    width: 100%;
    height: 62px;
    border-radius: 4px;
    border: 1px rgba(202, 202, 202, .5);
    background: #fefefc
}

.contact_us_home .contact-form .form-group-main .input-box select.years_box,
.contact_us_home .contact-form .form-group-main .input-box select.months_box,
.contact_us_home .contact-form .form-group-main .input-box select.subject_joinus {
    padding: 10px 20px;
    font-size: var(--font-size-16);
    width: 100%;
    height: 62px;
    border-radius: 4px;
}

div.current_opening_search .awsm-job-wrap .awsm-job-listings .awsm-job-listing-item .awsm-grid-left-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DB252C;
    margin-bottom: 10px;
}

.contact_us_home .contact-form .form-group-main .input-box input::-moz-placeholder,
.contact_us_home .contact-form .form-group-main .input-box select::-moz-placeholder,
.contact_us_home .contact-form .form-group-main .input-box textarea::-moz-placeholder {
    color: #6c757d
}

.contact_us_home .contact-form .form-group-main .input-box input .justoption,
.contact_us_home .contact-form .form-group-main .input-box input::placeholder,
.contact_us_home .contact-form .form-group-main .input-box select .justoption,
.contact_us_home .contact-form .form-group-main .input-box select::placeholder,
.contact_us_home .contact-form .form-group-main .input-box textarea .justoption,
.contact_us_home .contact-form .form-group-main .input-box textarea::placeholder {
    color: #6c757d
}

@media(max-width: 767px) {

    .contact_us_home .contact-form .form-group-main .input-box input,
    .contact_us_home .contact-form .form-group-main .input-box select,
    .contact_us_home .contact-form .form-group-main .input-box textarea {
        font-size: 14px;
        line-height: 24px
    }
}

.contact_us_home .contact-form .form-group-main .input-box textarea {
    height: 175px;
    resize: none
}

.contact_us_home .contact-form .input-box.selseccttag {
    position: relative
}

.contact_us_home .contact-form .input-box.selseccttag svg {
    position: absolute;
    bottom: 24px;
    right: 15px;
    width: 16px;
    display: none;
}

.contact_us_home .contact-form .input-box.selseccttag select#purpose {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.contact_us_home .contact-form .input-box.language {
    position: relative
}

.contact_us_home .contact-form .input-box.language .flag {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 17px;
    left: 12px
}

.contact_us_home .contact-form .input-box.language .flag svg {
    width: 16px
}

.contact_us_home .contact-form .input-box.language input#phone {
    padding-left: 80px
}

.contact_us_home .contact-form .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px
}

@media(max-width: 767px) {
    .contact_us_home .contact-form .checkbox-group {
        flex-direction: column;
        gap: 15px
    }
}

.contact_us_home .contact-form .checkbox-group a {
    color: #DB252C;
    text-decoration: none;
    font-weight: 600
}

.contact_us_home .contact-form .checkbox-group input {
    margin-right: 10px
}

.contact_us_home .contact-form .checkbox-group .submit-button {
    margin-right: -20px;
}

.contact_us_home .contact-form .checkbox-group .submit-button {
    display: flex;
    justify-content: flex-end;
    margin-left: auto
}

.contact_us_home .contact-form .checkbox-group .submit-button button {
    background-color: var(--red-color);
    color: #fff;
    padding: 10px 32px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px
}

.contact_us_home span.wpcf7-list-item {
    margin-left: 0;
}

.contact_us_home input#contactFormSubmit {
    padding: 10px 32px;
}

.contact_us_home .checkbox-group .agreement_sec {
    display: flex;
    align-items: center;
}

.contact_us_home .checkbox-group .agreement_sec p {
    display: none;
}

@media(max-width: 767px) {
    .contact_us_home .contact-form .checkbox-group .submit-button button {
        font-size: 14px;
        padding: 4px 20px;
        margin: 0 auto
    }
}

.contact_us_home .contact-form .agreement_sec input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.contact_us_home .contact-form .agreement_sec label {
    position: relative;
    cursor: pointer;
    padding-left: 17px;
    text-align: left !important;
}

@media(max-width: 767px) {
    .contact_us_home .contact-form .agreement_sec label {
        font-size: 14px;
        line-height: 24px
    }
}

.contact_us_home .contact-form .agreement_sec label:before {
    content: "";
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
    border: .94px solid rgba(0, 0, 0, .25);
    background: #fefefc;
    top: 0;
    position: absolute;
    left: 0;
}

.contact_us_home .contact-form .agreement_sec input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2.5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #d92029;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.wpcf7-form label.error {
    margin: 2px 0 0 !important;
    font-size: 12px !important;
    color: #d92029 !important;
}

.input-box.language svg {
    position: absolute;
    top: 58px;
    z-index: 9;
    left: 48px;
    width: 16px;
}

.contact_us_home .contact-form .input-box.language .selected-flag {
    height: 62px;
}

.contact_us_home .contact-form .form-group-main .input-box ul.country-list {
    width: 320px;
    z-index: 999;
}

.contact_us_home .contact-form .agreement_sec .wpcf7-list-item-label label.text-center {
    color: #555;
}

.contact_us_home .contact-form .agreement_sec .wpcf7-list-item-label label.text-center::before {
    content: none;
}

.select_flx.mobile_show {
    display: none;
    padding: 10px 15px;
    justify-content: start;
}

/* single page */
.ehssDetail .bannerimgs {
    width: 100%;
    border-radius: 10px;
    margin-top: 130px;
    margin-bottom: 40px;
}

.ehssDetail .bannerimgs img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border: 10px;
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
}

.ehssDetail h2 {
    color: #1A202C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}

.ehssDetail p {
    margin-bottom: 16px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

.smartians_speak_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.smartians_speak_img {
    height: 280px;
    width: 100%;
}

.smartians_speak_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.smartians_speak_content_main_inner {
    padding: 0 15px 15px;
}

.smartians_speak_content_main_inner h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 10px;
}

.smartians_speak_content_main_inner p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 29px;
    margin-bottom: 14px;
}

.smartians_speak_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}

.smartians_speak_content_main_inner a {
    color: #DB252C;
    font-weight: 600;
    text-transform: capitalize;
}

.country-selector.weglot-dropdown .wgcurrent {
    border-radius: 5px;
    padding: 6px 4px;
}

.country-selector.weglot-dropdown .wgcurrent:after {
    top: 22px !important;
}


section.homepagebanner.ehss {
    background: url(./assets/img/ess_bg.png) no-repeat top left;
    background-size: 50%;
}

.homepagebanner .row {
    align-items: center;
}

.homepagebanner .bannercontent,
.homepagebanner .bannervideosection {
    width: 50%;
}

.homepagebanner .bannervideosection.Imgsection {
    border-radius: 33px;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
    padding: 10px 10px 0;
    width: 50%;
}


.bannervideosection.Imgsection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.homepagebanner.ehss .row .bannercontent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

section.homepagebanner.ehss .row .bannercontent h1 {
    color: #1A202C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding-right: 10%;
}

section.homepagebanner.ehss .row .bannercontent p.desc {
    color: #555;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 29px;
    padding-right: 20%;
    margin: 0;
}

.hssinfos p {
    color: #FFF;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 29px;
    margin-bottom: 0;
    opacity: 0.8;
    max-width: 661px;
}

.hssinfos {
    background: url(./assets/img/hssinfosection.png) no-repeat top left;
    background-size: cover;
}

.hssinfos .overview.content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.choose_smartdata.ehss {
    background: none;
}

.heading_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.choose_smartdata .choose_smartdata_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}



.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
    width: calc(33.33% - 30px);
    padding: 40px;
    gap: 25px;
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items {
    width: calc(25% - 30px);
    border-radius: 20px;
    background: var(--White-color, #FFF);
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05);
    display: flex;
    padding: 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

section.choose_smartdata.ehss .topIcons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ehss .heading_sec h2.section-heading.leftlineheading {
    text-align: left;
    justify-content: start;
}

.heading_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}


.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper {
    justify-content: center;
    width: 82px;
    height: 82px;
    padding: 16px;
    border-radius: 6px;
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
    background: #fbe5e5;
    width: 60px;
    height: 60px;
}

section.choose_smartdata.ehss .topIcons span.counting {
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    opacity: .1;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--red-color);
    color: #fff;
    position: relative;
}

.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items h4 {
    color: #1A202C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items p {
    color: #555;
    font-size: var(--font-size-16);
    font-weight: 400 !important;
    line-height: 30px;
    margin: 0 0 -15px;
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items a.read_more {
    color: var(--red-color);
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 25.534px;
    text-decoration: unset;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: auto;
}

.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items a.read_more {
    justify-content: flex-end;
}

h2.section-heading.leftlineheading {
    margin-bottom: 50px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    display: flex;
    color: var(--heading-color);
    align-items: center;
}

h2.section-heading.leftlineheading span {
    color: var(--red-color);
    padding-right: 7px;
    display: contents;
    font-weight: 700;
}

h2.section-heading.leftlineheading span.line {
    border-radius: 2px;
    background: var(--red-color);
    width: 72px;
    height: 8px;
    display: inline-block;
    margin-left: 24px;
}

section.about_us_overview {
    background: url(./assets/img/bg_line_left.svg), url(./assets/img/bg_line_ryt.svg) #f2f2e1;
    background-position: left center, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.heading_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

section.about_us_overview .heading_sec {
    margin-bottom: 12px;
}

.about_us_overview.ehss .overview.content {
    display: block;
    position: relative;
}

.leadership_sec {
    position: relative;
    background-image: url(./assets/img/bg_line_left.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about_us_overview.ehss .overview.content .leadership_sec {
    position: static;
}

section.about_us_overview.ehss .slides-numbers {
    display: none !important;
}

section.about_us_overview.ehss .slides-numbers {
    display: flex !important;
}

.leadership_sec .slides-numbers {
    display: none !important;
}

.ehss .slides-numbers {
    right: 0;
    left: auto;
}

.ehss .slides-numbers {
    width: 255px;
}

.leadership_sec .slides-numbers {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    width: 225px;
    justify-content: space-between;
}

.ehss .slides-numbers {
    right: 0;
    left: auto;
}

.ehss .slides-numbers {
    width: 255px;
}

.leadership_sec .slides-numbers {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    width: 225px;
    justify-content: space-between;
}

.leadership_sec_slider.ehss {
    margin: 0;
}

.about_us_overview.ehss .leadership_slider_item {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: center;
}

.leadership_sec_slider.ehss .leadership_slider_item_img.sliderLaptop {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}

.leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3.125rem 6.25rem 5rem 6.25rem;
    max-height: 100%;
    max-width: 100%;
}


.leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
    height: 330px;
    width: 520px;
    padding: 0;
    top: 200px;
    border-radius: 10px;
}

.leadership_sec_slider.ehss .leadership_slider_item_img.sliderLaptop img.sliderLaptop_fixedimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.about_us_overview.ehss .leadership_slider_item .content_leader {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 45%;
}

.leadership_sec_slider.ehss h4 {
    color: #1A202C;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.project-description {
    height: 92px;
    overflow: hidden;
}

.leadership_sec_slider.ehss p {
    color: #555;
    font-size: 16px !important;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 29px;
    margin-bottom: 20px;
    max-width: 700px;
}

.about_us_overview .overview.content p {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 30px;
    width: 50%;
    margin: 0;
}

.about_us_overview.ehss .overview.content p {
    width: 100%;
}

.leadership_sec_slider.ehss a.read_more {
    color: #CE2026;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}


section.about_us_overview.ehss .slick-dots {
    bottom: 0;
    margin: 0;
    right: 20px;
    max-width: 200px;
}

section.about_us_overview.ehss .slick-dots {
    right: 0;
}

.about_us_ourvalues.ehss .missio_vision_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}

.slick-slider .slick-track {
    gap: 20px;
    display: flex;
}

.about_us_ourvalues.ehss .slick-slide {
    margin: 0 12px 0;
}

.about_us_ourvalues.ehss .slide {
    position: relative;
}

.slide.about_smartData_slider_inneritem.testimonial_withdes {
    overflow: hidden;
    border-radius: 12px;
}

.about_us_ourvalues.ehss .img_wrapper {
    width: 100%;
    height: 470px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.about_us_ourvalues.ehss .img_wrapper img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.about_us_ourvalues.ehss .img_wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(./assets/img/Overlay-smartdata_sde.png) bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.about_us_ourvalues.ehss .content_wrapper {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, rgba(206, 32, 38, 0.02) 70.83%, rgba(0, 0, 0, 0.10) 100%);
    color: #fff;
    align-items: center;
}

.about_us_ourvalues.ehss .content_wrapper .nameauther p {
    color: #FFF;
    font-size: var(--font-size-16);
    font-weight: 700 !important;
    margin: 0;
}

.wonderplugingridgallery .wonderplugin-gridgallery-loadmore,
.content_wrapper .nameauther span,
.testimonials_homepage .testihome_items .testihome_content>a,
#load-moreclientvisit {
    display: none !important;
}

.testimonial_withdes .content_wrapper {
    flex-wrap: wrap;
    gap: 4px;
}

.testimonial_withdes .content_wrapper .descr p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

.testimonial_withdes .content_wrapper a.read_more {
    justify-content: flex-end;
    margin-top: auto;
}

.about_learn_more.ehss {
    background: url(./assets/img/benefitsection.png) no-repeat top right;
    background-size: 48% 100%;
}

.about_learn_more {
    background: #f2f2e1;
}


.about_learn_more.ehss .about_learn_more_info {
    width: 50%;
}

.about_learn_more .about_learn_more_info {
    display: flex;
    gap: 90px;
    align-items: flex-start;
}

.about_learn_more.ehss .about_learn_more_info .about_learn_morecont {
    width: 100%;
}

.about_learn_more .about_learn_more_info .about_learn_morecont {
    width: 65%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about_learn_more.ehss .about_learn_more_info .about_learn_morecont .about_learn_morecont_items {
    width: 100%;
    border: 1px solid rgba(206, 32, 38, 0.30);
    box-shadow: none;
    transition: 0.2s all;
}

.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items {
    width: calc(50% - 10px);
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 2px 5px 12px 0px rgba(0, 0, 0, .06);
    gap: 12px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(206, 32, 38, .3);
}

.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items p {
    margin: 0;
}

.about_learn_more.ehss .about_learn_more_info .about_learn_morecont .about_learn_morecont_items:hover,
.about_learn_more.ehss .about_learn_more_info .about_learn_morecont .about_learn_morecont_items.active {
    border-radius: 6px;
    border: 1px solid rgba(206, 32, 38, 0.30);
    background: #FFF;
    box-shadow: 2px 5px 12px 0px rgba(0, 0, 0, 0.06);
    transition: 0.2s all;
}

.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--heading-color);
}

a.read_more svg,
.about_learn_morecont_items h4 svg,
button.view_all_bg svg {
    display: none;
}

.readmoreBtns {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: #DB252C;
    border: 0px;
    outline: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 20px;
}




/* media responsive */
@media (max-width: 1770px) {
    .about_us_banner .hero_banner_img::after {
        right: -8px;
    }

    .heading_sec {
        margin-bottom: 40px;
    }

    .choose_smartdata .choose_smartdata_items {
        gap: 24px;
    }
}


@media (max-width: 1620px) {

    .container,
    .container_two {
        max-width: 1440px;
        padding: 0 32px;
    }

    .main_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 8px;
        font-size: 15px;
    }

    .select_flx {
        gap: 10px;
    }

    .main_header .navbar {
        padding: 13px 15px;

    }

    .navbar-brand img {
        width: 148px;
    }

    .py_100 {
        padding: 80px 0;
    }

    .hero_banner {
        padding: 152px 0 126px;
    }

    .hero_banner_cntnt_txt h1 {
        font-size: 52px;
        line-height: unset;
        margin-bottom: 20px;
    }

    .hero_banner_cntnt_txt p {
        font-size: 32px;
        line-height: unset;
    }

    .hero_row_flx {
        margin-bottom: 40px;
    }

    .hero_banner_btn button {
        font-size: 18px;
        padding: 12px 30px;
    }

    .whats_latest_cntnt {
        margin-left: 40px;
    }

    .why_smartdata.py_100 {
        padding-top: 145px;
    }

    .main_footer {
        padding: 80px 0 0;
    }

    /* .haader_btn button {
        padding: 13px 20px;
    } */
    .main_header .container {
        padding: 0 15px;
    }


    /* About us */

    .industry_hero_banner .hero_row_flx {
        gap: 34px;
    }

    .about_us_banner .hero_banner_img::after {
        max-width: unset;
        max-height: unset;
        background-position: right top;
    }

    .about_us_banner .hero_banner_img::before {
        max-width: unset;
        max-height: unset;
        background-position: left bottom;
    }

    .about_us_banner .about_us_tag {
        max-width: 44%;
        left: 0%;
        gap: 40px;
        top: -50px;
    }

    .about_us_block .mission_vision_content {
        bottom: -10%;
    }

}

@media (max-width: 1440px) {
    .main_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 4px;
        font-size: 13px;
    }

    /* .select_flx {
        gap: 10px 8px;
    } */
    .tab_body_cntnt_flx {
        max-width: 442px;
    }

    .data_counter_flx.tab_counter {
        min-width: 595px;
    }

    .leader_ship_cntnt {
        padding: 0 0 0 32px;
    }

    .leader_ship_card_txt {
        padding: 20px 6px 16px;
        border-radius: 15px;
    }

    .leader_ship_card_txt h3 {
        font-size: 18px;
    }

    .leader_ship_card_txt p {
        font-size: 14px;
    }

    .leader_ship_cntnt {
        max-width: 380px;
        gap: 15px;
    }

    .leader_ship_card_txt::before {
        height: 6px;
    }

    .leader_ship_cntnt_txt p {
        font-size: 16px;
    }

    .industry_hero_banner .hero_row_flx .hero_banner_img {
        flex: 0 0 520px;
    }


    .about_learn_more.ehss .about_learn_more_info .about_learn_morecont {
        gap: 16px;
    }

    .about_learn_more .about_learn_more_info {
        gap: 40px;
    }

    .about_learn_more.ehss .about_learn_more_info .about_learn_morecont .about_learn_morecont_items {
        padding: 14px 20px;
        gap: 6px;
    }

    .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items p {
        line-height: 24px;
        font-size: 14px;
    }

    .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items h4 {
        font-size: 20px;
    }

    .about_learn_more.ehss {
        background-size: 50% 100%;
        background-position: calc(100% + 50px) center;
    }

    .about_learn_more.ehss .about_learn_more_info .about_learn_morecont {
        gap: 16px;
    }


}

@media (max-width: 1320px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 84px;
        background-color: #fff;
        left: 0;
        right: 0;
        border: 1px solid #ebebeb;
        border-radius: 6px;
    }

    ul.navbar-nav {
        flex-direction: column !important;
        width: 100%;
    }

    .main_header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .select_flx.mobile_show {
        display: flex;

    }

    .select_flx_desktop {
        display: none;
    }

    .select_bx.select_region.select_flx_desktop .country-selector {
        display: none;
    }

    .megamenu {
        position: unset;
        opacity: 1;
        visibility: visible;
    }

    .megamenu {
        padding: 8px 15px;
        box-shadow: unset;
    }

    .main_header .menu-box {
        padding: 0 16px;
    }

    .main_header .menu-box ul h6 a {
        font-size: 14px;
    }

    #arrow_btn {
        display: block;
    }



    /* Clients */

    .benefit_cards_row {
        flex-wrap: wrap;
    }


    .benefit_cards_content {
        width: calc(33.33% - 20px);
    }

    /* Products */

    .product_right_item {
        gap: 4px;
        padding: 20px 20px;
        margin: 20px 0;
    }

    /* About Us */

    .about_us_banner .about_us_tag {
        padding: 20px 0;
    }

    .about_us_tag .about_us_tag_item h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .about_us_tag .about_us_tag_item p {
        font-size: 16px;
    }

    .about_us_banner .hero_banner_cntnt_txt p br,
    .industry_hero_banner .hero_banner_cntnt_txt h1 br {
        display: none;
    }

    /* Our hostory */



    .our_history.invest_leader .inverstor {
        gap: 16px;
    }

    /*  */
    .leadership_sec_slider.ehss h4 {
        font-size: 18px;
    }

    .about_us_overview.ehss .overview.content p {
        font-size: 14px;
        line-height: 24px;
    }

    .about_us_overview.ehss .leadership_slider_item .content_leader {
        gap: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {

    .container,
    .container_two {
        padding: 0 15px;
    }

    .tittle_head {
        margin-bottom: 28px;
    }

    .tittle_head h2 {
        font-size: 26px;
    }

    .why_smartdata.py_100 {
        padding-top: 125px;
    }

    .why_card_cntnt_txt h3 {
        font-size: 18px;
    }

    .py_100 {
        padding: 60px 0;
    }

    .our_sevices_cntnt {
        padding: 0 15px 0 15px;
    }

    .our_services_card {
        padding: 15px 15px;
        gap: 15px;
    }

    .our_services_card_cntnt h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .our_services_card_icon {
        width: 60px;
        height: 60px;
    }

    .our_services_card_icon span {
        width: 50px;
        height: 50px;
    }

    .our_services_list {
        gap: 22px;
    }

    .avatar_stack_img {
        width: 82px;
    }

    .avatar_stack_img.avatar_stack_txt h3 {
        font-size: 22px;
    }

    .why_customer .tittle_head {
        margin-bottom: 28px;
    }

    .customer_card {
        padding: 20px 20px;
        border-radius: 8px 8px 60px 8px;
    }

    .customer_card_profile_img {
        flex: 0 0 50px;
    }

    .whycustomerswiper .swiper-pagination {
        margin-top: 30px;
    }

    .industries_grid {
        gap: 30px 30px;
    }

    .flex_tab {
        gap: 15px;
    }

    .tab_body_cntnt_flx {
        padding: 15px 16px;
    }

    .tab_body_cntnt_flx {
        max-width: 322px;
    }

    .smartproductswiper .swiper-pagination {
        margin-top: 30px;
    }

    .whatslatestSwiper .swiper-pagination {
        margin-top: 30px;
    }

    .whats_latest_cntnt_txt h3 {
        font-size: 24px;
        line-height: unset;
    }

    .whats_latest .row {
        align-items: center;
    }

    .whats_latest_cntnt {
        margin-left: 20px;
    }

    .main_footer {
        padding: 60px 0 0;
    }

    .copyright_txt {
        margin-top: 60px;
    }

    .leader_ship_cntnt_txt h2 {
        font-size: 26px;
    }

    .leader_ship_cntnt {
        padding: 0 0 0 15px;
    }

    .leader_ship_flx {
        gap: 15px;
    }

    .contact_us_home .contact-form .form-group-main {
        flex-direction: column;
    }

    .contact_us_home .contact-form .form-group-main>div {
        width: 100%;
    }

    .smartians_speak_content {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Industries */

    .industries_card_block {
        gap: 20px;
    }

    /* Products */

    .industry_hero_banner .hero_banner_cntnt_txt h1 br {
        display: none;
    }

    .products {
        grid-template-columns: repeat(1, 1fr);
    }

    .product_right_item {
        padding: 20px 30px;
        border-radius: 10px;
    }

    .products_client {
        margin: 0;
    }

    /* About us */

    .about_us_block .mission_vision_content {
        min-width: unset;
    }

    .about_us_block .mission_vision_content .mission_vision_inner {
        flex-direction: column;
    }

    .about_us_block .mission_vision_content .mission_vision_inner .textcont {
        text-align: center;

    }

    /* OUr values */

    .our_values.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
        width: calc(75% - 25px);
    }



    section.homepagebanner.ehss .row .bannercontent h1 {
        font-size: 22px;
        line-height: 32px;
        margin: 0;
    }

    section.homepagebanner.ehss .row .bannercontent p.desc {
        padding-right: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: calc(50% - 20px);
        padding: 20px 16px;
        gap: 16px;
    }

    .about_us_overview.ehss .leadership_slider_item {
        gap: 20px;
    }

    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 200px;
        width: 330px;
        top: 47%;
    }

    .about_learn_more.ehss {
        background-image: none;
    }

    .readmoreBtns {
        width: fit-content;
        font-size: var(--font-size-16);
        padding: 12px 20px;
    }
}

@media (max-width: 1024px) {
    .hero_banner_cntnt_txt h1 {
        font-size: 36px;
    }

    .hero_banner_cntnt_txt p {
        font-size: 26px;
    }

    .hero_row_flx {
        gap: 34px;
    }

    .our_sevices_img_hide {
        display: none;
    }

    .our_services_card:nth-child(even) {
        margin-left: 0;
    }

    .our_sevices_cntnt_bx {
        width: 100%;
    }

    .our_services_card {
        max-width: unset;
    }

    .flex_tab {
        flex-direction: column;
    }

    .flex_tab .nav.nav-pills {
        flex-direction: row;
        flex: unset;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .footer_head h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .megamenu_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .main_header .menu-box {
        border-right: none;
        padding: 0 0;

    }


    /* Industries */

    .industries_card_block {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* Products */

    .product_right_item {
        gap: 10px;
    }

    /* About Us */

    .about_us_banner .about_us_tag {
        position: static;
        padding: 20px 20px;
        border-radius: 20px;
        max-width: 90%;
        margin: 15px auto 0 auto;
    }

    .about_us_block {
        flex-direction: column;
    }

    .about_us_left,
    .about_us_right {
        width: 100%;
    }

    .about_us_block .mission_vision_content {
        position: unset;
    }

    .about_us_block .mission_vision_content .mission_vision_inner {
        flex-direction: row;
    }

    .about_us_block .mission_vision_content .mission_vision_inner .textcont {
        text-align: start;
    }
}

@media (max-width: 991px) {
    .py_100 {
        padding: 30px 0;
    }

    .tittle_head {
        margin-bottom: 22px;
    }

    .hero_banner {
        padding: 152px 0 112px;
    }

    .why_smartdata.py_100 {
        padding-top: 95px;
    }

    .hero_banner_btn button {
        font-size: 16px;
        padding: 10px 30px;
    }

    .why_customer .tittle_head {
        margin-bottom: 22px;
    }

    .industries_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .data_counter_flx.tab_counter {
        min-width: 505px;
    }

    .data_counter_flx.tab_counter .data_counter_card h2 {
        font-size: 22px;
    }

    .data_counter_flx.tab_counter .data_counter_card p {
        font-size: 14px;
    }

    .whats_latest_img {
        text-align: center;
    }

    .whats_latest_cntnt_txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .whats_latest_cntnt {
        margin-left: 0;
    }

    .data_counter_sec .data_counter_flx {
        padding: 22px 15px;
        margin-bottom: -50px;
    }

    .data_counter_sec .data_counter_card h2 {
        font-size: 22px;
    }

    .data_counter_sec .data_counter_card p {
        font-size: 16px;
    }

    .data_counter_card {
        padding: 0 30px;
    }

    .main_footer {
        padding: 30px 0 0;
    }

    .footer_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick_links ul {
        gap: 10px;
    }

    .copyright_txt {
        margin-top: 30px;
    }

    .social_link {
        margin-top: 30px;
    }

    .leader_ship_flx {
        display: block;
        padding-left: 15px;
    }

    .leader_ship_cntnt {
        max-width: unset;
        padding: 0 15px 30px 0;
    }

    .megamenu_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* Benefits */

    .benefit_cards_content {
        width: calc(50% - 15px);
    }

    /* Products */

    .product_right_item {
        gap: 5px;
        padding: 20px;
    }

    .product_right_item .product_text {
        font-size: 14px;
    }

    .industry_hero_banner .hero_row_flx {
        flex-direction: column-reverse;
    }

    .industry_hero_banner .hero_row_flx .hero_banner_img {
        flex: 0 0 auto;
    }

    /* about us */

    .about_us_banner .hero_row_flx {
        flex-direction: column;
    }

    .about_us_banner .hero_row_flx .hero_banner_img {
        margin-left: unset;
    }

    .about_us_banner .hero_banner_cntnt_txt {
        text-align: center;
    }

    .about_us_tag .about_us_tag_item h3 {
        font-size: 24px;
    }

    .about_us_block .mission_vision_content {
        flex-direction: column;
    }

    .about_us_right h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .about_us_text_cntnt .about_us_subheading {
        font-size: 18px;
        line-height: 26px;
    }

    .about_us_text_cntnt .about_us_subheading br {
        display: none;
    }

    /* Our values */

    .our_values .section-heading.leftlineheading {
        font-size: 36px;
        margin-bottom: 25px;
        line-height: 32px;
    }

    /* Our History */
    .our_history.invest_leader .inverstor {
        flex-wrap: wrap;
    }

    .our_history.invest_leader .inverstor .inverstor_slider {
        width: calc(50% - 10px);
    }

    .our_history.invest_leader .inverstor .inverstor_slider img {
        height: 220px;
    }

    .section-padd-100,
    .benefit_main_row {
        padding: 50px 0;
    }

    /* Newly updated */

    .aboutusbanner .row.top_row {
        gap: 16px;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .homepagebanner .bannercontent,
    .homepagebanner .bannervideosection {
        width: 50%;
    }

    /*  */

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: calc(50% - 20px);
        padding: 20px 16px;
        gap: 16px;
    }

    section.choose_smartdata.ehss .topIcons span.counting {
        font-size: 60px;
        line-height: 70px;
    }

    section.choose_smartdata.ehss .topIcons span.counting {
        font-size: 60px;
        line-height: 70px;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items h4 {
        font-size: 18px;
        margin: 0;
        line-height: 100%;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items p {
        font-size: var(--font-size-16);
        line-height: 24px;
        margin: 0 0 -8px;
    }
}

@media (max-width: 767px) {

    /* p{
        font-size: 14px;
    } */
    .hero_banner {
        padding: 112px 0 112px;
    }

    .hero_row_flx {
        flex-direction: column-reverse;
    }

    .hero_banner_cntnt_txt h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .hero_banner_cntnt_txt p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .why_card_img img {
        width: 100%;
    }

    .why_card_cntnt_txt p {
        line-height: 26px;
    }

    .avatar_stack {
        margin-bottom: 18px;
    }

    .avatar_stack_img {
        width: 62px;
        margin-left: -14px;
    }

    .avatar_stack_img.avatar_stack_txt h3 {
        font-size: 16px;
    }

    .flex_tab .nav-link {
        align-items: center;
        font-size: 16px;
        padding: 9px 16px;
        gap: 2px;
    }

    .flex_tab .nav-link span {
        font-size: 14px;
    }

    .tab_body {
        flex-direction: column;
        gap: 10px;
    }

    .tab_body_cntnt_flx {
        max-width: unset;
    }

    .data_counter_flx.tab_counter {
        min-width: unset;
        flex-direction: column;
        gap: 10px;
    }

    .data_counter_flx.tab_counter .data_counter_card {
        border-right: none;
        border-bottom: 1px solid rgb(29 35 70 / 10%);
        padding: 10px 10px;
        width: 100%;
    }

    .data_counter_flx.tab_counter .data_counter_card:first-child {
        padding-top: 0;
    }

    .data_counter_flx.tab_counter .data_counter_card:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .data_counter_sec .data_counter_flx {
        flex-direction: column;
    }

    .data_counter_sec .data_counter_card {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgb(29 35 70 / 10%);
        padding: 15px 0;
    }

    .data_counter_sec .data_counter_card:first-child {
        padding-top: 0;
    }

    .data_counter_sec .data_counter_card:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .contact_us_home .contact-form .form-group-main .input-box input,
    .contact_us_home .contact-form .form-group-main .input-box textarea {
        height: 50px;
    }

    .contact_us_home .contact-form .form-group-main .input-box select {
        height: 50px;
    }

    .input-box.language svg {
        top: 49px;
    }

    .contact_us_home .contact-form .input-box.language .selected-flag {
        height: 50px;
    }

    .contact_us_home .intl-tel-input .country-list .country-name,
    .intl-tel-input .country-list .flag-box {
        font-size: 14px;
    }

    .navbar-brand {
        flex-shrink: 0;
    }

    .navbar-brand img {
        width: 116px;
    }

    .haader_btn {
        display: flex;
        justify-content: flex-end;
    }

    .haader_btn button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .select_flx.mobile_show {
        flex-direction: column;
    }

    .select_flx.mobile_show .select_bx {
        flex: unset;
    }

    .select_flx.mobile_show .select_bx.select_lang {
        flex: unset;
    }

    .select_flx.mobile_show select {
        width: 100%;
    }

    .select_flx.mobile_show .select_bx {
        width: 100%;
    }

    .navbar-collapse {
        top: 70px;
    }

    .smartians_speak_content {
        grid-template-columns: repeat(1, 1fr);
    }

    .select_flx.mobile_show .country-selector {
        width: 100%;
    }


    /* Industries */

    .industry_hero_banner {
        padding: 150px 0 50px 0;
    }

    .industries_card_block {
        gap: 20px;
        margin-top: 30px;
    }

    .industries_block {
        padding: 50px 0;
    }

    .industry_hero_banner .hero_banner_cntnt_txt h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .industry_hero_banner .hero_banner_cntnt_txt p {
        font-size: 16px;
        line-height: 24px;
    }

    .industries_text_col {
        padding: 15px;
    }

    .industries_text_col h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .industries_text_col p {
        line-height: 24px;
        font-size: 14px;
    }




    /* Benefits */


    .benefit_cards_content {
        width: 100%;
        padding: 24px;
        gap: 10px;
    }

    .benefit_cards_content .card_content h4 {
        font-size: 18px;
    }

    .benefit_cards_content .card_content p {
        font-size: 16px;
    }

    /* Clients */

    .clients {
        padding: 50px 0;
    }

    .clients::after {
        display: none;
    }

    .clients::before {
        width: 50%;
    }

    /* Our values */

    .our_values.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
        width: 100%;
    }

    .our_values .contnt_part h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .our_values .contnt_part p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Our history */

    .our_history.invest_leader .inverstor .inverstor_slider {
        width: 100%;
    }

    .our_history.invest_leader .inverstor .inverstor_slider img {
        height: auto;
    }

    /*  */

    .heading_sec {
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    h2.section-heading.leftlineheading span.line {
        margin-top: 14px;
    }

    h2.section-heading.leftlineheading span.line {
        width: 30px;
        height: 5px;
    }

    h2.section-heading.leftlineheading {
        font-size: 20px;
        line-height: 30px;
    }

    .choose_smartdata.ehss .choose_smartdata_items {
        gap: 24px;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: 100%;
        padding: 20px 16px;
        gap: 16px;
    }

    section.choose_smartdata.ehss .topIcons span.counting {
        font-size: 60px;
        line-height: 70px;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items h4 {
        line-height: 24px;
        font-size: 18px;
        margin: 0;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items p {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 -8px;
    }

    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items a.read_more {
        font-size: 14px;
        line-height: 25px;
    }

    .about_us_overview.ehss .leadership_slider_item {
        display: block !important;
    }

    .about_us_overview.ehss .leadership_slider_item>div,
    .leadership_sec_slider.ehss .sliderLaptop {
        width: 100%;
    }

    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 140px;
        width: 220px;
        top: 48%;
    }

    .leadership_sec_slider.ehss .sliderLaptop,
    .about_us_overview.ehss .leadership_slider_item .content_leader {
        width: 100%;
    }


}

@media (max-width: 567px) {
    .hero_banner_cntnt_txt p {
        font-size: 16px;
    }

    .our_services_card {
        flex-direction: column;
    }

    .industries_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* Industries */

    .industries_card_block {
        grid-template-columns: repeat(1, 1fr);
    }

    .industries_card_block {
        margin-top: 30px;

    }

    .industry_hero_banner .hero_banner_cntnt_txt p {
        font-size: 14px;
        line-height: 20px;
    }


    .inner_section_heading {
        font-size: 28px;
    }


    /* About Us */

    .about_us_banner .about_us_tag {
        padding: 15px;
        gap: 10px;
    }

    .about_us_tag .about_us_tag_item h3 {
        font-size: 20px;
    }

    .about_us_tag .about_us_tag_item p {
        font-size: 14px;
    }

    .about_us_block .mission_vision_content .mission_vision_inner {
        flex-direction: column;
        align-items: start;
    }

    .about_us_right h3 {
        font-size: 26px;
    }

    .about_us_text_cntnt .about_us_subheading {
        font-size: 16px;
        line-height: 22px;
    }

    .about_us_text_cntnt p {
        font-size: 14px;
    }


}

@media screen and (max-width:1440px) {
    .our_values {
        margin: 120px 0 50px 0;
    }
}

@media screen and (max-width:1199px) {
    .our_values {
        margin: 50px 0;
    }

    .invest_leader.our_history {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .benefit_heading {
        margin-bottom: 20px;
    }

    .benefit_heading h2 {
        margin-bottom: 20px;
        font-size: 28px
    }
}


/****************contact page**********************/
.contactuspage .bannercontent {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.contactuspage img.contact_img {
    margin-top: 20px;
}

.contactuspage .contact_us_home {
    width: 50%;
    padding-left: 60px;
    background: transparent;
}

.contactuspage .row {
    padding-top: 160px;
    height: auto;
}

.contactuspage h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1A202C;
    letter-spacing: 0;
    margin-bottom: 0;
}

.contactuspage h2 span {
    color: #d92029;
}

.contactpagelocations {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 4px 5px 80px 0px rgba(0, 0, 0, 0.06);
}

.locationsindia.contactus_page_top_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.locationsindia .nameoflocation {
    width: 100%;
    margin-bottom: 0;
}

.locationsindia .nameoflocation h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.contact_page_loca.for_uae .location {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f2e1;
}

.contact_page_loca.for_uae .location:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contactus_page_top_bar .location_main {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact_page_loca.for_uae .location_image {
    width: 100px;
    height: 100px;
    min-width: 100px;
}

.contact_page_loca.for_uae .location_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.contact_page_loca.for_uae .contactus_page_top_bar .location_main p {
    font-size: 16px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 0;
}

.contact_page_loca.for_uae p.google_map_direction a.google_map {
    padding: 2px 11px;
    border-radius: 4px;
    background: #F2F2E1;
    font-size: 12px;
    font-weight: 600;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 4px;
}

.contactus_page_top_bar h4.location-name {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}


.contactus_page_top_bar .address {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: auto;
}

.contact_page_loca.for_uae .contactus_page_top_bar .address p.google_map_direction {
    margin: 0;
}

.contact_page_loca.for_uae .contactus_page_top_bar .address p.google_map_direction a {
    font-size: 14px;
}

.loaction_wrapper {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: space-between;
}

.loaction_wrapper .contactpagelocations {
    box-shadow: -19.8552px 3.97104px 49.6381px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 25%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 40px 20px;
}

.locationsindia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.locationsindia .nameoflocation {
    width: 100%;
    margin-bottom: 20px;
}

.location-name {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
    color: #1A202C;
}

.location_main b {
    color: #1A202C;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.location_main p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 2px 0 10px;
}

.partner_head {
    max-width: 800px;
    margin: 0 auto 20px;
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.contact_form_uae {
    background: #fff;
    padding: 50px;
    max-width: 1250px;
    margin: 20px auto 0;
    border-radius: 10px;
}

@media (max-width: 1300px) {
    .contact_form_uae {
        max-width: 80%;
    }
}

@media (max-width: 991px) {
        .contactuspage .row {
                padding-top: 100px;
            }
    .contactuspage .bannercontent,
    .contactuspage .contact_us_home {
        width: 100%;
        padding-left: 12px;
    }

    .loaction_wrapper {
        gap: 20px;
        flex-wrap: wrap;
    }

    .loaction_wrapper .contactpagelocations {
        width: 48%;
    }

    .contactuspage .contact_us_home {
        margin-top: 30px;
    }
}


@media (max-width: 667px) {
    .contact_form_uae {
        max-width: 90%;
        margin-top: 0;
    }
        .contactuspage img.contact_img {
            margin-top: 0;
        }

    .loaction_wrapper .contactpagelocations {
        width: 100%;
    }

    .contactus_page_top_bar .location_main {
        flex-direction: column;
        gap: 8px;
    }

    .contact_page_loca.for_uae .contactus_page_top_bar .location_main p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .locationsindia .nameoflocation {
        margin-bottom: 10px;
    }

    .location-name {
        margin-bottom: 10px;
    }

    .location_main b {
        line-height: 24px;
    }

    .location_main p {
        margin: 0;
    }

    .tittle_head h2,
    .contactuspage h2 {
        font-size: 20px;
        line-height: 30px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }
        .loaction_wrapper .contactpagelocations {
            padding: 20px;
        }
                .contactus_page_top_bar h4.location-name {
                    font-size: 14px;
                }
}


.contact_form_uae .form-group-main {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
}
.contact_form_uae .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}
.contact_form_uae .input-box {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
}
.contact_form_uae input ,.contact_form_uae select ,.contact_form_uae textarea {
    padding: 10px 20px;
    font-size: var(--font-size-16);
    width: 100%;
    height: 62px;
    border-radius: 4px;
}
.contact_form_uae .input-box.selseccttag svg , .contact_form_uae .input-box.language svg {
    display: none;
}
.contact_form_uae .input-box label {
    margin-bottom: 12px;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 20px;
}
.contact_form_uae textarea.form-control {
    height: 100px;
}
.contact_form_uae .checkbox-group {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.contact_form_uae .agreement_sec {
    display: flex;
    align-items: center;
}
.contact_form_uae .agreement_sec label {
    position: relative;
    cursor: pointer;
    padding-left: 17px;
    text-align: left !important;
}
.contact_form_uae .agreement_sec input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.contact_form_uae .agreement_sec label {
    position: relative;
    cursor: pointer;
    padding-left: 17px;
    text-align: left !important;
}
.contact_form_uae .agreement_sec label:before {
    content: "";
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0px -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 2px;
    border: .94px solid rgba(0, 0, 0, .25);
    background: #fefefc;
    top: 0;
    position: absolute;
    left: 0;
}
.contact_form_uae .agreement_sec input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2.5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #d92029;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.contact_form_uae .checkbox-group a {
    color: #DB252C;
    text-decoration: underline !important;
    font-weight: 600;
}
.contact_form_uae .submit-button {
    width: auto;
}
.contact_form_uae  span.wpcf7-form-control.wpcf7-acceptance {
    margin: 0;
}
.contact_form_uae  span.wpcf7-list-item {
    margin: 0;
}
.contact_form_uae  .submit-button input {
    width: 120px;
    height: 46px;
    background: #db252c;
}
.contact_form_uae .agreement_sec label label::before {
    display: none;
}


@media (max-width: 991px) {
.contact_form_uae {
        padding: 30px 30px 0;
    }
}

@media (max-width: 767px) {
.contact_form_uae .input-box{
    flex: 1 1 100%;
}

}

@media (max-width: 667px) {
.contact_form_uae {
        padding: 20px 20px 0;
    }
    .contact_form_uae .form-group{
        gap:8px;
    }
}


.top_row {
    padding-top: 160px;
}
:root {
    margin: 0;
    padding: 0;
    line-height: 24px;
    --body-fonts: "Poppins", sans-serif;
    --base-color-p : #555;
    --font-size-16: 16px;
    --line-height-24 : 24px;
    --heading-color : #1a202c;
    --red-color: #d92029;
    --fontweight400 : 400;
}
body , p{
    color: var(--base-color-p);
    font-size: var(--font-size-16);
    line-height:var(--line-height-24);
    font-weight: var(--fontweight400);
}
.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.presence {
    background: #e8f0fc;
}
.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.proven {
    background: #f6e3fb;
}
.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.specialist {
    background: #e8f8f8;
}
.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.approach {
    background: #fff0d1;
}
section.about_us_overview .container {
    max-width: 1480px;
}
.leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
    height: 290px;
    width: 450px;
    padding: 0;
    top: 178px;
    border-radius: 10px;
}
section.about_us_overview.ehss .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #cbd5e0;
    border-radius: 50%;
    background: transparent;
}
.leadership_sec .slick-dots li.slick-active button, section.about_us_overview.ehss .slick-dots li.slick-active button {
    background: var(--red-color);
    border-color: var(--red-color);
    transform: scale(1.2);
    border-radius: 50% !important;
}
section.about_us_overview.ehss .slick-dots li button:before {
    opacity: 0;
}
section.about_us_overview.ehss .slides-numbers {
    opacity: 0;
}

@media (max-width: 1060px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 260px;
        width: 410px;
        top: 47%;
    }
        .aboutusbanner .row.top_row {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
section.homepagebanner.ehss .row .bannercontent, section.homepagebanner.ehss .row .bannervideosection.Imgsection {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 230px;
        width: 370px;
        top: 47%;
    }
}

@media (max-width: 800px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 220px;
        width: 350px;
        top: 47%;
    }
}

@media (max-width: 767px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 330px;
        width: 530px;
        top: 47%;
    }
    section.about_us_overview.ehss .slick-dots {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -20px;
}
}

@media (max-width: 720px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 310px;
        width: 500px;
        top: 47%;
    }
}

@media (max-width: 667px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 300px;
        width: 460px;
        top: 47%;
    }
}

@media (max-width: 630px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 280px;
        width: 440px;
        top: 47%;
    }
}

@media (max-width: 630px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 280px;
        width: 440px;
        top: 47%;
    }
}

@media (max-width: 600px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 250px;
        width: 390px;
        top: 47%;
    }
}
@media (max-width: 550px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 240px;
        width: 370px;
        top: 47%;
    }
}

@media (max-width: 550px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 240px;
        width: 370px;
        top: 47%;
    }
}

@media (max-width: 520px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 220px;
        width: 340px;
        top: 47%;
    }
}

@media (max-width: 480px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 200px;
        width: 320px;
        top: 47%;
    }
}

@media (max-width: 450px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 180px;
        width: 290px;
        top: 47%;
    }
}

@media (max-width: 420px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 160px;
        width: 270px;
        top: 47%;
    }
}

@media (max-width: 390px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 150px;
        width: 240px;
        top: 47%;
    }
}

section.choose_smartdata.ehss .diversity_icons_sec .topIcons {
    width: auto;
}
section.choose_smartdata.ehss .diversity_icons_sec .contnt_part {
    display: flex;
    flex-direction: column;
}
section.choose_smartdata.ehss .diversity_icons_sec p {
    margin: 0;
}
.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper span.svgicon svg {
    width: 50px;
    height: 50px;
}

/*  case study downlaod form CSS  */

.contactuspage .row .more_detail_form {
    height: auto;
    padding-left: 0;
    background: transparent;
    width:  100%;
}

.contactuspage .row .more_detail_form .contact-form .form-group-main .input-box input,
.contactuspage .row .more_detail_form .contact-form .form-group-main .input-box select,
.contactuspage .row .more_detail_form .contact-form .form-group-main .input-box textarea {
    border: 1px solid #E0E0E0;
    background: #fff;
}

.contactuspage .row .more_detail_form .contact-form .form-group-main {
    flex-direction: column;
    gap: 16px;
}

.contactuspage .row .more_detail_form .contact-form .form-group-main>div {
    width: 100%;
    gap: 16px 12px;
}

.contactuspage .row .more_detail_form .contact-form .checkbox-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.contactuspage .row .more_detail_form .contact-form .checkbox-group .submit-button {
    margin-left: 0;
}

.contactuspage .row .more_detail_form .contact-form .agreement_sec label {
    padding-left: 16px;
    text-align: left !important;
}

.contactuspage .row .more_detail_form .contact-form .agreement_sec label:before {
    position: absolute;
    left: 0;
    top: 2px;
}

.contactuspage .row .more_detail_form .contact-form .form-group-main .input-box label {
    margin-bottom: 8px;
}

.contactuspage .row .contactuspage .row .more_detail_form .contact-form .form-group-main>.input-box {
    gap: 0;
}

.contactuspage .row .more_detail_form .contact-form .form-group-main .input-box textarea {
    height: 100px;
}

.contactuspage .row .more_detail_form .contact-form .form-group-main .flag img {
    width: 30px;
    border-radius: 0;
}
.contactuspage .row .more_detail_form .contact-form .form-group-main>.input-box {
    gap: 0;
}
.testimonial_frame_popup .modal-dialog {
    max-width: 800px;
}
.testimonial_frame_popup {
    width: 100% !important;
}
.contact_us_home.more_detail_form .contact-form .form-group .input-box {
    flex: unset;
}
.contact_us_home.carrer_form.more_detail_form .form-group-main .form-group .input-box {
    width: calc(50% - 11px) !important;
}

@media (max-width:992px) {
    .contactuspage .row .more_detail_form {
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width:767px) {
    .contactuspage .row .more_detail_form .contact-form .agreement_sec label:before {
        top: 4px;
    }
    .contactuspage .row .more_detail_form .contact-form .form-group-main>div {
        gap: 5px;
    }
    .contactuspage .row .more_detail_form .contact-form .form-group-main .input-box label {
        margin-bottom: 4px;
    }
    .contactuspage .row .more_detail_form .contact-form .input-box.language svg {
        top: 47px;
    }
    .contactuspage .row .more_detail_form .contact-form .checkbox-group .submit-button input {
        height: 40px;
    }
    .contactuspage .row .more_detail_form .contact-form .input-box.language svg {
        top: 47px;
    }
    .contact_us_home.carrer_form.more_detail_form .form-group-main .form-group .input-box {
        width: calc(50% - 11px) !important;
    }
    .contact_us_home.carrer_form.more_detail_form .form-group-main {
        flex-direction: column;
        gap: 15px;
    }
    .contact_us_home.carrer_form.more_detail_form .form-group-main .input-box {
        width: 100% !important;
    }
    .contact_us_home.carrer_form.more_detail_form .form-group-main .input-box textarea {
        border: 1px solid rgba(202, 202, 202, 0.50);
        height: 100px;
    }
    .contact_us_home.carrer_form.more_detail_form .form-group-main .input-box.language input {
        padding-left: 80px;
    }
    .contact_us_home.carrer_form.more_detail_form .form-group-main .input-box.language svg {
        top: 55px;
    }
}
@media (max-width: 667px) {
    .contact_us_home.carrer_form.more_detail_form .form-group-main .form-group .input-box {
        width: 100% !important;
    }
}

/*   */


.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #CBD5E0;
    opacity: 1;
    background: transparent;
}
.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: #DB252C;
    border: 1px solid #fff;
}
.container {
    max-width: 1620px;
}
.flex_tab .nav-link {
    text-align: left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #1A202C;
}
.swiper-pagination {
    margin-top: 60px;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_customer .tittle_head h2 {
    line-height: 130%;
}
#home_page_contact span.ajax-loader {
    display: none;
}
#home_page_contact input#contactFormSubmit {
    margin: 0;
}

@media (max-width: 1640px) {
    .hero_banner .container , .container, .container_two , .main_header .container {
        max-width : 94% !important;
    }
    .hero_banner_cntnt_txt h1 , .hero_banner_cntnt_txt p {
        line-height: 120%;
    }
    .main_header .container {
        max-width: 98% !important;
    }
}

@media (max-width: 1024px) {
    section.our_sevices .row{
        max-width : 94%;
        margin: 0 auto;
    }
    .hero_banner_cntnt {
    max-width: 100%;
    width: 100%;
}

.hero_row_flx .hero_banner_img {
    width: 100%;
}

.hero_banner_cntnt_txt p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.hero_banner_cntnt_txt h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px;
}
}




@media (max-width: 667px) {
    .main_header .container {
        max-width: 100% !important;
    }
    .quick_links ul{
        gap:8px;
    }
   .copyright_txt p,  .quick_links ul li a , .address_txt p{
        font-size: 14px;
        line-height: 24px;
    }
    
.footer_head h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.footer_logo {
    margin-bottom: 10px;
}
    .footer_logo img {
    width: 168px;
    height: 41px;
}
section#home_page_contact .submit-button {
    margin-right: 0;
}

.hero_banner .swiper-pagination {
    margin-top: 0;
}
    
}
.swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50% !important;
    border: 1px solid #CBD5E0 !important;
    opacity: 1 !important;
    background: transparent !important;
}
.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    background-color: #DB252C !important;
    border: 1px solid #fff !important;
}
.container {
    max-width: 1620px;
}
.flex_tab .nav-link {
    text-align: left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #1A202C;
}
.swiper-pagination {
    margin-top: 60px;
    position: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_customer .tittle_head h2 {
    line-height: 130%;
}
#home_page_contact span.ajax-loader {
    display: none;
}
#home_page_contact input#contactFormSubmit {
    margin: 0;
}