/*
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";


* {
    margin: 0;
    padding: 0;
    /*list-style-type: none;
  text-decoration: none !important;*/
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.badge-danger {
    background-color: var(--red-color)
}

.btn {
    font-weight: var(--fontweight400);
    border-radius: 4px;
    padding: 9px 30px
}

.btn:hover,
.btn:focus,
.btn:active:focus {
    box-shadow: none
}

.btn.btn-danger {
    f background-color: var(--red-color);
    border-color: var(--red-color);
    color: #fff;
    font-size: var(--font-size-16);
    font-weight: 600;
    height: 50px;
    border-radius: 6px
}

.fa.fa-search .btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
    background-color: #fff;
    - border-color: var(--red-color);
    color: var(--red-color);
}

.contact_us_home.carrer_form .contact-form .form-group .input-box {
    position: relative;}
.select_arrow {
    position: absolute;    
      top: 58px;  
      right: 15px;
}
section#joinus-form .select_arrow svg {
    display: block;    
      top: 0px;    
      right: 5px;
}
section.ledaershippage_banner.food_page .close-santa {
   right: 18px;
}

@media(max-width: 1700px) {
    .btn.btn-danger {
        height: 54px
    }
}

@media(max-width: 1300px) {
    .btn.btn-danger {
        font-size: var(--font-size-16);
        height: 44px
    }
}

@media(max-width: 767px) {
    .btn.btn-danger {
        font-size: var(--font-size-16);
        font-weight: 500;
        line-height: 24px;
        height: 40px;
        padding: 10px 20px;
    }
}

.btn-outline-danger {
    color: var(--red-color);
    border-color: var(--red-color);
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    background-color: var(--red-color);
    border-color: var(--red-color);
    color: #fff
}

.text-success {
    color: #10b759 !important
}

.text-warning {
    color: var(--red-color);
}


:root {
    margin: 0;
    padding: 0;
    line-height: 28px;
    --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: 28px;
    font-weight: var(--fontweight400);
}

body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
button.btn {
    font-family: var(--body-fonts)
}

body .row {
    padding-left: 30px;
    padding-right: 30px
}

@media(max-width: 991px) {
    body .row {
        padding-left: 10px;
        padding-right: 10px
    }
}

.container {
    max-width: 1650px
}

.contact_us_home .contact-form .form-group-main .input-box select {
    border: 1px rgba(202, 202, 202, .5);
    border-radius: 4px;
}

@media(max-width: 1700px) {
    .container {
        max-width: 95%
    }
}

@media(max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 20px
    }
}

header.header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin: 0 auto;
    top: 0;
    z-index: 99;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-backdrop-filter: blur(11.5px);
    backdrop-filter: blur(11.5px);
    padding: 10px 0
}

header.header-wrapper a.btn {
    line-height: 18px;
    border-radius: 4px;
    height: auto;
    padding: 12px 20px;
}

header.header-wrapper.fixed {
    z-index: 999;
}

.awsm-job-container {
    padding-bottom: 0 !important;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-form .row {
    margin: 0;
}

a.btn.btn-danger.hoveranchor.showmobileonly {
    display: none;
}

@media(max-width: 1600px) {
    header.header-wrapper a.btn {
        padding: 10px;
        font-size: 16px
    }
}

@media(max-width: 1600px) {
    header.header-wrapper a.btn {
        padding: 10px;
        font-size: 14px
    }
}

header.header-wrapper .navbar {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 30px 5px 30px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .11)
}

@media(max-width: 1320px) {
    a.btn.btn-danger.hoveranchor.showdesktoponly {
        display: block;
        padding: 10px 5px;

    }

    a.btn.btn-danger.hoveranchor.showmobileonly {
        display: none;
        width: 40px;
        height: 40px;
    }

    #search-btn svg {
        width: 18px;
    }

    a.btn.btn-danger.hoveranchor.showmobileonly {
        background-color: #ffff !important;
        border-color: var(--red-color) !important;
    }

    a.btn.btn-danger.hoveranchor.showmobileonly svg path {
        fill: var(--red-color);
    }
}

@media(max-width: 1199px) {
    header.header-wrapper .navbar {
        padding: 5px 15px 5px 15px
    }
}

@media(max-width: 991px) {
    header.header-wrapper .navbar button.navbar-toggler {
        color: #fff;
        background: #333;
        padding: 6px;
        display: flex;
        align-items: center;
        border-radius: 4px;
        width: 35px;
        justify-content: center;
        height: 35px;
    }
}

@media(max-width: 767px) {
    header.header-wrapper .navbar {
        padding: 5px 10px;
    }
}

header.header-wrapper .navbar .nav-lft {
    margin-right: 38px
}

@media(max-width: 1199px) {
    header.header-wrapper .navbar .nav-lft {
        margin-right: 18px
    }
}

@media(max-width: 991px) {
    header.header-wrapper .navbar .nav-lft {
        width: 100%;
        margin: 0;
        justify-content: space-between
    }
}

header.header-wrapper .navbar .nav-lft .logo img {
    width: 170px;
    /*height: 40px*/
}

@media(max-width: 1300px) {
    header.header-wrapper .navbar .nav-lft .logo img {
        width: 150px;
        /*height: 35px*/
    }
}

div.wpcf7 .ajax-loader {
    background-repeat: no-repeat;
}

header.header-wrapper .navbar .nav-lft .searchWidget.mob-show {
    display: none;
    margin-left: 10px
}

@media(max-width: 991px) {
    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show {
        display: block;
        margin-right: 10px
    }

    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show a {
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 4px;
        height: 35px;
        align-items: center;
        display: flex;
        width: 35px;
        padding: 0;
        justify-content: center;
    }
}

header.header-wrapper .homepage_custom_menu ul.menu {
    gap: 36px;
    display: flex;
    padding-left: 0;
    list-style: none
}

@media(max-width: 1600px) {
    header.header-wrapper .homepage_custom_menu ul.menu {
        gap: 15px
    }
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu {
        flex-direction: column;
        margin-top: 20px;
        gap: 0;
        text-align: center;
        max-height: 70vh;
        overflow: auto
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li.dropdown {
    position: static
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li {
        text-align: left;
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li>.arrow {
    display: none;
    color: rgba(0, 0, 0, .55)
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li>.arrow {
        display: block;
        padding-right: 10px;
        position: relative;
        top: -4px;
        cursor: pointer
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li a {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    font-weight: var(--fontweight400);
    letter-spacing: -0.197px;
    position: relative;
    color: #555;
    text-decoration: none;
    padding-bottom: 28px
}

@media(max-width: 1300px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a {
        font-size: 12px
    }
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a {
        padding: .5rem 0 .5rem 0
    }
}

@media(max-width: 767px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a {
        font-size: 14px
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 0;
    opacity: 0;
    height: 2px;
    background: var(--red-color);
    transition: all ease .3s 0s;
    z-index: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a:after {
        display: none
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li a:focus {
    color: #000
}

header.header-wrapper .homepage_custom_menu ul.menu li a:hover {
    color: #000
}

header.header-wrapper .homepage_custom_menu ul.menu li a:hover:before {
    opacity: 1
}

header.header-wrapper .homepage_custom_menu ul.menu li a:hover:after {
    width: calc(100% - 11px);
    opacity: 1
}

header.header-wrapper .homepage_custom_menu ul.menu li:hover .megamenu {
    display: flex
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu {
    border: 0;
    width: 100%;
    position: absolute;
    display: none;
    top: 97%;
    left: 0;
    z-index: 999;
    background: #fff;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
    background: var(--White-color, #FFF);
    box-shadow: 0px 5px 80px 0px rgba(0, 0, 0, .06)
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu {
        position: relative;
        top: 0;
        padding: 0;
        box-shadow: none
    }

    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu.show {
        display: block
    }
}

@media(max-width: 1200px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container {
        max-width: 100%;
        padding: 0
    }
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container {
        padding: 0
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row {
    margin: 0px 0 0 15px;
    border-bottom: 1px solid #ececec
}

@media(max-width: 1200px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row {
        padding: 0
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row:last-child {
    border-bottom: 0px
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row {
        padding: 0;
        margin: 0
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div {
    padding: 0 50px 30px;
    border-right: 0;
    position: relative
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #f6f6f6;
    left: -10%
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div:before {
        left: 0;
        background: transparent;
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div:first-child {
    padding-left: 0
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div:first-child:before {
    display: none
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div:last-child {
    border-right: 0px;
    padding-right: 0
}

@media(max-width: 1200px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div {
        padding: 0 20px 10px
    }
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div {
        padding: 0 0 15px;
        border-right: 0px
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul {
        padding: 0px 10px
    }
}

@media(max-width: 767px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul {
        padding: 0px
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li {
    width: 100%;
    display: block;
    margin-top: 16px
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li {
        padding: 10px 0;
        margin: 0
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li a {
    padding: 0px;
    margin: 0px;
    font-size: 16px
}

@media(max-width: 1200px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li a {
        font-size: 14px
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li a:hover:after {
    display: none
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box h6 {
    margin: 0px
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box h6 {
        padding: 10px 0px
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box h6 a {
    margin: 0px;
    padding: 0px;
    color: var(--red-color);
    font-size: var(--font-size-16);
    font-weight: 500
}

@media(max-width: 1200px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box h6 a {
        font-size: 14px
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box h6 a:hover:after {
    display: none
}

header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt {
    display: flex;
    gap: 25px;
    align-items: center
}

@media(max-width: 1600px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt {
        gap: 15px
    }
}

@media(max-width: 1199px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt {
        gap: 12px
    }
}

header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations {
    display: flex;
    gap: 30px
}

@media(max-width: 1600px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations {
        gap: 15px;
        align-items: center
    }
}

@media(max-width: 1199px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations {
        gap: 15px;
    }
}

header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: var(--fontweight400);
    line-height: 14px
}

@media(max-width: 1199px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn {
        font-size: 0;
        line-height: normal
    }
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn {
        font-size: 14px;
        line-height: normal
    }

    .searchWidget.mob-show a.btn.btn-danger.hoveranchor {
        background-color: #ffff !important;
        border-color: var(--red-color) !important;
    }

    .searchWidget.mob-show a.btn.btn-danger.hoveranchor svg path {
        fill: var(--red-color);
    }

    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt {
        align-items: unset !important;
    }

    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn {
        width: calc(50% - 10px) !important;
        flex: unset !important;
        max-width: 100%;
        border: 1px solid #f4f4f4;
        border-radius: 6px;
        padding: 10px;
    }
}

header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 991px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt {
        margin-bottom: 10px;
        flex-direction: column;
        padding-left: 10px
    }

    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt a.btn {
        width: 100%;
        font-size: var(--font-size-16);
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px
    }

    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt a.btn.showmobileonly {
        display: none;
    }

    header.header-wrapper .navbar button.navbar-toggler {
        background: #f8f8f8;
        border: 0;
    }

    header.header-wrapper .navbar button.navbar-toggler svg path {
        fill: #555555;
    }
}


.ProductMaincontent {
    display: flex;
    align-items: center;
    gap: 20px;
}

.smartproductmaincontent.homepagebanner.aboutusbanner.knowledge_hub .bannercontent {
    width: 100%;
}

.homepagebanner.aboutusbanner.knowledge_hub h1 {
    max-width: 100%;
}

.homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc p {
    max-width: 100%;
}


@media(max-width: 991px)and (max-width: 767px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt a.btn {
        font-size: 14px;
        height: 40px
    }
}

header.header-wrapper .searchWidget a#search-btn {
    color: #fff;
    border-radius: 4px;
    border: 0px #979797;
    background: #F8F8F8;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px;
    justify-content: center;
    align-items: center;
}

/*@media(max-width: 1600px) {
    header.header-wrapper .searchWidget a#search-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        align-items: center;
        justify-content: center
    }
}*/

@media(max-width: 1199px) {
    header.header-wrapper .searchWidget a#search-btn {
        width: 35px;
        height: 35px;
        margin: 0;
        padding: 0;
    }

    header.header-wrapper .searchWidget a#search-btn svg {
        width: 16px;
        height: 16px;
    }

    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn img {
        width: 24px;
        height: 24px;
    }

    .hamburgur {
        display: none;
    }
}

@media(max-width: 991px) {
    header.header-wrapper .searchWidget a#search-btn {
        display: none;
    }

    header.header-wrapper .searchWidget.mob-show a#search-btn {
        display: flex;
    }

    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show:first-child {
        margin: 0;
    }
}

@media(max-width: 576px) {
    header.header-wrapper .navbar button.navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show {
        margin: 0 5px;
    }

    header.header-wrapper .navbar .nav-lft .logo img {
        width: 140px;
    }

    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show {
        margin: 0 10px;
    }

    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show a {
        padding: 8px;
        width: 35px;
        height: 35px;
    }
}

.wpcf7 form .wpcf7-response-output,
.global_presence h2.section-heading.leftlineheading {
    display: none;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
    display: inline;
}

.contact_us_home .contact-form .checkbox-group .submit-button input {
    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
}

.homepagebanner {
    position: relative;
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/banner_home_bg.svg) no-repeat center;
    background-size: cover
}

@media(max-width: 767px) {
    .homepagebanner .container {
        padding: 0;
        margin: 0
    }
}

.homepagebanner .row {
    align-items: center;
    /*height: auto;*/
    padding-top: 100px;
    display: flex
}

@media(max-width: 1600px) {
    .homepagebanner .row {
        height: 100%;
        padding-bottom: 100px;
    }
}

@media(max-width: 1200px) {
    .homepagebanner .row {
        padding-bottom: 60px;
    }
}

@media(max-width: 767px) {
    .homepagebanner .row {
        flex-direction: column-reverse;
        height: 100%;
        margin: 0;
        padding-top: 90px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
}

.homepagebanner .row .bannercontent {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start
}

@media(max-width: 1600px) {
    .homepagebanner .row .bannercontent {
        gap: 0px
    }
}

@media(max-width: 767px) {
    .homepagebanner .row .bannercontent {
        width: 100%;
        padding: 20px 0px 0;
        gap: 0
    }
}

.homepagebanner .row .bannercontent h1 {
    color: var(--heading-color);
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 12px
}

.homepagebanner .row .bannercontent h1 span {
    color: var(--red-color)
}

@media(max-width: 1700px) {
    .homepagebanner .row .bannercontent h1 {
        font-size: 46px;
        line-height: 66px
    }
}

@media(max-width: 1300px) {
    .homepagebanner .row .bannercontent h1 {
        font-size: 40px;
        line-height: 46px
    }
}

@media(max-width: 1020px) {
    .homepagebanner .row .bannercontent h1 {
        font-size: 30px;
        line-height: 36px
    }
}

@media(max-width: 767px) {
    .homepagebanner .row .bannercontent h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.homepagebanner .row .bannercontent p {
    color: #555;
    font-style: normal;
    font-weight: var(--fontweight400);
    font-size: 42px;
    line-height: 62px
}

.homepagebanner .row .bannercontent p span {
    color: var(--red-color);
    font-weight: 600
}

@media(max-width: 1600px) {
    .homepagebanner .row .bannercontent p {
        font-size: 32px;
        line-height: 44px
    }
}

@media(max-width: 1130px) {
    .homepagebanner .row .bannercontent p {
        font-size: 24px;
        line-height: 34px;
        padding-right: 40px
    }
}

@media(max-width: 900px) {
    .homepagebanner .row .bannercontent p {
        font-size: var(--font-size-16);
        line-height: 24px
    }
}

.homepagebanner .row .bannervideosection {
    width: calc(100% - 650px);
    width: 50%;
    height: auto;
    padding-left: 84px
}

@media(max-width: 1600px) {
    .homepagebanner .row .bannervideosection {
        height: auto;
        padding-top: 30px
    }
}

@media(max-width: 1130px) {
    .homepagebanner .row .bannervideosection {
        padding-left: 40px
    }
}

@media(max-width: 800px) {
    .homepagebanner .row .bannervideosection {
        padding-top: 10px
    }
}

@media(max-width: 667px) {
    .homepagebanner .row .bannervideosection {
        height: 300px
    }

    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .descr_lead {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.homepagebanner .row .bannervideosection img {
    width: 100%;
    border-radius: 100px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media(max-width: 667px) {
    .homepagebanner .row .bannervideosection img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 40px 0px;
    }
}

@media(max-width: 767px) {
    .homepagebanner .row .bannervideosection {
        width: 100%;
        padding: 0
    }
}

.homepagebanner .row .bannervideosection video {
    position: absolute;
    right: 0;
    top: 0;
    width: 820px;
    height: 900px;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1700px) {
    .homepagebanner .row .bannervideosection video {
        width: 50%
    }
}

@media(max-width: 767px) {
    .homepagebanner .row .bannervideosection video {
        width: 100%;
        position: unset;
        height: 380px
    }
}

.homepagebanner .row .btn.btn-danger {
    height: unset;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

@media(max-width: 767px) {
    .homepagebanner .row .btn.btn-danger {
        padding: 8px 12px;
        border-radius: 4px;
        height: auto;
        font-size: var(--font-size-16);
        line-height: 24px
    }
}

.homepagebanner ul.slick-dots {
    bottom: 40px;
    margin: 0
}

@media(max-width: 767px) {
    .homepagebanner ul.slick-dots {
        bottom: 20px
    }
}

.homepagebanner .slick-dots li {
    margin: 0 5px;
    width: 13px;
    height: 13px
}

.homepagebanner .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #cbd5e0;
    border-radius: 50%
}

.homepagebanner .slick-dots li button:before {
    display: none
}

.homepagebanner .slick-dots li.slick-active button {
    background: var(--red-color);
    border-color: var(--red-color);
    transform: scale(1.2)
}

.home_service {
    position: relative
}

@media(max-width: 767px) {
    .home_service {
        padding-bottom: 10px
    }
}

.home_service .container-fluid .row {
    padding-left: 0;
    padding-right: 0
}

.home_service svg.bg_line {
    position: absolute;
    width: 40%;
    top: 10%
}

@media(max-width: 1700px) {
    .home_service svg.bg_line {
        top: -60px;
        width: 100%
    }
}

.home_service:after {
    content: "";
    width: 100%;
    height: 76px;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 1
}

@media(max-width: 767px) {
    .home_service:after {
        display: none
    }
}

.home_service #home_service_slider {
    margin-top: 0
}

.home_service .home_service_slider {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-top: 60px;
}

.home_service .container-fluid .home_service_slider {
    padding: 0;
}

@media(max-width: 767px) {
    .home_service .home_service_slider {
        margin-top: 230px
    }

    .home_service .container-fluid .home_service_slider {
        padding: 0 30px;
    }

    .home_service .home_service_slider .slick-dots {
        bottom: -15px;
        left: 0
    }

    .home_service .home_service_slider .slick-dots li {
        margin: 0 5px;
        width: 13px;
        height: 13px
    }

    .home_service .home_service_slider .slick-dots li button {
        width: 13px;
        height: 13px;
        border: 1px solid #cbd5e0;
        border-radius: 50%
    }

    .home_service .home_service_slider .slick-dots li button:before {
        display: none
    }

    .home_service .home_service_slider .slick-dots li.slick-active button {
        background: var(--red-color);
        border-color: var(--red-color);
        transform: scale(1.2)
    }
}

.home_service .home_service_slider .home_service_slider_item {
    padding: 45px 30px 45px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 14px 44px 0px rgba(59, 190, 255, .03);
    display: flex;
    flex-direction: column
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .home_service_slider_item {
        padding-bottom: 25px
    }
}

.home_service .home_service_slider .home_service_slider_item h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .home_service_slider_item h4 {
        margin-bottom: 5px
    }
}

.home_service .home_service_slider .home_service_slider_item p {
    margin: 0
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .home_service_slider_item p {
        font-size: 14px;
        line-height: 22px
    }
}

.home_service .home_service_slider .icon-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
    display: flex
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .icon-wrapper {
        margin-bottom: 20px;
    }
}

.home_service .home_service_slider .icon-wrapper span.svgicon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #ff80ad;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .icon-wrapper span.svgicon {
        width: 50px;
        height: 50px
    }
}

.home_service .home_service_slider .icon-wrapper span.svgicon svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0
}

.home_service .home_service_slider .icon-wrapper span.svgicon:before {
    content: "";
    width: 76px;
    height: 76px;
    position: absolute;
    left: -8px;
    right: auto;
    top: -8px;
    bottom: auto;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    border: 7px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 54px 0px rgba(207, 128, 255, .16)
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .icon-wrapper span.svgicon:before {
        width: 66px;
        height: 66px
    }
}

.home_service .home_service_slider .icon-wrapper 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;
    top: -30px;
    opacity: 0.5;
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .icon-wrapper span.counting {
        font-size: 60px;
        line-height: 70px
    }
}

.home_service .home_service_slider .icon-wrapper.moblieapp-dev span.svgicon {
    background: #3bbeff
}

.home_service .home_service_slider .icon-wrapper.analyse span.svgicon {
    background: #cf80ff
}

.home_service .home_service_slider .icon-wrapper.web-dev span.svgicon {
    background: #3bbeff
}

.home_service .home_service_slider .icon-wrapper.adv-dev span.svgicon {
    background: #00adb5
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .slick-list.draggable {
        padding: 0px !important
    }
}

@media(max-width: 1300px) {
    .home_service .home_service_slider .slick-list.draggable {
        padding: 0px !important
    }
}

@media(max-width: 1024PX) {
    .home_service .home_service_slider .slick-list.draggable {
        padding: 0 !important
    }
}

@media(max-width: 767px) {
    .home_service .home_service_slider .slick-list.draggable {
        padding: 0 !important
    }
}

.home_service .home_service_slider .slick-track {
    display: flex;
    height: 100%;
    padding: 0px;
    gap: 30px
}

@media(max-width: 1700px) {
    .home_service .home_service_slider .slick-track {
        gap: 20px
    }
}

@media(max-width: 767px) {
    .home_service .home_service_slider .slick-track {
        gap: 0;
        padding-top: 0
    }
}

.home_service .slide .home_service_slider_item {
    transition: all .4s ease-in-out;
    z-index: 30;
    box-shadow: 0px 14px 44px 0px rgba(59, 190, 255, .03);
    height: 100%
}

.home_service .slide.slick-slide.slick-current.slick-active.slick-center .home_service_slider_item {
    transform: scale(1.2);
    transition: all .4s ease-in-out;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .1);
    z-index: 50;
    margin: 0 40px
}

.home_service .slide.slick-slide.slick-current.slick-active.slick-center .home_service_slider_item h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #1a202c;
}

@media(max-width: 1600px) {
    .home_service .slide.slick-slide.slick-current.slick-active.slick-center .home_service_slider_item h4 {
        font-size: 18px;
        line-height: 22px
    }
}

.home_service .slide.slick-slide.slick-current.slick-active.slick-center .home_service_slider_item p {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    color: #1a202c
}

@media(max-width: 1600px) {
    .home_service .slide.slick-slide.slick-current.slick-active.slick-center .home_service_slider_item p {
        font-size: 14px;
        line-height: 22px
    }
}

@media(max-width: 1700px) {
    .home_service .slide.slick-slide.slick-current.slick-active.slick-center .home_service_slider_item {
        margin: 0 31px;
        padding: 35px 20px 25px
    }
}

@media(max-width: 1024px) {
    .home_service .slide.slick-slide.slick-current.slick-active.slick-center .home_service_slider_item {
        margin: 0 22px
    }
}

@media(max-width: 767px) {
    .our_client .view_city {
        display: none
    }

    .home_service .slide .home_service_slider_item {
        box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .1);
        margin: 10px 10px 0;
    }
}

.our_client svg.blur_drop_left {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 9999
}

.our_client svg.blur_drop_ryt {
    position: absolute;
    bottom: 0;
    right: 0
}

.our_client svg.fullframe {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.our_client .container .row {
    position: relative;
    z-index: 9
}

.our_client .container-fluid {
    padding: 0;
    margin: 0
}

.our_client .container-fluid .row {
    margin: 0;
    padding: 0
}

.our_client .map_full {
    position: relative;
    padding: 0
}

.our_client .map_full .map_full_inner {
    position: relative
}

@media(max-width: 1300px) {
    .our_client .map_full .map_full_inner iframe {
        height: 450px
    }
}

@media(max-width: 767px) {
    .our_client .map_full .map_full_inner iframe {
        height: 350px
    }
}

.our_client .map_full .map_full_popup {
    border-radius: 17.148px;
    background: #fff;
    width: 350px;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .1);
    position: absolute;
    top: -10%;
    left: 26%;
    border-radius: 16px;
    overflow: hidden
}

@media(max-width: 1700px) {
    .our_client .map_full .map_full_popup {
        left: 32%
    }
}

@media(max-width: 767px) {
    .our_client .map_full .map_full_popup {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 10%;
        width: 270px
    }
}

.our_client .map_full .map_full_popup img {
    height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.our_client .map_full .map_full_popup .logoofcountry {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: -18px
}

.our_client .map_full .map_full_popup .logoofcountry img {
    width: 24px;
    height: 24px
}

.our_client .map_full .map_full_popup .logoofcountry span {
    border-radius: 6.43px;
    background: #fff;
    display: flex;
    padding: 4.287px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.our_client .map_full .map_full_popup .logoofcountry span.contno_proj {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4faff
}

.our_client .map_full .map_full_popup .logoofcountry span.contno_proj p {
    margin: 0;
    color: var(--red-color);
    font-size: 10.717px;
    line-height: 19.291px;
    font-weight: 600
}

.our_client .map_full .map_full_popup .billing_client {
    padding: 17px
}

.our_client .map_full .map_full_popup .billing_client h4 {
    color: var(--red-color);
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 10px
}

.our_client .map_full .map_full_popup .billing_client h4:after {
    content: "";
    background: var(--red-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42.869px;
    height: 4.287px
}

.our_client .map_full .map_full_popup .projectscount {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.our_client .map_full .map_full_popup .projectscount p {
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #575757;
    font-size: var(--font-size-16);
    font-style: normal;
    line-height: 150%;
    font-weight: 700 !important
}

.our_client .map_full .map_full_popup .projectscount p span {
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 150%
}

.our_client span.triangle {
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.global_presence {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/global_hom_bg.png) no-repeat center;
    background-size: cover
}

.global_presence .global_presence_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 164px;
    height: 100%;
    padding-bottom: 20px
}

.global_presence .global_presence_left .global_presence_img {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.global_presence .global_presence_left .global_presence_img #globe {
    cursor: move
}

@media only screen and (min-width: 768px)and (max-width: 1200px) {
    .global_presence .global_presence_left .global_presence_img #globe {
        height: auto;
        width: 100%
    }
}

.global_presence .global_presence_left .global_presence_img #countryLabel {
    color: var(--red-color);
    font-size: 18px;
    font-weight: 600;
    position: absolute
}

@media(max-width: 767px) {
    .global_presence .global_presence_left .global_presence_img #countryLabel {
        font-size: 16px
    }
}

@media(max-width: 1130px) {
    .global_presence .global_presence_left {
        gap: 40px
    }
}

@media(max-width: 767px) {
    .global_presence .global_presence_left {
        height: auto;
        gap: 20px
    }
}

@media(max-width: 767px) {
    .global_presence .global_presence_left {
        flex-direction: column;
        align-items: flex-start
    }
}

.global_presence .global_presence_left img {
    width: 100%
}

.global_presence .global_presence_left>div {
    width: 50%
}

@media(max-width: 767px) {
    .global_presence .global_presence_left>div {
        width: 100%
    }
}

.global_presence .global_presence_left>div.global_presence_cont {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media(max-width: 1130px) {
    .global_presence .global_presence_left>div.global_presence_cont {
        gap: 15px
    }
}

.global_presence .global_presence_left>div.global_presence_cont h2 {
    font-size: 24px;
    font-weight: 600;

    line-height: 32px;
    margin: 0;
    color: #1a202c
}

@media(max-width: 767px) {
    .global_presence .global_presence_left>div.global_presence_cont h2 {
        font-size: 20px;
        line-height: 22px
    }
}

.industry_block {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    padding-bottom: 30px;
}

.industry_btn {
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.our_client .case_studies .ledaershippage_banner .consulting_practices_page .homepage .slick-slider .slick-track {
    height: 100%;
}

section.our_client.case_studies.ledaershippage_banner.consulting_practices_page.homepage .slick-slider .slick-track {
    height: 100%;
}

.industry_heading a h6 {
    margin: 0 0 8px 0 !important;
}

.global_presence .global_presence_left>div.global_presence_cont h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: var(--red-color);
    margin: 0
}

@media(max-width: 767px) {
    .global_presence .global_presence_left>div.global_presence_cont h4 {
        font-size: 18px;
        line-height: 22px
    }
}

.global_presence .global_presence_left>div.global_presence_cont ul.states_name {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

@media(max-width: 1400px) {
    .global_presence .global_presence_left>div.global_presence_cont ul.states_name {
        gap: 20px
    }
}

@media(max-width: 800px) {
    .global_presence .global_presence_left>div.global_presence_cont ul.states_name {
        gap: 12px
    }
}

.global_presence .global_presence_left>div.global_presence_cont ul.states_name li {
    width: calc(33% - 30px);
    color: #555;
    font-size: 18px;
    font-weight: 400
}

@media(max-width: 1400px) {
    .global_presence .global_presence_left>div.global_presence_cont ul.states_name li {
        width: calc(33% - 20px);
        font-size: 16px
    }
}

@media(max-width: 800px) {
    .global_presence .global_presence_left>div.global_presence_cont ul.states_name li {
        width: calc(50% - 10px);
        font-size: 14px
    }
}

.global_presence .aboutusbanner {
    background: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    position: relative;
    z-index: 9
}

@media(max-width: 767px) {
    .global_presence .aboutusbanner {
        margin-bottom: -250px
    }
}

.global_presence .aboutusbanner #bottom_row {
    width: 870px;
    padding-bottom: 0;
    padding-top: 40px
}

@media(max-width: 1700px) {
    .global_presence .aboutusbanner #bottom_row {
        padding-top: 0
    }
}

@media(max-width: 991px) {
    .global_presence .aboutusbanner #bottom_row {
        width: 95%;
        padding-top: 40px;
        margin-bottom: 0;
        position: relative;
        top: -130px
    }
}

@media(max-width: 767px) {
    .global_presence .aboutusbanner #bottom_row {
        position: unset;
        padding-top: 10px
    }
}

.global_presence .aboutusbanner #bottom_row .servicecount {
    padding: 30px 50px;
    gap: 50px
}

@media(max-width: 991px) {
    .global_presence .aboutusbanner #bottom_row .servicecount {
        padding: 30px 20px;
        gap: 30px
    }
}

@media(max-width: 767px) {
    .global_presence .aboutusbanner #bottom_row .servicecount {
        gap: 30px;
        flex-wrap: wrap
    }
}

.global_presence .aboutusbanner #bottom_row .servicecount .inner_service {
    width: 25%
}

@media(max-width: 767px) {
    .global_presence .aboutusbanner #bottom_row .servicecount .inner_service {
        width: 100%
    }
}

.global_presence .aboutusbanner #bottom_row .servicecount .inner_service:after {
    right: -17%
}

@media(max-width: 767px) {
    .global_presence .aboutusbanner #bottom_row .servicecount .inner_service:after {
        display: none
    }
}

.global_presence .aboutusbanner #bottom_row .servicecount .inner_service h4 {
    font-size: 32px
}

@media(max-width: 767px) {
    .global_presence .aboutusbanner #bottom_row .servicecount .inner_service h4 {
        font-size: 24px
    }
}

.global_presence .aboutusbanner #bottom_row .servicecount .inner_service p {
    margin: 0
}

.healthcare_outer {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.healthcare_outer .healthcare_software {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: center
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software {
        gap: 40px
    }
}

@media(max-width: 900px) {
    .healthcare_outer .healthcare_software {
        gap: 20px
    }
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software {
        flex-direction: column-reverse;
        gap: 20px;
        padding-top: 35px;
        position: relative;
        margin-bottom: 20px
    }
}

.healthcare_outer .healthcare_software:nth-child(even) {
    flex-direction: row-reverse
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software:nth-child(even) {
        flex-direction: column-reverse
    }
}

.healthcare_outer .healthcare_software .healthcare_software_img {
    border-radius: 37.264px;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
    padding: 10px;
    height: 489.361px;
    flex: 0 0 550px
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software .healthcare_software_img {
        height: 450px
    }
}

@media(max-width: 1300px) {
    .healthcare_outer .healthcare_software .healthcare_software_img {
        height: 350px;
        flex: 0 0 400px
    }
}

@media(max-width: 900px) {
    .healthcare_outer .healthcare_software .healthcare_software_img {
        height: 300px;
        flex: 0 0 300px
    }
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_img {
        height: 220px;
        width: 100%;
        flex: unset
    }
}

.healthcare_outer .healthcare_software .healthcare_software_img img {
    position: relative;
    z-index: 9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 37px
}

.healthcare_outer .healthcare_software .healthcare_software_cont {
    display: flex;
    gap: 10px;
    flex-direction: column;
    position: relative
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont {
        position: static
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont:after {
    content: "";
    height: 1px;
    border-top: 3px dotted rgba(206, 32, 38, .2);
    width: 225px;
    margin-top: 24px
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont:after {
        margin-top: 14px
    }
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont:after {
        margin-top: 4px;
        display: none
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont h4 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    color: #1a202c
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont h4 {
        font-size: 28px
    }
}

@media(max-width: 1300px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont h4 {
        font-size: 22px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont h4 {
        font-size: 18px;
        line-height: 100%;
        position: absolute;
        top: 0
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont h4 span {
    color: var(--red-color)
}

.healthcare_outer .healthcare_software .healthcare_software_cont p {
    font-size: 18px;
    line-height: 28px;
    color: #1a202c
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont p {
        font-size: var(--font-size-16);
        line-height: 24px;
        margin: 0
    }
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont p {
        font-size: 14px;
        line-height: 22px
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont .bg_white {
    background: #fff;
    display: flex;
    padding: 20px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-radius: 4px;
    border-left: 3px solid var(--red-color);
    background: var(--White-color, #FFF)
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont .bg_white {
        padding: 12px
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont .bg_white p {
    margin: 0
}

.healthcare_outer .healthcare_software .healthcare_software_cont .bg_white p.ita {
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 28px;
    background: linear-gradient(225deg, #CE2026 0%, #CE2026 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-style: italic
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont .bg_white p.ita {
        font-size: var(--font-size-16);
        line-height: 24px
    }
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont .bg_white p.ita {
        font-size: 14px;
        line-height: 22px
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont .bg_white .imgwithcont {
    display: flex;
    gap: 12px;
    align-items: center
}

.healthcare_outer .healthcare_software .healthcare_software_cont .bg_white .imgwithcont p {
    display: flex;
    flex-direction: column;
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 500
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont .bg_white .imgwithcont p {
        font-size: var(--font-size-16);
        line-height: 24px
    }
}

@media(max-width: 767px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont .bg_white .imgwithcont p {
        font-size: 14px;
        line-height: normal
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont .bg_white .imgwithcont p span {
    color: #718096;
    font-size: var(--font-size-16);
    font-weight: 400
}

@media(max-width: 1700px) {
    .healthcare_outer .healthcare_software .healthcare_software_cont .bg_white .imgwithcont p span {
        font-size: 14px
    }
}

.healthcare_outer .healthcare_software .healthcare_software_cont .bg_white .imgwithcont img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.leadership_sec {
    position: relative;
    padding-top: 50px;

}

.home_leaders.leadership_sec {
    position: relative;
    padding-top: 50px;
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/global_hom_bg.png) no-repeat center;
    background-size: cover;
}

.leadership_sec .row {
    padding-left: 0;
    padding-right: 0
}

.leadership_sec h2.section-heading.leftlineheading {
    margin: 0 0 10px
}

.leadership_sec .slick-list.draggable {
    padding: 0 280px 0 0 !important;
    position: unset
}

@media(max-width: 1500px) {
    .leadership_sec .slick-list.draggable {
        padding: 0 200px 0 0 !important;
        position: unset
    }
}

@media(max-width: 767px) {
    .leadership_sec .slick-list.draggable {
        padding: 0 !important
    }
}

.leadership_sec .leadership_mainsec {
    display: flex;
    gap: 60px;
    position: relative;
    padding: 0;
    overflow: hidden
}

@media(max-width: 1700px) {
    .leadership_sec .leadership_mainsec {
        gap: 40px
    }
}

@media(max-width: 767px) {
    .leadership_sec .leadership_mainsec {
        flex-direction: column;
        padding: 0 30px;
        gap: 20px
    }
}

.leadership_sec .leadership_mainsec .leadership_sec_cont {
    max-width: 452px;
    margin-left: auto;
    position: relative
}

@media(max-width: 1800px) {
    .leadership_sec .leadership_mainsec .leadership_sec_cont {
        margin-left: 5%
    }
}

@media(max-width: 767px) {
    .leadership_sec .leadership_mainsec .leadership_sec_cont {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 0
    }
}

.leadership_sec .leadership_mainsec .leadership_sec_cont p {
    color: #1d2346;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 28px
}

@media(max-width: 767px) {
    .leadership_sec .leadership_mainsec .leadership_sec_cont p {
        font-size: 14px;
        line-height: 22px;
        margin: 0
    }
}

.leadership_sec .leadership_mainsec #leadership_sec_slider {
    display: flex;
    width: 64%;
    gap: 20px;
    margin: 0;
    position: unset
}

@media(max-width: 991px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider {
        width: 55%
    }
}

@media(max-width: 767px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider {
        width: 100%;
        gap: 0;
        padding-bottom: 70px
    }
}

.leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item {
    position: relative
}

.leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item img {
    height: 400px;
    border-radius: 17px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(max-width: 1700px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item img {
        height: 320px
    }
}

@media(max-width: 767px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item img {
        height: 300px;
        border-radius: 16px
    }
}

.leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item .content_leader {
    text-align: center;
    border-top: 10px solid var(--red-color);
    border-radius: 5px 5px 18px 18px;
    background: #fffdf6;
    padding: 40px 0px;
    position: relative;
    z-index: 9;
    width: 90%;
    margin: -30px auto 0
}

@media(max-width: 1700px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item .content_leader {
        padding: 10px 0px;
        border-top: 6px solid var(--red-color)
    }
}

.leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item .content_leader h6 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0
}

@media(max-width: 1700px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item .content_leader h6 {
        font-size: 18px
    }
}

.leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item .content_leader p {
    color: #000;
    text-align: center;
    font-size: var(--font-size-16);
    margin: 0
}

@media(max-width: 767px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item .content_leader p {
        font-size: 14px
    }
}

.leadership_sec .leadership_mainsec .slick-track {
    display: flex;
    gap: 20px
}

@media(max-width: 767px) {
    .leadership_sec .leadership_mainsec .slick-track {
        gap: 0
    }
}

.leadership_sec .slick-dots {
    bottom: 5px;
    margin: 0;
    left: 9%;
    max-width: 165px
}

@media (max-width: 1850px) {
    .leadership_sec .slick-dots {
        left: 7.5%;
    }
}

@media(max-width: 1800px) {
    .leadership_sec .slick-dots {
        left: 4.5%
    }
}

@media(max-width: 1440px) {
    .leadership_sec .slick-dots {
        left: 5%
    }
}

@media(max-width: 991px) {
    .leadership_sec .slick-dots {
        left: 5%
    }
}

@media(max-width: 800px) {
    .leadership_sec .slick-dots {
        left: 5%
    }
}

@media(max-width: 767px) {
    .leadership_sec .slick-dots {
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.leadership_sec .slick-dots li {
    margin: 0;
    width: auto
}

.leadership_sec .slick-dots li button {
    background: #e2e8f0;
    padding: 0;
    height: 4px;
    width: 25px
}

@media(max-width: 767px) {
    .leadership_sec .slick-dots li button {
        margin-top: 8px
    }
}

.leadership_sec .slick-dots li button::before {
    display: none
}

.leadership_sec .slick-dots li.slick-active button {
    border-radius: 3px !important;
    background: var(--red-color)
}

.leadership_sec .slides-numbers {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: center;
    width: 225px;
    justify-content: space-between
}

@media(max-width: 767px) {
    .leadership_sec .slides-numbers {
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.leadership_sec .slides-numbers span {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px
}

.leadership_sec .slides-numbers span.active {
    color: #a0aec0
}

.leadership_sec .slides-numbers span.total {
    color: var(--red-color)
}

@media(max-width: 767px) {
    .leadership_sec .slides-numbers span {
        font-size: 18px;
        line-height: 100%
    }
}

.case_studies {
    position: relative
}

@media(max-width: 767px) {
    .case_studies a.view_all {
        bottom: 30px !important
    }
}

.case_studies .case_studies_content {
    display: flex;
    gap: 24px
}

@media(max-width: 1200px) {
    .case_studies .case_studies_content {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media(max-width: 767px) {
    .case_studies .case_studies_content {
        flex-direction: column;
        padding-bottom: 60px
    }
}

.case_studies .case_studies_content .case_studies_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33%
}

@media(max-width: 1200px) {
    .case_studies .case_studies_content .case_studies_item {
        width: calc(50% - 12px)
    }
}

@media(max-width: 767px) {
    .case_studies .case_studies_content .case_studies_item {
        width: 100%
    }
}

.case_studies .case_studies_content .case_studies_item .case_studies_img {
    height: 355px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
    padding: 10px 10px 0;
    border-radius: 30.935px
}

@media(max-width: 1700px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_img {
        height: 260px
    }
}

@media(max-width: 767px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_img {
        height: 220px
    }
}

.case_studies .case_studies_content .case_studies_item .case_studies_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25.935px
}

.case_studies .case_studies_content .case_studies_item .case_studies_content {
    flex-direction: column;
    gap: 8px;
    padding: 0 10px;
}

.case_studies .case_studies_content .case_studies_item .case_studies_content a h4 {
    margin: 0;
}

@media(max-width: 1700px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_content {
        gap: 10px
    }
}

@media(max-width: 767px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_content {
        gap: 8px
    }
}

.case_studies .case_studies_content .case_studies_item .case_studies_content h6 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #1a202c
}

@media(max-width: 1700px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_content h6 {
        font-size: 18px;
        line-height: 28px
    }
}

.case_studies .case_studies_content .case_studies_item .case_studies_content p {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 30px;
    margin: 0;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(max-width: 1700px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_content p {
        font-size: var(--font-size-16);
        line-height: 24px
    }
}

@media(max-width: 767px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_content p {
        font-size: 14px;
        line-height: 22px
    }
}

.case_studies .case_studies_content .case_studies_item .case_studies_content a.read_more {
    color: var(--red-color);
    font-weight: 500;
    line-height: 25.534px;
    text-decoration: unset;
    display: flex;
    gap: 8px;
    align-items: center
}

@media(max-width: 1700px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_content a.read_more {
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_content a.read_more {
        font-size: 14px
    }

    .case_studies .case_studies_content .case_studies_item .case_studies_content a.read_more svg {
        width: 18px;
        height: 18px
    }
}

.texh_stack {
    background-image: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_left.svg);
    background-position: left center;
    background-repeat: no-repeat, no-repeat
}

@media(max-width: 767px) {
    .texh_stack {
        background-image: none
    }
}

.texh_stack .texh_stack_content {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 80px;
    flex-direction: column
}

@media(max-width: 1700px) {
    .texh_stack .texh_stack_content {
        gap: 40px
    }
}

@media(max-width: 767px) {
    .texh_stack .texh_stack_content {
        gap: 20px
    }
}

.texh_stack .texh_stack_content button.tab-link {
    border: 0;
    background: rgba(0, 0, 0, 0);
    color: var(--heading-color);
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 8px
}

@media(max-width: 767px) {
    .texh_stack .texh_stack_content button.tab-link {
        font-size: 14px;
        padding: 0
    }
}

.texh_stack .texh_stack_content .tabs {
    display: flex;
    gap: 40px;
    display: flex;
    gap: 40px
}

@media(max-width: 1024px) {
    .texh_stack .texh_stack_content .tabs {
        gap: 12px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
}

.texh_stack .texh_stack_content button.tab-link.active {
    color: var(--red-color);
    position: relative;
    color: var(--red-color);
    position: relative
}

.texh_stack .texh_stack_content button.tab-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 3.96px;
    right: 0;
    margin: 0 auto;
    border-radius: 3.96px;
    background: var(--red-color);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 3.96px;
    right: 0;
    margin: 0 auto;
    border-radius: 3.96px;
    background: var(--red-color)
}

.texh_stack .texh_stack_content .tab-content .techstackimgs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 60px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    max-width: 1000px
}

@media(max-width: 1700px) {
    .texh_stack .texh_stack_content .tab-content .techstackimgs {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media(max-width: 1024px) {
    .texh_stack .texh_stack_content .tab-content .techstackimgs {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media(max-width: 800px) {
    .texh_stack .texh_stack_content .tab-content .techstackimgs {
        -moz-column-gap: 15px;
        column-gap: 15px
    }
}

@media(max-width: 767px) {
    .texh_stack .texh_stack_content .tab-content .techstackimgs {
        gap: 14px
    }
}

.texh_stack .texh_stack_content .tab-content .techstackimgs .img_frontend {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #fffdf4;
    box-shadow: 0px 6px 9.6px 0px rgba(0, 0, 0, .1);
    width: 120px;
    height: 120px;
    padding: 26px 29px 26px 29px
}

@media(max-width: 1024px) {
    .texh_stack .texh_stack_content .tab-content .techstackimgs .img_frontend {
        width: 100px;
        height: 100px;
        padding: 0;
        border-radius: 12px;
        box-shadow: 0px 1px 17.6px 0px rgba(0, 0, 0, .1)
    }

    .texh_stack .texh_stack_content .tab-content .techstackimgs .img_frontend img {
        width: 60px;
        height: 60px;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media(max-width: 767px) {
    .texh_stack .texh_stack_content .tab-content .techstackimgs .img_frontend {
        width: 60px;
        height: 60px;
        padding: 0;
        border-radius: 6px;
        box-shadow: 0px 1px 17.6px 0px rgba(0, 0, 0, .1)
    }

    .texh_stack .texh_stack_content .tab-content .techstackimgs .img_frontend img {
        width: 36px;
        height: 36px
    }
}

.testimonials_homepage {
    display: flex;
    gap: 91px;
    padding: 0
}

.testimonials_homepage .testihome_items {
    padding: 26px;
    border-radius: 8.72px;
    background: #fff;
    box-shadow: 21.8px 15.26px 43.6px 0px rgba(0, 0, 0, .08);
    display: flex;
    gap: 30px;
    position: relative
}

@media(max-width: 1700px) {
    .testimonials_homepage .testihome_items {
        gap: 16px
    }
}

@media(max-width: 900px) {
    .testimonials_homepage .testihome_items {
        gap: 10px;
        padding: 20px
    }
}

.testimonials_homepage .testihome_items h3 {
    color: #555;
    font-size: var(--font-size-16);
    font-weight: var(--fontweight400);
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(max-width: 900px) {
    .testimonials_homepage .testihome_items h3 {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width: 767px) {
    .testimonials_homepage .testihome_items h3 {
        font-size: 12px;
        font-style: normal;
        font-weight: var(--fontweight400);
        line-height: 16.4px
    }

    .testimonials_homepage {
        padding: 0 20px;
    }

    .testimonials_homepage .testihome_items {
        box-shadow: none;
    }
}

.testimonials_homepage .testihome_items p.author_name {
    display: flex;
    flex-direction: column;
    color: var(--heading-color);
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 13.08px;
    gap: 8px;
    margin: 0
}

@media(max-width: 767px) {
    .testimonials_homepage .testihome_items p.author_name {
        font-size: 14px !important;
        gap: 5px;
    }
}

.testimonials_homepage .testihome_items p.author_name span {
    color: var(--heading-color);
    font-size: 12px;
    font-weight: 400;
}

.testimonials_homepage .testihome_items .imagewrapper {
    width: 174.398px;
    height: 272.497px;
    margin-top: -102.654px;
    flex: 0 0 174.398px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

/* Location map */
.map-location svg {
    width: 100%;
}

.map-location .blinker1 {
    animation: blinker 3s ease infinite;
    animation-delay: 1s;
    transform-origin: center;
}

.map-location .blinker2 {
    animation: blinker 2s ease infinite;
    transform-origin: center;
    animation-delay: 0.5s;
}

.map-location .blinker3 {
    animation: blinker 3s ease infinite;
    transform-origin: center;
    animation-delay: 1.2s;
}

.map-location .blinker4 {
    animation: blinker 4s ease infinite;
    transform-origin: center;
    animation-delay: 1s;
}

.map-location .blinker5 {
    animation: blinker 5s ease infinite;
    transform-origin: center;
    animation-delay: 0.7s;
}

.map-location .blinker6 {
    animation: blinker 5s ease infinite;
    transform-origin: center;
    animation-delay: 1.5s;
}

.our_milestones .case_studies_img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 250px;
    object-fit: cover;
}

.our_milestones .case_studies_content h4 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1D2346;
}

.our_milestones .case_studies_item {
    border-radius: 10px;
    background: #fff;
}

.our_milestones .case_studies_content {
    padding: 0 20px 20px 20px;
}

.our_milestones ul.slick-dots {
    bottom: -50px !important;
}

@keyframes blinker {

    0%,
    100% {
        transform: scale(1) translateX(0) rotate(0deg);
    }

    10% {
        transform: scale(1.001) translateX(-1px) rotate(-0.5deg);
    }

    20% {
        transform: scale(1.001) translateX(1px) rotate(0.5deg);
    }

    30% {
        transform: scale(1.001) translateX(-1px) rotate(-0.5deg);
    }

    40% {
        transform: scale(1.001) translateX(1px) rotate(0.5deg);
    }

    50%,
    100% {
        transform: scale(1) translateX(0) rotate(0deg);
    }
}

.case_studies_img {
    position: relative;
}

.milestone_num {
    background: #CE2026;
    width: 66px;
    height: 66px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    right: 16px;
}

.milestone_num ul {
    padding: 0;
    margin: 0;
}

.milestone_num ul li {
    list-style-type: none;
    color: #fff;
    text-align: center;
}



@media(max-width: 1700px) {
    .testimonials_homepage .testihome_items .imagewrapper {
        margin-top: -83.654px
    }
}

@media(max-width: 900px) {
    .testimonials_homepage .testihome_items .imagewrapper {
        margin-top: -40.654px;
        flex: 0 0 100px;
        height: 160px
    }
}

.testimonials_homepage .testihome_items .imagewrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonials_homepage .testihome_items .testihome_content {
    display: flex;
    flex-direction: column;
    gap: 17px
}

@media(max-width: 1700px) {
    .testimonials_homepage .testihome_items .testihome_content {
        gap: 12px
    }
}

.why_customer {
    overflow: hidden;
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_left.svg), url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_ryt.svg) #f2f2e1 !important;
    background-position: left center, right bottom !important;
    background-repeat: no-repeat, no-repeat !important
}

.why_customer .container-fluid .row {
    padding-left: 0;
    padding-right: 0
}

.why_customer .author_name a {
    line-height: 26px;
}


@media(max-width: 767px) {
    .why_customer .container-fluid .row {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width: 767px) {
    .why_customer {
        background: #f2f2e1 !important
    }
}

.why_customer .testimonials_homepage_inner {
    padding-top: 100px;
    margin-bottom: 140px
}

@media(max-width: 1700px) {
    .why_customer .testimonials_homepage_inner {
        padding-top: 80px;
        margin-bottom: 100px
    }
}

@media(max-width: 767px) {
    .why_customer .testimonials_homepage_inner {
        padding-top: 30px;
        margin-bottom: 70px
    }
}

.why_customer .slick-track {
    gap: 91px;
    display: flex
}

@media(max-width: 1700px) {
    .why_customer .slick-track {
        gap: 24px
    }
}

@media(max-width: 767px) {
    .why_customer .slick-track {
        gap: 0
    }
}

.why_customer ul.slick-dots {
    bottom: 40px;
    margin: 0
}

@media(max-width: 767px) {
    .why_customer ul.slick-dots {
        bottom: 20px
    }
}

.why_customer .slick-dots li {
    margin: 0 5px;
    width: 13px;
    height: 13px
}

.why_customer .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #cbd5e0;
    border-radius: 50%
}

.why_customer .slick-dots li button:before {
    display: none
}

.why_customer .slick-dots li.slick-active button {
    background: var(--red-color);
    border-color: var(--red-color);
    transform: scale(1.2)
}

.choose_smartdata {
    position: relative;
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/choose_smartdata.svg) no-repeat bottom center;
    background-size: cover
}

@media(max-width: 767px) {
    .choose_smartdata .heading_sec.global_reach_btn_main {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between
    }
}

.choose_smartdata a.global_reach_btn {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: normal;
    padding: 12px 20px
}

@media(max-width: 1440px) {
    .choose_smartdata a.global_reach_btn {
        font-size: var(--font-size-16);
        padding: 12px 20px
    }
}

@media(max-width: 767px) {
    .choose_smartdata a.global_reach_btn {
        font-size: 14px;
        gap: 10px;
        padding: 0 10px
    }
}

.choose_smartdata .choose_smartdata_items {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center
}

@media(max-width: 1700px) {
    .choose_smartdata .choose_smartdata_items {
        gap: 24px
    }
}

.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
}

@media(max-width: 1700px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items {
        padding: 24px;
        gap: 16px
    }
}

@media(max-width: 1300px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items {
        width: calc(33% - 20px)
    }
}

@media(max-width: 900px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items {
        width: calc(50% - 20px)
    }
}

@media(max-width: 767px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items {
        width: 100%;
        padding: 20px 16px
    }
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 -15px
}

@media(max-width: 1700px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items h4 {
        font-size: 20px;
        margin: 0 0 -10px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items h4 {
        font-size: 18px;
        margin: 0;
        line-height: 100%
    }
}

.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
}

/*@media(max-width: 1700px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items p {
        font-size: var(--font-size-16);
        line-height: 24px;
        margin: 0 0 -8px;
    }
}*/

.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
}

.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.presence {
    background: #e8f0fc
}

.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.success {
    background: #eeffe8
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.approach {
    background: #fff0d1
}

.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
}

@media(max-width: 767px) {
    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items a.read_more {
        font-size: 14px;
        line-height: 25px
    }
}

section.case_studies.knowledge_hub_main {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_left.svg), url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_ryt.svg) #f2f2e1 !important;
    background-position: left center, right bottom !important;
    background-repeat: no-repeat, no-repeat !important;
    position: relative
}

@media(max-width: 767px) {
    section.case_studies.knowledge_hub_main a.view_all {
        bottom: 30px !important
    }
}

section.case_studies.knowledge_hub_main .row {
    position: relative;
    z-index: 9
}

section.case_studies.knowledge_hub_main:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 32.7%;
    background: #fff;
    width: 100%
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_img {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    height: 190px;
    border-radius: 10px 10px 0 0
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_img img {
    border-radius: 10px 10px 0 0
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_item {
    gap: 0;
    border-radius: 8px;
    background: var(--White-color, #FFF);
    box-shadow: 0px 80.6px 105.701px 0px rgba(51, 51, 51, .1);
    width: 25%
}

@media(max-width: 1200px) {
    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_item {
        width: calc(50% - 12px)
    }
}

@media(max-width: 767px) {
    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_item {
        width: 100%
    }
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_item h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

@media(max-width: 767px) {
    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_item h6 {
        font-size: var(--font-size-16);
        line-height: 24px
    }
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content {
    gap: 10px;
    padding: 45px 16px 16px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    position: relative
}

@media(max-width: 767px) {
    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content {
        padding: 30px 16px 16px;
        gap: 8px
    }
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content p {
    font-size: var(--font-size-16);
    font-weight: var(--fontweight400);
    line-height: 30px;
    -webkit-line-clamp: 2;
}

@media(max-width: 767px) {
    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content p {
        font-size: 15px;
        line-height: 22px
    }
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content a.read_more {
    font-size: var(--font-size-16);
    line-height: 187%
}

@media(max-width: 767px) {
    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content a.read_more {
        font-size: 14px
    }
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .calender {
    background: #d12026;
    color: #fff;
    display: flex;
    padding: 8px 17px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-align: center;
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    top: -33px;
    width: 66px;
    height: 66px;
    border-radius: 5px;
    right: 16px
}

@media(max-width: 767px) {
    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .calender {
        width: 62px;
        height: 48px;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px
    }
}

.contact_us_home {
    background: url(https://www.smartdatainc.com/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;
}

@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: 100%;
    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
}

.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: 90px
}

.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: var(--red-color);
    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 {
    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
}

@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
}

@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: -2px;
}

.contact_us_home .contact-form .agreement_sec input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--red-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.lookingforbest {
    padding: 100px 0 0
}

@media(max-width: 1300px) {
    .lookingforbest {
        padding: 60px 0 0
    }
}

@media(max-width: 1200px) {
    .contact_us_home .contact-form .agreement_sec label:before {
        top: 2px;
    }
}

@media(max-width: 767px) {
    .lookingforbest {
        padding: 40px 0 0;
    }

    .contact_us_home .contact-form .agreement_sec label:before {
        top: 4px;
    }

    .contact_us_home .contact-form .agreement_sec input:checked+label:after {
        top: 6px;
    }
}

.lookingforbest h3.clickAway {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: var(--fontweight400);
    color: #1a202c
}

@media(max-width: 1700px) {
    .lookingforbest h3.clickAway {
        font-size: 26px
    }
}

@media(max-width: 1300px) {
    .lookingforbest h3.clickAway {
        font-size: 22px
    }
}

@media(max-width: 767px) {
    .lookingforbest h3.clickAway {
        font-size: 18px;
        text-align: center;
        line-height: 28px
    }
}

.lookingforbest h3.clickAway span {
    color: var(--red-color);
    padding-right: 7px;
    font-weight: 600
}

.lookingforbest .row {
    justify-content: space-between;
    align-items: center;
    padding: 50px 80px;
    border-radius: 10.667px;
    background: #fff;
    box-shadow: 1.333px 14.667px 65.333px 0px rgba(0, 0, 0, .09);
    max-width: 90%;
    margin: 0 auto
}

@media(max-width: 1700px) {
    .lookingforbest .row {
        padding: 40px 60px;
        max-width: 95%
    }
}

@media(max-width: 1300px) {
    .lookingforbest .row {
        padding: 30px
    }
}

@media(max-width: 1130px) {
    .lookingforbest .row {
        padding: 26px 19px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 13px;
        text-align: center;
    }
}

.lookingforbest .row a.btn.btn-danger.view_city {
    width: auto;
    padding: 16px 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.934px;
    border-radius: 5px;
    height: auto;
    font-size: 20px;
    line-height: 32px;
}

@media(max-width: 1300px) {
    .lookingforbest .row a.btn.btn-danger.view_city {
        padding: 16px;
    }
}

@media(max-width: 1024px) {
    .lookingforbest .row a.btn.btn-danger.view_city {
        padding: 8px 16px;
        font-size: var(--font-size-16);
    }
}

@media(max-width: 767px) {
    .lookingforbest .row a.btn.btn-danger.view_city {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        height: 40px;
        border-radius: 5px;
        padding: 8px 16px
    }
}

.footer-rw {
    padding: 100px 0 0
}

@media(max-width: 1700px) {
    .footer-rw {
        padding: 80px 0 0
    }
}

@media(max-width: 767px) {
    .footer-rw {
        padding: 40px 0 0
    }
}

.footer-rw .footer-rw {
    padding-top: 80px
}

@media(max-width: 1700px) {
    .footer-rw .footer-rw {
        padding-top: 40px
    }
}

@media(max-width: 767px) {
    .footer-rw .footer-rw {
        padding-top: 20px
    }
}

@media(max-width: 767px) {
    .footer-rw .footer-mid .row {
        flex-wrap: wrap;
        gap: 30px
    }
}

.footer-rw .footer-links {
    display: flex;
    flex-direction: column
}

@media(max-width: 1024px) {
    .footer-rw .footer-links {
        width: 50%;
        flex: unset;
        gap: 10px
    }

    .footer-rw .footer-links:last-child {
        order: 2;
    }

    .footer-rw .footer-links:nth-child(2) {
        order: 3;
    }

    .footer-rw .footer-links:nth-child(3) {
        order: 4;
    }

    .footer-rw .footer-mid .row {
        gap: 30px 0;
    }
}

@media(max-width: 767px) {
    .footer-rw .footer-links {
        width: 100%;
        flex: unset
    }

    .footer-rw .footer-links ul {
        margin: 0
    }

    .footer-rw .footer-links {
        order: unset !important;
    }

}

.footer-rw .footer-links .logo {
    width: 211px;
    height: 52px
}

@media(max-width: 767px) {
    .footer-rw .footer-links .logo {
        width: 168px;
        height: 41px
    }
}

.footer-rw .footer-links h2 {
    color: var(--red-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px
}

.footer-rw .footer-links ul.list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-rw .footer-links a {
    color: #2c2c2c;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 24px;
    text-decoration: none;
    width: auto;
}

.footer-rw .footer-links .social-item {
    display: flex;
    gap: 21px;
    align-items: center
}

@media(max-width: 767px) {
    .footer-rw .footer-links .social-item {
        padding-top: 10px;
        gap: 8px
    }
}

.footer-rw .footer-links p {
    color: #2c2c2c;
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 32px;
    margin: 0
}

@media(max-width: 1700px) {
    .footer-rw .footer-links p {
        font-size: var(--font-size-16);
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .footer-rw .footer-links p {
        font-size: 14px;
        line-height: 32px
    }
}

.footer-rw .footer-copyright {
    border-top: 1px solid rgba(206, 32, 38, .2);
    padding: 15px 0
}

.footer-rw .footer-copyright p {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: var(--fontweight400);
    line-height: 28px;
    margin: 0
}

@media(max-width: 1700px) {
    .footer-rw .footer-copyright {
        padding: 10px 0
    }
}

a.scrollToTop {
    display: none !important
}

.heading_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}

@media(max-width: 1700px) {
    .heading_sec {
        margin-bottom: 40px
    }
}

@media(max-width: 767px) {
    .heading_sec {
        margin-bottom: 20px;
        justify-content: flex-start
    }
}

.heading_sec a.view_all {
    color: var(--red-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none
}

@media(max-width: 1700px) {
    .heading_sec a.view_all {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .heading_sec a.view_all {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: inline-flex;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 4px;
        background: var(--red-color);
        color: #fff;
        max-width: 110px;
        font-size: 14px;
    }
}

.heading_sec h2.section-heading.leftlineheading {
    margin: 0
}

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;
}

@media(max-width: 1700px) {
    h2.section-heading.leftlineheading {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 52px
    }
}

@media(max-width: 767px) {
    h2.section-heading.leftlineheading {
        font-size: 20px;
        line-height: 30px
    }
}

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
}

@media(max-width: 1700px) {
    h2.section-heading.leftlineheading span.line {
        width: 52px;
        height: 5px;
        margin-left: 7px
    }
}

@media(max-width: 767px) {
    h2.section-heading.leftlineheading span.line {
        width: 30px;
        height: 5px
    }
}

.section-padd-100 {
    padding: 80px 0
}

@media(max-width: 1700px) {
    .section-padd-100 {
        padding: 50px 0
    }
}

@media(max-width: 767px) {
    .section-padd-100 {
        padding: 40px 0
    }
}

.aboutusbanner {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/abousus_bg.png) no-repeat top center;
    background-size: cover;
}

section.homepagebanner.aboutusbanner.about_us_slide .slick-slider {
    margin: 0;
}

.aboutusbanner .row.top_row {
    height: auto;
    padding-top: 160px;
    position: relative
}

@media(max-width: 1440px) {
    .aboutusbanner .row.top_row {
        padding-top: 120px
    }
}

@media(max-width: 1024px) {
    .aboutusbanner .row.top_row {
        padding-top: 90px
    }
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row {
        gap: 16px;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.aboutusbanner .row.top_row .bannercontent {
    width: 55%;
    padding-right: 20px;
    gap: 12px
}

.aboutusbanner .row.top_row .bannercontent p {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 29px;
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .bannercontent {
        width: 100%;
        padding: 0;
        gap: 0
    }
}

.aboutusbanner .row.top_row .bannercontent h1 {
    color: var(--heading-color);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    font-size: 28px;
    line-height: normal;

}


/*@media(max-width: 1700px) {
    .aboutusbanner .row.top_row .bannercontent h1 {
        font-size: 38px;
        line-height: 55px
    }
}*/

@media(max-width: 1300px) {
    .aboutusbanner .row.top_row .bannercontent h1 {
        font-size: 28px;
        line-height: 35px
    }
}

@media(max-width: 1024px) {
    .aboutusbanner .row.top_row .bannercontent h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 0
    }
}

@media(max-width: 767px) {
    .aboutusbanner .row.top_row .bannercontent h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 10px
    }
}

.aboutusbanner .row.top_row .bannercontent p.desc {
    color: #555;
    margin-bottom: 20px;
    padding-right: 32%;
    font-size: 20px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 34px
}

@media(max-width: 1024px) {
    .aboutusbanner .row.top_row .bannercontent p.desc {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px
    }
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .bannercontent p.desc {
        margin: 8px 0 15px
    }
}

@media(max-width: 767px) {
    .aboutusbanner .row.top_row .bannercontent p.desc {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        margin-top: 0
    }
}

.aboutusbanner .row.top_row .bannercontent p.wecare {
    font-size: 18px;
    margin: 12px 0 0
}

@media(max-width: 1024px) {
    .aboutusbanner .row.top_row .bannercontent p.wecare {
        font-size: var(--font-size-16);
        margin: 0
    }
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .bannercontent p.wecare {
        margin: 10px 0 0
    }
}

@media(max-width: 767px) {
    .aboutusbanner .row.top_row .bannercontent p.wecare {
        font-size: 14px;
        margin: 10px 0 0
    }
}

/*.aboutusbanner .row.top_row .bannercontent form.getstarted {
  display: flex;
  gap: 16px
}*/

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted {
        width: 100%
    }
}

@media(max-width: 767px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted {
        flex-direction: column;
        width: 100%
    }
}

.aboutusbanner .row.top_row .bannercontent form.getstarted input {
    width: 338px;
    height: 60px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid rgba(26, 32, 44, .6);
    background: #fff
}

@media(max-width: 1200px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted input {
        width: auto
    }
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted input {
        width: 100%
    }
}

@media(max-width: 767px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted input {
        height: 50px
    }
}

.aboutusbanner .row.top_row .bannercontent form.getstarted .btn.btn-danger {
    height: 60px
}

@media(max-width: 1024px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted .btn.btn-danger {
        font-size: var(--font-size-16);
        height: 60px;
        width: 120px;
        padding: 0
    }
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted .btn.btn-danger {
        width: 160px
    }
}

@media(max-width: 767px) {
    .aboutusbanner .row.top_row .bannercontent form.getstarted .btn.btn-danger {
        height: 50px;
        width: 100%;
        font-size: 14px
    }
}

.aboutusbanner .row.top_row .Imgsection {
    width: 45%;
    height: auto;
    border-radius: 5px !important;
    padding-left: 20px
}

@media(max-width: 1440px) {
    .aboutusbanner .row.top_row .Imgsection {
        padding: 0
    }
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .Imgsection {
        width: 100%
    }
}

.aboutusbanner .row.top_row .Imgsection img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.aboutusbanner .row.top_row .svg_center {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.aboutusbanner .row.top_row .svg_center svg {
    margin-left: 10%;
    width: 380px
}

@media(max-width: 1440px) {
    .aboutusbanner .row.top_row .svg_center svg {
        width: 25%;
        height: auto
    }
}

@media(max-width: 800px) {
    .aboutusbanner .row.top_row .svg_center {
        display: none
    }
}

.aboutusbanner .bottom_row {
    height: auto;
    padding: 80px 0;
    max-width: 1280px;
    margin: 0 auto
}

@media(max-width: 1440px) {
    .aboutusbanner .bottom_row {
        padding: 50px 0 80px
    }
}

@media(max-width: 1300px) {
    .aboutusbanner .bottom_row {
        max-width: 90%
    }
}

@media(max-width: 767px) {
    .aboutusbanner .bottom_row {
        max-width: 80%;
        padding: 0 0 40px
    }
}

.aboutusbanner .bottom_row .servicecount {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 70px;
    text-align: center;
    border-radius: 20px;
    background: var(--White-color, #FFF);
    box-shadow: 2px 15px 42px 0px rgba(0, 0, 0, .06);
    padding: 30px 10px;
}

@media (max-width: 1300px) {
    .aboutusbanner .bottom_row .servicecount {
        gap: 40px;
    }

    .aboutusbanner .bottom_row .servicecount .inner_service p {
        font-size: 14px;
        margin: 0;
        line-height: 24px;
    }
}

@media(max-width: 991px) {
    .aboutusbanner .bottom_row .servicecount {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media(max-width: 767px) {
    .aboutusbanner .bottom_row .servicecount {
        gap: 20px;
        flex-direction: column
    }
}

.aboutusbanner .bottom_row .servicecount .inner_service {
    width: 20%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    position: relative
}

@media(max-width: 991px) {
    .aboutusbanner .bottom_row .servicecount .inner_service {
        width: calc(50% - 20px) !important
    }
}

@media(max-width: 767px) {
    .aboutusbanner .bottom_row .servicecount .inner_service {
        width: 100% !important
    }
}

.aboutusbanner .bottom_row .servicecount .inner_service:after {
    content: "";
    border-right: 1px solid rgba(29, 35, 70, .1);
    width: 2px;
    height: 100%;
    position: absolute;
    right: -13%
}

@media(max-width: 991px) {
    .aboutusbanner .bottom_row .servicecount .inner_service:after {
        right: -3%
    }
}

@media(max-width: 767px) {
    .aboutusbanner .bottom_row .servicecount .inner_service:after {
        display: none
    }
}

.aboutusbanner .bottom_row .servicecount .inner_service:nth-child(2) {
    width: 25%
}

@media(max-width: 991px) {
    .aboutusbanner .bottom_row .servicecount .inner_service:nth-child(2):after {
        display: none
    }
}

.aboutusbanner .bottom_row .servicecount .inner_service:last-child {
    border-right: 0
}

.aboutusbanner .bottom_row .servicecount .inner_service:last-child:after {
    display: none
}

.aboutusbanner .bottom_row .servicecount .inner_service h4 {
    margin: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: var(--red-color)
}

@media(max-width: 800px) {
    .aboutusbanner .bottom_row .servicecount .inner_service h4 {
        font-size: 24px
    }
}

.aboutusbanner .bottom_row .servicecount .inner_service p {
    color: #555;
    font-size: 18px;
    font-weight: var(--fontweight400);
    line-height: 24px;
    margin-bottom: 0px;
}

@media(max-width: 800px) {
    .aboutusbanner .bottom_row .servicecount .inner_service p {
        font-size: 16px
    }
}

.about_us_overview h2.section-heading {
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    width: 100%
}

.about_us_overview .overview.content {
    display: flex;
    gap: 70px
}

@media(max-width: 767px) {
    .about_us_overview .overview.content {
        gap: 20px;
        flex-direction: column
    }

    .global_presence .global_presence_left>div {
        width: 100%;
    }

    .global_presence .global_presence_left .global_presence_img {
        height: 400px;
    }

    div#search-overlay .centered {
        display: unset;
    }

    div#search-overlay #search-box input[type="search"],
    div#search-overlay #search-box input[type="text"] {
        font-size: 1em;
    }

    form#search-form svg#searchNow {
        width: 20px;
    }
}

.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
}

@media(max-width: 991px) {
    .about_us_overview .overview.content p {
        width: 100%;
        line-height: 28px;
        font-size: 16px
    }
}

@media(max-width: 767px) {
    .about_us_overview .overview.content p {
        line-height: 24px;
        font-size: 14px
    }
}

.about_us_mission_vision .mission_vision_content {
    display: flex;
    gap: 50px
}

@media(max-width: 767px) {
    .about_us_mission_vision .mission_vision_content {
        gap: 20px;
        flex-direction: column
    }
}

.about_us_mission_vision .mission_vision_content .mission_vision_inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px
}

@media(max-width: 667px) {
    .about_us_mission_vision .mission_vision_content .mission_vision_inner {
        height: 250px
    }
}

.about_us_mission_vision .mission_vision_content .mission_vision_inner img {
    width: 100%;
    height: auto
}

@media(max-width: 667px) {
    .about_us_mission_vision .mission_vision_content .mission_vision_inner img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.about_us_mission_vision .mission_vision_content .mission_vision_inner .textcont {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff
}

.about_us_mission_vision .mission_vision_content .mission_vision_inner .textcont p {
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
    line-height: 28px
}

@media(max-width: 991px) {
    .about_us_mission_vision .mission_vision_content .mission_vision_inner .textcont p {
        font-weight: var(--fontweight400);
        font-size: var(--font-size-16);
        line-height: 24px;
        padding: 10px 20px;
        margin: 0
    }

    .about_us_mission_vision .mission_vision_content .mission_vision_inner .textcont p br {
        display: none
    }
}

.value-wrap {
    display: flex;
    gap: 0
}

@media(max-width: 1200px) {
    .value-wrap {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px
    }
}

@media(max-width: 767px) {
    .value-wrap {
        flex-direction: column;
        gap: 0
    }
}

.value-wrap .value_wrap_info {
    padding: 30px;
    width: 25%
}

.value-wrap .value_wrap_info:first-child {
    padding-left: 0
}

.value-wrap .value_wrap_info:last-child {
    padding-right: 0
}

.value-wrap .value_wrap_info:nth-of-type(2),
.value-wrap .value_wrap_info:nth-of-type(3),
.value-wrap .value_wrap_info:nth-of-type(4) {
    border-left: 1px solid #e8e8e8
}

@media(max-width: 767px) {

    .value-wrap .value_wrap_info:nth-of-type(2),
    .value-wrap .value_wrap_info:nth-of-type(3),
    .value-wrap .value_wrap_info:nth-of-type(4) {
        border-left: 0;
        border-top: 1px solid #e8e8e8
    }
}

@media(max-width: 1200px) {
    .value-wrap .value_wrap_info:nth-of-type(3) {
        border-left: 0;
        padding: 0
    }
}

@media(max-width: 1200px) {
    .value-wrap .value_wrap_info {
        width: calc(50% - 16px)
    }
}

@media(max-width: 767px) {
    .value-wrap .value_wrap_info {
        width: 100%;
        padding: 20px 0 !important
    }
}

.value-wrap .value_wrap_info .value-content {
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media(max-width: 991px) {
    .value-wrap .value_wrap_info .value-content {
        font-size: 16px
    }
}

.value-wrap .value_wrap_info .value-content h5 {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    line-height: 36px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--heading-color);
}

@media(max-width: 1400px) {
    .value-wrap .value_wrap_info .value-content h5 {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .value-wrap .value_wrap_info .value-content h5 {
        font-size: 18px;
        line-height: 22px
    }
}

.value-wrap .value_wrap_info .value-content p {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
    overflow: hidden
}

@media(max-width: 991px) {
    .value-wrap .value_wrap_info .value-content p {
        font-size: var(--font-size-16);
        line-height: 26px
    }
}

@media(max-width: 767px) {
    .value-wrap .value_wrap_info .value-content p {
        font-size: 14px;
        line-height: 24px
    }
}

.value-wrap .value_wrap_info .value-icon {
    display: inline-block;
    margin-bottom: 20px
}

.about_learn_more {
    background: #f2f2e1
}

.about_learn_more h2.section-heading {
    line-height: normal;
    align-items: flex-start
}

.about_learn_more h2.section-heading span.line {
    margin-top: 24px
}

@media(max-width: 767px) {
    .about_learn_more h2.section-heading span.line {
        margin-top: 14px
    }
}

.about_learn_more .about_learn_more_info {
    display: flex;
    gap: 90px
}

@media(max-width: 1440px) {
    .about_learn_more .about_learn_more_info {
        gap: 40px
    }
}

@media(max-width: 991px) {
    .about_learn_more .about_learn_more_info {
        flex-direction: column;
        gap: 30px
    }
}

.about_learn_more .about_learn_more_info .about_learn_moreimg {
    width: 35%;
    overflow: hidden;
    border-radius: 20px
}

@media(max-width: 991px) {
    .about_learn_more .about_learn_more_info .about_learn_moreimg {
        width: 100%;
        height: 400px
    }
}

.about_learn_more .about_learn_more_info .about_learn_moreimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}

.about_learn_more .about_learn_more_info .about_learn_morecont {
    width: 65%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

@media(max-width: 991px) {
    .about_learn_more .about_learn_more_info .about_learn_morecont {
        width: 100%
    }
}

@media(max-width: 767px) {
    .about_learn_more .about_learn_more_info .about_learn_morecont {
        flex-direction: column
    }
}

.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);
}

@media(max-width: 767px) {
    .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items {
        width: 100%;
        padding: 20px
    }
}

.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items.active,
.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items:hover {
    border: 1px solid rgba(206, 32, 38, .3);
    background: #fff
}

.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items.active path,
.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items:hover path {
    stroke: var(--red-color)
}

.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);
}

.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items.active h4,
.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items:hover h4 {
    color: var(--red-color)
}

@media(max-width: 1200px) {
    .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items h4 {
        font-size: 20px
    }
}

.about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items p {
    margin: 0
}

@media(max-width: 767px) {
    .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items p {
        font-size: 14px
    }
}

.about_us_ourvalues.Awards_certificate {
    background: url("https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/award_certificate.png") no-repeat;
    background-size: cover;
    position: relative
}

.about_us_ourvalues.Awards_certificate:before {
    content: "";
    background: rgba(0, 0, 0, .6196078431);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.about_us_ourvalues.Awards_certificate .row {
    position: relative;
    z-index: 9
}

.about_us_ourvalues.Awards_certificate .value-wrap {
    gap: 30px
}

@media(max-width: 1200px) {
    .about_us_ourvalues.Awards_certificate .value-wrap {
        gap: 20px
    }
}

.about_us_ourvalues.Awards_certificate .value-wrap .value_wrap_info {
    padding: 40px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05);
    width: 33%;
    position: relative
}

@media(max-width: 1200px) {
    .about_us_ourvalues.Awards_certificate .value-wrap .value_wrap_info {
        width: calc(50% - 12px)
    }
}

@media(max-width: 767px) {
    .about_us_ourvalues.Awards_certificate .value-wrap .value_wrap_info {
        width: 100%;
        padding: 20px !important
    }
}

.about_us_ourvalues.Awards_certificate .value-wrap .value_wrap_info svg {
    position: absolute;
    right: 30px;
    top: 15px
}

@media(max-width: 800px) {
    .about_us_ourvalues.Awards_certificate .value-wrap .value_wrap_info svg {
        width: 70px;
        height: 70px
    }
}

.about_us_ourvalues.Awards_certificate .tag span {
    border-radius: 2px;
    background: var(--Primary-Color, #DB252C);
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05);
    padding: 10px 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
    display: inline-block
}

.about_us_ourvalues.Awards_certificate .heading_sec {
    margin-bottom: 60px
}

@media(max-width: 767px) {
    .about_us_ourvalues.Awards_certificate .heading_sec {
        margin-bottom: 40px
    }
}

.about_us_ourvalues.Awards_certificate .heading_sec h2.section-heading {
    justify-content: center;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #fff
}

@media(max-width: 767px) {
    .about_us_ourvalues.Awards_certificate .heading_sec h2.section-heading {
        font-size: 24px;
        line-height: 32px
    }
}

.about_us_ourvalues.Awards_certificate .view_all_bg_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.about_us_ourvalues.Awards_certificate .view_all_bg_btn button.view_all_bg {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about_us_ourvalues.Awards_certificate .view_all_bg_btn button.view_all_bg:hover svg path {
    stroke: red;
}

.leadership_sec.about_page {
    background: rgba(237, 237, 220, .2)
}

.leadership_sec.about_page #leadership_sec_slider .leadership_slider_item .content_leader {
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .06);
    margin-top: -60px !important
}

.leadership_sec.about_page .leadership_slider_item {
    margin-bottom: 20px
}

.ledaershippage_banner {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/abousus_bg.png) no-repeat top center;
    background-size: 100% 8%;
    position: relative
}

.ledaershippage_banner img.left_sidesvgtop {
    position: absolute;
    left: 0;
    top: 12%;
    width: 160px
}

.ledaershippage_banner img.left_sidesvgbottom {
    position: absolute;
    left: 0;
    width: 160px;
    top: auto;
    bottom: 16%
}

.ledaershippage_banner img.right_sidesvgcenter {
    position: absolute;
    right: 0;
    width: 160px;
    top: 50%;
    transform: rotate(180deg)
}

.ledaershippage_banner .row {
    padding-top: 160px;
    position: relative
}

@media(max-width: 1440px) {
    .ledaershippage_banner .row {
        padding-top: 120px
    }
}

@media(max-width: 991px) {
    .ledaershippage_banner .row {
        padding-top: 90px
    }
}

.ledaershippage_banner .row .heading_sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px
}

@media(max-width: 767px) {
    .ledaershippage_banner .row .heading_sec {
        gap: 10px;
        margin-bottom: 20px
    }

    .about_us_ourvalues.Awards_certificate .view_all_bg_btn {
        margin-top: 30px;
    }
}

.ledaershippage_banner .row .heading_sec p {
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 30px;
    padding-right: 5%;
    margin: 0
}

@media(max-width: 1600px) {
    .ledaershippage_banner .row .heading_sec p {
        padding-right: 0;
        font-size: var(--font-size-16);
        line-height: 28px
    }
}

@media(max-width: 991px) {
    .ledaershippage_banner .row .heading_sec p {
        padding-right: 0;
        font-size: 14px;
        line-height: 24px
    }
}

.ledaershippage_banner .leadership_cont_main {
    display: flex;
    flex-direction: column;
    gap: 100px
}

@media(max-width: 1600px) {
    .ledaershippage_banner .leadership_cont_main {
        gap: 60px
    }
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main {
        gap: 30px
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms {
    display: flex;
    gap: 100px;
    align-items: center
}

.ledaershippage_banner .leadership_cont_main .leadership_itms:nth-child(even) {
    flex-direction: row-reverse
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms:nth-child(even) {
        flex-direction: column;
        gap: 20px
    }
}

@media(max-width: 1200px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms {
        gap: 40px
    }
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms {
        flex-direction: column;
        gap: 20px
    }
}

@media(max-width: 991px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms>div {
        width: 50%
    }
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms>div {
        width: 100%
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div {
    width: 500px;
    height: 400px;
    padding: 20px 20px 20px 50px;
    position: relative
}

@media(max-width: 991px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div {
        width: auto
    }
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div {
        width: 100%;
        height: 280px;
        padding: 10px 10px 10px 30px
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div:after {
    content: "";
    width: 386px;
    height: 284px;
    flex-shrink: 0;
    border-radius: 20px;
    opacity: .2;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FFF 11.36%, #CE2026 106.29%)
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div:after {
        width: 250px;
        height: 200px
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div img {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 9
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div svg {
    position: absolute;
    left: 0;
    top: 50px
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div svg {
        height: 30px;
        top: 30px;
        left: -10px
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont {
        gap: 10px
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .nameleader {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .nameleader h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--heading-color);
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .nameleader h6 {
        font-size: var(--font-size-16);
        line-height: 18px
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .nameleader p {
    margin: 0;
    font-size: 14px;
    font-weight: var(--fontweight400);
    line-height: 20px
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .descr_lead p {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 30px;
    margin: 0;
    display: inline;
}

@media(max-width: 1200px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .descr_lead p {
        font-size: 14px;
        line-height: 24px
    }
}

.ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .read_more a {
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center
}

@media(max-width: 767px) {
    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_cont .read_more a {
        font-size: 14px;
        line-height: 24px
    }
}

.contact_us_home .contact-form .form-group-main .input-box textarea {
    height: 175px;
}

.contact_us_home input#purpose {
    margin-top: 20px;
}

.contact_us_home .contact-form .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 {
    padding-left: 15px;
    width: 70px;
}

.contact_us_home .contact-form .input-box.language .selected-flag .iti-arrow {
    display: none;
}

.contact_us_home .intl-tel-input.allow-dropdown {
    display: block;
}

.contact_us_home .contact-form .input-box.language input#phone {
    padding-left: 80px;
}

.contact_us_home .contact-form .input-box.selseccttag svg {
    bottom: auto;
    top: 58px;
    z-index: 9;
    display: none;
}

.contact_us_home .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: transparent;
}

.contact_us_home .contact-form .agreement_sec label.text-center::before {
    display: none;
}

.contact_us_home .contact-form .checkbox-group .submit-button input {
    margin: 0;
    height: 50px;

}

.contact_us_home .contact-form .input-box.language .selected-flag .iti-flag.us {
    margin: 0;
    top: 25px;
}

.contact_us_home .contact-form .checkbox-group .submit-button span.ajax-loader {
    position: absolute;
    bottom: -30px;
    left: 60px;
}

.contact_us_home .contact-form .checkbox-group .submit-button {
    position: relative;
}

.agreement_sec span.wpcf7-list-item {
    margin: 0;
}

.contact-form p {
    margin: 0;
}

.contact_us_home .contact-form .checkbox-group .submit-button {
    margin-right: -20px;
}

.contact_us_home .contact-form .form-group-main .input-box select {
    padding-right: 40px;
    height: 62px;
}

@media (max-width: 1200px) {
    .contact_us_home .contact-form .form-group-main {
        flex-direction: column;
    }

    .contact_us_home .contact-form .form-group-main>div {
        width: 100%;
    }

    .contact_us_home .contact-form .agreement_sec label.text-center {
        text-align: left !important;
    }

    .agreement_sec label[for="accept_terms"] {
        display: flex;
        align-items: flex-start;
    }
}

@media (max-width: 800px) {
    .contact_us_home .contact-form .checkbox-group .submit-button input {
        padding: 5px 20px;
    }
}

@media(max-width: 767px) {
    .contact_us_home .contact-form .checkbox-group .submit-button {
        margin: 0
    }
}

/*about us slider*/
.aboutusbanner .row.top_row .bannercontent form.getstarted .full-wrap-cls {

    margin: 0;

    display: flex;

    gap: 16px;

    align-items: flex-start;

    padding: 0;

}

.aboutusbanner .row.top_row .bannercontent form.getstarted input {

    font-size: var(--font-size-16);

}

.aboutusbanner .row.top_row .bannercontent form.getstarted input::placeholder {
    color: #6C757D;
}

.aboutusbanner .row.top_row .bannercontent form.getstarted input.submit {

    font-size: 20px;

    font-style: normal;

    line-height: 30px;

    background-color: var(--red-color);

    border-color: var(--red-color);

    color: #fff;

    font-weight: 600;

    width: auto;

    padding: 9px 30px;

}

.aboutusbanner .row.top_row .wpcf7 {

    width: 100%
}

@media (max-width: 1200px) {

    .aboutusbanner .row.top_row .bannercontent form.getstarted input {

        width: 200px;

    }

    .aboutusbanner .row.top_row .bannercontent form.getstarted .btn.btn-danger {

        padding: 0px 10px;

    }

}

@media (max-width: 800px) {

    .aboutusbanner .row.top_row .bannercontent form.getstarted input {

        width: 100%;

    }

}

@media (max-width: 767px) {

    .aboutusbanner .row.top_row .bannercontent form.getstarted .full-wrap-cls {

        flex-direction: column;

        width: 100%;

    }

    .aboutusbanner .row.top_row .bannercontent form.getstarted .full-wrap-cls span {

        width: 100%;

    }

}

/*hover effect css*/


header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn:hover {
    color: #000;
}

.texh_stack .texh_stack_content button.tab-link:hover {
    color: var(--red-color);
    position: relative;
}

.texh_stack .texh_stack_content button.tab-link:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 3.96px;
    right: 0;
    margin: 0 auto;
    border-radius: 3.96px;
    background: var(--red-color);
}

.btn.btn-danger:hover {
    color: var(--red-color) !important;
    background: transparent !important;
}

.choose_smartdata a.global_reach_btn {
    display: none;
}

.choose_smartdata {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/choose_smartdata.svg) no-repeat bottom 80px center;
}

.leadership_sec .leadership_mainsec .leadership_sec_cont p {
    color: #555;
}

header.header-wrapper {
    backdrop-filter: unset;
}

header.header-wrapper.fixed .navbar {
    box-shadow: 0px 0px 18px 3px rgb(0 0 0 / 13%);
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content a.read_more svg {
    transition: transform 0.3s ease;
}

section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_content a.read_more:hover svg {
    transform: translateX(10px);
}

/****** smartian speak page ************/
.aboutusbanner .row.top_row .Imgsection img {
    border-radius: 10px;
}

section.homepagebanner.aboutusbanner.smartians_speak_banner {
    background-size: cover;
}

section.homepagebanner.aboutusbanner.smartians_speak_banner .bannercontent {
    gap: 14px;
}

.smartians_speak_banner .tag span {
    border-radius: 2px;
    background: #DB252C;
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, .05);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    padding: 6px 14px;
}

.homepagebanner.aboutusbanner.smartians_speak_banner .bannercontent p.desc {
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 29px;
    padding-right: 30%;
    margin-top: 5px;
}

.homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info {
    display: flex;
    gap: 30px;
    align-items: center;
}

.homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info>div:nth-child(2) {
    padding: 0 30px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info p {
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #1A202C;
    gap: 2px;
}

.homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info p span {
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 22px;
    color: #555;
}

.smartians_speak_banner .smartiansname img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.smartians_speak_banner .smartiansname {
    display: flex;
    gap: 12px;
    align-items: center;
}

.smartiansfollow {
    display: flex;
    gap: 10px;
}

.smartiansfollow a {
    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #555;
    width: 26px;
    height: 26px;
}

.smartians_speak_content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.smartians_speak_content .smartians_speak_item {
    width: calc(33% - 17px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    overflow: hidden;
}

.smartians_speak_content .smartians_speak_content_inner {
    background: #fff;
    padding: 0 15px 0;
    width: 100%;
}

.smartians_speak_content_main_inner {
    padding-bottom: 20px;
}

.smartians_speak_content .smartians_speak_item:hover {
    box-shadow: 2px 20px 95px 0px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    border-color: #fff;
}

.smartians_speak_content .smartians_speak_item:hover .smartians_speak_content_inner {
    border-radius: 0 0 20px 20px;
}

.smartians_speak_content .smartians_speak_item .smartians_speak_img {
    height: 280px;
    width: 100%;
}

.smartians_speak_content .smartians_speak_item .smartians_speak_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.smartians_speak_content .smartians_leader_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.smartians_speak_content .smartians_leader_info .smartiansimage {
    width: 100%;
    margin-bottom: 16px;
    margin-top: -22px;
}

.smartians_speak_content .smartians_leader_info .smartiansimage img {
    width: 45px;
    height: 45px;
    border: 3px solid #FFF;
    border-radius: 50px;
    object-fit: cover;
    background: #fff;
}

.smartians_speak_content .smartians_leader_info .smartiansname {
    width: auto;
}

.smartians_speak_content .smartians_leader_info .smartiansfollow {
    width: auto;
    justify-content: flex-end;
}

.smartians_speak_content .smartians_leader_info .smartiansname p {
    color: #1A202C;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.smartians_speak_content .smartians_leader_info .smartiansname p span {
    font-size: 11px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 14px;
    color: #555;
}

.smartians_speak_content .smartiansfollow a {
    width: 24px;
    height: 24px;
    justify-content: center;
}

.smartians_speak_content .smartiansfollow a svg {
    width: 10px;
    height: 10px;
}

.smartians_speak_content .smartians_speak_item:hover .smartiansposted svg path {
    fill: var(--red-color);
}

.smartians_speak_content .smartians_speak_content_inner h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: var(--heading-color);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.smartians_speak_content .smartians_speak_content_inner p {
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.smartiansposted {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smartians_speak_content .smartians_speak_content_inner .smartiansposted p {
    margin: 0;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1A202C;
    border-left: 1px solid #CE2026;
    display: flex;
    align-items: center;
    gap: 4px;
}

.smartians_speak_content .smartians_speak_content_inner .smartiansposted p span {
    color: #555;
    font-weight: var(--fontweight400);
}

.load_more {
    margin-top: 50px;
}

.load_more button.btn.btn-danger,
.load_more a.btn.btn-danger {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
}

.load_more button.btn.btn-danger:hover svg path {
    stroke: var(--red-color);
}

@media (max-width:1200px) {
    .homepagebanner.aboutusbanner.smartians_speak_banner .bannercontent p.desc {
        padding-right: 8%;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    section.homepagebanner.aboutusbanner.smartians_speak_banner .bannercontent {
        gap: 12px;
        padding-right: 20px;
        padding-left: 0;
    }

    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info {
        gap: 15px;
    }

    .smartians_speak_banner .smartiansname {
        gap: 10px;
    }

    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info p {
        font-size: 14px;
        gap: 0;
        padding: 0;
    }

    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info p span {
        font-size: 13px;
        line-height: 18px;
    }

    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info>div:nth-child(2) {
        padding: 0 15px;
    }

    .smartiansfollow a svg {
        width: 12px;
        height: auto;
    }

    .smartiansfollow a {
        justify-content: center;
        width: 24px;
        height: 24px;
    }

    .load_more button.btn.btn-danger {
        font-size: var(--font-size-16);
        padding: 0px 16px;
    }

    .smartians_speak_content {
        gap: 20px;
    }

    .smartians_speak_content .smartians_speak_item {
        width: calc(33% - 11px);
    }

    .smartians_speak_content .smartians_leader_info .smartiansname {
        width: 70%;
    }

    .smartians_speak_content .smartians_leader_info .smartiansfollow {
        width: 30%;
    }

}

@media screen and (min-width:801px) and (max-width:1200px) {
    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 30px 0 0;
    }

    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info>div:nth-child(2) {
        padding-left: 0;
        border-left: 0;
        padding-right: 20px;
        margin-right: 10px;
        width: 50%;
    }
}

@media (max-width:1199px) {
    .smartians_speak_content .smartians_speak_item {
        width: calc(50% - 10px);
    }
}

@media (max-width:800px) {

    section.homepagebanner.aboutusbanner.smartians_speak_banner .bannercontent,
    .homepagebanner.aboutusbanner.smartians_speak_banner .bannercontent p.desc {
        padding: 0;
    }
}

@media (max-width:667px) {
    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .smartians_speak_content .smartians_speak_content_inner p {
        -webkit-line-clamp: 3;
    }

    section.homepagebanner.aboutusbanner.smartians_speak_banner .row.top_row h1 {
        margin: 0;
    }

    .smartians_speak_banner .smartiansname {
        width: 100%;
    }

    .homepagebanner.aboutusbanner.smartians_speak_banner .smartians_leader_info>div:nth-child(2) {
        padding-left: 0;
        border-left: 0;
        padding-right: 20px;
        margin-right: 10px;
        width: 50%;
    }

    .smartians_speak_content .smartians_speak_item {
        width: 100%;
    }

    .load_more {
        margin-top: 40px;
    }

    .smartiansfollow .sfsi_wicons.shuffeldiv,
    .smartiansfollow .sfsi_wicons.shuffeldiv a {
        width: 30px !important;
        height: 30px !important;
        margin: 3px 5px 0 !important;
        align-items: center;
    }

    .smartiansfollow .sfsi_wicons.shuffeldiv a img {
        width: 30px;
        height: 30px;
    }

    .smartiansfollow {
        width: 110px;
        align-items: center;
    }

    .smartiansfollow .sfsi_widget.sfsi_shortcode_container {
        min-height: auto;
    }
}

/************* end smartian page css******************/

/********* smartian speaks detail page css **********/

.section-padd-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sectionpadding-top {
    padding-top: 160px;
}

section.detail_blogpages {
    max-width: 80%;
    margin: 0 auto;
}

.blogpagesinfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blogpagesinfo .smartians_leader_info {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.blogpagesinfo .smartians_leader_info .smartiansname {
    display: flex;
    gap: 12px;
    align-items: center;
}

.blogpagesinfo .smartians_leader_info .smartiansname .dataname p {
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #1A202C;
    gap: 0px;
}

.blogpagesinfo .smartians_leader_info .smartiansname .dataname p span {
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 22px;
    color: #555;
}

.blogpagesinfo .smartians_leader_info .smartiansname img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-featureimg img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}

.blogpagesinfocontent {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.blogpagesinfocontent .smartiansposted p {
    margin: 0;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    color: #1A202C;
    border-left: 1px solid #CE2026;
    display: flex;
    align-items: center;
    gap: 4px;
}

.blogpagesinfocontent .smartiansposted p span {
    color: #555;
    font-weight: var(--fontweight400);
}

.blogpagesinfocontent .contentpart {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(100% - 350px);
}

.blogpagesinfocontent .contentpart h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #1A202C;
    margin: 0;
}

.blogpagesinfocontent .contentpart p {
    margin: 0;
    line-height: 28px;
}

.blogpagesinfocontent .contentpart .bloginnercont {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.blogpagesinfocontent .contentpart .bloginnercont b,
.blogpagesinfocontent .contentpart .bloginnercont strong {
    color: #1A202C;
    font-size: 18px;
}

.shareon {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
}

.shareon h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    color: #1A202C;
}

.sidebarofblogs {
    display: flex;
    width: 340px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    background: #fff;
}

.sidebarofblogs .heading_sec {
    margin: 0;
}

.sidebar_items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar_items .sidebar_inner_cont {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F5;
}

.sidebar_items .sidebar_inner_cont:last-child {
    padding: 0;
    border: 0;
}

.sidebar_items .sidebar_inner_cont img {
    width: 70px;
    height: 50px;
    border-radius: 4px;
    object-fit: cover;
}

.sidebar_items .sidebar_inner_cont h5 {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #1A202C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebarofblogs h2.section-heading {
    font-size: 20px;
    line-height: 20px;
}

.bloginnercont img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    object-fit: contain;
    margin: 10px 0;
}

.blogpagesinfocontent .contentpart p.mt-1 {
    margin: 0;
    line-height: 28px;
}


@media (max-width:1600px) {
    section.detail_blogpages {
        max-width: 90%;
    }
}

@media (max-width: 1440px) {
    .sectionpadding-top {
        padding-top: 120px;
    }
}


@media (max-width:1200px) {
    .sectionpadding-top {
        padding-top: 90px;
    }

    section.detail_blogpages {
        max-width: 100%;
    }

    .blogpagesinfocontent .contentpart {
        width: calc(100% - 290px);
    }

    .sidebarofblogs {
        width: 280px;
    }

    .blogpagesinfo,
    .blogpagesinfocontent .contentpart {
        gap: 12px;
    }

    .blogpagesinfocontent {
        margin-top: 25px;
        gap: 10px;
    }

    .blogpagesinfocontent .contentpart h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .blogpagesinfocontent .contentpart .bloginnercont {
        gap: 8px;
    }

    .blogpagesinfocontent .contentpart .bloginnercont b,
    .blogpagesinfocontent .contentpart .bloginnercont strong {
        font-size: var(--font-size-16);
    }

    .blogpagesinfocontent .contentpart p {
        font-size: 14px;
        line-height: 24px;
    }
}


@media (max-width:800px) {
    section.detail_blogpages {
        max-width: 100%;
    }

    .blogpagesinfocontent {
        flex-direction: column;
        gap: 22px;
    }

    .blogpagesinfocontent .contentpart,
    .sidebarofblogs {
        width: 100%;
    }
}

@media (max-width:667px) {
    .blogpagesinfo .smartians_leader_info .smartiansname .dataname p span {
        font-size: 12px;
    }

    .blogpagesinfo .smartians_leader_info .smartiansname .dataname p {
        line-height: 18px;
        font-size: 14px;
    }

    .blogpagesinfo .smartians_leader_info .smartiansname {
        gap: 8px;
    }

    .blogpagesinfo .smartiansfollow {
        gap: 6px;
    }

    .blogpagesinfo .smartiansfollow a {
        width: 22px;
        height: 22px;
    }

    .blog-featureimg img {
        height: 250px;
    }

    .blogpagesinfocontent {
        margin-top: 16px;
    }

    .blogpagesinfocontent .contentpart {
        gap: 8px;
    }

    .blogpagesinfocontent .contentpart h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .bloginnercont img {
        height: 250px;
    }
}

/***********ends here**************/

/* ehss page styles */

section.homepagebanner.ehss {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/ess_bg.png) no-repeat top left;
    background-size: 50%;
}

.homepagebanner.ehss .row {
    height: auto;
}

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 {
    gap: 12px;
    width: 50%;
}

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;
    /* 181.25% */
}

section.homepagebanner.ehss .row .bannervideosection.Imgsection {
    border-radius: 33px !important;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
    padding: 10px 10px 0;
    width: 50%;
}

section.homepagebanner.ehss .row .bannervideosection img {
    position: relative;
    z-index: 9;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.redgrads {
    position: relative;
    z-index: 0;
}

.redgrads::after {
    z-index: 5;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(206, 32, 38, 0.01) 70.83%, rgba(0, 0, 0, 0.50) 100%);
}

/* section.homepagebanner.ehss .row {
    height: 100vh;
} */

.hssinfos {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/hssinfosection.png) no-repeat top left;
    background-size: cover;
}

.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 .overview.content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.choose_smartdata.ehss {
    background: none;
}

.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
    width: calc(33.33% - 30px);
    padding: 40px;
    gap: 25px;
}

.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper {

    width: 82px;
    height: 82px;
    padding: 16px;
    border-radius: 6px;
}

.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items a.read_more {
    justify-content: flex-end;
}

.choose_smartdata.ehss .choose_smartdata_items {
    gap: 30px;
}

.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;
    /* 166.667% */
}

.about_learn_more.ehss .about_learn_more_info {
    width: 50%;

}

.about_learn_more.ehss .about_learn_more_info .about_learn_morecont {
    width: 100%;

}

.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.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.ehss {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/benefitsection.png) no-repeat top right;
    background-size: 48% 100%;
}

.about_us_ourvalues.ehss .mission_vision_content {
    /* width: calc(25% - 30px); */
    padding: 0px;
    gap: 25px;
}

.about_us_ourvalues.ehss .mission_vision_inner.redgrads {
    /* max-width: 310px; */
    position: relative;
}

.about_us_ourvalues.ehss .mission_vision_inner.redgrads img {
    width: 100%;
    object-fit: cover;
}

.about_us_ourvalues.ehss .missio_vision_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}

.about_us_ourvalues.ehss .textcont {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 12px 14px;
    z-index: 4;
}

.about_us_ourvalues.ehss .textcont h4 {
    color: #FFF;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
    /* 125% */
}

.about_us_ourvalues.ehss .textcont p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 16px;
    margin-bottom: 0px;
    /* 133.333% */
}

.about_us_ourvalues.ehss .mission_vision_inner.redgrads::before {
    content: "";
    border-radius: 0px 0 10px 10px;
    z-index: 1;
    width: 100%;
    height: 50%;
    bottom: 0px;
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(206, 32, 38, 0.01) 70.22%, rgba(0, 0, 0, 0.90) 100%);


}

.about_us_ourvalues.ehss .textcont-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_us_ourvalues.ehss .redgrads::after {
    background: none;
}

.about_us_ourvalues.ehss .textcont-content button {
    background-color: transparent;
    border: 0px;
    outline: none;
    padding: 0px;
    max-width: 30px;
    max-height: 30px;
}

.about_us_overview.ehss .leadership_slider_item {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    align-items: 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;
}

.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;
}

.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;
}

.leadership_sec_slider.ehss .sliderLaptop {
    /*max-width: 560px;*/
    width: 100%;
    flex: 1;
}

.leadership_sec_slider.ehss .sliderLaptop {
    max-width: 750px;
    object-fit: contain;
    height: 500px;
    object-position: center;
}

.about_us_overview.ehss .leadership_slider_item .content_leader ul li {
    color: #555;
    line-height: 28px;
}

.project-description {
    height: 92px;
    overflow: hidden;
}

.project-description.expanded {
    height: auto;
}

.ehss .slides-numbers {
    width: 255px;
}

section.about_us_overview.ehss .slidepaginationcontrol {
    text-align: right;
    margin-top: -100px;
}

section.choose_smartdata.ehss .topIcons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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;
}

.leadership_sec_slider.ehss {
    margin: 0;
}

.about_us_overview.ehss .overview.content {
    display: block;
    position: relative;
}

section.about_us_overview.ehss .slick-dots li button {
    background: #e2e8f0;
    padding: 0;
    height: 4px;
    width: 30px;
}

section.about_us_overview.ehss .slick-dots li.slick-active button {
    border-radius: 3px !important;
    background: var(--red-color);
}

section.about_us_overview.ehss .slick-dots {
    bottom: 0;
    margin: 0;
    right: 20px;
    max-width: 200px;
}

section.about_us_overview.ehss .slick-dots li {
    margin: 0;
    width: auto;
}

section.about_us_overview.ehss .slick-dots li button:before {
    opacity: 0;
}

.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;
    /* 18px */
}

.choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper.diagnostic {
    background: #EAFFF4;
}

.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: auto;
    overflow: hidden;
    border-radius: 10px;
}

.ehssDetail h2 {
    color: #1A202C;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
    /* 131.25% */
}

.ehssDetail h4 {
    color: #1A202C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
}

.ehssDetail p {
    margin-bottom: 16px;
    color: #555;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 29px;
    /* 181.25% */
}

.ehssDetail p.last {
    margin-bottom: 20px;
}

.about_us_overview.ehss .overview.content p {
    width: 100%;
}

.ehss .heading_sec h2.section-heading.leftlineheading {
    text-align: left;
    justify-content: start;
}

.about_us_overview.ehss .overview.content .leadership_sec {
    position: static;
}

.ehss .slides-numbers {
    right: 0;
    left: auto;
}

.about_us_ourvalues.ehss .img_wrapper {
    width: 100%;
    height: 470px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.about_us_ourvalues.ehss .img_wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/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 .img_wrapper img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.about_us_ourvalues.ehss .slick-slide {
    margin: 0 12px 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 .slide-arrow.prev-arrow.slick-arrow,.about_us_ourvalues.ehss .slide-arrow.next-arrow.slick-arrow{
    display: none;
} */
.about_us_ourvalues.ehss .content_wrapper .nameauther p {
    color: #FFF;
    font-size: var(--font-size-16);
    font-weight: 700 !important;
    margin: 0;
}

.about_us_ourvalues.ehss .slide {
    position: relative;
}

a.play_button,
.playbtn {
    cursor: pointer;
}

a.play_button svg.pause {
    display: none;
}

a.play_button.pause svg.pause {
    display: block;
}

a.play_button.pause svg.play {
    display: none;
}

.about_us_ourvalues.ehss .slick-dots {
    margin: 0;
}

.ess_modal .modal-body {
    padding: 0;
}

.ess_modal .modal-body iframe {
    height: 500px;
    margin-bottom: -10px;
}

.ess_modal .modal-dialog {
    width: 900px;
    margin: 0 auto;
    max-width: 900px;
}

.ess_modal .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

/*@media (max-width:1750px) {    
    .about_learn_more.ehss {
        background-position: calc(100% + 130px) center;
    }
}*/

.testimonialplaybtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1450px) {

    /*.about_learn_more.ehss {
        background-position: calc(100% + 140px) center;
    }*/
    .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 h4 {
        font-size: 20px;
    }

    .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items p {
        line-height: 24px;
        font-size: 14px;
    }

    .about_learn_more.ehss .about_learn_more_info .about_learn_morecont {
        gap: 16px;
    }

    .about_us_overview.ehss .leadership_slider_item .content_leader {
        width: 50%;
    }

    .leadership_sec_slider.ehss .sliderLaptop {
        width: calc(50% - 70px);
        max-width: 100%;
        height: 450px;
    }

}

@media screen and (max-width: 1423px) {

    section.homepagebanner.ehss .row {
        padding-bottom: 0;
    }

    .homepagebanner.aboutusbanner.ehss.hss_banner {
        padding-bottom: 50px;
    }

    .leadership_sec_slider.ehss {
        padding-bottom: 20px;
    }

    .about_us_ourvalues.ehss .img_wrapper {
        height: 400px;
    }

    /*.about_learn_more.ehss {
        background-size: 50% 100%;
        background-position: calc(100% + 50px) center;
    }*/

}

@media screen and (max-width: 1328px) {
    section.about_us_overview.ehss .slick-dots {
        bottom: 0px;
    }

    section.about_us_overview.ehss .slidepaginationcontrol {
        text-align: right;
        margin-top: -62px;
    }
}

@media screen and (max-width: 1248px) {

    section.about_us_overview.ehss .slidepaginationcontrol {
        text-align: center;
        margin: -10px;
    }

    .about_us_overview.ehss .overview.content p {
        font-size: 14px !important;
        line-height: 24px;
    }

    .about_us_overview.ehss .leadership_slider_item .content_leader {
        gap: 10px;
        margin-bottom: 20px;
    }

    .leadership_sec_slider.ehss h4 {
        font-size: 18px;
    }

}

@media screen and (max-width: 1204px) {
    .about_us_overview.ehss .leadership_slider_item {
        gap: 20px;
    }

    .about_us_overview.ehss .leadership_slider_item>div,
    .leadership_sec_slider.ehss .sliderLaptop {
        width: 50%;
    }

    .hssinfos {
        padding: 0;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: calc(50% - 20px);
        padding: 20px 16px;
        gap: 16px;
    }

    .about_learn_more.ehss .about_learn_more_info {
        width: 100%;
    }

    .about_learn_more.ehss {
        background-image: none;
    }

    /*.about_learn_more.ehss {
        background-size: 54% 100%;
    }*/

}

@media screen and (max-width: 1130px) {


    section.homepagebanner.ehss .row .bannercontent p.desc {
        padding-right: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    section.homepagebanner.ehss .row .bannercontent {
        gap: 10px;
    }

    .content_leader {
        width: 100%;

    }

    .leadership_sec_slider.ehss p {
        max-width: 100%;
    }

    section.homepagebanner.ehss .row .bannercontent h1 {
        font-size: 22px;
        line-height: 32px;
        margin: 0;
    }

    .ehssDetail .bannerimgs {
        margin-top: 90px;
        margin-bottom: 20px;
    }

    .ehssDetail h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .ehssDetail h4,
    .ehssDetail p {
        margin-bottom: 8px;
    }

    .leadership_sec_slider.ehss .sliderLaptop {
        height: 250px;
        width: calc(50% - 20px);
    }

    .ess_modal .modal-dialog {
        max-width: 80%;
        width: 80%;
    }
}

@media screen and (max-width: 920px) {

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: calc(50% - 20px);
        padding: 20px 16px;
        gap: 16px;
    }

    .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;
    }

    section.choose_smartdata.ehss .topIcons span.counting {
        font-size: 60px;
        line-height: 70px;
    }

    .about_learn_more.ehss {
        background-image: none;
    }

    section.about_us_overview.ehss .slidepaginationcontrol {
        text-align: center;
        margin: -10px;
    }
}

@media screen and (max-width: 800px) {

    section.homepagebanner.ehss .row .bannercontent,
    section.homepagebanner.ehss .row .bannervideosection.Imgsection {
        width: 100%;
    }

}

@media screen and (max-width: 720px) {
    .about_us_overview.ehss .leadership_slider_item {
        flex-direction: column;
        gap: 10px;
    }

    .about_us_overview.ehss .leadership_slider_item>div,
    .leadership_sec_slider.ehss .sliderLaptop {
        width: 100%;
    }

    section.homepagebanner.ehss .row {
        flex-direction: column-reverse;
        height: auto;
        margin: 0;
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .homepagebanner.ehss .row .bannervideosection img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    section.homepagebanner.ehss .row .bannervideosection {
        width: 100%;
        height: 300px;
        flex: 0 0 300px;
    }

    section.homepagebanner.ehss .row .bannercontent h1 {
        font-size: 20px;
        line-height: 28px;
        padding: 0px;
    }

    section.homepagebanner.ehss .row .bannercontent p.desc {
        font-size: var(--font-size-16);
        line-height: 24px;
    }

    .leadership_sec_slider.ehss .sliderLaptop {
        display: block;
        height: 220px !important;
        overflow: hidden;
        width: 100% !important;
        object-fit: cover;
        margin-bottom: 18px;
    }

    .about_us_overview.ehss .leadership_slider_item {
        display: block !important;
    }

    .hssinfos {
        padding: 0;
        background-size: cover !important;
    }

    .hssinfos p {
        font-size: 14px;
        line-height: 21px;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items {
        width: 100%;
        padding: 20px 16px;
        gap: 16px;
    }

    .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 {
        gap: 24px;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items p {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 -8px;
    }

    .about_learn_more.ehss {
        background-image: none;
    }

    .about_learn_more.ehss .about_learn_more_info {
        width: 100%;
    }

    .leadership_sec_slider.ehss h4 {
        font-size: 18px;
        margin: 0;
        line-height: normal;

    }

    .about_us_overview.ehss .overview.content p {
        font-size: 14px !important;
        line-height: 24px;
    }

    .about_us_overview.ehss .content_leader {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    section.choose_smartdata.ehss .topIcons span.counting {
        font-size: 60px;
        line-height: 70px;
    }

    section.about_us_overview.ehss .slick-dots {
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    section.about_us_overview.ehss .slidepaginationcontrol {
        text-align: center;
        margin: -10px;
    }

    .ehss .slides-numbers {
        margin: 0 auto;
        left: 0;
        right: 0;
        padding-bottom: 9px;

    }

    .leadership_sec_slider.ehss .sliderLaptop,
    .about_us_overview.ehss .leadership_slider_item .content_leader {
        width: 100%;
    }

    .ehssDetail .bannerimgs img {
        height: 200px;
        border-radius: 8px;
    }

    .ehssDetail h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;

    }

    .ehssDetail h4 {
        font-size: var(--font-size-16);
        line-height: 24px;
    }

    .ehssDetail p {
        line-height: 21px;
        font-size: 14px;
        margin-bottom: 14px;
    }

    .about_us_ourvalues.ehss .img_wrapper {
        height: 350px;
    }

    .ess_modal .modal-dialog {
        max-width: 90%;
        width: 90%;
    }

    .ess_modal .modal-body iframe {
        height: 350px;
    }
}

/* ehss page ends here */

/*for loader starts here*/
.loader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, var(--red-color) 94%, #0000) top/4px 4px no-repeat,
        conic-gradient(#0000 30%, var(--red-color));
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
    animation: spinner-ub 0.8s infinite linear;
}

@keyframes spinner-ub {
    100% {
        transform: rotate(1turn);
    }
}

.ess_modal .modal-content {
    position: relative;
}

.ess_modal .modal-content .loader {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    top: 46%;
    left: 46.5%;
}

/*ends here*/

/*********** contact us page ****************/

.contactuspage .row {
    padding-top: 160px;
    height: auto;
}

.contactuspage .row .bannercontent h1 {
    font-size: 64px;
    line-height: 70px;
    margin: 0;
}

.contactuspage .row .bannercontent {
    gap: 20px;
}

.contactuspage .row .bannercontent p.desc {
    font-size: var(--font-size-16);
    font-weight: var(--fontweight400);
    line-height: 28px;
    padding-right: 10%;
}

.contactuspage .row .contact_us_home {
    height: auto;
    padding-left: 0;
    background: transparent;
}

.contactuspage .row .contact_us_home .contact-form .form-group-main .input-box input,
.contactuspage .row .contact_us_home .contact-form .form-group-main .input-box select,
.contactuspage .row .contact_us_home .contact-form .form-group-main .input-box textarea {
    border: 1px solid #E0E0E0;
    background: #fff;
}

.contactuspage .row .contact_us_home .contact-form .form-group-main {
    flex-direction: column;
    gap: 16px;
}

.contactuspage .row .contact_us_home .contact-form .form-group-main>div {
    width: 100%;
    gap: 16px 12px;
}

.contactuspage .row .contact_us_home .contact-form .checkbox-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.contactuspage .row .contact_us_home .contact-form .checkbox-group .submit-button {
    margin-left: 0;
}

.contactuspage .row .contact_us_home .contact-form .agreement_sec label {
    padding-left: 16px;
    text-align: left !important;
}

.contactuspage .row .contact_us_home .contact-form .agreement_sec label:before {
    position: absolute;
    left: 0;
    top: 2px;
}

.contactuspage .row .contact_us_home .contact-form .form-group-main .input-box label {
    margin-bottom: 8px;
}

.contactuspage .row .contactuspage .row .contact_us_home .contact-form .form-group-main>.input-box {
    gap: 0;
}

.contactuspage .row .contact_us_home .contact-form .form-group-main .input-box textarea {
    height: 100px;
}

.contactuspage .row .contact_us_home .contact-form .form-group-main .flag img {
    width: 30px;
    border-radius: 0;
}

.location-name {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
    color: #1A202C;
}

.contactpagelocations {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 4px 5px 80px 0px rgba(0, 0, 0, 0.06);
}

.contactpagelocations .location {
    width: 25%;
}

.locationsindia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.locationsindia .nameoflocation {
    width: 100%;
    margin-bottom: 20px;
}

.locationsindia .nameoflocation h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.location_main p:last-child {
    margin-bottom: 0;
}

.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: var(--fontweight400);
    line-height: 26px;
    margin: 2px 0 10px;
}

.address a span {
    color: var(--red-color);
    font-size: 14px;
}

.phonediv {
    display: flex;
}

.phonediv p {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.loaction_wrapper {
   display: grid;    grid-template-columns: repeat(3, 1fr);   gap: 30px;    padding: 0;    margin-top: 30px;
}

.loaction_wrapper .contactpagelocations {
    width: 100%;
}

.loaction_wrapper .location {
    width: 100%;
}

.contactuspage .row .contact_us_home .contact-form .form-group-main>.input-box {
    gap: 0;
}

section.homepagebanner.aboutusbanner.contactuspage {
    background-size: cover;
}


@media (max-width:1440px) {
    .contactuspage .row {
        padding-top: 120px;
    }

    .contactpagelocations .location {
        width: 30%;
    }

    .loaction_wrapper .contactpagelocations .location {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .contactuspage .row .bannercontent {
        gap: 10px;
    }

    .readmoreBtns {
        width: fit-content;
        font-size: var(--font-size-16);
        padding: 12px 20px;
    }

    .contactuspage .row .bannercontent h1 {
        font-size: 44px;
        line-height: 50px;
    }

    section.homepagebanner.aboutusbanner.contactuspage {
        background-size: cover;
    }

    .loaction_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .loaction_wrapper .contactpagelocations {
        width: 100%;
    }

    .contactpagelocations .location {
        width: 32%;
    }

}

@media (max-width:1024px) {
    .contactuspage .row {
        padding-top: 90px;
    }

    .contactpagelocations .locationsindia p br {
        display: none;
    }

    .contactpagelocations .locationsindia p {
        margin: 0;
    }
}

@media (max-width:992px) {

    .contactuspage .row .bannercontent,
    .contactuspage .row .contact_us_home {
        width: 100%;
        padding: 0 10px;
    }

    .contactpagelocations .locationsindia {
        gap: 30px;
    }
}

@media (max-width:992px) {
    .contactuspage .row {
        flex-direction: column;
    }

    .section-padd-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contactpagelocations .location {
        width: 47%;
    }

    .loaction_wrapper .contactpagelocations .locationsindia {
        gap: 0;
        justify-content: flex-start;
    }

    .loaction_wrapper .contactpagelocations .location {
        width: 100%;
    }

    .close-santa {
        right: 1px;
        top: 1px;
        background: #d92029;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff !important;
        cursor: pointer;
        z-index: 99;
        line-height: 30px;
    }

    .santa-content {
        width: 100% !important;
        padding: 30px 15px !important;
    }

    .contactuspage .row .contact_us_home.santa_contact {
        padding: 10px !important;
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .contactuspage .row .contact_us_home .contact-form .agreement_sec label:before {
        top: 4px;
    }
}


@media (max-width:667px) {

    .contactpagelocations .location,
    .loaction_wrapper .contactpagelocations {
        width: 100%;
    }

    .contactpagelocations .locationsindia {
        gap: 20px;
    }

    .loaction_wrapper {
        margin-top: 20px;
    }

    .contactuspage .row .bannercontent h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .contactuspage .row .bannercontent p.desc {
        padding: 0;
    }

    .locationsindia .nameoflocation {
        margin: 0;
    }

    .location-name {
        margin: 0 0 8px;
    }

    .loaction_wrapper .contactpagelocations {
        padding: 20px;
        align-items: flex-start;
    }

    .contact_us_home .contact-form .form-group-main .input-box {
        flex: unset;
        width: 100%;
    }

    .locationsindia .nameoflocation h4 {
        margin-bottom: 16px;
    }
}

/*ends here*/

/******** case studies page *******/

.leadership_cont_main.casestudies_mains .casestudies_items {
    gap: 50px;
}

.leadership_cont_main.casestudies_mains {
    gap: 80px;
}

.leadership_cont_main.casestudies_mains .casestudies_items>div {
    width: 50%;
}

.leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_img {
    height: 400px;
    overflow: hidden;
    background: linear-gradient(0deg, transparent 41.36%, #CE2026 230.29%);
    padding: 10px 10px 0;
    border-radius: 20px;
}

.leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_cont {
    gap: 8px;
}

.leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_cont h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.read_more.download {
    display: flex;
    margin-top: 20px;
}

.read_more.download svg path {
    stroke: #fff;
}

.download_form_popup .modal-header {
    padding: 0;
    border: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.download_form_popup .modal-header svg {
    cursor: pointer;
}

.download_form_popup .modal-content {
    padding: 20px 30px 30px;
    gap: 12px;
}

.download_form_popup .modal-content .modal-body.contact_us_home {
    padding: 0;
    background: #fff;
}

.download_form_popup .contact_us_home .contact-form .form-group-main .input-box input,
.download_form_popup .contact_us_home .contact-form .form-group-main .input-box select {
    border: 1px solid #E0E0E0;
    background: #fff;
    height: 50px;
    padding: 10px 16px;
    font-size: 14px;
}

.download_form_popup .contact_us_home .contact-form .form-group>div {
    flex: unset;
    width: 100%;
}

.download_form_popup .contact_us_home .contact-form .form-group-main>div.form-group {
    width: 100%;
    gap: 12px;
}

.download_form_popup .contact_us_home .contact-form .form-group-main .input-box label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}

.download_form_popup .contact_us_home .contact-form .input-box.selseccttag select#Country {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.download_form_popup .contact_us_home .contact-form .input-box.selseccttag svg {
    width: 15px;
    right: 10px;
    top: 48px;
}

.download_form_popup .contact_us_home .contact-form .form-group .checkbox-group {
    margin: 0;
    align-items: flex-start;
}

.download_form_popup .contact_us_home .contact-form .agreement_sec label {
    font-size: 12px;
    padding-left: 25px;
}

.download_form_popup .contact_us_home .contact-form .agreement_sec label:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    padding: 0;
    top: 1px;
    margin-top: 5px;
}

.download_form_popup .contact_us_home .contact-form .agreement_sec input:checked+label:after {
    height: 10px;
    left: 6px;
    width: 4px;
    border-width: 0 1px 1px 0;
    top: 3px;
    margin-top: 4px;
}

.download_form_popup .modal-header .btn-close {
    opacity: 1;
}

.download_form_popup .modal-footer {
    border: 0;
    padding: 0;
}

.download_form_popup .btn.btn-danger {
    margin: 20px 0 0;
    width: 100%;
    font-size: 14px;
    height: 47px;
    border-radius: 4px;
}

.download_form_popup .btn.btn-danger:hover {

    border-color: var(--red-color) !important;

}

.download_form_popup .btn.btn-danger:focus,
.download_form_popup .btn.btn-danger:active {

    border-color: var(--red-color) !important;

    background-color: var(--red-color) !important;

    color: #fff !important;

}

.read_more.download a:hover svg path {
    stroke: var(--red-color);
}

@media (max-width: 1500px) {
    .leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_img {
        height: 345px;
    }

    .leadership_cont_main.casestudies_mains {
        gap: 60px;
    }
}

@media (max-width: 1200px) {
    .leadership_cont_main.casestudies_mains .casestudies_items {
        gap: 30px;
    }

}

@media (max-width: 800px) {
    .leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_cont h4 {
        font-size: 18px;
    }

    .read_more.download {
        margin-top: 5px;
    }

    .leadership_cont_main.casestudies_mains .casestudies_items {
        gap: 20px;
    }

    .leadership_cont_main.casestudies_mains {
        gap: 40px;
    }

    .read_more.download a.btn.btn-danger {
        padding: 0 16px;
    }

}


@media (max-width: 767px) {
    .leadership_cont_main.casestudies_mains .casestudies_items>div {
        width: 100%;
    }

    .download_form_popup .modal-content {
        padding: 20px;
        gap: 6px;
    }

    .download_form_popup a.btn.btn-danger {
        margin: 0;
    }

    .download_form_popup .modal-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .download_form_popup .contact_us_home .contact-form .agreement_sec label:before,
    .download_form_popup .contact_us_home .contact-form .agreement_sec input:checked+label:after {
        margin-top: 2px;
    }

    .download_form_popup .contact_us_home .contact-form .agreement_sec input:checked+label:after {
        top: 2px;
    }
}


@media (max-width: 480px) {
    .leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_img {
        height: 250px;
    }

    .leadership_cont_main.casestudies_mains {
        gap: 30px;
    }
}

/*custom css for case study*/
.case_name_error,
.case_email_error,
.case_city_error,
.case_country_error,
.case_phone_error {
    display: none;
    color: var(--red-color);
    font-size: 11px;
    float: none;
    padding: 5px 5px 0;
}

.errortextcase {
    border-bottom: 2px solid var(--red-color) !important;
}

.required {
    color: #495057 !important;
}

.resume_file_size {
    font-size: 12px;
    color: #666666;
    margin: 0.5rem 0;
}

.case_chkbox_error {
    display: none;
    color: var(--red-color);
    font-size: 11px;
    float: none;
    padding-left: 5px;
}

/*********** casestudies page css ends ************/

/************ knowledge hub css starts ********/

.homepagebanner.aboutusbanner.knowledge_hub .smartians_speak_content_inner {
    padding: 0;
}

.homepagebanner.aboutusbanner.knowledge_hub h1 {
    max-width: 630px;
}

.homepagebanner.aboutusbanner.knowledge_hub .bannercontent {
    gap: 8px;
    width: 50%;
}

.homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc p {
    font-size: 18px;
    line-height: 32px;
    padding: 0;
    max-width: 630px;
    margin: 0;
}

.homepagebanner.aboutusbanner.knowledge_hub .bannervideosection.Imgsection {
    width: 50%;
    padding-left: 10px;
}

section.homepagebanner.aboutusbanner.knowledge_hub {
    background-size: cover;
}

.knowledge_hub_article .smartians_speak_content_main_inner {
    padding-top: 16px;
}

.knowledge_hub_article .smartians_speak_content_main_inner .smartiansposted {
    margin-bottom: 10px;
}

.knowledge_hub_article .smartians_speak_content_main_inner p {
    margin: 0;
}

.homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1700px) {
    .homepagebanner .row .homepagebanner.aboutusbanner.knowledge_hub h1 {
        max-width: 500px;
        line-height: 50px;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub .row {
        padding-bottom: 80px;
    }

    .homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc p {
        font-size: var(--font-size-16);
        line-height: 28px;
        max-width: 570px;
    }
}


@media (max-width: 1200px) {

    .homepagebanner.aboutusbanner.knowledge_hub .row h1,
    .homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc p {
        max-width: 100%;
        padding-right: 8%;
        margin: 0;
    }
}


@media (max-width: 991px) {
    .knowledge_hub_article .smartians_speak_content {
        justify-content: center;
    }
}

@media (max-width: 800px) {

    .homepagebanner.aboutusbanner.knowledge_hub .bannervideosection.Imgsection,
    .homepagebanner.aboutusbanner.knowledge_hub .bannercontent {
        width: 100%;
        padding: 0;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub .row {
        padding-bottom: 30px;
    }

    .homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .homepagebanner.aboutusbanner.knowledge_hub .row h1,
    .homepagebanner.aboutusbanner.knowledge_hub .bannercontent .desc p {
        padding-right: 0;
    }
}

/****knowledge hub css ends here*********/

/*********** knowledge hub detail page ******/

section.detail_blogpages.simple_posts .contentpart {
    width: 100%;
}

section.detail_blogpages.simple_posts .blog-featureimg img {
    object-position: top;
}

section.about_us_ourvalues.ehss.facility_page .slide.about_smartData_slider_inneritem {
    width: calc(33% - 22px);
}

section.about_us_ourvalues.ehss.facility_page .img_wrapper {
    height: 410px;
}

section.about_us_ourvalues.ehss.facility_page .slide.about_smartData_slider_inneritem .content_wrapper {
    text-align: center;
    justify-content: center;
    padding: 16px 20px;
    background: #fff;
    color: red;
    max-width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 4px;
    bottom: 12px;
}

section.about_us_ourvalues.ehss.facility_page .slide.about_smartData_slider_inneritem .content_wrapper p {
    color: #1A202C;
    font-size: 18px;
}

@media (max-width:1400px) {
    section.about_us_ourvalues.ehss.facility_page .img_wrapper {
        height: 300px;
    }
}

@media (max-width:1200px) {
    section.about_us_ourvalues.ehss.facility_page .missio_vision_wrapper {
        gap: 20px;
    }

    section.about_us_ourvalues.ehss.facility_page .img_wrapper {
        height: 300px;
    }

    section.about_us_ourvalues.ehss.facility_page .slide.about_smartData_slider_inneritem .content_wrapper {
        width: 90%;
        padding: 10px;
    }

    section.about_us_ourvalues.ehss.facility_page .slide.about_smartData_slider_inneritem .content_wrapper p {
        font-size: 14px;
    }
}

@media (max-width:800px) {
    section.about_us_ourvalues.ehss.facility_page .slide.about_smartData_slider_inneritem {
        width: calc(50% - 12px);
    }
}

@media (max-width:580px) {
    section.about_us_ourvalues.ehss.facility_page .slide.about_smartData_slider_inneritem {
        width: 100%;
    }
}


/*********** knowledge hub detail page end ******/

/*********** recent portfolio css starts here ******/

.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 .leadership_slider_item_img.sliderLaptop img.sliderLaptop_fixedimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width:1700px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        padding: 4.5rem 7rem 6rem 7rem;
    }
}

@media (max-width:1440px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        padding: 3.5rem 5rem 5rem 5rem;
    }
}

@media (max-width:1130px) {
    .leadership_sec_slider.ehss .sliderLaptop {
        height: 100%;
    }

    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        padding: 2rem 3.5rem 3rem 3.5rem;
        max-height: 100%;
    }
}

@media (max-width:800px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        padding: 1.2rem 2.5rem 2rem 2.5rem;
    }

}

@media (max-width:720px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        padding: 1.2rem 2.5rem 2rem 2.5rem;
    }

}

@media (max-width:720px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        padding: 2.5rem 2.5rem 3.5rem 2.5rem;
    }

}

/***************** ends here ********************/

/*****smart cfg *****/

.choose_smartdata.ehss.smart_cfg .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.choose_smartdata.ehss.smart_cfg .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper {
    background: #Fff;
    padding: 0;
    height: auto;
    width: auto;
}

.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper {
    justify-content: center;
}

/*****smart cfg *****/

a.read_more svg {
    transition: transform 0.3s ease;
}

a.read_more:hover svg {
    transform: translateX(10px);
}

/********************Facility page css starts here***********************/
/***** gallery page design ***/
.gallerypage_heading .heading_sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.gallerypage_heading .heading_sec p {
    font-size: 18px;
    font-style: normal;
    font-weight: var(--fontweight400);
    line-height: 30px;
    padding-right: 5%;
    margin: 0;
}


.about_us_ourvalues.ehss.facility_page .img_wrapper:after {
    display: none;
}

.about_us_ourvalues.ehss.facility_page .content_wrapper a {
    text-decoration: none;
    color: var(--heading-color);
}

.about_us_ourvalues.ehss.facility_page .content_wrapper p {
    font-weight: 600 !important;
}

@media (max-width: 1600px) {
    .gallerypage_heading .heading_sec p {
        padding-right: 0;
        font-size: var(--font-size-16);
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .gallerypage_heading .heading_sec {
        gap: 10px;
        margin-bottom: 20px;
    }

    .gallerypage_heading .heading_sec p {
        padding-right: 0;
        font-size: 14px;
        line-height: 24px;
    }
}

/************** *****************/

/**********custom css starts here*********************/
a {
    color: var(--red-color);
    text-decoration: none;
}

ul.list {
    padding-left: 30px;
}

.list li {
    margin-top: 10px;
}

@media (max-width: 767px) {
    span.wpcf7-not-valid-tip {
        font-size: 12px;
    }
}

div#location-details h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.global_presence .global_presence_left>div.global_presence_cont {
    gap: 20px;
}

div#location-details h2 {
    font-size: 18px;
}

/************** ends here *****************/

/**************ends here******************/

/* ceo insights start*/

.homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner.smartians_speak_banner .smartians_leader_info {
    gap: 12px;
    margin-top: 8px;
}

.homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner.smartians_speak_banner .smartians_leader_info .smartiansfollow {
    padding: 0;
    border: 0;
}

.homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner .ceoinsightimges {
    height: 520px;
    padding-left: 90px;
}

.homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner .ceoinsightimges img {
    object-position: left;
}

.link_twit {
    display: flex;
    gap: 28px;
}

.link_twit .ongoing_visits {
    flex-wrap: wrap;
    display: flex;
    gap: 28px;
    flex: 1;
}

.linkedin .inner_ongoing_visis {
    gap: 0;
    border: 1px solid rgba(51, 51, 51, 0.07);
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    display: flex;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    width: calc(50% - 14px);
}

.upcoming_visits img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.linkedin .visits_cont {
    display: flex;
    padding: 0px 22px 30px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.linkedin .visits_cont .linkedIn {
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: -16px;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #555;
    justify-self: center;
}

.linkedin .visits_cont .linkedIn svg {
    width: 14px;
}

.linkedin p {
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
}

.may_date {
    display: flex;
    padding: 0px 8px;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #d92029;
    font-size: 14px;
    font-style: italic;
    color: #555;
}


.link_twit_Sidebar {
    flex: 0 0 36%;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: rgba(242, 242, 225, 0.50);
    padding: 20px;
}

.sidebar_twits {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.sidebar_twits .sidebar_inner_twits {
    align-items: flex-start;
}

.sidebar_twits .sidebar_inner_twits {
    display: flex;
    gap: 12px;
    align-items: center;
}

.sidebar_twits .sidebar_inner_twits img {
    width: 160px;
    height: 90px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 6px;
}

.sidebar_twits .title_div {
    width: calc(100% - 170px);
}


.title_div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.title_div h5 {
    font-size: 16px;
}

.title_div h5 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}

.sidebar_twits .sidebar_inner_twits p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
}

.title_div p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin: 0;
}

.linkedin p a.view_post {
    color: #d92029;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
}

.title_div a {
    color: #d92029;
    text-decoration: none;
}

.sidebar_linktwit h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0;
}

.sidebar_twits_links a {
    color: #d92029;
    font-size: 14px;
    font-weight: 500;
}

.twitter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.visits_cont_inner {
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text_post .inner_ongoing_visis:hover {
    box-shadow: 2px 20px 95px 0px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    overflow: hidden;
    border-color: #fff;
}

.text_post .inner_ongoing_visis:hover .visits_cont_inner {
    border-color: #fff;
}

.text_post {
    flex-wrap: wrap;
    gap: 20px;
}

.text_post .inner_ongoing_visis {
    gap: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 16px;
}

.text_post img {
    height: 350px;
    object-fit: cover;
}

.twitter .visits_cont {
    gap: 10px;
    background: #fff;
    padding: 0 15px 0;
}

.visits_cont_inner {
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.twitter .may_date {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.twitter .may_date span {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--heading-color);
}

.text_post .visits_cont p {
    -webkit-line-clamp: 2;
}

.linkedin p a {
    color: #53b7ef;
    text-decoration: none;
}


@media (max-width:1440px) {
    .homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner .ceoinsightimges {
        padding-left: 50px;
    }

}

@media (max-width:1200px) {
    .homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner .ceoinsightimges {
        height: 400px;
    }
}

@media (max-width:1024px) {
    .link_twit {
        flex-direction: column;
    }

    .homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner .ceoinsightimges {
        padding-left: 0px;
    }

    .homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner .ceoinsightimges {
        height: 380px;
    }

    section.twiterandlinkq .row {
        padding-top: 0;
    }

    .linkedin p {
        font-size: 14px;
        line-height: 24px;
    }

    .linkedin p a.view_post {
        font-size: 14px;
        line-height: 22px;
    }

}

@media (max-width:800px) {
    section.twiterandlinkq .row {
        padding-top: 50px;
    }

    .link_twit .ongoing_visits {
        gap: 20px;
    }

    .linkedin .inner_ongoing_visis {
        width: calc(50% - 12px);
    }

    .text_post img {
        height: 250px;
    }

}

@media (max-width:667px) {
    .homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner.smartians_speak_banner .smartians_leader_info {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width:580px) {
    .homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner.smartians_speak_banner .smartians_leader_info {
        width: 100%;
        justify-content: flex-start;
    }

    .homepagebanner.aboutusbanner.knowledge_hub.ceo_insights_banner .ceoinsightimges {
        height: 220px;
    }

    .linkedin .inner_ongoing_visis {
        width: 100%;
    }

    .sidebar_twits .sidebar_inner_twits {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sidebar_twits .sidebar_inner_twits img {
        width: 100%;
        height: 180px;
    }

    .title_div {
        width: 100%;
    }

    .twitter {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .title_div {
        width: 100%;
    }

    .visits_cont_inner .twitter {
        flex-direction: row;
    }

    .sidebar_twits .sidebar_inner_twits a {
        width: 100%;
    }

    .sidebar_twits {
        gap: 18px;
    }
}

/* ceo insights end */

/***** gallery page design ***/
.gallerypage_heading .heading_sec {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}


.about_us_ourvalues.ehss.facility_page .img_wrapper:after {
    display: none;
}

.about_us_ourvalues.ehss.facility_page .content_wrapper a {
    text-decoration: none;
    color: var(--heading-color);
}

.about_us_ourvalues.ehss.facility_page .content_wrapper p {
    font-weight: 600 !important;
}

/************** *****************/

/*****smart cfg community *****/

.smartians_speak_article.knowledge_hub_article.cfg_community .smartians_speak_img {
    height: 350px;
}

.smartians_speak_article.knowledge_hub_article.cfg_community p {
    -webkit-line-clamp: 6;
}

.smartians_speak_article.knowledge_hub_article.cfg_community .smartiansposted svg {
    width: 16px;
    height: 17px;
}

.modal-body.cfg-community {
    padding: 0;
}

.modal-body.cfg-community img {
    width: 100%;
}

.cfg_community_popup .modal-content {
    overflow: hidden;
}

@media (max-width:1200px) {
    .smartians_speak_article.knowledge_hub_article.cfg_community .smartians_speak_img {
        height: 280px;
    }
}

@media (max-width:580px) {
    .smartians_speak_article.knowledge_hub_article.cfg_community .smartians_speak_img {
        height: 250px;
    }
}

/*****smart cfg community *****/

/*************consulting & practices*************************/
section.consulting_practices_page,
.skill_develop_page {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/ess_bg.png) no-repeat top left;
}

.leadership_cont_main.casestudies_mains.consulting_practices {
    gap: 0;
}

.consulting_practices_outermain {
    padding: 70px 0;
}

.consulting_practices_outermain:first-child {
    padding-top: 0;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items {
    flex-direction: row-reverse;
    padding-left: 30px;
    padding-right: 30px;
}

.leadership_cont_main.casestudies_mains.consulting_practices .consulting_practices_outermain:nth-child(even) .leadership_itms.casestudies_items {
    flex-direction: row;
}

.leadership_cont_main.casestudies_mains.consulting_practices .consulting_practices_outermain:nth-child(even) {
    background: #F2F2E1;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img {
    width: 45%;
    height: 450px;
    padding: 0;
    border-radius: 10px;
    background: transparent;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_cont {
    width: 55%;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img img {
    border-radius: 0;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont h4 {
    font-size: 24px;
    line-height: 30px;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul {
    padding: 0;
    margin: 5px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li {
    position: relative;
    padding-left: 15px;
    color: var(--heading-color);
    font-weight: 500;
    line-height: 29px;
    display: block;
    gap: 4px;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li strong {
    color: var(--heading-color);
    font-weight: 600;
}

.leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li:before {
    content: "";
    background: var(--red-color);
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.consulting_practices a.read_more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

@media (max-width:991px) {
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont h4 {
        font-size: 20px;
        line-height: normal;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont .descr_lead ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .consulting_practices_outermain {
        padding: 50px 0;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items,
    .leadership_cont_main.casestudies_mains.consulting_practices .consulting_practices_outermain:nth-child(even) .leadership_itms.casestudies_items {

        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:800px) {

    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items,
    .leadership_cont_main.casestudies_mains.consulting_practices .consulting_practices_outermain:nth-child(even) .leadership_itms.casestudies_items {
        flex-direction: column;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img,
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_cont {
        width: 100%;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img {
        height: 350px;
    }
}

@media (max-width:480px) {
    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms.casestudies_items .leadership_itms_img {
        height: 250px;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont h4 {
        font-size: 18px;
    }
}

/******************sd2 page design**********************/

section.facility_page.skill_develop_page .missio_vision_wrapper.skill_develop .slide .content_wrapper {
    background: transparent;
    padding: 0;
}

section.skill_develop_page .missio_vision_wrapper.skill_develop .slide.about_smartData_slider_inneritem .content_wrapper p {
    font-size: 16px;
    line-height: 28px;
}

section.skill_develop_page .missio_vision_wrapper.skill_develop .slide.about_smartData_slider_inneritem .content_wrapper p a {
    color: #fff;
}

.bg_custom_color {
    background: #F2F2E1;
}

section.facility_page.skill_develop_page .missio_vision_wrapper.skill_develop .slide .img_wrapper:after {
    background: linear-gradient(180deg, rgba(54, 54, 54, 0.09) 63.79%, rgba(0, 0, 0, 0.79) 100%);
    display: block;
}

section.WorkCulture_page h1 span {
    display: block;
}

section.WorkCulture_page .row.top_row .bannercontent p {
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding-right: 20%;
}

section.WorkCulture_page .row.top_row .bannercontent p.desc {
    color: var(--heading-color);
    margin: 0;
    font-weight: 600;
}

/*****************sd2 page design end***********************/

/*******************smartdata workspace*************************/
.insight-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.insight-box-contentouter {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    border: 1px solid rgba(206, 32, 38, 0.10);
    width: calc(25% - 20px);
    padding: 20px 10px;
    justify-content: center;
}

.insight-box-contentouter a.read_more {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--heading-color);
}

.insight-box-contentouter a.read_more svg path {
    fill: var(--heading-color);
}

.insight-box-contentouter:hover {
    background-color: #fff;
}

.insight-box-contentouter:hover a.read_more {
    color: var(--red-color);
}

.insight-box-contentouter:hover a.read_more svg path {
    fill: var(--red-color);
}


@media (max-width: 1700px) {
    section.homepagebanner.aboutusbanner.knowledge_hub.WorkCulture_page .row {
        padding-bottom: 0;
    }
}

@media(min-width: 1600px) {
    .homepagebanner .row {
        padding-top: 160px;
        padding-bottom: 100px;
    }
}

@media (max-width:1600px) {
    section.WorkCulture_page .row.top_row .bannercontent p.desc {
        padding-right: 30px;
        font-size: 16px;
        line-height: 28px;
    }

    section.WorkCulture_page .row.top_row .bannercontent p {
        padding-right: 30px;
        font-size: 16px;
        line-height: 28px;
    }

}

@media (max-width:1200px) {
    .insight-box-contentouter a.read_more {
        font-size: 16px;
    }

    .insight-box {
        gap: 12px;
        flex-wrap: wrap;
    }

    .insight-box-contentouter {
        width: calc(50% - 7px);
        justify-content: flex-start;
        padding: 20px 30px;
    }

}

@media (max-width:800px) {
    .aboutusbanner .row.top_row {
        padding-left: 30px;
        padding-right: 30px;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub.WorkCulture_page .row {
        gap: 20px;
    }

}

@media (max-width:667px) {
    .insight-box-contentouter {
        width: 100%;
    }

    section.WorkCulture_page .row.top_row .bannercontent p,
    section.WorkCulture_page .row.top_row .bannercontent p.desc {
        padding: 0;
        font-size: 14px;
        line-height: 24px;
    }
}

/*******************smartdata workspace*************************/

/****** social commitments ******/


.about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper.social_commitments {
    gap: 20px;
    justify-content: center;
}

.about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper.social_commitments .img_wrapper {
    height: 320px;
}

.about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper.social_commitments .slide.about_smartData_slider_inneritem {
    width: calc(25% - 16px);
}

.service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

.service-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px 60px;
    border-radius: 4px;
    border: 1px solid rgba(206, 32, 38, 0.10);
}

.service-box a p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--heading-color);
}

.service-box a p svg path {
    stroke: var(--heading-color);
}

.service-box a:hover {
    background: #fff;
    border: 1px solid rgba(206, 32, 38, 0.30);
    box-shadow: 2px 5px 12px 0px rgba(0, 0, 0, 0.06);
}

.service-box a:hover p {
    color: var(--red-color);
}

.service-box a:hover p svg path {
    stroke: var(--red-color);
}

@media (max-width:1500px) {
    section.homepagebanner.about_us_ourvalues.ehss.facility_page.gallerypage .row {
        padding-bottom: 50px;
    }
}

@media (max-width:1300px) {
    .about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper.social_commitments .slide.about_smartData_slider_inneritem {
        width: calc(33% - 16px);
    }

    .about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper.social_commitments .img_wrapper {
        height: 280px;
    }
}

@media (max-width:800px) {
    .about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper.social_commitments .slide.about_smartData_slider_inneritem {
        width: calc(50% - 11px);
    }

    .service-box a {
        padding: 10px 40px;
    }

    .service-box {
        gap: 20px;
    }
}

@media (max-width:767px) {
    .about_us_ourvalues.ehss.facility_page.gallerypage .row.top_row {
        flex-direction: unset;
    }
}


@media (max-width:480px) {
    .about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper.social_commitments .slide.about_smartData_slider_inneritem {
        width: 100%;
    }

    .service-box {
        gap: 10px;
    }

    .service-box a {
        padding: 8px 16px;
        gap: 10px;
    }

    .service-box a p {
        font-size: 16px;
        gap: 6px;
    }

    .service-box .icon-wrapper svg {
        width: 30px;
        height: 30px;
    }
}

/****** end social commitments ******/

/****************** certification page ***********************/

.smartians_speak_content.certification_page_main .smartians_speak_img {
    height: 380px;
    border: 1px solid #EEE;
    border-radius: 10px;
    position: relative;
}

.smartians_speak_content.certification_page_main .smartians_speak_img svg {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.smartians_speak_content.certification_page_main .smartians_speak_item {
    padding: 12px 12px 20px 12px;
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #fff;
    box-shadow: 5px 5px 80px 0px rgba(0, 0, 0, 0.10);
}

.smartians_speak_content.certification_page_main .smartians_speak_content_inner {
    padding: 0;
}

.smartians_speak_content.certification_page_main .smartians_speak_content_inner h6 {
    line-height: 29px;
    margin: 16px 0 4px;
}

.smartians_speak_content.certification_page_main .smartians_speak_content_inner p {
    margin: 0 0 10px;
    -webkit-line-clamp: unset;
    line-height: 26px;
}

.smartians_speak_content.certification_page_main .smartians_speak_content_inner .project-description {
    height: 82px;
}

.smartians_speak_content.certification_page_main .smartians_speak_content_inner .project-description.expanded {
    height: auto;
}

.smartians_speak_content.certification_page_main .smartians_speak_content_inner .smartians_speak_content_main_inner {
    border: 0;
    padding: 0;
}

.smartians_speak_content.certification_page_main .smartians_speak_item img {
    border-radius: 10px;
}

.smartians_speak_content.certification_page_main {
    justify-content: center;
}

.smartians_speak_content.certification_page_main a.read_more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.certification_page,
section.homepagebanner.aboutusbanner.knowledge_hub.WorkCulture_page {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/ess_bg.png) no-repeat top left;
}

@media (max-width:1200px) {
    .smartians_speak_content.certification_page_main .smartians_speak_img {
        height: 280px;
    }
}

/*********************** Search Bar  ********************************/

#search-button svg,
.socialLink svg path {
    fill: #666;
}

#search-btn svg,
.contactLink .nav-link svg {
    fill: #fff;
}

#search-button,
.block,
figure h1 {
    text-align: center;
}

#search-overlay .container {
    max-width: 980px;
}

#search-btn {
    color: #fff;

    background: #333;

    padding: 5px 12px;

    display: flex;

    height: 47px;

    align-items: center;

    border-radius: 4px;
}

#search-btn:hover,
.contactLink .nav-link:hover {
    opacity: 0.8;
}

.block {
    top: 0;

    right: 0;

    left: 0;

    overflow: auto;

    background: #fff;

    margin: 0;

    z-index: 99999999;
}

#search-form,
.mainCircle figure {
    overflow: hidden;
}

.centered {
    border: none;

    background: 0 0;

    display: flex;
}

#search-button {
    cursor: pointer;

    border-width: 0;

    background-color: transparent;
}

#search-button:hover svg {
    fill: #333;
}

#search-box {
    position: relative;

    margin: 0;

    flex: 1;
}

#search-form {
    background: #fff;

    padding: 10px 25px;
}

#search-text {
    font-size: 14px;

    color: #ddd;

    border-width: 0;

    background: 0 0;
}

#search-button,
#search-text {
    border-bottom: #666 2px solid;
}

#search-box input[type="search"],
#search-box input[type="text"] {
    padding: 15px 0;

    color: #333;

    outline: 0;

    font-size: 1.4em;

    flex: 1;

    border-radius: 0;

    -webkit-border-radius: 0;
}

#close-btn:hover {
    color: #777;

    opacity: 0.8;
}

.searchWidget.mob-show {
    display: none;
}

#search-overlay {
    box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.4);

    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);

    -webkit-transform: translate(0, -100%) scale(0, 0);

    -moz-transform: translate(0, -100%) scale(0, 0);

    -o-transform: translate(0, -100%) scale(0, 0);

    -ms-transform: translate(0, -100%) scale(0, 0);

    transform: translate(0, -100%) scale(0, 0);

    opacity: 0;
}

#search-overlay.open {
    -webkit-transform: translate(0, 0) scale(1, 1);

    -moz-transform: translate(0, 0) scale(1, 1);

    -o-transform: translate(0, 0) scale(1, 1);

    -ms-transform: translate(0, 0) scale(1, 1);

    transform: translate(0, 0) scale(1, 1);

    opacity: 1;
}

.searchPost .btn {
    border-radius: 0;
}

#dynamic_search_result ul {
    list-style: none;

    padding: 0;

    margin: 0;

    text-align: left;
}

#dynamic_search_result li a {
    padding: 10px 0;

    display: block;

    color: #333;

    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

#dynamic_search_result li a:hover {
    color: #d92029;
}

.view_all_search {
    margin-top: 20px;
}

#close-btn {
    top: 1em;

    right: 1em;

    cursor: pointer;
}

#close-btn,
.block {
    position: fixed;
}

article.search_outer_box {
    padding-top: 10px;
    padding-bottom: 10px;
}

article.search_outer_box.page h3.search_result_title a {
    color: #000;
    font-size: 20px;
    line-height: normal;
}

article.search_outer_box.page h3.search_result_title {
    margin: 0;
}

article.search_outer_box.page p {
    margin: 0;
}

.alm-reveal {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

article.search_outer_box {
    display: flex;
    flex-direction: column;
}

article.search_outer_box a.search_result_permalink {
    font-size: 14px;
    line-height: 24px;
}

/*********************** Search Bar End ********************************/
#primary .alm-btn-wrap .alm-load-more-btn {
    background-color: var(--red-color);
    border-color: var(--red-color);
    padding: 12px 20px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    height: auto;
}

/*  carrer page */

section.homepagebanner.aboutusbanner.carrer_banner.knowledge_hub {
    background: #fff;
}

.homepagebanner.aboutusbanner.carrer_banner.knowledge_hub .bannercontent {
    gap: 15px;
}

.carrer_banner .row .bannercontent .desc p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.carrer_banner .row .bannercontent .desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 630px;
}

form.opening_search .form-group {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

form.opening_search .form-group .input-box {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    width: 100%;
}

form.opening_search .form-group input,
form.opening_search .form-group select {
    padding: 12px 20px;
    border-radius: 2px;
    background: #fff;
    color: #040F24;
    font-size: 14px;
    border: 0;
}

form.opening_search .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form.opening_search .form-group .input-box.selseccttag svg {
    position: absolute;
    right: 12px;
    width: 14px;
    top: 44px;
}

form.opening_search .form-group .input-box button.searchsubmit {
    position: absolute;
    border: 0;
    background: transparent;
    bottom: 10px;
    left: 5px;
}

form.opening_search .form-group .input-box input#Search {
    padding-left: 40px;
}

form.opening_search .form-group .input-box label {
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.job-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    padding: 50px 0 0;
}

.job-card {
    width: calc(50% - 16px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    background: #fff;
    gap: 16px;
}

.jobcard_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobcard_header h3 {
    color: #DB252C;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.posted_location {
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
    background: #F3F3F3;
    padding: 14px 16px;
}

.posted_location p {
    margin: 0;
    font-size: 14px;
}

.posted_location p span {
    color: #1A202C;
    font-weight: 600;
}

.posted_location p.locations {
    font-weight: 600;
    color: #1A202C;
}

.job-details {
    display: flex;
    justify-content: space-around;
}

.job-details p {
    margin: 0;
    width: 25%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #1A202C;
    font-weight: 600;
    line-height: 22px;
    gap: 5px;
}

.job-details p span {
    font-size: 14px;
    font-weight: 400;
}

.job-details p {
    border-left: 1px solid #DB252C;
    padding-left: 30px;
}

.job-details p:first-child {
    border-left: 0;
    padding-left: 0;
}

.job-details p strong {
    color: #333;
}

.jobcard_header button.btn.btn-danger {
    padding: 4px 14px;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
}

.jobcard_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DB252C;
    padding-bottom: 10px;
}

.contact_us_home.carrer_form {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_left.svg), url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_ryt.svg);
    background-position: left center, right bottom !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 160px;
}

.contact_us_home.carrer_form .contact-form .form-group {
    width: 100%;
}

.contact_us_home.carrer_form .contact-form .form-group .input-box {
    flex: unset;
    width: calc(33% - 11px);
}

.contact_us_home.carrer_form .contact-form .form-group select,
.contact_us_home.carrer_form .contact-form .form-group input {
    border: 1px solid rgba(202, 202, 202, 0.50);
    background: #fff;
}

.contact_us_home.carrer_form .contact-form .form-group input.wpcf7-intl-tel {
    padding-right: 6px;
    padding-left: 52px;
    border: 1px solid rgba(202, 202, 202, 0.50);
}

.contact_us_home.carrer_form .contact-form .form-group .input-box.selseccttag.months label {
    opacity: 0;
}

.contact_us_home.carrer_form .contact-form .input-box.selseccttag select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact_us_home.carrer_form .contact-form .form-group .input-box.choose_file {
    width: 100%;
}

.file-upload {
    display: flex;
    align-items: center;
    border: 1px solid #e4e4e3;
    border-radius: 4px;
    width: 100%;
    background: #fefefc;
    height: 62px;
    position: relative;
    border: 0;
}

.contact_us_home.carrer_form .file-upload label {
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 4px 0px 0px 4px;
    background: #E0E3E6;
    height: 100%;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    width: 119px;
    color: #6C757D;
    justify-content: center;
    z-index: 99;
    position: absolute;
}

.file-upload input[type="file"] {
    line-height: normal;
    padding: 18px 12px !important;
}

.file-upload span {
    position: absolute;
    z-index: 9;
    opacity: 1;
}

.file-upload span {
    color: #6C757D;
    width: 100%;
    display: block;
    font-weight: 400;
}

.current_opening_search {
    max-width: 94%;
    margin: 0 auto;
}


@media (max-width: 1300px) {
    form.opening_search .form-group {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .current_opening_search {
        max-width: 100%;
    }

    form.opening_search .form-group .input-box {
        width: calc(33% - 8px);
    }

    .job-listings {
        gap: 20px 10px;
        padding: 20px 0 0;
    }

    .job-card {
        width: calc(50% - 7px);
        gap: 10px;
    }

    .job-details p {
        padding-left: 20px;
        gap: 2px;
    }
}

@media (max-width: 1024px) {
    .job-card {
        width: 100%;
    }

    .job-listings {
        gap: 18px;
    }
}

@media (max-width: 800px) {
    .carrer_banner .row .bannercontent .desc p {
        font-size: 14px;
        line-height: 24px;
    }

    section.homepagebanner.aboutusbanner.carrer_banner.knowledge_hub .row {
        padding-bottom: 50px;
    }

    .homepagebanner.aboutusbanner.carrer_banner.knowledge_hub .bannercontent {
        gap: 6px;
    }

    .carrer_banner .row .bannercontent .desc {
        max-width: 100%;
    }

    .carrer_banner .row .bannercontent .desc p {
        padding: 0;
    }

    form.opening_search .form-group .input-box {
        width: calc(50% - 9px);
    }

    .contact_us_home.carrer_form .contact-form .form-group .input-box {
        width: calc(50% - 11px);
    }
}

@media (max-width: 667px) {
    form.opening_search .form-group .input-box {
        width: 100%;
    }

    form.opening_search .form-group {
        gap: 10px;
    }

    .job-card {
        padding: 20px;
    }

    .jobcard_header {
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }

    .posted_location {
        flex-direction: column;
        padding: 8px 12px;
        gap: 4px;
    }

    .job-details {
        flex-direction: column;
        gap: 10px;
    }

    .job-details p {
        width: 100%;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #db252c;
        padding-bottom: 10px;
    }

    .job-details p:last-child {
        border: 0;
        padding: 0;
    }

    .contact_us_home.carrer_form .contact-form .form-group .input-box {
        width: 100%;
    }

    .file-upload span {
        font-size: 14px;
    }
}

.city_dynamic_bkend {
    display: none;
}


/*  carrer page css end*/

/************** client-visit css **********************/

section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent {
    padding-right: 20px;
}

section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent.client-visit-banner h4.subtitle {
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    color: var(--heading-color);
}

section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent.client-visit-banner h4.subtitle span {
    font-weight: 700;
    color: var(--red-color);
}

section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent.client-visit-banner h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
}

section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub.client_visit_page {
    background: unset;
}

section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub.client_visit_page ul.slick-dots {
    bottom: 20px;
}

section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub.client_visit_page {
    background: unset;
}

section.homepagebanner.aboutusbanner.smartians_speak_banner.knowledge_hub.client_visit_page ul.slick-dots {
    bottom: 20px;
}

.client-visit-slider {
    margin: 0;
}

section.smartians_speak_article.ongoing_visit .smartians_speak_item .smartians_speak_content_inner {
    padding-top: 15px;
}

section.smartians_speak_article.ongoing_visit .smartians_speak_content {
    justify-content: center;
}

@media (max-width:800px) {
    section.homepagebanner.aboutusbanner.knowledge_hub .bannercontent.client-visit-banner h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .client-visit-slider {
        padding-bottom: 70px;
    }
}

/************** client-visit css **********************/

.current_opening_search {
    max-width: 100%;
}

.current_opening_search .awsm-filter-wrap {
    margin: 0 auto 30px;
}

.current_opening_search .awsm-filter-wrap .awsm-filter-item {
    padding: 0;
    width: 100%;
}

.current_opening_search .awsm-filter-wrap .awsm-filter-items {
    gap: 16px;
    width: calc(100% - 287px);
    flex-wrap: unset;
}

.awsm-filter-item-search {
    padding: 0 !important;
    width: 270px !important;
}

.awsm-filter-wrap form {
    gap: 15px;
}

.awsm-filter-item-search .awsm-job-form-control,
.current_opening_search .awsm-selectric,
.awsm-filter-item-search .awsm-job-form-control::placeholder {
    padding: 12px 20px;
    border-radius: 2px;
    background: #fff;
    color: #040F24;
    font-size: 14px;
    border: 0;
    box-shadow: unset;
    height: 50px;
}

.current_opening_search .awsm-selectric span.label {
    line-height: unset;
    color: #040F24;
    font-size: 14px;
}

.awsm-filter-wrap form * {
    font-family: 'Poppins';
    font-size: 14px;
    color: #040F24;
}

.awsm-filter-item-search .awsm-job-form-control::placeholder {
    padding: 0;
}

.awsm-grid-item .awsm-job-item {
    border-radius: 10px !important;
    background: #fff;
    box-shadow: unset !important;
    border: 0 !important;
    position: relative;
    padding: 30px 20px 20px;
    margin: 0 !important;
}

.awsm-job-item h2.awsm-job-post-title {
    font-size: 16px;
    font-weight: 600;
}

span.awsm-job-more {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 14px;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    background: var(--red-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awsm-job-more-container .awsm-job-more span::before {
    display: none;
}

span.awsm-job-specification-term {
    font-size: 14px;
    color: #1A202C;
    font-weight: 500;
    line-height: 22px;
}

.awsm-grid-col-2 .awsm-grid-item {
    width: 100%;
    padding: 0 !important;
}

.awsm-job-listings.awsm-row.awsm-grid-col-2 {
    gap: 30px;
    margin: 0;
}

.awsm-grid-col-2 .awsm-grid-item {
    width: calc(50% - 16px) !important;
    padding: 0 !important;
}

@media (max-width:1200px) {
    .awsm-filter-item-search {
        width: 100% !important;
    }

    .awsm-grid-col-2 .awsm-grid-item {
        width: 100% !important;
    }

    .current_opening_search .awsm-filter-wrap .awsm-filter-items {
        width: 100%;
    }

}

@media (max-width:1000px) {
    .awsm-grid-col-2 .awsm-grid-item {
        width: 100%;
    }

    .current_opening_search .awsm-filter-wrap .awsm-filter-item {
        width: calc(50% - 10px);
    }

    .current_opening_search .awsm-filter-wrap .awsm-filter-items {
        flex-wrap: wrap;
    }

}

@media (max-width: 767px) {
    .awsm-filter-item-search {
        width: 80% !important;
    }

    .current_opening_search .awsm-filter-wrap .awsm-filter-item {
        width: 100%;
        margin: 10px 0;
    }

    .awsm-filter-toggle.awsm-on {
        background: #fff !important;
    }

    .contact_us_home.carrer_form .file-upload label {
        width: 106px;
    }

    .contact_us_home.carrer_form .contact-form .form-group .input-box.selseccttag.months label {
        height: 5px;
    }



    .awsm-filter-wrap form {
        justify-content: space-between;
        gap: 0;
    }

    a.awsm-filter-toggle {
        margin-bottom: 0;
        background: #fff;
        border: 0;
        display: flex;
        align-items: center;
    }

    span.awsm-job-more {
        position: unset;
        width: max-content;
        margin: 10px 0 0;
    }

    .awsm-filter-toggle {
        margin: 0;
    }
}

.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;
}

.awsm-job-container {
    max-width: 1650px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 150px !important;
}

h1.entry-title.awsm-jobs-single-title {
    color: var(--heading-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0px 0 10px;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    width: 50% !important;
}

.awsm-job-specification-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    width: 50% !important;
    padding-left: 70px !important;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-form .row {
    padding: 0;
}

span.awsm-job-specification-term,
.awsm-job-entry-content.entry-content ul li {
    color: #555 !important;
    font-size: 14px;
    line-height: 24px;
}

span.awsm-job-specification-label strong,
.awsm-job-entry-content.entry-content strong {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.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;
}

header.header-wrapper.fixed {
    z-index: 999;
}

.awsm-job-container {
    padding-bottom: 0 !important;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-form .row {
    margin: 0;
}

@media (max-width:1700px) {
    .awsm-job-container {
        max-width: 95% !important;
        padding-top: 120px !important;
    }
}


@media (max-width:1199px) {
    h1.entry-title.awsm-jobs-single-title {
        font-size: 22px;
        margin-bottom: 0;
    }

    .awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
        width: 100% !important;
    }

    .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .awsm-job-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 667px) {
    .contact_us_home.carrer_form.more_detail_form .form-group-main .form-group .input-box {
        width: 100% !important;
    }

}

/************************* smart benifits **********************************/

.smartians_speak_content a.read_more {
    color: var(--red-color);
    font-size: var(--font-size-16);
    font-weight: 500;
    line-height: 25px;
    text-decoration: unset;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
}

.about_learn_more .about_learn_more_info {
    align-items: flex-start;
}

@media (max-width: 767px) {
    .healthcare_outer .healthcare_software {
        gap: 5px;
    }

    .healthcare_outer .healthcare_software .healthcare_software_img {
        border-radius: 12px;
        padding: 5px;
    }

    .healthcare_outer .healthcare_software .healthcare_software_img img {
        border-radius: 12px;
    }

    .homepagebanner .row .bannercontent p br {
        display: none;
    }

    .homepagebanner .row .bannercontent p {
        padding: 0;
    }

    a.read_more svg {
        width: 13px !important;
        height: 13px !important;
    }

    .leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item img {
        height: 350px;
        border-radius: 16px;
        object-position: top;
    }

}


@media (max-width: 580px) {
    .leadership_sec .leadership_mainsec #leadership_sec_slider .leadership_slider .leadership_slider_item img {
        height: 300px;
    }
}



/**********************whats latest section********************************/

section.ledaershippage_banner.consulting_practices_page.homepage {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/global_hom_bg.png) no-repeat center;
    background-size: cover;
}

section.ledaershippage_banner.consulting_practices_page.homepage .row {
    padding-top: 80px;
}

section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items {
    flex-direction: row;
}

section.ledaershippage_banner.consulting_practices_page.homepage .consulting_practices_outermain {
    padding-bottom: 80px;
}

section.ledaershippage_banner.consulting_practices_page.homepage .descr_lead strong {
    color: var(--heading-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin-top: 8px;
}

.home_service .home_service_slider {
    margin-top: 0;
}

.btn.btn-danger {
    display: flex;
    align-items: center;
    justify-content: center;
}

i#close-btn {
    position: absolute;
    right: 10px;
}

div#search-box {
    width: 100%;
}

section.ledaershippage_banner {
    background: unset;
}

.contact_us_home .contact-form .form-group-main .input-box ul.country-list {
    width: 320px;
}

.contactuspage .row .contact_us_home .contact-form .input-box.language svg {
    top: 55px;
}

.leadership_sec .slides-numbers {
    display: none !important;
}

section.about_us_overview.ehss .slides-numbers {
    display: flex !important;
}

.leadership_sec .slick-dots {
    max-width: max-content;
}

.leadership_sec .slick-dots li {
    margin: 0 2px;
}

@media (max-width:991px) {
    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items {
        flex-direction: column;
    }

    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_img,
    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_cont {
        width: 100%;
    }

    section.ledaershippage_banner.consulting_practices_page.homepage .row {
        padding-top: 50px;
    }

    section.ledaershippage_banner.consulting_practices_page.homepage .consulting_practices_outermain {
        padding-bottom: 50px;
    }

}


/**********************whats latest section********************************/

/************************* Leadership-Group ********************************/

.meritocracy {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.meritocracy img {
    max-width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}

.meritocracy p {
    margin: 0;
    line-height: 28px;
}

@media (max-width:1200px) {
    .meritocracy {
        gap: 20px;
    }

    .meritocracy p {
        line-height: 24px;
    }
}

@media (max-width:667px) {
    .meritocracy img {
        max-width: 100%;
    }
}

/************************* Leadership-Group ********************************/

/****** tele page ******/

section.contact_telemedicine.contactuspage.bg_custom_color {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/cont-bg-image.png) #F2F2E1 no-repeat;
    background-size: cover;
}

section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages {
    margin-top: 90px;
    background: unset;
}

section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages .bannercontent {
    position: relative;
    z-index: 9;
    color: #fff;
    gap: 12px;
}

section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages .row {
    padding-top: 120px;
    padding-bottom: 120px;
}

.telemedicine_pages h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.telemedicine_pages h4 h1 {
    color: #fff;
}

section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages h1 {
    color: #fff;
}

section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages p.desc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    padding-right: 21%;
}

section.contactus_short_main {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/red-bg.png) no-repeat;
    text-align: center;
    background-size: cover;
}

section.contactus_short_main .contactus-short {
    padding: 50px 0;
    max-width: 750px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactus-short h4 {
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 11px;
}

.contactus-short p {
    margin: 0 0 30px;
    color: #fff;
    line-height: 28px;
}

section.contactus_short_main .contactus-short .scrollcontactsec {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--red-color);
}

.compliant_software {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.compliant_software .compliant_software-items {
    padding: 24px;
    border-radius: 6px;
    background: #ffffffa8;
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.compliant_software .compliant_software-items:hover {
    background: #fff;
    box-shadow: 5px 6px 50px 0px rgba(0, 0, 0, 0.10);
}

.compliant_software .compliant_software-items svg path {
    fill: var(--heading-color);
}

.compliant_software .compliant_software-items:hover svg path {
    fill: var(--red-color);
}

.compliant_software .compliant_software-items h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    color: var(--heading-color);
}

.compliant_software .compliant_software-items:hover h4 {
    color: var(--red-color);
}

.compliant_software .compliant_software-items p {
    line-height: 28px;
}

section.compliant_software_main {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/BackgroundNoise.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-smartdata {
    display: flex;
    gap: 70px;
    align-items: center;
}

.choose-smartdata>div {
    width: 50%;
}

.smartdataimg img {
    width: 100%;
    border-radius: 10px;
}

.smartadtacontent h2 {
    font-size: 32px;
    color: var(--red-color);
    font-weight: 600;
    margin: 0 0 20px;
}

.smartadtacontent h2 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--heading-color);
}

.smartadtacontent p {
    line-height: 28px;
    margin: 0 0 8px;
}

a.read_more {
    color: var(--red-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: unset;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.smartadtacontent a.read_more {
    margin-top: 15px;
}

section.contactus_short_main {
    padding: 0;
}

section.contactus_short_main .row {
    background: transparent;
    box-shadow: unset;
}

section.contactus_short_main .row h3.clickAway {
    color: #fff;
    margin: 0;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    text-align: left;
}

.lookingforbest_manage {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.lookingforbest_manage .view_city {
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--red-color);
}

.smartians_speak_content.telemedicine_items_sec {
    justify-content: center;
}

section.smartbeni-sec {
    background: #FFF5F5;
}

.smartadtacontent ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.smartadtacontent ul li {
    width: calc(50% - 12px);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--heading-color);
}

.smartians_speak_content .smartians_speak_content_inner {
    width: 100%;
}

.about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item {
    gap: 40px;
}

.about_us_overview.ehss .telemedicine_page_slider {
    position: relative;
}

.about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .video_link_youtube {
    width: 55%;
    position: relative;
}

.about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .content_leader {
    width: 45%;
}

section.about_us_overview.ehss.telemedicine_page_slider_outer {
    padding-top: 30px;
}

.about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .video_link_youtube iframe {
    width: 100%;
    position: relative;
    height: 350px;
}

section.about_us_overview.ehss.telemedicine_page_slider_outer svg {
    position: absolute;
    top: -50px;
    left: -70px;
}

.about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .content_leader .lead_name {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 600;
}

.about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .content_leader .lead_name p {
    text-transform: uppercase;
}

.telemedicine_page_slider button.slick-arrow {
    top: auto;
    bottom: 0;
    right: 0;
    position: absolute;
    left: auto;
    width: 28px;
    height: 28px;
    border: 1px solid var(--red-color);
    background: var(--red-color);
    border-radius: 4px;
}

.telemedicine_page_slider .slide-arrow.prev-arrow {
    right: 35px;
    left: auto;
    z-index: 99;
    background-color: #fff;
}

section.contact_telemedicine.contactuspage.bg_custom_color .row {
    padding-top: 80px;
}

.telemedicine_page_slider button.slick-arrow svg {
    position: unset !important;
}

.contactuspage .row .telecont.contact_us_home {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-left: 10px;
}

.telecont.contact_us_home .contact-form {
    width: 600px;
    padding: 40px 40px;
    background: #fff;
    border-radius: 10px;
}

.telecont.contact_us_home .contact-form .input-box {
    flex: unset;
    width: 100%;
}

.telecont.contact_us_home .contactpagelocations {
    box-shadow: unset;
    padding: 0;
}

.telecont.contact_us_home .contact_page_loca {
    display: flex;
    gap: 40px;
    width: calc(100% - 640px);
}

.telecont.contact_us_home .contact_page_loca .location {
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin: 5px 0;
    padding-bottom: 10px;
}

.telecont.contact_us_home .nameoflocation {
    margin-bottom: 0;
}

.telecont.contact_us_home .location-name {
    margin: 0;
}

.telecont.contact_us_home .location_main p {
    margin-bottom: 0;
}

.telecont.contact_us_home .loaction_wrapper {
    margin: 0;
    flex-direction: column;
    gap: 0;
}

.telecont.contact_us_home .loaction_wrapper .contactpagelocations {
    width: 100%;
    background: unset;
}

.telecont.contact_us_home .contactpagelocations {
    background: unset;
    width: 50%;
}

.telecont.contact_us_home .contactpagelocations h4 {
    margin: 12px 0;
}

.telecont.contact_us_home .contact_page_loca .locationsindia .location:last-child,
.telecont.contact_us_home .contact_page_loca .loaction_wrapper.for_diff .contactpagelocations:last-child .location {
    border-bottom: 0;
}

.telecont.contact_us_home .contact_page_loca .loaction_wrapper.for_diff .contactpagelocations .location {
    border-bottom: 1px solid #CCC;
}

.contactuspage .row .telecont.contact_us_home .contact-form .form-group {
    gap: 24px;
}

.contact_us_home.tele_cont_form .contact-form .form-group {
    flex-wrap: unset;
}

.contact_us_home.tele_cont_form .contact-form .form-group {
    width: 100%;
    flex-wrap: unset !important;
    align-items: flex-end;
}

.contact_us_home.tele_cont_form .contact-form .form-group .input-box {
    flex: unset;
    width: 100%;
}

.contact_us_home.tele_cont_form .contact-form .form-group button {
    width: 100%;
}

.contact_us_home.tele_cont_form .contact-form .form-group button {
    width: 100%;
    height: 62px;
    border-radius: 4px;
    border: 1px rgba(202, 202, 202, .5);
    color: #d92029;
    font-size: 18px;
    font-weight: 600;
}

.contact_us_home.tele_cont_form .contact-form .form-group .input-box label {
    color: #fff;
    text-align: left;
}

.contact_us_home.tele_cont_form h2.section-heading {
    color: #fff;
    text-align: left;
}

.contact_us_home.tele_cont_form .contact-form .input-box.language .flag svg {
    bottom: auto;
    top: 10px;
    left: 40px;
}

.lookingforbest_manage .view_city:hover,
section.contactus_short_main .contactus-short .scrollcontactsec:hover {
    color: #fff !important;
    border-color: #fff !important;
}


@media (max-width:1500px) {
    .telecont.contact_us_home .contact-form {
        width: 450px;
    }

    .telecont.contact_us_home .contact_page_loca {
        width: calc(100% - 492px);
    }
}


@media (max-width:1300px) {
    .contact_us_home.tele_cont_form .contact-form .form-group {
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .contact_us_home.tele_cont_form .contact-form .form-group .input-box {
        width: 48%;
    }
}

@media (max-width:1200px) {

    .telecont.contact_us_home .contact-form,
    .telecont.contact_us_home .contact_page_loca {
        width: 100%;
    }

    section.contactus_short_main .row h3.clickAway,
    .contactus-short h4 {
        font-size: 36px;
        line-height: 50px;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages p.desc {
        padding: 0;
    }

    .compliant_software {
        gap: 20px;
    }

    .compliant_software .compliant_software-items {
        gap: 12px;
        padding: 20px;
    }

    .choose-smartdata {
        gap: 20px;
    }
}


@media (max-width:991px) {
    .compliant_software .compliant_software-items {
        width: calc(50% - 12px);
    }

    .compliant_software {
        flex-wrap: wrap;
        justify-content: center;
    }

    .choose-smartdata>div {
        width: 100%;
    }

    .choose-smartdata {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .smartadtacontent h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    section.contact_telemedicine.contactuspage.bg_custom_color .row {
        padding-top: 50px;
    }
}



@media (max-width:800px) {
    .about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item {
        flex-wrap: wrap;
        gap: 10px;
    }

    .about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .content_leader,
    .about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .video_link_youtube {
        width: 100%;
    }

    .telecont.contact_us_home .contact-form,
    .telecont.contact_us_home .contact_page_loca {
        flex-wrap: wrap;
    }

    .telecont.contact_us_home .contactpagelocations {
        width: 100%;
    }

    section.contactus_short_main .row h3.clickAway,
    .contactus-short h4 {
        font-size: 30px;
        line-height: 40px;
    }

    section.contactus_short_main .contactus-short {
        max-width: 100%;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages {
        margin-top: 82px;
    }
}


@media (max-width:667px) {

    section.contactus_short_main .row h3.clickAway,
    .contactus-short h4 {
        font-size: 28px;
        text-align: center;
    }

    .telecont.contact_us_home .contact-form {
        padding: 30px 20px 40px;
    }

    .compliant_software .compliant_software-items {
        width: 100%;
    }

    .contact_us_home.tele_cont_form .contact-form .form-group .input-box {
        width: 100%;
    }

    .lookingforbest_manage {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .contact_us_home.tele_cont_form .contact-form .form-group button {
        margin-top: 10px;
    }

    .about_us_overview.ehss .telemedicine_page_slider .leadership_slider_item .content_leader .lead_name {
        font-size: 18px;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages h1 {
        font-size: 25px;
        line-height: 32px;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages .row {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    section.homepagebanner.aboutusbanner.knowledge_hub.telemedicine_pages img {
        object-position: left;
    }


}

/****************** our partnership ************************/

section.homepagebanner.aboutusbanner.smartians_speak_banner.our_partnership {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/ess_bg.png) no-repeat top left;
    background-size: contain;
}

.whats_is.choose_smartdata.ehss {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/gp_sec.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.whats_is.choose_smartdata.ehss .choose_smartdata_inner_items {
    padding: 16px;
    border-radius: 10px;
}

.whats_is.choose_smartdata.ehss h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 40px;
}

.whats_is.choose_smartdata.ehss h3 span {
    font-weight: 700;
}

.whats_is.choose_smartdata.ehss .choose_smartdata_inner_items .topIcons {
    gap: 10px;
}

.whats_is.choose_smartdata.ehss .choose_smartdata_inner_items p {
    color: var(--heading-color);
    line-height: 28px;
    margin: 0;
}

section.trustus .heading_part {
    max-width: 800px;
    margin: 0 auto;
}

section.trustus .heading_part .heading_sec {
    justify-content: center;
    margin: 0;
}

section.homepagebanner.aboutusbanner.smartians_speak_banner.our_partnership p.desc {
    padding-right: 10%;
}

section.trustus .heading_part p {
    line-height: 28px;
    margin: 10px 0 20px;
}

section.trustus .heading_part a {
    max-width: fit-content;
    margin: 0 auto;
}

.partnersinfo {
    margin: 50px auto 0;
    max-width: 1080px;
}

.partnersinfo p {
    margin: 0 0 8px;
    line-height: 28px;
}

.testimonial_sec_forpartners {
    padding: 50px;
}

.testimonial_sec_forpartners p {
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.designation_info {
    color: var(--red-color);
    font-style: italic;
}

.partnersinfo h6 {
    font-size: 18px;
    color: var(--heading-color);
    margin-bottom: 18px;
}

@media (max-width:1100px) {
    .testimonial_sec_forpartners {
        padding: 20px 50px;
    }

    .partnersinfo {
        max-width: 95%;
        margin-top: 0;
    }

    section.trustus p,
    section.trustus .heading_part p,
    .designation_info {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .whats_is.choose_smartdata.ehss h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    section.homepagebanner.aboutusbanner.smartians_speak_banner.our_partnership p.desc {
        padding-right: 0;
    }

}

@media (max-width: 667px) {
    .testimonial_sec_forpartners {
        padding: 10px 0;
    }

    .testimonial_sec_forpartners p {
        margin-bottom: 10px;
    }

}


/****************** our partnership ************************/
/********* food page ***************/

.leadership_itms.casestudies_items.single_imge_food .leadership_itms_cont {
    width: 100%;
}

.leadership_itms.casestudies_items.single_imge_food .leadership_itms_cont .descr_lead {
    max-width: 100%;
}

section.ledaershippage_banner.food_page .leadership_cont_main.casestudies_mains {
    gap: 50px;
}

section.ledaershippage_banner.food_page .leadership_itms_img {
    height: auto !important;
    background: transparent !important;
    padding: 0 !important;
    text-align: center;
}

section.ledaershippage_banner.food_page .leadership_itms_img img {
    width: auto !important;
    height: auto !important;
}

.contact_us_home .contact-form .checkbox-group .submit-button input {
    border: 1px solid var(--red-color);
}

.load_more button.btn.btn-danger:active svg path,
.load_more button.btn.btn-danger:focus svg path {
    stroke: var(--red-color) !important;
}

ul li {
    font-size: 16px;
    line-height: 28px;
}

@media (max-width:1200px) {
    section.ledaershippage_banner.food_page .leadership_itms_img img {
        width: 100% !important;
        height: 100% !important;
    }

    ul li {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .leadership_itms.casestudies_items.single_imge_food .leadership_itms_cont .descr_lead {
        max-width: 100%;
    }

    .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,
    .contact_us_home .contact-form .form-group-main .input-box select,
    .contact_us_home .contact-form .form-group-main .input-box input,
    .contact_us_home .contact-form .form-group-main .input-box textarea {
        height: 46px;
    }

    .contact_us_home .contact-form .input-box.language .selected-flag .iti-flag.us {
        top: 17px;
    }

    .contactuspage .row .contact_us_home .contact-form .form-group-main>div {
        gap: 5px;
    }

    .contactuspage .row .contact_us_home .contact-form .form-group-main .input-box label {
        margin-bottom: 4px;
    }

    .contactuspage .row .bannercontent p.desc {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_us_home .contact-form .input-box.language svg {
        width: 12px;
        top: 47px;
    }

    section.ledaershippage_banner.food_page .leadership_cont_main.casestudies_mains {
        gap: 30px;
    }
}



/********* food page ***************/

/*********************product new page ******************************/

.leadership_cont_main.casestudies_mains.consulting_practices.product_page .leadership_itms.casestudies_items .leadership_itms_img {
    width: 30%;
    height: 300px;
}

.leadership_cont_main.casestudies_mains.consulting_practices.product_page .leadership_itms.casestudies_items .leadership_itms_cont {
    width: 70%;
}

.leadership_cont_main.casestudies_mains.consulting_practices.product_page .consulting_practices_outermain.single_item .leadership_itms.casestudies_items {
    flex-direction: column;
}

.leadership_cont_main.casestudies_mains.consulting_practices.product_page .consulting_practices_outermain.single_item .leadership_itms.casestudies_items .leadership_itms_img {
    width: 100%;
    height: 450px;
}

.leadership_cont_main.casestudies_mains.consulting_practices.product_page .consulting_practices_outermain.single_item .leadership_itms.casestudies_items .leadership_itms_cont {
    width: 100%;
}


@media (max-width:800px) {

    .leadership_cont_main.casestudies_mains.consulting_practices.product_page .leadership_itms.casestudies_items .leadership_itms_cont,
    .leadership_cont_main.casestudies_mains.consulting_practices.product_page .leadership_itms.casestudies_items .leadership_itms_img {
        width: 100%;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices.product_page .consulting_practices_outermain.single_item .leadership_itms.casestudies_items .leadership_itms_img {
        height: 300px;
    }
}

/*********************product new page *****************************/

section.smartians_speak_article.knowledge_hub_article.smartproducts_articles .smartiansposted {
    display: none;
}

section.smartians_speak_article.knowledge_hub_article.smartproducts_articles p.desc {
    -webkit-line-clamp: 4;
}

section.smartians_speak_article.knowledge_hub_article.smartproducts_articles .read_more a {
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}

@media(max-width: 767px) {
    .contact_us_home .contact-form .checkbox-group .submit-button input {
        font-size: 14px;
        padding: 4px 20px;
        margin: 0 auto
    }

    .smartians_speak_content .smartians_speak_content_inner .smartiansposted p {
        padding-left: 5px;
    }
}

section.ledaershippage_banner.consulting_practices_page.product_page_items .row {
    padding-top: 30px;
}

.contact_us_home .contact-form .form-group-main .input-box .file-upload label.error {
    width: 100%;
    background: transparent;
    text-align: left;
    display: block;
    font-size: 12px;
    color: #d92029;
    height: auto;
    padding: 0;
}

.awsm-grid-col-2 .awsm-grid-item .awsm-job-featured-image {
    display: none;
}


@media (max-width: 767px) {
    .contact_us_home .contact-form .checkbox-group .submit-button input {
        line-height: normal;
    }

    .home_service #home_service_slider {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .home_service #home_service_slider ul.slick-dots {
        bottom: -40px !important;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices.product_page .leadership_itms.casestudies_items .leadership_itms_img {
        height: 250px;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices.product_page .leadership_itms.casestudies_items {
        gap: 10px;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices.product_page .leadership_itms_cont {
        gap: 5px;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices.product_page .read_more {
        margin-top: 8px;
    }


    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items {
        gap: 10px;
    }

    .why_customer ul.slick-dots {
        left: 0;
    }

    .healthcare_outer .healthcare_software .healthcare_software_cont h4 {
        top: -10px;
    }

    section.ledaershippage_banner.consulting_practices_page.product_page_items .row {
        padding-top: 20px;
    }

    a.awsm-filter-toggle {
        margin: 0 !important;
    }

    .file-upload input {
        line-height: 10px !important;
    }
}

section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_img {
    width: 50%;
    height: auto;
}

section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_cont {
    width: 50%;
}

.wpcf7-form label.error {
    margin: 2px 0 0 !important;
    font-size: 12px !important;
    color: #d92029 !important;
}

@media (max-width:1200px) {
    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_img {
        height: 300px;
    }
}

@media (max-width: 991px) {

    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_img,
    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_cont {
        width: 100%;
    }

    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_img {
        height: 350px;
    }

    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_img img {
        object-position: top;
    }

}


section.ledaershippage_banner.food_page .about_learn_morecont {

    width: 100%;

    justify-content: center;

}

section.ledaershippage_banner.food_page .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items {

    width: calc(33% - 10px);

    border: 1px solid rgba(206, 32, 38, .3);

}

section.ledaershippage_banner.food_page .about_learn_more {

    background: #fff;

}

section.ledaershippage_banner.food_page .about_learn_more .about_learn_more_info .about_learn_morecont h4 {

    color: var(--heading-color);

    font-size: 18px;

}

.awsm-filter-wrap form i.fa.fa-search {
    font-family: 'FontAwesome';
}

@media (max-width:1200px) {

    section.ledaershippage_banner.food_page .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items {

        width: calc(50% - 10px);

    }

}

@media (max-width:767px) {
    section.ledaershippage_banner.food_page .about_learn_more .about_learn_more_info .about_learn_morecont .about_learn_morecont_items {

        width: 100%;

    }

}

.contact_us_home .contact-form .checkbox-group .submit-button input {
    line-height: normal;
}

.contact_us_home .contact-form .form-group-main .input-box select {
    padding-left: 20px;
}

.awsm-filter-wrap form i.fa.fa-search {
    font-family: FontAwesome !important;
}


@media (max-width:1024px) {
    .contactpagelocations .location_main .location-name svg {
        width: 30px;
    }
}

@media (max-width:767px) {
    .contact_us_home .contact-form .checkbox-group .submit-button {
        text-align: left !important;
        width: 100%;
        justify-content: flex-start;
    }

    .contact_us_home .contact-form .checkbox-group .submit-button input {
        margin: 0;
        justify-content: flex-start !important;
    }

    .contactuspage .row .contact_us_home .contact-form .input-box.language svg {
        top: 47px;
    }

    .file-upload-wrap.file-upload {
        height: 46px;
    }

    .contactuspage .row .contact_us_home .contact-form .checkbox-group .submit-button input {
        height: 40px;
    }

}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu a.btn {
    padding: 10px 20px;
    max-width: max-content;
}

@media (max-width:767px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu a.btn {
        padding: 8px 20px;
    }

    body,
    p {
        font-size: 14px;
        line-height: 24px;
    }

    header.header-wrapper .homepage_custom_menu ul.menu li a,
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li {
        padding: 5px 0;
    }

    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row>div {
        padding: 0 0 5px;
    }

}

section.WorkCulture_page h1 span {
    display: inline-block;
}


header.header-wrapper .homepage_custom_menu ul.menu li .megamenu a.btn::after {
    display: none;
}

@media (max-width:767px) {
    .contactuspage .row .contact_us_home .contact-form .input-box.language svg {
        top: 47px;
    }
}

@media (max-width:580px) {
    section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items .leadership_itms_img {
        height: 200px;
    }
}

/** 18-September-2024 **/

section.about_us_overview .heading_sec.text-center h2.section-heading {
    text-align: left !important;
    justify-content: flex-start !important;
}

h3 {
    color: #1A202C;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .sectionpadding-top {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    h2.section-heading.leftlineheading {
        align-items: flex-start;
    }

    h2.section-heading.leftlineheading span.line {
        margin-top: 14px;
    }

    .contact_us_home .contact-form .checkbox-group .wpcf7-form-control-wrap {
        width: 100%;
    }

    .choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items h4 {
        line-height: 24px;
    }

    .testimonials_homepage .testihome_items {
        box-shadow: unset;
    }

    .leadership_sec .leadership_mainsec .slick-track {
        gap: 10px;
    }

}

@media (max-width:380px) {
    div.wpcf7 .wpcf7-recaptcha iframe {
        transform: scale(0.77);
        margin-left: -34px;
    }

    .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div {
        width: 100% !important;
        height: auto !important;
        text-align: left !important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

}




.swal-icon--success__ring {
    border: 4px solid #d920296e;
    width: 60px;
    height: 60px;
}

.swal-icon--success__line {
    background-color: #d92029;
    width: 16px;
    top: 33px;
}

.swal-title {
    color: #000;
    padding-top: 10px;
}

.swal-text {
    text-align: center !important;
    color: #555 !important;
}

.swal-button {
    background: #d92029;
    font-size: 14px;
    padding: 8px 30px;
    margin: 0 auto;
    border: 1px solid #d92029;
}

.swal-button:not([disabled]):hover {
    background: #fff;
    color: #d92029;
}

.swal-icon--success__line--long {
    width: 33px;
    right: 27px;
    top: 27px;
}

.swal-icon--success {
    border-color: #d92029;
    margin-bottom: 0;
}

.swal-footer {
    text-align: center;
    margin: 0;
}

@media (max-width: 767px) {
    .swal-modal {
        max-width: 85%;
        margin: 0 auto;
    }

    .swal-title {
        font-size: 18px;
        padding: 0;
    }

    .swal-text {
        font-size: 14px;
    }


}

/*********************testimonial_page_new*****************************/

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms {
    gap: 80px;
    flex-direction: row-reverse;
}

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms_img_div {
    padding: 0;
}

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms_img_div::after {
    display: none;
}

section.ledaershippage_banner.testimonial_page_new .leadership_cont_main.testimonial_page_new_main {
    gap: 40px;
}

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms:nth-child(even) {
    flex-direction: row;
}

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .descr_lead {
    border-left: 1px solid rgba(219, 37, 44, 0.50);
    padding-left: 10px;
}

section.ledaershippage_banner.testimonial_page_new {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/ess_bg.png) no-repeat top left;
}

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms_img_div .playbtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 91;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms_img_div svg {
    position: unset;
    transform: unset;
    width: 40px;
    height: 40px;
}

section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms_img_div .playbtn a.play_button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load_more button.btn.btn-danger {
    background: rgba(206, 32, 38, 0.20);
    border-color: rgba(206, 32, 38, 0.20);
    color: #DB252C;
}

.load_more button.btn.btn-danger svg {
    transform: rotate(90deg);
}

.load_more button.btn.btn-danger svg path {
    stroke: #d92029;
}

.testimonial_frame iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -20px;
}

.testimonial_frame_popup .modal-dialog {
    max-width: 800px;
}

.testimonial_frame_popup .modal-body {
    padding: 0;
}

.testimonial_frame_popup {
    width: 100% !important;
}

@media (max-width:1200px) {
    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms {
        gap: 20px;
    }

    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div {
        width: 380px;
        height: auto;
    }

    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms_img_div {
        height: 380px;
    }
}

@media (max-width:991px) {
    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms .leadership_itms_img {
        width: auto;
    }

    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms .leadership_itms_cont {
        width: auto;
    }

}

@media (max-width:820px) {

    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms .leadership_itms_img,
    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms .leadership_itms_cont {
        width: 100%;
    }

    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms {
        flex-direction: column;
    }

    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms,
    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms:nth-child(even) {
        flex-direction: column;
    }

    .ledaershippage_banner .leadership_cont_main .leadership_itms .leadership_itms_img_div {
        width: 100%;
    }

    .modal.show .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }

    .testimonial_frame iframe {
        height: 350px;
    }
}

@media (max-width:667px) {

    section.ledaershippage_banner.testimonial_page_new .testimonial_page_new_main .leadership_itms_img_div {
        height: 250px;
    }

    section.ledaershippage_banner.testimonial_page_new .leadership_cont_main.testimonial_page_new_main {
        gap: 24px;
    }

    .testimonial_frame iframe {
        height: 250px;
    }
}



/*********************testimonial_page_new*****************************/

/********************* Homepage new updates ****************************************/

.homepagebanner .aboutusbanner .for_homepage_sec {
    padding: 0 0;
    position: relative;
    z-index: 9;
    margin-bottom: -60px;
}

.homepagebanner .aboutusbanner {
    background: unset;
}

section.ledaershippage_banner.consulting_practices_page.homepage .consulting_practices_outermain {
    padding-top: 0;
    margin-bottom: 20px;
}

section.ledaershippage_banner.consulting_practices_page.homepage .leadership_itms.casestudies_items {
    padding: 0;

}

section.ledaershippage_banner.consulting_practices_page.homepage .homepagebanner .descr_lead strong {
    font-size: 18px;
}

section.ledaershippage_banner.consulting_practices_page.homepage .consulting_practices_outermain:nth-child(even) {
    background: transparent;
}

.case_studies .case_studies_content .case_studies_item .case_studies_content h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leadership_cont_main.casestudies_mains.consulting_practices.homepagebanner {
    background: transparent;
}

section.ledaershippage_banner.consulting_practices_page.homepage {
    padding-top: 50px;
}

.leadership_cont_main.casestudies_mains.consulting_practices.homepagebanner {
    background: transparent;
}

section.our_client.case_studies.ledaershippage_banner.consulting_practices_page.homepage {
    background: unset;
    padding-top: 0px;
}

.home_service .home_service_slider {
    flex-wrap: wrap;
    justify-content: center;
}

.home_service .home_service_slider .slide {
    width: calc(33% - 20px);
    margin: 15px 0;
}

.home_service .home_service_slider .home_service_slider_item {
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, .1);
}

.home_service .home_service_slider .home_service_slider_item h4 {
    font-size: 22px;
    color: #1a202c;
    margin: 0 0 8px;
}

.home_service .home_service_slider .home_service_slider_item p {
    line-height: 28px;
}

.homepagebanner .aboutusbanner .bottom_row .servicecount .inner_service p {
    margin: 0;
}

@media (max-width:1200px) {
    section.ledaershippage_banner.consulting_practices_page.homepage .row {
        padding-top: 50px;
    }

    .homepagebanner .aboutusbanner .bottom_row .servicecount .inner_service p {
        font-size: 14px;
        line-height: 24px;
    }

    .ledaershippage_banner.consulting_practices_page.homepage .leadership_cont_main.casestudies_mains.consulting_practices .leadership_itms_cont h4 {
        font-size: 18px;
        line-height: 28px;
    }

    section.ledaershippage_banner.consulting_practices_page.homepage .homepagebanner .descr_lead strong {
        font-size: 16px;
    }

    .home_service .home_service_slider {
        gap: 20px;
    }

    .home_service .home_service_slider .slide {
        width: calc(33% - 12px);
    }

    .home_service .home_service_slider .home_service_slider_item h4 {
        font-size: 18px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .ledaershippage_banner.consulting_practices_page.homepage .leadership_cont_main.casestudies_mains.consulting_practices.homepagebanner .leadership_itms.casestudies_items {
        flex-direction: row;
    }

    .home_service .home_service_slider .slide {
        width: calc(50% - 20px);
    }

    .home_service .home_service_slider {
        gap: 0px 22px;
    }

    .homepagebanner ul.slick-dots {
        left: 0;
    }
}

@media (max-width: 820px) {
    .ledaershippage_banner.consulting_practices_page.homepage .leadership_cont_main.casestudies_mains.consulting_practices.homepagebanner .leadership_itms.casestudies_items {
        flex-direction: column;
        gap: 10px;
        padding: 0px;
    }

    .leadership_cont_main.casestudies_mains.consulting_practices.homepagebanner .slick-track {
        display: flex;
        gap: 10px;
    }
}

@media (max-width:767px) {
    .case_studies .case_studies_content .case_studies_item .case_studies_img {
        border-radius: 12px;
        padding: 5px;
    }

    .case_studies .case_studies_content .case_studies_item .case_studies_img img {
        border-radius: 12px;
    }

    .case_studies .case_studies_content .case_studies_item {
        gap: 5px;
    }

    .case_studies .case_studies_content .case_studies_item .case_studies_content {
        padding: 0 6px;
        gap: 4px;
    }
}

@media (max-width:667px) {
    .home_service .home_service_slider .slide {
        width: 100%;
    }
}



.news_archive_popup_slider .modal-body {

    padding: 0;

}

.news_archive_popup_slider .modal-dialog {

    max-width: 800px;

    height: auto;

}

.news_archive_popup_slider .modal-dialog .fullheight_image {

    width: 100%;

    height: 500px;

}

.news_archive_popup_slider .modal-dialog .modal-header {

    display: none;

}

.news_archive_popup_slider .modal-dialog img {

    width: 100%;

    object-fit: cover;

}

.news_archive_popup_slider .modal-dialog .modal-content {

    background: transparent;

    overflow: hidden;

    border-radius: 10px;

}

.news_archive_popup_slider .carousel-control-next,
.news_archive_popup_slider .carousel-control-prev {

    opacity: 1;

    width: 40px;

}

@media (max-width:820px) {

    .news_archive_popup_slider .modal-dialog .fullheight_image {

        height: auto;

    }

}

/********** new page **************/


.our_new_feature_main {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.our_new_feature_main_items {
    padding: 50px 47px;
    padding-right: 70px;
    box-shadow: 0px 40px 70px 0px rgba(1, 19, 44, 0.08);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    width: calc(33% - 13px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 4px solid transparent;
}

.our_new_feature_main_items:hover {
    border-top: 4px solid var(--red-color);
}

.our_new_feature_mainicon {
    width: 60px;
    height: 60px;
}

.our_new_feature_mainicon img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.our_new_feature_maincontent h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: var(--heading-color);
}

.our_new_feature_maincontent .our_new_feature_maincontent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.our_new_feature_maincontent p {
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.our_new_feature h2.section-heading span.pre-title-tag {
    background: rgb(217 32 41 / 15%);
    color: #d92029;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: capitalize;
    margin-left: 10px;
    margin-top: 2px;
    display: inline-block;
    height: 28px;
    line-height: normal;
}

.our_new_feature_maincontent {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.our_new_feature h2.section-heading button.btn.btn-danger {
    margin-left: auto;
}

.automateyourbusiness_main {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.automateyourbusiness_main>div {
    width: 50%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.automateyourbusiness_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.automateyourbusiness_main h3 {
    font-size: 30px;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    color: var(--heading-color);
}

.automateyourbusiness_main h3 span {
    color: #d92029;
    margin: 0 6px;
    font-weight: 600;
}


.tag_automateyourbusiness {
    margin-bottom: 20px;
}

.tag_automateyourbusiness span.pre-title-tag {
    background: rgb(217 32 41 / 15%);
    color: #d92029;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: capitalize;
}

.tag_automateyourbusiness p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.automateyourbusiness_main .automateyourbusiness_cont .content {
    margin-top: 20px;
    margin: 0 0 20px;
}

.our_new_feature.solutions_we_provide h2.section-heading {
    justify-content: center;
    margin-bottom: 20px;
    color: var(--heading-color);
}

.our_new_feature.solutions_we_provide h2.section-heading span {
    color: var(--red-color);
    font-weight: 600;
}

.our_new_feature.solutions_we_provide .section-heading:before {
    display: none;
}

.our_new_feature.solutions_we_provide p.sub_heading {
    max-width: 680px;
    margin: 0 auto 40px;
}

.our_new_feature.solutions_we_provide .our_new_feature_main_items {
    border-top: 0 !important;
    transition: .5s;
    cursor: pointer;
}

.our_new_feature.solutions_we_provide .our_new_feature_main_items:hover {
    transform: translateY(-10px);
}

.automateyourbusiness_main .automateyourbusiness_cont .content p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: 28px;
}

section.whyChoosesmD.automateyourbusiness {
    padding: 20px 0;
}

.our_new_feature_main_items_inner .our_new_feature_mainicon {
    margin: 0 auto;
}

.our_new_feature_main_items_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    text-align: center;
}

.our_new_feature_mainicon svg {
    width: 40px;
    height: 40px;
}

.our_new_feature_mainicon {
    background: #fceaea;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.our_new_feature_main_items_inner .our_new_feature_mainicon {
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    margin-bottom: 10px;
}

.our_new_feature_main_items_inner .our_new_feature_mainicon svg {
    height: 100px;
    width: auto;
}

@media (max-width:1366px) {
    section.whyChoosesmD.automateyourbusiness .automateyourbusiness_main h3 {
        font-size: 18px;
        display: inline-block;
    }
}

@media (max-width:1200px) {
    .our_new_feature_main_items {
        width: calc(33% - 14px);
        padding: 20px;
    }



    .automateyourbusiness_main .automateyourbusiness_cont .content p {
        -webkit-line-clamp: 6;
    }

    .our_new_feature_main_items_inner {
        gap: 10px;
    }

}

@media (max-width:820px) {
    .our_new_feature_main_items {
        width: calc(50% - 14px);
    }

    .automateyourbusiness_main {
        gap: 20px;
    }

    .our_new_feature.solutions_we_provide h2.section-heading {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .our_new_feature.solutions_we_provide p.sub_heading {
        max-width: 100%;
        margin-bottom: 30px;
    }

    section.whyChoosesmD.automateyourbusiness {
        padding: 0;
    }
}


@media (max-width:767px) {
    .automateyourbusiness_main>div {
        width: 100%;
    }

    .automateyourbusiness_img img {
        width: 100%;
        height: 100%;
    }

    .automateyourbusiness_main {
        gap: 0px;
        flex-direction: column;
    }

    .our_new_feature_main_items_inner .our_new_feature_mainicon svg {
        height: 80px;
    }
}


@media (max-width:667px) {
    .our_new_feature h2.section-heading {
        flex-wrap: wrap;
    }

    .our_new_feature h2.section-heading button.btn.btn-danger {
        margin: 20px 0 0;
        width: 100%;
        max-width: fit-content;
    }

    .our_new_feature_main,
    .automateyourbusiness_main {
        flex-direction: column;
    }

    .our_new_feature_main_items {
        width: 100%;
        padding: 20px;
        gap: 14px;
    }

    .our_new_feature_maincontent h5 {
        font-size: 18px;
    }

    .our_new_feature_maincontent {
        gap: 4px;
    }


    .whyChoosesmD.automateyourbusiness .automateyourbusiness_main h3 {
        font-size: 16px;
    }

    .our_new_feature.solutions_we_provide h2.section-heading {
        padding: 0;
    }

    .our_new_feature_maincontent p,
    .automateyourbusiness_main .automateyourbusiness_cont .content p,
    .our_new_feature.solutions_we_provide p.sub_heading {
        line-height: 24px;
    }
}

.our_client svg.fullframe {
    display: none;
}

@media screen and (min-device-width: 1921px) and (max-device-width: 2700px) {
    .leadership_sec .slick-dots {
        left: 19.5%;
    }

    .leadership_sec .leadership_mainsec #leadership_sec_slider {
        width: 60.5%;
    }
}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu a::after {
    display: none;
}

section.homepagebanner.aboutusbanner.carrer_banner.knowledge_hub .desc {
    -webkit-line-clamp: unset;
}

a.read_more svg,
.about_learn_morecont_items h4 svg,
button.view_all_bg svg {
    display: none;
}

.readmoreBtns svg {
    display: none;
}

/****** diversity page css *********/
section.homepagebanner.aboutusbanner.knowledge_hub.diversity_page {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/ess_bg.png) no-repeat top left;
    background-size: contain;
}

.homepagebanner.aboutusbanner.knowledge_hub.diversity_page .bannercontent.diversity_page_cont .desc {
    -webkit-line-clamp: unset;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.homepagebanner.aboutusbanner.knowledge_hub.diversity_page .bannercontent.diversity_page_cont .desc p {
    font-size: 16px;
    line-height: 28px;
}

.homepagebanner.aboutusbanner.knowledge_hub.diversity_page .bannercontent.diversity_page_cont .desc a {
    font-weight: 500;
    text-decoration: underline;
}


/****** map ********/

.main-map {
    position: relative;
    margin-top: -60px;
}

.main-map .map {
    width: 80%;
}

.main-map .us-wrap {
    width: 160px;
    height: 160px;
    top: 12%;
    left: 8%;
}

.main-map .common-wrap {
    padding: 10px;
    background: white;
    border-radius: 50%;
    border: 1px solid #F0A7AA;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
}

.main-map .common-wrap img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.main-map .common-wrap:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.main-map .common-wrap:hover {
    box-shadow: 0px 1px 26px rgb(0 0 0 / 20%);
}

.main-map .japan-wrap {
    width: 120px;
    height: 120px;
    top: 29%;
    right: -8%;
}

.main-map .uk-wrap {
    width: 120px;
    height: 120px;
    bottom: 3%;
    left: 16%;
}

.main-map .australia-wrap {
    width: 140px;
    height: 140px;
    bottom: -6%;
    right: 0;
}

.three-img {
    position: relative;
}

.three-img .inc-common.top::before {
    position: absolute;
    content: "";
    background-image: url(https://dkk4qeqny48s0.cloudfront.net/wp-content/themes/smartdata/assets/new_pages/06/img/inclusion1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    width: 100%;
    height: 100%;
    right: 0;
}

.three-img .inc-common.bottom::before {
    position: absolute;
    content: "";
    background-image: url(https://dkk4qeqny48s0.cloudfront.net/wp-content/themes/smartdata/assets/new_pages/06/img/inclusion2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    width: 100%;
    height: 100%;
    right: 0;
}

.three-img .inc-common {
    width: 275px;
    height: 235px;
    position: absolute;
    overflow: hidden;
    opacity: 0.9;
    transition: .2s ease all;
}

.three-img .inc-common.top {
    right: -6%;
    top: -24%;
}

.three-img .inc-common.bottom {
    left: 8%;
    bottom: -16%;
}

.three-img .inc-common:hover {
    opacity: 1;
    box-shadow: 0px 1px 26px rgb(0 0 0 / 20%);
}

.one-img {
    display: none;
}

@media (min-width: 480px) {
    .league-slider-1 .league-slider-iteam {
        padding: 0 10px;
    }
}



@media (min-width: 768px) {
    .inner-page .banner-section {
        height: 380px;
    }

    .homepagebanner .row {
        height: auto !important;

    }

    .inner-page .banner-section h1 {
        font-size: 35px;
    }

    .inner-page h2 {
        font-size: 1.9rem;
    }

    .inner-page .banner-txt h2 {
        font-size: 18px;
    }

    .inner-page .section-padd {
        padding: 80px 0;
    }

    .inclusion.section-padd {
        padding: 120px 0;
    }

    .league-slider-1 .league-slider-iteam {
        padding: 0 20px;
    }
}

@media (min-width: 1400px) {
    .dxp-section.inclusion p {
        font-size: 22px;
        line-height: 1.8;
    }

    .equity-section p {
        font-size: 20px;
        line-height: 1.8;
    }

    .dxp-section p {
        font-size: 20px;
        line-height: 1.8;
    }

    .main-map .us-wrap {
        top: 15%;
        left: 13%;
    }

    .main-map .japan-wrap {
        top: 30%;
        right: -6%;
    }

    .main-map .uk-wrap {
        bottom: 7%;
        left: 19%;
    }

    .main-map .australia-wrap {
        bottom: -3%;
        right: 2%;
    }

    .three-img .inc-common.top {
        right: -5%;
        top: -21%;
    }

    .three-img .inc-common {
        width: 310px;
        height: 266px;
    }

    .three-img .inc-common.bottom {
        left: 10%;
        bottom: -5%;
    }
}

@media (max-width: 1199px) {
    .ProductMaincontent {
        margin: 0 0 20px 0;
        flex-direction: column;
        width: 100%;
    }

    .smartProductimg img {
        width: 100%;
    }

    .main-map .us-wrap {
        width: 100px;
        height: 100px;
        top: 18%;
        left: 18%;
    }

    .awsm-job-wrap {
        margin-top: 90px;
    }

    .main-map .common-wrap {
        padding: 6px;
    }

    .main-map .japan-wrap {
        width: 80px;
        height: 80px;
        top: 30%;
        right: -5%;
    }

    .main-map .uk-wrap {
        width: 80px;
        height: 80px;
        bottom: 6%;
        left: 22%;
    }

    .main-map .australia-wrap {
        width: 95px;
        height: 95px;
        bottom: -4%;
        right: 2%;
    }

    .one-img {
        display: block;
    }

    .three-img {
        display: none;
    }

    .inclusion .img-wrap {
        margin-top: -60px !important;
    }
}

@media (max-width: 1099px) {
    .dxp-section.inclusion p {
        padding-right: 0;
    }

    .main-map .us-wrap {
        top: 16%;
        left: 14%;
    }

    .main-map .uk-wrap {
        bottom: 5%;
        left: 19%;
    }

    .main-map .australia-wrap {
        bottom: -5%;
        right: 5px;
    }

    .main-map {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .img-wrap {
        text-align: center;
    }

    .dxp-section.inclusion p {
        padding-right: 0;
    }

    .img-wrap {
        text-align: center;
    }

    .equity-section .row {
        flex-direction: column-reverse;
    }

    .equity-section .list-wrap {
        margin-top: 20px;
    }

    .dxp-section.inclusion .img-wrap img {
        margin-top: 0;
    }

    .main-map .us-wrap {
        top: 22%;
        left: 12%;
        width: 140px;
        height: 140px;
    }

    .main-map .japan-wrap {
        width: 120px;
        height: 120px;
        top: 28%;
        right: 5%;
    }

    .main-map .uk-wrap {
        width: 120px;
        height: 120px;
        bottom: 8%;
        left: 12%;
    }

    .main-map .australia-wrap {
        width: 120px;
        height: 120px;
        bottom: 4%;
        right: 16%;
    }

    .inclusion .img-wrap {
        margin-top: 20px !important;
    }
}

@media (max-width: 819px) {
    .main-map .us-wrap {
        top: 19%;
        left: 8%;
    }

    .main-map .japan-wrap {
        top: 30%;
        right: 4%;
    }

    .main-map .uk-wrap {
        bottom: 8%;
        left: 9%;
    }

    .main-map .australia-wrap {
        bottom: 2%;
        right: 15%;
    }
}

@media (max-width: 767px) {
    .main-map .us-wrap {
        width: 80px;
        height: 80px;
        top: 20%;
        left: 13%;
    }

    .main-map .japan-wrap {
        width: 60px;
        height: 60px;
        top: 30%;
        right: 6%;
    }

    .main-map .uk-wrap {
        width: 60px;
        height: 60px;
        bottom: 10%;
        left: 12%;
    }

    .main-map .australia-wrap {
        width: 80px;
        height: 80px;
        bottom: 2%;
        right: 15%;
    }
}

@media (max-width: 480px) {
    .inner-page .banner-section h1 {
        font-size: 25px;
    }

    .inner-page .banner-txt h2 {
        font-size: 15px;
    }

    .main-map .us-wrap {
        width: 60px;
        height: 60px;
        top: 20%;
        left: 11%;
    }

    .main-map .japan-wrap {
        width: 50px;
        height: 50px;
        top: 30%;
        right: 6%;
    }

    .main-map .uk-wrap {
        width: 50px;
        height: 50px;
        bottom: 8%;
        left: 11%;
    }

    .main-map .australia-wrap {
        width: 60px;
        height: 60px;
        bottom: 2%;
        right: 15%;
    }

    .main-map .common-wrap {
        padding: 4px;
    }
}

.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
}

.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items p {
    margin: 0;
}

.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items .topIcons {
    width: auto;
}

.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items p span {
    color: var(--red-color);
    font-weight: 500;
}

.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_items {
    justify-content: flex-start;
}

.gallerypage_heading.diversity_headingsec .heading_sec {
    gap: 10px;
}

.gallerypage_heading.diversity_headingsec .heading_sec p {
    font-size: var(--font-size-16);
    line-height: 28px;
}

.gallerypage_heading.diversity_headingsec .heading_sec p.bold {
    font-weight: 500;
    color: var(--heading-color);
}

section.ledaershippage_banner.diversity_page .leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_img {
    background: transparent;
    padding: 0;
    height: auto;
}

section.ledaershippage_banner.diversity_page .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.ledaershippage_banner.diversity_page .heading_sec {
    margin: 0 0 4px;
}


@media (max-width: 1200px) {

    .meritocracy p,
    .gallerypage_heading.diversity_headingsec .heading_sec p,
    .homepagebanner.aboutusbanner.knowledge_hub.diversity_page .bannercontent.diversity_page_cont .desc p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 800px) {
    section.homepagebanner.aboutusbanner.knowledge_hub.diversity_page .row {
        padding-bottom: 50px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

}

/****** diversity page css *********/

h4 {
    color: #1A202C;
    font-size: 18px;
    font-weight: 600;
}

.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper span.svgicon svg {
    width: 50px;
    height: 50px;
}

.wonderplugin-gridgallery-tag {
    font-size: var(--font-size-16) !important;
    height: 50px;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 20px !important;
    border: 1px solid var(--red-color) !important;
    background: #fff !important;
    color: var(--red-color) !important;
    font-family: 'Poppins' !important;
    margin-bottom: 20px !important;
}

.wonderplugin-gridgallery-tags-topleft {
    display: flex !important;
}

.wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected {
    background-color: var(--red-color) !important;
    border-color: var(--red-color) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

button.wonderplugin-gridgallery-loadmore-btn {
    background: rgba(206, 32, 38, 0.20) !important;
    border: 1px solid rgba(206, 32, 38, 0.20) !important;
    color: #DB252C !important;
    font-weight: 600;
    font-size: 18px !important;
    padding: 1px 30px !important;
    border-radius: 6px !important;
    text-transform: capitalize !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}

button.wonderplugin-gridgallery-loadmore-btn:hover {
    background-color: #D92029 !important;
    color: #fff !important;
}

@media (max-width: 1200px) {
    button.wonderplugin-gridgallery-loadmore-btn {
        font-size: 14px !important;
        padding: 6px 20px !important;
        height: 40px;
    }

    .wonderplugin-gridgallery-tag {
        height: 40px;
        font-size: 14px !important;
        padding: 8px 10px !important;
    }
}



/********** about us page **********/

.aboutusbanner .row.top_row .svg_center {
    bottom: 12%;
}

.aboutusbanner .row.top_row .svg_center svg {
    margin-left: unset;
}

.about_us_overview .overview.content {
    flex-direction: column;
    gap: 12px;
}

.about_us_overview .overview.content p {
    width: 100%;
}

section.about_us_overview {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_left.svg), url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_ryt.svg) #f2f2e1;
    background-position: left center, right bottom;
    background-repeat: no-repeat, no-repeat;
}

section.invest_leader.top_inverstores {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_ryt.svg) #f2f2e1;
    background-position: right bottom;
    background-repeat: no-repeat;
}

section.about_us_overview .heading_sec {
    margin-bottom: 12px;
}

section.about_us_overview .heading_sec p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--heading-color);
}

section.about_us_overview span {
    color: var(--red-color);
    font-weight: 600;
}

section.about_us_overview .container {
    max-width: 1480px;
}

.mission_vision_content {
    max-width: 80%;
    display: flex;
    margin: 40px auto 0;
    gap: 28px;
    justify-content: space-between;
}

.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;
}

.mission_vision_content .mission_vision_inner svg.half_circle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.mission_vision_content .textcont h4 {
    color: #266CA4;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.mission_vision_content .textcont p {
    font-size: 24px;
    line-height: 28px;
    color: var(--heading-color);
    margin: 0;
}

.mission_vision_content .textcont p span {
    color: var(--heading-color);
}

.mission_vision_content .mission_vision_inner:last-child h4 {
    color: var(--red-color);
}

.mission_vision_content .mission_vision_inner:last-child p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

section.about_us_ourvalues .value_wrap_info {
    width: 33%;
    border-left: 0;
    padding: 20px;
}

section.about_us_ourvalues.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .contnt_part {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.about_us_ourvalues.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .contnt_part h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

section.about_us_ourvalues.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .icon-wrapper {
    background: #fbe5e5;
}

.invest_leader .inverstor {
    display: flex;
    gap: 30px;
}

.invest_leader .inverstor .inverstor_slider {
    width: 33%;
}

.invest_leader .inverstor .inverstor_slider img {
    width: 100%;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.invest_leader .inverstor .inverstor_slider .inverstor_item {
    position: relative;
}

.invest_leader .inverstor .inverstor_slider .content_leader {
    background: #fff;
    padding: 20px 30px;
    max-width: 95%;
    margin: -40px auto 0;
    position: relative;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    border: 1px solid rgba(206, 32, 38, 0.10);
}

.invest_leader .inverstor .inverstor_slider .content_leader h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    color: var(--heading-color);
}

.invest_leader .inverstor .inverstor_slider .content_leader p {
    margin: 0;
    line-height: 29px;
}

section.about_us_ourvalues.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
    align-items: flex-start;
}

@media (max-width:1500px) {
    .invest_leader .inverstor .inverstor_slider img {
        height: 280px;
    }
}

@media (max-width:1500px) {
    section.about_us_overview .container {
        max-width: 90%;
    }

    .bannerhomepageslider {
        margin: 0;
    }

    .about_us_overview .overview.content p {
        font-size: 16px;
        line-height: 28px;
    }

}

@media (max-width:767px) {
    section.about_us_overview .container {
        max-width: 100%;
    }
}

@media (max-width:1300px) {
    .mission_vision_content {
        max-width: 100%;
    }

    section.about_us_ourvalues.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
        padding: 15px;
        width: calc(50% - 10px);
    }

    section.about_us_ourvalues.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .contnt_part h4,
    .invest_leader .inverstor .inverstor_slider .content_leader h6,
    .mission_vision_content .textcont p {
        font-size: 18px;
        line-height: normal;
    }

    section.about_us_ourvalues.choose_smartdata.ehss .choose_smartdata_items {
        gap: 16px;
    }

    .invest_leader .inverstor .inverstor_slider .content_leader {
        padding: 15px;
    }

    .invest_leader .inverstor {
        gap: 16px;
    }
}


@media (max-width:1200px) {
    .invest_leader .inverstor .inverstor_slider img {
        height: 200px;
    }

    .invest_leader .inverstor .inverstor_slider .content_leader p,
    .choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items p {
        font-size: 14px;
        line-height: 24px;
    }

    section.about_us_overview .heading_sec p {
        font-size: 16px;
        line-height: 28px;
    }

    .about_us_overview .overview.content p,
    .mission_vision_content .mission_vision_inner:last-child p {
        font-size: 14px;
        line-height: 24px;
    }

    .mission_vision_content {
        margin: 20px auto 0;
    }

    .mission_vision_content {
        gap: 16px;
    }

    .about_us_overview .overview.content {
        gap: 8px;
    }

    section.homepagebanner.aboutusbanner.about_us_slide .row.top_row {
        padding-bottom: 60px;
    }
}

@media (max-width:991px) {
    .invest_leader .inverstor .inverstor_slider {
        width: calc(50% - 10px);
    }

    .invest_leader .inverstor {
        flex-wrap: wrap;
    }

    .invest_leader .inverstor .inverstor_slider .content_leader,
    section.about_us_ourvalues.choose_smartdata.ehss .choose_smartdata_items .choose_smartdata_inner_items .contnt_part {
        gap: 6px;
    }

    section.about_us_overview {
        background: #F2F2E1;
    }

    .invest_leader .inverstor .inverstor_slider img {
        height: 220px;
    }

}

@media (max-width:667px) {
    .mission_vision_content {
        flex-direction: column;
    }

    .invest_leader .inverstor .inverstor_slider,
    section.about_us_ourvalues.choose_smartdata.ehss .diversity_icons_sec .choose_smartdata_inner_items {
        width: 100%;
    }

    section.about_us_overview .heading_sec p {
        font-size: 14px;
        line-height: 24px;
    }

    .mission_vision_content .mission_vision_inner .icon svg {
        width: 50px;
        height: 50px;
    }

    .invest_leader .inverstor .inverstor_slider img {
        height: auto;
    }

}


/**********about us page **************/

.sitemap_page .sitemap-sub {
    display: flex;
}

.sitemap_page a {
    color: #555;
    font-size: 14px;
}

.sitemap_page h6 a {
    color: #d92029;
    ];
    font-size: 16px;
}

.sitemap_page h4 a {
    color: #000;
    font-size: 16px;
}

.sitemap_page h4 {
    margin: 0 0 10px;
}

@media (max-width:1200px) {
    .sitemap_page .sitemap-sub {
        flex-wrap: wrap;
    }

    .col-md-4.sitemap-box {
        width: 50%;
    }
}

@media (max-width:667px) {
    .col-md-4.sitemap-box {
        width: 100%;
    }

    .sitemap_page h6 a {
        font-size: 14px;
    }
}

p.google_map_direction a {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--heading-color);
    font-weight: 600;
}

p.google_map_direction a svg {
    width: 20px;
    height: 20px;
}

.contactus_page_top_bar .location_main {
    display: flex;
    gap: 15px;
    align-items: center;
}

.contactus_page_top_bar .location_image img {
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.contactus_page_top_bar .location_image {
    width: 160px;
    height: 160px;
}

.locationsindia.contactus_page_top_bar .location {
    width: 32%;
}

.contactus_page_top_bar h4.location-name {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.contactus_page_top_bar .location_main p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}

.contactus_page_top_bar .address {
    width: calc(100% - 175px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

p.google_map_direction a {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--heading-color);
    font-weight: 400;
}

p.google_map_direction {
    display: flex;
    justify-content: space-between;
}

p.google_map_direction a.google_map {
    background: var(--bg-Color, #F2F2E1);
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

p.google_map_direction a svg {
    width: 14px;
    height: 14px;
}


@media (max-width:1400px) {

    .contactus_page_top_bar h4.location-name {
        font-size: 14px;
        line-height: 24px;
    }

    p.google_map_direction {
        flex-wrap: wrap;
        gap: 5px;
    }
}

@media (max-width:1300px) {
    .locationsindia.contactus_page_top_bar {
        gap: 16px;
    }

    .locationsindia.contactus_page_top_bar .location {
        width: calc(50% - 15px);
    }

    .contactus_page_top_bar .location_image img {
        width: 100%;
    }

}

@media (max-width:991px) {
    .locationsindia.contactus_page_top_bar {
        gap: 12px;
    }

    .locationsindia.contactus_page_top_bar .location {
        width: 100%;
    }

    .contactus_page_top_bar .location_main {
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
    }

    .contactus_page_top_bar .location_image {
        width: 100%;
        height: auto;
    }

    .contactus_page_top_bar .address {
        width: 100%;
    }

    .locationsindia.contactus_page_top_bar .nameoflocation h4 {
        margin: 0;
    }
}

/***********smartLeagues*****************/

.choose_smartdata.ehss.smart_cfg.smartLeagues .choose_smartdata_items {
    justify-content: flex-start;
}

.choose_smartdata.ehss.smart_cfg.smartLeagues .choose_smartdata_inner_items {
    width: calc(50% - 16px);
}

section.about_us_ourvalues.ehss.facility_page.gallerypage .missio_vision_wrapper {
    justify-content: flex-start;
}

@media (max-width: 800px) {
    .smartians_speak_content a.read_more {
        font-size: 14px;
    }
}

@media screen and (max-width: 720px) {
    .choose_smartdata.ehss.smart_cfg.smartLeagues .choose_smartdata_inner_items {
        width: 100%;
    }
}


/*************************/

/**************** spl pages **************************/

.splitems {
    height: 250px;
}

.slick-slider .slick-track {
    gap: 20px;
    display: flex;
}

.splitems img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.homepagebanner.spl_slider {
    margin-bottom: 0;
    padding-bottom: 60px;
    background: unset;
}

.homepagebanner.spl_slider ul.slick-dots {
    bottom: 0;
}

section.ehssDetail iframe {
    border-radius: 10px;
    overflow: hidden;
}


@media (max-width: 667px) {
    section.ehssDetail iframe {
        height: 250px;
    }

    .ehssDetail h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .slick-slider .slick-track {
        gap: 10px;
    }
}

/*************************/


.scroll-container {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.scroll-container .image-container {
    display: flex;
    height: 100%;
}

.scroll-container .image-container img {
    width: 5000px;
    height: auto;
}

.scroll-container img {
    height: 100%;
    width: auto;
}


@media (max-width:667px) {
    .scroll-container {
        height: 60vh;
    }
}

/******************homepage slider*********************/
.slider_dotscss .case_studies_content h6 span {
    margin: 0;
    font-size: 14px;
    font-weight: var(--fontweight400);
    line-height: 20px;
    display: block;
    color: #555;
}



@media (max-width:767px) {

    .home_service .home_service_slider {
        padding: 0;
    }

    .home_service .home_service_slider .slick-track {
        gap: 20px;
        padding: 0 0 70px;
        margin-left: -5px;
    }

    .home_service .home_service_slider .home_service_slider_item {
        box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 6%);
        padding-bottom: 0px;
    }

    .home_service .home_service_slider .slick-dots {
        bottom: 0;
    }

    .home_service {
        padding: 0;
    }

    /*.home_service .row {
padding-bottom: 0;
}
*/
    .slider_dotscss {
        flex-direction: unset !important;
        padding: 0 0 40px !important;
        margin: 0;
    }

    .slider_dotscss .slick-dots {
        bottom: 0;
        left: 0
    }

    .slider_dotscss .slick-dots li {
        margin: 0 5px;
        width: 13px;
        height: 13px
    }

    .slider_dotscss .slick-dots li button {
        width: 13px;
        height: 13px;
        border: 1px solid #cbd5e0;
        border-radius: 50%
    }

    .slider_dotscss .slick-dots li button:before {
        display: none
    }

    .slider_dotscss .slick-dots li.slick-active button {
        background: var(--red-color);
        border-color: var(--red-color);
        transform: scale(1.2)
    }

    .heading_sec a.view_all {
        display: none;
    }

    .choose_smartdata .choose_smartdata_items .choose_smartdata_inner_items {
        box-shadow: -2px 1px 12px 0px rgb(0 0 0 / 4%);
    }

    .choose_smartdata_content {
        padding: 0;
    }

    .choose_smartdata_content .slick-track {
        gap: 20px;
        padding: 10px 0;
        overflow: hidden;
    }

    section.case_studies.knowledge_hub_main .case_studies_content.knowledge_hub .case_studies_item {
        box-shadow: -2px 5px 12px 0px rgb(0 0 0 / 1%);
        margin-bottom: 20px;
    }

    .slider_dotscss .case_studies_content h6 span {
        font-size: 12px;
    }


}

/********************Blog & Media page******************************/
section.latestblog.homepagebanner.aboutusbanner.knowledge_hub {
    background: unset;
}

section.popular_blogs {
    background: unset;
}

section.popular_blogs .row {
    height: unset;
    padding-top: 80px;
    padding-bottom: 0;
}

section.popular_blogs .smartians_speak_content {
    margin: 0;
}

section.popular_blogs .smartians_speak_content .smartians_speak_item {
    margin-bottom: 70px;
}

section.popular_blogs .smartians_speak_content .smartians_speak_item:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 18px;
}

section.popular_blogs ul.slick-dots {
    bottom: 0;
}

section.popular_blogs .smartians_speak_content .smartians_speak_item a {
    cursor: pointer;
}

.latest_blog_slide {
    display: grid;
    grid-template-columns: 70% 30%;
    row-gap: 20px;
    column-gap: 20px;
}

.latest_blog_slide img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.latest_blog_item:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    height: 700px;
}

.latest_blog_item:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    height: calc(350px - 10px);
}

.latest_blog_item:last-child {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    height: calc(350px - 10px);
}

.latest_blog_item {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
}

.latest_blog_item .latest_blog_item_content {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #00000047;
    width: 100%;
    left: 0;
    right: 0;
    padding: 12px 20px;
}

.latest_blog_item .latest_blog_item_content .tag {
    font-size: 14px;
}

.latest_blog_item .latest_blog_item_content .tag a {
    font-size: 14px;
    background: var(--red-color);
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    margin-right: 6px;
}

.latest_blog_item .latest_blog_item_content h2 {
    margin: 0;
    font-size: 20px;
}

.allcategories .nav-tabs button,
.allcategories .nav-tabs button.active {
    border: 1px solid #d5d0d0b3;
    border-radius: 10px;
    color: #1a202c;
}

.allcategories .nav-tabs {
    border: 0;
}

.allcategories .nav-tabs {
    gap: 10px;
}

.allcategories .nav-tabs button.active {
    color: var(--red-color);
    font-weight: 500;
    border-color: var(--red-color);
}

.allcategories .tab-content {
    border: 0;
    padding: 0;
}

.allcategories {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: -20px;
}

.allblosinner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.allblosinner .allblogcont {
    width: calc(50% - 10px);
    display: flex;
    gap: 12px;
    border-radius: 12px;
    background: #F2F2E1;
    padding: 12px;
}

.allblosinner .allblogcont img {
    width: 144px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 6px;
    object-fit: cover;
}

.allblosinner .allblogcont p.timming {
    margin: 0;
    font-size: 14px;
}

.allblosinner .allblogcont .cont_blog_ryt {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.allblosinner .allblogcont .cont_blog_ryt h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.allblosinner .allblogcont .cont_blog_ryt .artname {
    margin-top: auto;
}

.allblosinner .allblogcont .cont_blog_ryt a {
    font-size: 14px;
    font-weight: 500;
}

.pagination.blog_pagiantion {
    margin-top: 36px;
    justify-content: center;
}

.blog_pagiantion a.blogactive {
    background: var(--red-color);
    border-color: var(--red-color);
    color: #fff;
}

.blog_pagiantion a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #333;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_pagiantion a:hover {
    color: var(--red-color);
}

.blog_pagiantion a.blogactive:hover {
    color: #fff;
}

/*********press page*************/
.latest_blog_slide.top_section {
    display: flex;
    gap: 10px;
}

.latest_blog_slide.top_section .latest_blog_item {
    height: 650px;
    width: 100%;
}

.latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 0 0 0 10rem;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(44, 30, 30, 0.68), rgba(28, 19, 19, 0.82), rgba(47, 22, 22, 0.86));
}

.latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content h2 {
    font-size: 30px;
    line-height: 46px;
}

.latest_blog_slide.top_section button.readmoreBtns {
    width: max-content;
}

.latest_blog_slide.top_section .tag a {
    margin-bottom: 10px;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid;
}

.case_studies_content.knowledge_hub.press_page_items {
    flex-wrap: wrap;
}

section.case_studies.knowledge_hub_main.press_page_items_main .case_studies_content.knowledge_hub.press_page_items .case_studies_item {
    width: calc(33% - 12px);
}

section.case_studies.knowledge_hub_main.press_page_items_main .case_studies_content.knowledge_hub.press_page_items .case_studies_img {
    height: 250px;
}

@media (max-width:1500px) {
    .latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content {
        padding: 0 0 0 5rem;
    }
}

@media (max-width:1366px) {
    section.case_studies.knowledge_hub_main.press_page_items_main .case_studies_content.knowledge_hub.press_page_items .case_studies_item {
        width: calc(33% - 8px);
    }

    .case_studies_content.knowledge_hub.press_page_items {
        gap: 16px;
    }
}

@media (max-width:1200px) {
    .latest_blog_item:first-child {
        height: 500px;
    }

    .latest_blog_item:nth-of-type(2),
    .latest_blog_item:last-child {
        height: calc(250px - 10px);
    }

    .allcategories .nav-tabs button {
        font-size: 14px;
        padding: 8px 10px;
    }

    .smartians_speak_content .smartians_speak_item .smartians_speak_img {
        height: 200px;
    }

    .latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content {
        padding: 0 0 0 3rem;
        width: 60%;
    }

    section.case_studies.knowledge_hub_main.press_page_items_main .case_studies_content.knowledge_hub.press_page_items .case_studies_img {
        height: 180px;
    }

    .latest_blog_slide.top_section .latest_blog_item {
        height: 450px;
    }
}

@media (max-width: 991px) {
    section.case_studies.knowledge_hub_main.press_page_items_main .case_studies_content.knowledge_hub.press_page_items .case_studies_item {
        width: calc(33% - 9px);
    }
}

@media (max-width: 800px) {
    .latest_blog_slide {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .latest_blog_item:first-child {
        width: 100%;
    }

    .latest_blog_item:nth-of-type(2),
    .latest_blog_item:last-child {
        width: calc(50% - 5px);
    }

    section.latestblog.homepagebanner.aboutusbanner.knowledge_hub .row,
    section.popular_blogs .row {
        flex-direction: column;
    }

    .allblosinner .allblogcont {
        width: 100%;
    }

    section.case_studies.knowledge_hub_main.press_page_items_main .case_studies_content.knowledge_hub.press_page_items .case_studies_item {
        width: calc(50% - 11px);
    }

    .latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .latest_blog_slide.top_section button.readmoreBtns {
        margin-top: 0px;
    }

    .latest_blog_slide.top_section .tag a {
        margin: 0;
    }

    div#slider_press_news .slick-track {
        gap: 0;
    }
}

@media (max-width: 767px) {
    .case_studies_content.knowledge_hub.press_page_items {
        flex-direction: row;
    }

}

@media (max-width: 667px) {

    .latest_blog_item:first-child,
    .smartians_speak_content .smartians_speak_item .smartians_speak_img {
        height: 250px;
    }

    .latest_blog_item:nth-of-type(2),
    .latest_blog_item:last-child {
        width: 100%;
    }

    .latest_blog_item .latest_blog_item_content {
        padding: 12px;
    }

    .latest_blog_item .latest_blog_item_content h2 {
        font-size: 16px;
    }

    .allblosinner .allblogcont {
        flex-wrap: wrap;
    }

    .allblosinner .allblogcont img {
        width: 100%;
        height: 180px;
    }

    section.popular_blogs .smartians_speak_content {
        padding: 0;
    }


    .latest_blog_slide.top_section .latest_blog_item {
        height: 300px;
    }

    .latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content {
        width: 100%;
        padding: 0 0 0 20px;
    }

    .latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .latest_blog_slide.top_section .tag a {
        font-size: 12px;
        line-height: 14px;
    }

    .latest_blog_slide.top_section button.readmoreBtns {
        font-size: 13px;
    }

    section.case_studies.knowledge_hub_main.press_page_items_main .case_studies_content.knowledge_hub.press_page_items .case_studies_item {
        width: 100%;
    }

    .case_studies_content.knowledge_hub.press_page_items {
        gap: 0;
        padding-bottom: 0;
    }

    .allcategories {
        margin-bottom: 0;
    }

    .latest_blog_slide {
        gap: 20px;
    }

}

.about_us_ourvalues.ehss.facility_page .content_wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    svg {
        width: 18px;
        height: 18px;
    }
}

section.latestblog .container-fluid>.row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.latest_blog_slide.top_section .latest_blog_item:before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(44, 30, 30, 0.30), rgba(28, 19, 19, 0.50), rgba(47, 22, 22, 0.70));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
}

section.latestblog .container-fluid .row .allcategories {
    margin: 0;
    padding: 0;
}

section.latestblog .container-fluid .row .slick-list {
    gap: 0;
}

section.latestblog .container-fluid .row .slick-track {
    gap: 0;
}

.latest_blog_slide.top_section .latest_blog_item {
    height: 850px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content {
    position: relative;
    padding: 0;
    width: 530px;
    background: transparent;
    z-index: 9;
}

@media (max-width:1500px) {
    .latest_blog_slide.top_section .latest_blog_item {
        height: 800px;
    }

}

@media (max-width:1366px) {
    .latest_blog_slide.top_section .latest_blog_item {
        height: 670px;
    }

}

@media (max-width:991px) {
    .latest_blog_slide.top_section .latest_blog_item {
        height: 480px;
    }

}

@media (max-width:800px) {
    section.latestblog .latest_blog_slide.top_section .latest_blog_item .row {
        flex-direction: row;
    }

}

@media (max-width:767px) {
    section.latestblog.homepagebanner.aboutusbanner.knowledge_hub .container-fluid {
        padding: 0;
    }

    section.latestblog .latest_blog_slide.top_section .latest_blog_item .row {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
    }
}

@media (max-width:667px) {
    .latest_blog_slide.top_section .latest_blog_item {
        height: 350px;
    }

    .latest_blog_slide.top_section .latest_blog_item .latest_blog_item_content {
        width: 90%;
    }

}


section.ledaershippage_banner.consulting_practices_page.ehss.timeline_page_top {
    background: url(./assets/images/ess_bg.png) no-repeat top left;
    background-size: contain;
}

.timelie {
    width: 100%;
    position: relative;
}

.timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    background: transparent;
    color: var(--heading-color);
    position: relative;
    line-height: 28px;
    outline: none;
    cursor: pointer;
}

.timeline-nav__item.data_id span p {
    font-size: 0;
}

.timeline-nav__item.data_id::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.timeline-nav__item::before,
.timeline-nav__item.data_id.main_data_id:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f8d4d6;
    transition: 0.2s;
    border: 1px solid #f8d4d6;
    z-index: 9;
    right: auto;
    display: none;
}

.timeline-nav .slick-track::after {
    content: "";
    position: absolute;
    background: #f8d4d6;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-nav__item {
    position: relative;
}

.timeline-nav__item p {
    padding: 0;
}

.timeline-nav .slick-track {
    gap: 20px;
    padding: 50px 0 0;
}

.timeline-nav .slick-list {
    padding: 0 !important;
    overflow: visible;
}

.timeline-nav__item.slick-current .yr {
    color: var(--red-color);
    opacity: 1;
    font-size: 22px;
    font-weight: 600;
    z-index: 9;
    position: relative;
}


.timeline-nav__item.data_id.slick-slide.slick-current {
    background: transparent;
}

.timeline-nav__item .yr {
    z-index: 9;
    position: relative;
    top: -17px;
}

.timeline-nav__item.slick-current::before {
    background-color: var(--red-color);
    border-color: var(--red-color);
}


.timeline-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.timeline-slide {
    display: flex !important;
    gap: 40px;
    align-items: center;
    padding: 0 5px;
    width: 100%;
}

.timeline-slider .slick-track {
    gap: 0 !important;
}

.timeline-slide img {
    width: 300px;
    height: 300px;
    border-radius: 4px;
    border: 10px solid #fff;
}

.timeline-wrapper .timeline-slider {
    margin: 0;
}

.timeline-slide__content {
    position: relative;
    padding: 20px 20px 20px 40px;
    border-left: 2px solid var(--red-color);
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}

.timeline-slide__content p {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    max-width: 440px;
}

.timeline-slide__content span.timeline-year {
    font-weight: 700;
    font-size: 24px;
}

.timeline-title {
    color: var(--heading-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

.timeline-text {
    margin: 0;
}

.timeline .slick-current:after {
    background-color: rgba(0, 52, 113, 0);
}

.timeline .slick-current .timeline-slide__content {
    opacity: 1;
}

.timeline .slick-current .timeline-slide__content ul,
.timeline-slide__content ul {
    list-style: auto;
    padding: 0 0 0 20px;
}

.timeline-nav__item .yr {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.timeline-nav__item .yr button {
    border: 0;
    width: 20px;
    height: 20px;
    background: #f8d4d6;
    border-radius: 50px;
    margin-top: -6px;
}

.timeline-nav__item .yr p {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-nav__item .yr span {
    font-size: 12px;
    position: relative;
    top: -12px;
    color: #555;
    font-weight: 400;
}

.timeline-nav__item.slick-current button {
    background: var(--red-color);
}

.timeline-nav__item.slick-current .yr p {
    font-size: 52px;
    line-height: 52px;
    position: relative;
    top: -20px;
    z-index: 9;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
}

.timeline-nav__item.slick-current .yr {
    top: -34px;
}

.inner_slider_slide {
    max-width: 800px;
}

.multiple_slides_timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.multiple_slides_timeline button.slick-arrow {
    top: -45px;
    left: 0;
    z-index: 99;
    opacity: 1;
}

.multiple_slides_timeline button.slick-arrow.slick-next {
    left: 100px;
}

.multiple_slides_timeline .custom-navigation {
    width: 120px;
    text-align: center;
}

.multiple_slides_timeline button.slick-arrow::before {
    font-family: 'Poppins';
    color: #555;
}

.timeline_page {
    overflow: hidden;
    background: url(./assets/images/timeline_bg.png) no-repeat center #F2F2E1 !important;
    background-size: cover !important;
}

.timeline-nav {
    margin-bottom: 0px;
}

@media (max-width:800px) {

    .timeline-nav__item.data_id.main_data_id.slick-slide.slick-active,
    .timeline-nav__item.slick-current .yr,
    h4.timeline-title {
        font-size: 16px;
    }

    .timeline-nav__item.slick-current,
    .timeline-year {
        font-size: 16px;
    }

    .timeline-nav__item.slick-slide {
        font-size: 14px;
    }

}

@media(max-width:767px) {
    .timeline-slide {
        flex-direction: column;
        height: auto !important;
        align-items: flex-start;
    }

    .timeline-slide img {
        width: 100%;
        height: auto;
    }

    .slick-slider .slick-track {
        gap: 0;
    }

    .multiple_slides_timeline {
        width: 100%;
    }

    .slick-list {
        height: auto !important;
    }

    .timeline-slide__content p {
        font-size: 16px;
        line-height: 26px;
    }

    .timeline-nav__item.slick-current .yr p {
        font-size: 22px;
        top: 0
    }
}


@media (max-width:667px) {
    .timeline-nav__item .yr {
        width: 50px;
        padding: 0;
    }

    .timeline-nav__item.slick-slide {
        padding: 5px 30px;
    }

    /* .timeline-year {
            padding: 8px 16px;
        } */

    .timeline-nav.slick-slider {
        margin-bottom: 0;
    }

    .timeline-wrapper {
        margin-top: -25px;
    }

    .timeline-slide__content {
        padding: 10px;
    }

    .cfg_community_popup.testimonial_frame_popup .row {
        padding: 20px !important;
    }

    .cfg_community_popup.testimonial_frame_popup .form-group-main,
    .cfg_community_popup.testimonial_frame_popup .checkbox-group {
        gap: 5px !important;
    }



    .timeline-nav__item::before,
    .timeline-nav__item.data_id.main_data_id:before {
        left: 15px;
    }
}

div#slider_press_news {
    margin-bottom: 0;
}

section.ledaershippage_banner.consulting_practices_page.homepage .heading_sec h2.section-heading.leftlineheading a.view_all {
    margin-left: auto;
}

section.ledaershippage_banner.consulting_practices_page.homepage a.read_more {
    display: contents;
}

section.ledaershippage_banner.consulting_practices_page.homepage h2.section-heading.leftlineheading {
    width: 100%;
}

@media(max-width: 767px) {
    section.ledaershippage_banner.consulting_practices_page.homepage .heading_sec h2.section-heading.leftlineheading a.view_all {
        display: block;
        position: unset;
        background: transparent;
        color: var(--red-color);
        padding: 0;
        margin: 4px 0 0 auto;
    }

    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show:first-child a {
        width: auto;
        padding: 0 4px;
        color: #d92029;
        font-size: 12px;
    }

    /*header.header-wrapper .navbar .nav-lft .searchWidget.mob-show:first-child a {
        border: 0;
        width: auto;
        height: auto;
        padding: 0 4px;
    } */
}

div#smartproducts_homepage {
    background: transparent;
}

div#smartproducts_homepage ul.slick-dots {
    bottom: -50px;
}

@media(max-width: 767px) {

    div#smartproducts_homepage .slick-next:before,
    div#smartproducts_homepage .slick-prev:before {
        color: #d92029;
        font-size: 16px;
    }

    div#smartproducts_homepage .slick-next,
    div#smartproducts_homepage .slick-prev {
        left: -10px;
        z-index: 9;
    }

    div#smartproducts_homepage .slick-next {
        right: -10px;
        left: auto;
    }
}

@media screen and (max-width: 767px) {
    div#smartproducts_homepage {

        position: relative;

    }

    div#smartproducts_homepage button.slide-arrow {

        position: absolute;

        bottom: -15px;

        background-color: #fff;

        width: 45px;

        height: 45px;

        border-radius: 50%;

        z-index: 100;

        cursor: pointer !important;

        box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, 0.07);

        font-size: 0;

        border: 0;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    div#smartproducts_homepage button.slick-arrow {

        left: 42%;

    }

    div#smartproducts_homepage button.slick-arrow.next-arrow {

        left: auto;

        right: 42%;

        background: #cf2027;

    }

    div#smartproducts_homepage button.slick-arrow i {

        color: #cf2027;

        font-size: 20px;

    }

    div#smartproducts_homepage button.slick-arrow.next-arrow i {

        color: #fff;

    }

}

@media screen and (max-width: 580px) {

    div#smartproducts_homepage button.slick-arrow {

        left: 35%;

    }

    div#smartproducts_homepage button.slick-arrow.next-arrow {

        left: auto;

        right: 35%;

    }

}

.leadership_sec .slick-dots li,
section.about_us_overview.ehss .slick-dots li {
    margin: 0 5px;
    width: 13px;
    height: 13px;
}

.leadership_sec .slick-dots li button,
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 .slides-numbers {
    display: none !important;
}

section.about_us_overview.ehss .slick-dots {
    right: 0;
}

@media screen and (min-device-width:1024px) and (max-device-width: 1920px) {
    .testimonials_homepage .testihome_items h3 {
        -webkit-line-clamp: 6;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    header.header-wrapper .navbar .nav-lft .searchWidget.mob-show:first-child a {
        width: auto;
        padding: 0 4px;
        color: #d92029;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .leadership_sec .slick-dots {
        bottom: 5px;
    }

}

header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li a.case-studies-link {
    border: 1px solid #d7202942;
    color: #d72029;
    border-radius: 4px;
    padding: 3px 16px;
    background: #d820291a;
    font-size: 15px;
}

@media (max-width:991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li .megamenu .container>.row .menu-box ul li a.case-studies-link {
        font-size: 13px;
    }
}


#click {
    display: none;
}

label[for="click"] {
    position: absolute;
    right: 30px;
    bottom: 20px;
    height: 55px;
    width: 55px;
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    font-size: 30px;
    color: #555;
    cursor: pointer;
    background: #f8f8f8;
    box-shadow: 11.8px 15.26px 63.6px 12px rgb(0 0 0 / 17%);
    display: flex;
    align-items: center;
    justify-content: center;
}

label[for="click"] i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

label[for="click"] .close_icon {
    opacity: 0;
    display: none;
    pointer-events: none;
}

#click:checked~label .close_icon {
    opacity: 1;
    display: block;
    pointer-events: auto;
    /* transform: translate(0%, 0%) rotate(180deg); */
}

#click:checked~label .open_icon {
    opacity: 0;
    display: none;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper_frame {
    position: absolute;
    right: 30px;
    bottom: 0px;
    max-width: 400px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 65vh;
    width: 100%;
    max-width: 390px;
}

.wrapper_frame iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

#click:checked~.wrapper_frame {
    opacity: 1;
    bottom: 85px;
    pointer-events: auto;
}




.padding_top_0 {
    padding-top: 0;
}

section.case_studies_threesection .leadership_cont_main.casestudies_mains,
section.case_studies_threesection .leadership_itms_cont {
    display: flex;
    flex-direction: column;
}

section.case_studies_threesection .read_more.download {
    margin: 0;
}

section.case_studies_threesection .leadership_itms.casestudies_items {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.case_studies_threesection .leadership_cont_main.casestudies_mains .leadership_itms_img {
    height: 220px;
    padding: 0;
    border-radius: 12px;
    background: transparent;
    width: 400px;
}

section.case_studies_threesection .leadership_itms.casestudies_items p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

#case_studies_slider {
    background: transparent;
}

#case_studies_slider ul.slick-dots {
    bottom: -40px;
}

.leadership_cont_main.casestudies_mains .casestudies_items .leadership_itms_cont {
    width: 100%;
}

section.case_studies_threesection .read_more.download a.btn {
    gap: 8px;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items {
    flex-direction: column;
    width: calc(33.33% - 15px);
    gap: 0;
    background: #d820291a;
    padding: 16px;
    border-radius: 20px;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_img,
section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont {
    width: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 12px 12px 0 0;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_img img {
    border-radius: 12px;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont {
    border-radius: 0 0 12px 12px;
    padding-top: 0;
}

section.case_studies_threesection.threeboxes .tagcasestudies {
    width: 100%;
    margin-bottom: 12px;
}

section.case_studies_threesection.threeboxes .tagcasestudies span {
    color: #000000;
    background: #d820291a;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px 4px 28px;
    position: relative;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont h4 {
    font-size: 18px;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont p {
    font-size: 14px;
    line-height: 24px;
}

section.case_studies_threesection.threeboxes .tagcasestudies span:before {
    content: "";
    background: #d92029;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 10px;
    border-radius: 50%;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont a.btn.btn-danger {
    /* padding: 6px 10px; */
    height: auto;
    background: transparent;
    border-color: rgba(206, 32, 38, 0.20);
    color: #DB252C;
    cursor: pointer;
    margin-top: 5px;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont a.btn.btn-danger:hover {
    background: #d92029 !important;
    color: #fff !important;
}

section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont a.btn.btn-danger svg path {
    stroke: #d92029;
}

@media (max-width:1200px) {
    section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items {
        width: calc(50% - 15px);
    }

    section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains {
        justify-content: center;
    }
}

@media (max-width:720px) {
    section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items {
        width: 100%;
    }

    section.case_studies_threesection.threeboxes .leadership_cont_main.casestudies_mains .leadership_itms.casestudies_items .leadership_itms_cont a.btn.btn-danger {
        padding: 4px 10px;
        font-size: 14px;
    }
}

@media (max-width:667px) {
    section.case_studies_threesection .leadership_cont_main.casestudies_mains .leadership_itms_img {
        width: 100%;
        height: 200px;
    }
}


a.stickytoright {
    position: fixed;
    right: 0;
    transform: translate(0px, -50%);
    top: 50%;
    z-index: 99;
    background: #d92029;
    color: #fff;
    padding: 18px 4px;
    border-radius: 6px 0 0px 6px;
    writing-mode: vertical-lr;
    font-size: 18px;
}

/** christmas santa CSS **/
@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
    font-size: 25px;
    background: linear-gradient(#ffffff, #b4cdf0, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.santa-clause {
    width: 250px;
    height: 300px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    transform: rotate(90deg) translate(0px, 210px);
    transition: 0.5s all;
    cursor: pointer;
}

.santa-clause:hover {
    transform: none;
}

.santa-content {
    width: 50%;
    background: url(https://www.smartdatainc.com/wp-content/uploads/2024/12/bg-christmas-img.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
}

.santa-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contactuspage .row .contact_us_home.santa_contact {
    height: auto;
    padding-left: 0;
    background: transparent;
    width: 50%;
    padding: 30px;
}

.santa-content::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000066;
    position: absolute;
    z-index: -1;
}

.contact_us_home.carrer_form.more_detail_form.santa_contact .form-group-main .form-group .input-box {
    width: 100% !important;
}

.santa-content p {
    color: #fff;
}

.close-santa {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #d92029;
    cursor: pointer;
}

/** chatbot css **/

#click {
    display: none;
}

label[for="click"] {
    position: fixed;
    right: 30px;
    bottom: 20px;
    height: 55px;
    width: 55px;
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    font-size: 30px;
    color: #555;
    cursor: pointer;
    background: #f8f8f8;
    box-shadow: 11.8px 15.26px 63.6px 12px rgb(0 0 0 / 17%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

label[for="click"] i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}

label[for="click"] .close_icon {
    opacity: 0;
    display: none;
    pointer-events: none;
}

#click:checked~label .close_icon {
    opacity: 1;
    display: block;
    pointer-events: auto;
    /* transform: translate(0%, 0%) rotate(180deg); */
}

#click:checked~label .open_icon {
    opacity: 0;
    display: none;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper_frame {
    position: fixed;
    right: 30px;
    bottom: 0px;
    max-width: 400px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 65vh;
    width: 100%;
    max-width: 390px;
    z-index: 9999;
}

.wrapper_frame iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

#click:checked~.wrapper_frame {
    opacity: 1;
    bottom: 85px;
    pointer-events: auto;
}

label.iframe_header {
    top: 15px;
    width: 30px;
    height: 30px;
    right: 20px;
    position: absolute;
}

label.iframe_header svg.close_icon {
    width: 14px;
    height: 14px;
}

label.iframe_header svg.close_icon {
    display: block;
    opacity: 1;
}

@media (max-width: 667px) {
    .wrapper_frame {
        right: 10px;
        max-width: 90%;
    }
}

.grid-wrapper-row img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

/* Main CSS */
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    object-position: top left;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 320px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

@media (max-width: 667px) {

    /* Adjust max-width as per your mobile breakpoint */
    .grid-wrapper {
        grid-template-columns: 1fr;
        /* Single item per row */
        grid-auto-rows: auto;
        /* Let rows adjust height automatically */
    }

    .grid-wrapper .wide,
    .grid-wrapper .tall,
    .grid-wrapper .big {
        grid-column: span 1;
        /* Reset column span for all items */
        grid-row: auto;
        /* Reset row span for all items */
    }
}

.grid-wrapper>div>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    object-position: top left;
}

.grid-wrapper>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.grid-wrapper>div {
    border: 1px solid #d9202921;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.grid-wrapper>div:hover {
    box-shadow: 0px 0px 18px 3px rgb(0 0 0 / 13%);
    border: 1px solid #d9202991;
}


.leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
    height: 330px;
    width: 520px;
    padding: 0;
    top: 200px;
    border-radius: 10px;
}

@media (max-width: 1500px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 300px;
        width: 465px;
        top: 181px;
    }
}

@media (max-width: 1450px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 255px;
        width: 400px;
        top: 160px;
    }
}

@media (max-width: 1450px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 249px;
        width: 401px;
        top: 155px;
    }
}

@media (max-width: 1330px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 220px;
        width: 350px;
        top: 140px;
    }
}

@media (max-width: 1270px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 220px;
        width: 340px;
        top: 135px;
    }
}

@media (max-width: 1230px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 200px;
        width: 320px;
        top: 128px;
    }
}

@media (max-width: 1204px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 220px;
        width: 350px;
        top: 140px;
    }
}

@media (max-width: 1170px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 200px;
        width: 330px;
        top: 47%;
    }
}

@media (max-width: 1080px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 190px;
        width: 300px;
        top: 47%;
    }
}

@media (max-width: 1020px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 180px;
        width: 290px;
        top: 47%;
    }
}

@media (max-width: 930px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 170px;
        width: 270px;
        top: 47%;
    }
}

@media (max-width: 885px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 165px;
        width: 255px;
        top: 47%;
    }
}

@media (max-width: 820px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 140px;
        width: 220px;
        top: 48%;
    }
}

@media (max-width: 767px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 155px;
        width: 245px;
        top: 47%;
    }
}

@media (max-width: 720px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 165px;
        width: 265px;
        top: 47%;
    }
}

@media (max-width: 400px) {
    .leadership_sec_slider.ehss .sliderLaptop img.slider_dynamic_img {
        height: 150px;
        width: 240px;
        top: 47%;
    }
}


.faqmain h4 {
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}

.faqmain {
    max-width: 1020px;
    margin: 0 auto;
}

.stillques {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 700px;
    margin: 80px auto 0;
}

.stillques .icon svg {
    width: 60px;
    height: 60px;
}

.stillques h3 {
    margin: 0;
}

.stillques p {
    margin: 0;
}

.stillques .load_more {
    margin: 10px 0 0;
}

#accordian_outer.casestudies_items {
    align-items: flex-start;
}

#accordian_outer .leadership_itms_img {
    background: unset;
    padding: 0;
    height: auto;
    border-radius: 0;
}

#accordian_outer .accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#accordian_outer .accordion-button:not(.collapsed) {
    color: #d72029;
    background: #d820291a;
    border-radius: 0;
    box-shadow: unset;
}

.accordion-item,
.accordion-item:not(:first-of-type) {
    border: 1px solid #d7202942;
    border-radius: 12px !important;
    overflow: hidden;
}

h2.accordion-header button {
    font-weight: 600;
}

#accordian_outer h3 {
    font-size: 28px;
    line-height: 40px;
}

#accordian_outer .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 16 16' fill%3D'none' stroke%3D'%23d72029' stroke-linecap%3D'round' stroke-linejoin%3D'round'%3E%3Cpath d%3D'M2 5L8 11L14 5'/%3E%3C/svg%3E");
}

.accordion-button:focus {
    box-shadow: unset;
}

@media (max-width:1080px) {
    .faqmain {
        max-width: 100%;
    }

    .faqmain h4,
    #accordian_outer h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #accordian_outer h3 {
        margin: 0;
    }

    .stillques {
        gap: 10px;
    }
}

@media (max-width:820px) {
    .stillques {
        margin-top: 40px;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .with_overlay_content {
        padding: 0 20px;
    }

    .faqmain h4,
    #accordian_outer h3 {
        font-size: 20px;
    }

}

.input-box.checkLocation span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-box.checkLocation span.wpcf7-list-item {
    margin: 0 10px 0 0;
}

.input-box.checkLocation span.wpcf7-list-item label input {
    width: 16px !important;
    height: 16px !important;
    border-color: #dee2e6 !important;
    !i;
    !;
}

.input-box.checkLocation span.wpcf7-list-item label span {
    color: #555 !important;
}

.input-box.checkLocation input[type="checkbox"] {
    display: none;
}

.input-box.checkLocation label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.input-box.checkLocation label input[type="checkbox"]+.wpcf7-list-item-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: -2px;
}

.input-box.checkLocation label input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    content: "";
    display: block;
    top: 0px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--red-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
}

.contact_us_home.carrer_form .file-upload input[type="file"] {
    margin: auto;
    background-color: #fff;
    transition: border-color 0.25s ease-in-out;
    padding: 5px !important;
    height: auto;

    &::file-selector-button {
        padding: 1em 1.5em;
        border-width: 0;
        background-color: hsl(210deg 10.71% 89.02%);
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        margin-right: 1em;
        color: #6C757D;
    }
}

.contact_us_home.carrer_form .file-upload label {
    display: none;
}

.file-upload-wrap.file-upload {
    border: 0;
    background: transparent;
}


.carrer_banner.carrrerpage .bannercontent {
    width: 60% !important;
}

.carrer_banner.carrrerpage .bannervideosection.Imgsection {
    width: 40% !important;
}

.carrer_banner.carrrerpage .bannercontent .desc,
.carrer_banner.carrrerpage .bannercontent .desc p {
    width: 100%;
    max-width: 100% !important;
}

@media (max-width:800px) {

    .carrer_banner.carrrerpage .bannercontent,
    .carrer_banner.carrrerpage .bannervideosection.Imgsection {
        width: 100% !important;
        padding: 0 !important;
    }

    .carrer_banner.carrrerpage .bannercontent .desc,
    .carrer_banner.carrrerpage .bannercontent .desc p {
        padding: 0 !important;
    }

    .aboutusbanner .row.about_top_row {
        padding-left: 30px;  
        padding-right: 30px;  
        height: 100% !important;
    }

}

/***************test with desc********************/
.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;
}

.slide.about_smartData_slider_inneritem.testimonial_withdes {
    overflow: hidden;
    border-radius: 12px;
}

.slide.about_smartData_slider_inneritem.testimonial_withdes .content_wrapper.active {
    background: #000000b8;
    height: 100%;
}

/*.slide.about_smartData_slider_inneritem.testimonial_withdes .content_wrapper.active .descr {
    overflow-y: auto;
        height: calc(100% - 100px)
}*/
.slide.about_smartData_slider_inneritem.testimonial_withdes .content_wrapper.active a.read_more {
    color: #fff;
}

.content_wrapper.active .descr::-webkit-scrollbar {
    width: 6px;
    background-color: #cf2027;
    border-radius: 40px;
}

.content_wrapper.active .descr::-webkit-scrollbar-thumb {
    background-color: #cf2027;
    border-radius: 40px;
}

.content_wrapper.active .descr::-webkit-scrollbar-track {
    background-color: #cf2027;
    border-radius: 40px;
}


/*********logo slider*****************/

section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo .full_row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo {
    overflow: hidden;
}

#clientlogo {
    padding: 0;
}

.partner_head {
    max-width: 800px;
    margin: 0 auto 20px;
    flex-direction: column;
    text-align: center;
}

.partner_head h6 {
    margin: 0;
    font-weight: 600;
    color: #1a202c;
}

#clientlogo .slick-list {
    padding: 0 10% !important;
}

@media (max-width:991px) {
    .partner_head {
        max-width: 100%;
    }

    #clientlogo .slick-list {
        padding: 0 20% !important;
    }
}

@media (max-width:767px) {
    section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo .container-fluid {
        padding: 0;
    }

}

@media (max-width:667px) {

    #clientlogo .slick-list {
        padding: 0 22% !important;
    }
}

/*******logo slider***********/

section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo {
    background: transparent;
}

.logoslide img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo ul.slick-dots {
    bottom: -50px;
}

section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo .row {
    padding-top: 80px;
    padding-bottom: 80px;
}

#seeDemo .contactuspage .row {
    padding-bottom: 20px !important;
}

#seeDemo .wpcf7-mail-sent-ok {
    margin: 10px 20px 30px 10px;
}

.services_page .leadership_cont_main .leadership_itms .leadership_itms_cont .descr_lead p {
    display: inline-block;
}

div.bloginnercont tbody,
div.bloginnercont td,
div.bloginnercont tfoot,
div.bloginnercont th,
div.bloginnercont thead,
div.bloginnercont tr {
    border-width: 2px;
    padding: 10px;
}

.single_post_img {
    max-width: 100%;
}

.contactuspage.homepagebanner .row .bannervideosection a {
    overflow: unset !important;
}

.ess_modal .modal-header {
    padding: 0;
    background: transparent;
}

.ess_modal .modal-header svg {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #d92029;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff !important;
    cursor: pointer;
    z-index: 99;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.ess_modal .modal-content {
    position: relative;
}

.ess_modal .modal-header svg path {
    fill: #fff;
}

#cookie-law-info-bar {
    z-index: 9999999999;
    left: 0px !important;
    right: auto !important;
}

.ledaershippage_banner .modal-header,
.threeboxes .modal-header {
    border: none;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;

}

.ledaershippage_banner .modal-header svg path,
.threeboxes .modal-header svg path {
    fill: #d92029;
    Cursor: pointer;
}

.awsm-list-right-col {
    text-align: unset !important;
    width: 100% !important;
}


@media (min-width: 1700px) {
    .homepagebanner ul.slick-dots {
        bottom: 0;
    }
}

@media (max-width: 1700px) {
    section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo .row {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.homepagebanner.aboutusbanner.about_us_slide ul.slick-dots {
        bottom: 40px !important;
    }

}

@media (max-width: 767px) {
    section.about_us_ourvalues.choose_smartdata.ehss.homepagebanner.partnerlogo .row {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*******homepage popup***********/

.homepopupinner {
    position: relative;
}

.homepopupinner img {
    width: 100%;
}

.homepopupinner a {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    text-transform: capitalize;
    height: auto !important;
    padding: 8px 16px;
}

#homepagepopup .modal-body {
    padding: 0;
}

#homepagepopup button.btn-close {
    position: absolute;
    z-index: 9;
    right: -10px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-size: 22px;
    top: -10px;
    color: #d92029;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    opacity: 1;
    padding: 0;
}

@media (max-width:991px) {
    .modal.show .modal-dialog.modal-xl {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width:880px) {
    #homepagepopup a {
        font-size: 13px;
        line-height: normal;
    }

}

@media (max-width:667px) {
    #homepagepopup a {
        padding: 4px 8px;
        bottom: 4%;
        font-size: 12px;
    }

    #homepagepopup button.close {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
}

@media (max-width:500px) {
    #homepagepopup a {
        padding: 2px 3px;
        font-size: 9px;
        border-radius: 4px;
    }

    #homepagepopup button.btn-close {
        width: 15px;
        height: 15px;
        font-size: 14px;
        right: -5px;
        top: -5px;
    }
}

.homepopupinner a.btn.btn-danger.btn-left {
    left: 9% !important;
    margin: 0 !important;
    text-align: left;
    right: auto !important;
    width: auto !important;
}


.homepagebanner .row .bannervideosection a {
    border-radius: 100px 0px;
    overflow: hidden;
    display: block;
}

.homepagebanner .row .bannervideosection a iframe {
    width: 100%;
    height: 500px;
}

@media (max-width:1200px) {
    .homepagebanner .row .bannervideosection a iframe {
        height: 400px;
    }
}

@media (max-width:1024px) {
    .homepagebanner .row .bannervideosection a iframe {
        height: 320px;
    }
}

@media (max-width:850px) {
    .homepagebanner .row .bannervideosection a iframe {
        height: 280px;
    }
}

@media (max-width:767px) {

    .homepagebanner .row .bannervideosection a iframe {
        height: 450px;
    }

    .ehssDetail .bannerimgs img {
        height: 250px;
    }
}

@media (max-width:667px) {
    #bannerhomepageslider .bannervideosection {
        height: auto;
    }

    .homepagebanner .row .bannervideosection a iframe {
        height: 280px;
    }

    .homepagebanner .row .bannervideosection a {
        border-radius: 40px 0;
    }

}


@media (max-width: 1440px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a {
        font-size: 14px;
    }

    header.header-wrapper .homepage_custom_menu ul.menu {
        gap: 12px;
    }

    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt {
        gap: 8px;
    }
}


@media (max-width: 1224px) {
    header.header-wrapper .homepage_custom_menu .nav-rt.header-nav-rt .sd_locations a.locat_btn {
        font-size: 0;
        line-height: normal;
    }
}


@media (max-width: 1024px) {
    header.header-wrapper .homepage_custom_menu ul.menu {
        gap: 8px;
    }

    header.header-wrapper .navbar .nav-lft .logo img {
        width: 90px;
    }

    header.header-wrapper .homepage_custom_menu ul.menu li a {
        font-size: 13px;
    }

}


@media (max-width: 991px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a {
        font-size: 16px;
    }
}

@media (max-width: 667px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a {
        font-size: 14px;
    }
}

.key_benifits {
    display: flex;
    gap: 80px;
}

.planned_reserved img {
    width: 90%;
}

.planned_reserved .heading_sec {
    gap: 10px;
    margin-bottom: 40px;
}

.planned_reserved ul {
    list-style: none;
    padding: 0;
}

.planned_reserved li {
    padding: 6px 0 6px 30px;
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/checkicon.png) no-repeat center left;
    background-size: 20px;
}

/*testimonails section*/
.about_us_ourvalues.ehss .missio_vision_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: center;
}

.about_us_ourvalues.ehss .slide {
    position: relative;
}

.about_us_ourvalues.ehss .slick-slide {
    margin: 0 12px 0;
}

.about_us_ourvalues.ehss .img_wrapper {
    width: 100%;
    height: 350px;
    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;
    color: #fff;
    align-items: center;
}

.about_us_ourvalues.ehss .content_wrapper {
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.84));
}

.authorDetails {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.about_us_ourvalues.ehss .content_wrapper .nameauther p {
    color: #FFF;
    font-size: var(--font-size-16);
    font-weight: 700 !important;
    margin: 0;
}

.about_us_ourvalues.ehss .descr p {
    color: #fff;
    font-size: 12px;
    margin: 0 0 4px 0;
}

.about_us_ourvalues.ehss a.read_more {
    justify-content: end;
}

.about_us_ourvalues.ehss .content_wrapper.active {
    background: #000000b8;
    height: 100%;
    border-radius: 10px;
}

.about_us_ourvalues.ehss .content_wrapper {
    flex-direction: column;
}

.about_us_ourvalues.ehss .content_wrapper.active a.read_more {
    color: #FFFFFF;
}

.about_us_ourvalues.ehss a.read_more {
    justify-content: end;
}

/* testimonails section  */
@media (max-width: 1200px) {
    .key_benifits {
        gap: 30px;
    }

    .planned_reserved img {
        width: 95%;
    }

    .planned_reserved .heading_sec {
        margin-bottom: 20px;
    }

}


@media (max-width: 1024px) {
    .planned_reserved h2.section-heading.leftlineheading {
        line-height: 38px;
    }

    .planned_reserved li {
        padding: 4px 0 4px 30px;
    }

    .planned_reserved .row {
        flex-direction: column;
        gap: 30px;
    }

    .planned_reserved .row .col-md-6 {
        width: 100%;
    }

    .planned_reserved img {
        width: 100%;
    }

    .key_benifits {
        gap: 50px;
    }

    .ehssDetail .bannerimgs {
        margin-top: 100px;
    }

}

@media (max-width: 667px) {
    .key_benifits {
        flex-direction: column;
        gap: 0px;
    }

    .about_us_ourvalues.ehss .img_wrapper {
        height: 300px;
    }
}

@media(max-width: 1300px) {
    .choose_smartdata {
        background-image: none;
    }

    header.header-wrapper .homepage_custom_menu ul.menu li a:after {
        bottom: 10px;
    }
}


.slide.about_smartData_slider_inneritem.testimonial_withdes .content_wrapper.active .authorTestimonial {
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

.slide.about_smartData_slider_inneritem.testimonial_withdes .content_wrapper.active .authorTestimonial .descr {
    height: auto;
    overflow-y: auto;
    padding-right: 10px;
}

.content_wrapper.active .descr::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff00;
    border-radius: 40px;
}

.content_wrapper.active .descr::-webkit-scrollbar-thumb {
    background-color: #ffffff7a;
    border-radius: 40px;
}

.content_wrapper.active .descr::-webkit-scrollbar-track {
    background-color: #ffffff00;
    border-radius: 40px;
}

@media (max-width: 1250px) {
    header.header-wrapper .homepage_custom_menu ul.menu li a {
        font-size: 13px;
        padding: 14px 4px;
    }

    header.header-wrapper .homepage_custom_menu ul.menu {
        gap: 0px;
    }
}

h2.section-heading.leftlineheading span,
.heading_sec h1.section-heading.leftlineheading span {
    color: #1a202c;
    font-weight: 600;
}

.heading_sec h2.section-heading.leftlineheading,
.heading_sec h1.section-heading.leftlineheading {
    color: #d92029;
    font-weight: 700;
}

.leadership_sec h2.section-heading.leftlineheading {
    color: #d92029;
    font-weight: 700;
}

.awsm-job-wrap {
    max-width: 1650px;
    margin: 0 auto;
    margin-top: 0px;
}

.awsm-list-item .awsm-job-item {
    border: 1px solid rgba(0, 0, 0, .13);
    margin: 0 0 20px 0;
    border-radius: 10px;
}

.awsm-lists {
    border: none;
}

.awsm-list-item .awsm-job-specification-wrapper {
    display: flex;
}

.awsm-list-item h2.awsm-job-post-title {
    color: #d92029;
    margin-bottom: 15px;
}

.current_opening h2.section-heading.leftlineheading span {
    color: #d92029;
}

.awsm-job-more-container a {
    border: 1px solid #d92029;
    text-align: right;
    padding: 5px 12px;
    border-radius: 10px;
}

.awsm-job-more-container {
    text-align: right;
    margin: 10px 0 0 0;
}

.awsm-job-more-container a {
    border: 1px solid #d92029;
    text-align: right;
    padding: 5px 12px;
    border-radius: 4px;
    background: #d92029;
    color: #ffffff;
}

.awsm-job-more-container a:hover {
    background: white;
    color: #d92029;
}

.awsm-list-item .awsm-job-specification-wrapper {
    display: flex !important;
}

.awsm-job-post-title {
    padding: 0 0 15px 0;
}

.awsm-list-item .awsm-job-more-container {
    text-align: right;
    margin-left: auto;
    display: block !important;
}

.awsm-lists {
    border: none;
}

section.home_service .slick-dots {
    height: 55px;
}

.home_service .slick-dots li button,
section.about_us_overview.ehss .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #cbd5e0;
    border-radius: 50%;
    background: transparent;
}

.home_service .slick-dots li.slick-active button {
    background: var(--red-color);
    border-color: var(--red-color);
    transform: scale(1.2);
    border-radius: 50% !important;
}

.home_service .slick-dots {
    bottom: -22px;
}

.home_service .slick-dots li button:before {
    font-size: 0px;
}

#home_service_slider {
    padding: 0 0 50px 0;
}


.sap_red_btn button {
    background-color: #d92029;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 6px;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.sap_red_btn button:hover {
    background-color: #fff;
    outline: 1px solid #d92029;
    color: #000;
}

.text_para p {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

/* ==============================empower css code========================== */
.empower_sec {
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/banner_home_bg.svg) no-repeat center;
    padding: 150px 0 120px;
    display: flex;
    justify-content: center;
}

.empower_sec_inner {
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.empower_sec_inner h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 140%;
    color: #1a202c;
}

.empower_sec_inner p {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin: 20px 0 30px 0;
    color: #555555;
}

.text_shade {
    color: #d92029 !important;
    font-weight: 700;
}

/* ==============================empower css code========================== */
/* ==============================deliver css code========================== */
.deliver_sec,
.story_sec {
    padding: 60px 0;
    background-color: #f2f2e1;
}

.title_head {
    font-size: 32px;
    text-align: center;
    color: #1a202c;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.deliver_sec_inner .text_para p {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 40px auto;
}

.services.deliver_inner .deliver_item {
    height: 300px;
}

.deliver_item {
    border-radius: 20px;
    background: var(--White-color, #fff);
    box-shadow: 0px 4px 94px 0px rgba(0, 0, 0, 0.01);
    padding: 25px;
    height: 395px;
}

.deliver_icon {
    background: #5dade2;
    border-radius: 6px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.deliver_icon::before {
    content: "";
    width: 76px;
    height: 76px;
    position: absolute;
    left: -8px;
    right: auto;
    top: -8px;
    bottom: auto;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    border: 7px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 54px 0px rgba(207, 128, 255, 0.16);
}

.deliver_sec .deliver_item p {
    max-width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}

.deliver_item h4 {
    margin: 25px 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.deliver_sec .slick-list {
    margin: 0 -15px;
}

.deliver_sec .slick-slide {
    margin: 0 15px;
}

.slick-dots li button::before {
    font-size: 0;
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #cbd5e0;
    border-radius: 50%;
    background: transparent;
}

.slick-dots li.slick-active button {
    background-color: #d92029;
    border: none;
    width: 16px;
    height: 16px;
}

button.slick-arrow {
    display: none !important;
}

/* ==============================deliver css code========================== */
/* ==============================challenge css code========================== */
.challenge_sec {
    padding: 60px 0;
}

.challenge_left ul {
    margin: 0;
    padding: 0;
}

.challenge_left ul li {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    display: flex;
}

.challenge_left ul li svg {
    margin: 0 8px 0 0;
}

.challenge_left ul li:last-child {
    margin: 0;
}

.challenge_sec_inner .title_head {
    margin: 0 0 50px 0;
}

.challenge_inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

.challenge_left {
    width: 100%;
    max-width: 50%;
}

.challenge_right {
    width: 100%;
    max-width: 50%;
}

.challenge_right img {
    width: 100%;
    border-radius: 6px;
}

/* ==============================challenge css code========================== */

/* ==============================story css code========================== */
.story_sec_inner .title_head {
    text-align: left;
    margin: 0 0 50px 0;
}

.story_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.story_img {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(0deg, transparent 41.36%, #ce2026 230.29%);
    padding: 10px 10px 0;
    border-radius: 30.935px;
}

.story_img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 25.935px;
}

.story_item h6 {
    font-size: 24px;
    margin: 16px 0;
    color: #1a202c;
    font-weight: 600;
}

.story_item .text_para p {
    font-size: 16px;
    margin: 0 0 16px 0;
}

.story_item a {
    color: #d92029;
    font: 14px;
    font-weight: 500;
}

/* ==============================story css code========================== */

/* ==============================healthcare css code========================== */
.healthcare_sec {
    padding: 60px 0;
    /*background-color: #f3f3e8;
  margin: 50px 0 0 0;*/
}

.healthcare_sec {
    padding: 120px 0;
    background: url(https://www.smartdatainc.com/wp-content/themes/smartdata-new/assets/img/bg_line_left.svg) #fff;
    background-position: left center;
    background-repeat: no-repeat, no-repeat;
}

.healthcare_sec_inner .title_head {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.healthcare_sec_inner .text_para p {
    text-align: center;
}

.healthcare_sec_inner .sap_red_btn {
    margin: 0 auto;
    text-align: center;
}

/* ==============================healthcare css code========================== */

/* *************************media query css code********************************** */
@media (max-width: 991px) {
    .story_inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .empower_sec_inner h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .empower_sec_inner {
        width: 100%;
    }

    .empower_sec {
        padding: 50px 0;
    }

    .deliver_sec_inner .text_para p {
        max-width: 100%;
    }

    .challenge_inner {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .challenge_left {
        max-width: 100%;
    }

    .challenge_right {
        max-width: 100%;
    }

    .story_inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

.resource_submenu {
    display: none;
    position: absolute;
    left: 35%;
    top: 0;
}

.resource_mega .menu-box ul:first-child {
    width: 15%;
}

#megaMenu .menu-box ul li:hover .resource_submenu {
    display: block;
    height: 100%;
}

div#megaMenu .menu-box ul li .fa {
    font-size: 12px;
    margin: 0 0 0 20px;
}

.resource_mega .menu-box ul li:hover a {
    color: #000 !important;
}

.resource_mega .menu-box ul li:hover {
    color: #000 !important;
}

.resource_mega {
    position: relative;
}

.resource_submenu {
    position: absolute;
    left: 15%;
    top: 0;
}

.resource_mega .menu-box ul li:hover .resource_submenu li a {
    color: #555555 !important;
}

.resource_mega .menu-box ul li,
.resource_mega .menu-box ul li a {
    color: #d92029 !important;
}

@media (max-width:991px) {
    .resource_mega .menu-box ul:first-child {
        width: 100%;
    }

    .resource_mega .menu-box .resource_submenu li a {
        color: #555555 !important;
    }

    .resource_mega .menu-box ul li .fa-chevron-right {
        display: none;
    }

    .resource_mega .menu-box ul li .fa-sort-desc {
        position: absolute !important;
        top: 8px !important;
    }

    .resource_mega .menu-box ul li {
        position: relative;
    }

    .resource_mega .menu-box ul li i {
        position: absolute;
        right: 0;
        top: 16px;
    }

    .resource_submenu {
        left: 50%;
        position: static;
    }

    div#megaMenu .menu-box ul li .fa {
        font-size: 14px;
        margin: 0;
    }
}


.resource_mega .menu-box ul li a {
    font-weight: 500 !important;
}

/*.resource_submenu {
  display: none;
}*/
@media (min-width:991px) {
    .resource_mega .menu-box ul li .fa-sort-desc {
        display: none;
    }
}

@media (max-width: 991px) {
    .resource_mega .menu-box ul li .fa-sort-desc {
        position: absolute !important;
        top: 8px !important;
        right: 10px;
    }

    .home_products #smartproducts_homepage ul.slick-dots {
        bottom: -40px;
    }
      .loaction_wrapper {
         grid-template-columns: repeat(2, 1fr);   
    }
}

.bannercontent ul li strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #1A202C;
    margin: 0 0 5px 0;
}

.bannercontent ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    list-style-type: none;
    margin: 0 0 30px 0;
    position: relative;
}

.bannercontent ul li:before {
    position: absolute;
    content: "";
    background: #CE2026;
    height: 14px;
    width: 14px;
    left: -30px;
    top: 8px;
    border-radius: 50%;
}

.bannercontent ul li:last-child {
    margin: 0;
}

.contactus-locations .contactus-location-items .contact-us-img {
    width: 100%;
    height: 186px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(219, 37, 44, 0.2), #ffffff);
    padding: 6px;
}

.contactus-location-items .contact-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contactus-locations {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.contactus-locations .contactus-location-items {
    flex: 1;
}

/* Media Queries */
/* New Css */
@media screen and (max-width: 1440px) {
    .contactus-locations .contactus-location-items .contact-us-img {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .case_study_download_form .contact-form .input-box.language .iti__selected-flag .iti__flag {
        top: 15px;
    }
    .map-location svg {   height: 100%;}
    .loaction_wrapper {
        grid-template-columns: repeat(1, 1fr);   
    }

    .contactus-locations .contactus-location-items .contact-us-img {
        height: 160px;
    }

    .contactus-locations {
        flex-direction: column-reverse;
    }

    .our_milestones ul.slick-dots {
        bottom: -15px !important;
    }

    .home_products #smartproducts_homepage ul.slick-dots {
        bottom: -15px;
    }

    .select_arrow {
        position: absolute;    top: 47px;    right: 15px;
    }
        .select_arrow.months_select {
        top: 28px;
    }
    section#joinus-form .select_arrow svg {
        top: 0px;    right: 0px;
    }
}

@media screen and (max-width: 667px) {
    .contactus-locations {
        width: 100%;
    }

    .contactus-locations .contactus-location-items .contact-us-img {
        height: 260px;
    }
}

@media screen and (max-width: 545px) {
    .contactus-locations .contactus-location-items .contact-us-img {
        height: 180px;
    }
}

.healthbadge {
    background: #FFEEEE;
    padding: 10px;
    border-radius: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    max-width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* GDPR checkbox custom style */
.gdprBox input[type="checkbox"] {
    margin-right: 10px;
    border-radius: 2px;
    border: .94px solid rgba(0, 0, 0, .25);
    background: #fefefc;
    -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;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.gdprBox span.wpcf7-list-item {
    margin-left: 0px;
}

/* Red tick mark when checked */
.gdprBox input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid var(--red-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gdprBox input[type="checkbox"]:checked::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);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    background: #fefefc;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Optional focus glow */
.gdprBox input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(230, 0, 0, 0.2);
}

.gdprBox .iti__flag-container {
    background: transparent !important;
}

.smartproductmaincontent.aboutusbanner.knowledge_hub h1,
div.full-width p {
    max-width: unset !important;
}

div.case_study_download_form .iti--allow-dropdown {
    width: 100%;
}

.iti--allow-dropdown input {
    padding-left: 48px !important;
}

div.case_study_download_form div.iti__selected-flag .iti__flag {
    margin: 0;
    top: 23px;
    position: absolute;
    left: 15px;
}

div.case_study_download_form .flag-container .selected-flag .iti-flag {
    height: 0px;
}

.case_study_download_form .contact-form .input-box.language input#phone {
    padding-left: 80px !important;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}