/* font-family: "Host Grotesk", sans-serif; */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #f7f7f7
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Host Grotesk", sans-serif;
}

input,
textarea,
a {
    font-family: "Host Grotesk", sans-serif;
}

.container,
.container-fluid {
    padding: 0;
}

.container .row,
.container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input,
textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
    margin: 10px 0;
    padding: 0 20px;
}

.header:before {
    content: " ";
    width: 100%;
    height: 97px;
    position: absolute;
    top: -14px;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, #0B0D26A1 0%, #0B0D2600 100%);
}

.header.fixed:before {
    content: none;
}

.header.fixed {
    transition: 0.25s all linear;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
    padding: 0;
    transition: 0.25s all linear;
    padding: 0px 24px;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    border-radius: 30px;
}

.header.fixed {
    background: #f7f7f7;
    -webkit-backdrop-filter: none;
    transition: 0.25s all linear;
    backdrop-filter: none;
}

.header.fixed .header-main {
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
}

.header .logo {
    width: 193px;
    float: left;
}

.header .logo img {
    width: 100%;
    display: block;
}

.header .logo img.color-logo {
    display: none;
}

.header.fixed .logo img.color-logo {
    display: block;
}

.header.fixed .logo img.white-logo {
    display: none;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header .search-button-end {
    width: 22%;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
    border-bottom: 1px solid #ced7e0;
}

.header .menu .menu-item .sub-menu.subto-mega-sub {
    width: 472px;
    left: -127px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    align-items: center;
}

.header .menu .menu-item .sub-menu.subto-mega-sub li a {
    padding: 9px 14px;
    height: 40px;
    align-items: center;
}

/* .menu-active {
  border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 27px 14px;
    color: #f7f7f7;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Host Grotesk", sans-serif;
}

.header .menu .menu-item.active a {
    border-bottom: 2px solid #f7f7f7;
}

.header.fixed .menu .menu-item.active a {
    border-bottom-color: #051229;
}

.header .menu .menu-item .sub-menu .menu-item a,
.header.fixed .menu .menu-item .sub-menu .menu-item a {
    border-bottom: 0;
}

.header .menu .menu-item a .plus {
    border: solid #f7f7f7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header.fixed .menu .menu-item a {
    color: #051229;
}

.header .menu>.menu-item:hover>a .plus {
    border: solid #f7f7f7;
    border-width: 0 2px 2px 0;
}

.header.fixed .menu .menu-item a .plus {
    border: solid #051229;
    border-width: 0 2px 2px 0;
}

.header .menu .menu-item a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .search-button-end {
    padding-left: 0;
    border-left: 2px solid #e5e2dc;
    display: flex;
    align-items: center;
}

.header .search-button-end .search-icon {
    padding: 29px 23px;
    border-right: 2px solid #e5e2dc;
    width: 16%;
    text-align: center;
}

.header .search-button-end .search-icon img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.header .search-button-end .contact-link {
    width: 63%;
}

.header .search-button-end .contact-link a {
    display: block;
    padding: 18px 14px;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Host Grotesk", sans-serif;
    position: relative;
    text-align: center;
}

.header .search-button-end .contact-link a:before {
    content: " ";
    width: 95px;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header .menu .menu-item .sub-menu.submenu-2 {

    /*left: 220px !important;
    box-shadow: none;*/
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header,
.header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 12px 20px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    /*background: #0075ff;*/
    background:#185085;
    color: #fff;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 17px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -100%;
        visibility: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu .menu-item:first-child>a {
        border-top: 1px solid #333333;
    }

    .header .menu .menu-item a .plus:before,
    .header .menu .menu-item a .plus:after {
        background-color: #ffffff;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
        padding: 10px 7px;
        width: 26px;
    }

}

/**heder*/
.tj-primary-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    color: #f7f7f7;
    background-color: #051229;
    padding: 5.5px;
    border-radius: 50px;
    position: relative;
    font-family: "Host Grotesk", sans-serif;
    z-index: 1;
}

.slider-button {
    margin-top: 45px;
    background-color: #f7f7f7;
}

.tj-hero-slider.style-1 .slider-button {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
    opacity: 0;
}

.tj-hero-slider.style-1 .swiper-slide-active .slider-button,
.tj-hero-slider.style-1 .swiper-slide-active .sub-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.tji-arrow-right {
    position: relative;
}

.tji-arrow-right:before {
    content: "\2192";
    font-size: 18px;
    color: #f7f7f7;
}

.tji-arrow-right:before {
    content: "\2192";
    font-size: 18px;
    color: #f7f7f7;
}

.tj-primary-btn .btn_inner {
    position: relative;
    z-index: 1;
    padding: 15px 20px 15px 55px;
    width: 100%;
    text-align: center;
    font-family: "Host Grotesk", sans-serif;
}

.tj-primary-btn .btn_inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    inset-inline-start: 0;
    width: 45px;
    height: 100%;
    background-color: #8bac45;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tj-primary-btn .btn_inner .btn_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    min-width: 45px;
    height: 100%;
    z-index: 2;
    font-size: 1.6em;
    line-height: 1;
    color: #f7f7f7;
}

.tj-primary-btn .btn_inner .btn_icon>span {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.tj-primary-btn .btn_inner .btn_icon>span i {
    margin-top: -10px;
}

.tj-primary-btn .btn_inner .btn_icon>span i:first-child,
.tj-primary-btn .btn_inner .btn_icon>span i:last-child {
    -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
    transition: -webkit-transform 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}

.tj-primary-btn .btn_inner .btn_icon>span i:last-child {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.slider-wrapper .slider-content .slider-button .btn_text {
    color: #051229;
}

.tj-primary-btn .btn_inner .btn_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    color: #051229;
    text-shadow: 0 23px 0 currentColor;
    white-space: nowrap;
}

.tj-primary-btn .btn_inner .btn_text>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.slider-button:hover .btn_text {
    color: #f7f7f7;
}

.tj-primary-btn:hover .btn_inner::before {
    width: 100%;
}

.tj-primary-btn:hover .btn_inner .btn_icon i:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slider-wrapper .slider-content .slider-button:hover .btn_text {
    color: #f7f7f7;
}

.tj-primary-btn:hover .btn_inner .btn_text>span {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
}

.heading {
    color: #f7f7f7;
    line-height: 1.1;
    font-size: 72px;
    font-weight: 600;
    font-family: "Host Grotesk", sans-serif;
}

.hero-section {

    /*   background: url('../images/slider-1.webp') no-repeat;
      background-size: cover;
      background-position: center; */
    position: relative;
    height: 100vh;
    position: relative;
}

.hero-section .home-video {
    height: 100vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.hero-section .home-video .video-bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100vh;
}

.hero-section .home-video .video-bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.hero-section:before {
    position: absolute;
    content: "";
    width: 38%;
    height: 100%;
    inset-inline-start: 0;
    top: 0;
    background: linear-gradient(90deg, #051229 0%, rgba(5, 18, 41, 0) 100%);
    mix-blend-mode: multiply;
    z-index: 1;
}

.hero-section .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}

.hero-section .heading {
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 18px;
    color: #f7f7f7;
    font-weight: 400;
    line-height: 1.5;
}

.about-malhir-section {
    padding: 100px 0;
    background: #f7f7f7;
}

.about-malhir-section .left-side-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
    padding-right: 30px;
}

@keyframes shine {
    0% {
        transform: skewX(-25deg) translateX(0);
    }

    100% {
        transform: skewX(-25deg) translateX(250%);
    }

}

.about-malhir-section .left-side-image:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: -140%;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.about-malhir-section .left-side-image:hover:before {
    z-index: 1;
    -webkit-animation: shine 1s ease forwards;
    animation: shine 1s ease forwards;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.about-malhir-section .left-side-image img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.about-malhir-section .content-part {
    padding-left: 20px;
    padding-right: 0;
}

.heading2 {
    font-size: 48px;
    color: #051229;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    line-height: 55px;
}

.about-malhir-section .content-part .heading2 {
    margin-bottom: 20px;
}

.about-malhir-section.business-impact-section .content-part .heading2 {
    text-transform: capitalize;
}

.about-malhir-section .content-part p {
    font-size: 18px;
    color: #364052;
    margin-bottom: 15px;
    line-height: 24px;
}

.about-malhir-section .content-part h3 {
    font-size: 27px;
    color: #051229;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    margin-top: 26px;
}

.about-malhir-section .content-part ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #051229;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.about-malhir-section.enterprise-grade-section .content-part ul li {
    font-weight: 400;
    color: #364052;
}

.about-malhir-section.enterprise-grade-section .content-part ul li strong {
    font-weight: 600;
}

.about-malhir-section .content-part .slider-button {
    margin-top: 20px;
    border: 1px solid #051229;
    background: transparent;
}

.about-malhir-section .content-part .tj-primary-btn .btn_inner .btn_text {
    color: #051229;
}

.about-malhir-section .content-part .tj-primary-btn:hover .btn_inner .btn_text {
    color: #fff;
}

.about-malhir-section .sticky-div {
    position: sticky;
    top: 100px;
}

.about-malhir-section .year-of-count {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(90deg, #bfc93a, #2281c4, #194d7c);
    background-size: 200% 200%;
    animation: gradientMove 2s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }

}

.about-malhir-section .year-of-count .center {
    position: relative;
    width: 214px;
    height: 214px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.about-malhir-section .year-of-count .img-shap img {
    display: block;
    width: 100%;
}

.about-malhir-section .year-of-count .number-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 67%;
    margin: 0 auto;
}

.about-malhir-section .year-of-count .number-content .number {
    font-size: 66px;
    color: #194f82;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    line-height: 37px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.about-malhir-section .year-of-count .number-content .number span {
    font-size: 24px;
    position: absolute;
    top: -17px;
}

.about-malhir-section .year-of-count .number-content p {
    font-size: 16px;
    color: #364052;
    line-height: 22px;
    text-align: center;
}

.about-malhir-section .year-of-count .number-content p strong {
    font-weight: 700;
}

.project-wrapper-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.project-style-3 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-style-3 .project-thumb {
    position: relative;
    width: 120px;
    height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-start: 1px solid rgb(39, 53, 77);
    border-inline-start: 1px solid rgb(39, 53, 77);
    -webkit-border-end: 1px solid rgb(39, 53, 77);
    border-inline-end: 1px solid rgb(39, 53, 77);
    background-color: #01062c;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.project-style-3 .project-thumb .image {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 0;
}

.project-style-3 .project-thumb .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-style-3 .project-thumb .project-default-content span {
    position: absolute;
    inset-inline-start: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    font-size: 28px;
    color: #f7f7f7;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    border-radius: 50%;
}

.project-style-3 .project-thumb .project-default-content span .tji-arrow-right {
    top: -7px;
}

.project-style-3 .project-thumb .project-default-content .title {
    position: absolute;
    inset-inline-start: 50%;
    bottom: 0;
    -webkit-transform: translateX(100%) rotate(180deg);
    -ms-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
    letter-spacing: -0.025em;
    color: #f7f7f7;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    margin-bottom: 0;
    font-size: 33px;
    top: 6px;
}

.project-style-3 .project-content-box {
    position: absolute;
    bottom: 30px;
    inset-inline-start: 30px;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
}

.project-style-3.active .project-thumb {
    width: 735px;
    -webkit-border-start: 1px solid transparent;
    border-inline-start: 1px solid transparent;
    -webkit-border-end: 1px solid transparent;
    border-inline-end: 1px solid transparent;
}

.project-style-3.active .project-thumb .image {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.project-style-3.active .project-thumb .project-default-content {
    opacity: 0;
    visibility: hidden;
}

.project-style-3.active .project-content-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.core-services-overview-section {
    padding: 100px 0;
    background: url('../images/services-bg-image.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
}

.core-services-overview-section .common-center-button {
    text-align: center;
}

.core-services-overview-section .heading-part {
    margin-bottom: 40px;
    text-align: center;
}

.core-services-overview-section .common-button {
    text-align: center;
}

.core-services-overview-section .heading-part .heading2 {
    color: #f7f7f7;
}

.project-style-3 .project-content-box h4 {
    font-size: 32px;
    color: #f7f7f7;
    font-weight: 600;
    letter-spacing: -0.025em;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 15px;
}

.project-style-3 .project-content-box p {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 24px;
}

.project-style-3 .project-content-box ul {
    margin-top: 15px;
}

.project-style-3 .project-content-box ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #f7f7f7;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.project-style-3 .project-content-box ul li:last-child {
    margin-bottom: 0;
}

.project-style-3 .project-content-box .link-type {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 24px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.industries-we-serve .feature-bg-images {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    max-width: 700px;
    width: 100%;
    height: calc(100% - 120px);
}

.industries-we-serve .feature-bg-images img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
        border-radius: 10px 0 0 0;
}

.feature-item {
    border: 1px solid #ced7e0;
    padding: 40px 30px;
    background-color: #f7f7f7;
}

.feature-item.hover-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-item.hover-bg::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: 0;
    height: 100%;
    background-color: #e1e8f0;
    border-color: #e1e8f0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    /*     border: 1px solid #000000; */
    display: block;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2761a0;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to left, #2761a0, #1990c1);
}

.feature-item .feature-icon img {
    vertical-align: middle;
    display: block;
    width: 69px;
}

/* .feature-item .feature-icon {
width: 130px;
height: 130px;
border: 1px solid #ced7e0;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
} */
.feature-item .feature-content .title {
    margin-bottom: 10px;
    letter-spacing: -0.025em;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #051229;
}

.feature-item .feature-content .desc {
    font-size: 18px;
    color: #364052;
    margin-bottom: 0px;
    line-height: 24px;
}

.feature-item .feature-content .link-type {
    font-size: 18px;
    color: #364052;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.industries-we-serve {
    padding: 100px 0;
    background: #e1e8f0;
    position: relative;
}

.industries-we-serve .container {
    z-index: 5;
    position: relative;
}

.industries-we-serve .heading-part {
    margin-bottom: 50px;
    text-align: left;
}

.industries-we-serve .common-center-button .tj-primary-btn {
    border: 1px solid #ced7e0;
}

.industries-we-serve .heading-part .heading2 {
    margin-bottom: 20px;
    color: #051229;
}

.industries-we-serve .heading-part p {
    font-size: 18px;
    color: #364052;
    line-height: 24px;
}

.industries-we-serve .industries-slider-section .slick-arrow {
    display: none !important;
}

/* .industries-we-serve  {
margin-right: 100px;
}
 */
.industries-we-serve .col-lg-12 {
    padding-right: 200px;
}

.industries-we-serve .industries-slider-section .item {
    padding: 0 15px;
}

.industries-we-serve .industries-slider-section .item .feature-item {
    min-height: 344px;
}

.about-malhir-section.delivery-model-section {
    padding: 100px 0 0;
}

.about-malhir-section.delivery-model-section .country-text {
    margin-top: 40px;
}

.about-malhir-section.delivery-model-section .country-text .col-lg-6 {
    background: #e1e8f0;
    padding: 24px 30px 33px;
    border-right: 2px solid #f7f7f7;
}

.about-malhir-section.delivery-model-section .country-text .col-lg-6:last-child {
    border-right: 0;
}

.about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-img {
    margin-bottom: 0;
}

.about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-heading .flag-img {
    width: 18%;
}

.about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-heading h5 {
    width: 80%;
}

.about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-img img {
    width: 100%;
    display: block;
}

.about-malhir-section.delivery-model-section .country-text .country-common-box .center .content h5 {
    letter-spacing: -0.025em;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #051229;
}

.about-malhir-section.delivery-model-section .country-text .country-common-box .center .content p {
    font-size: 18px;
    color: #364052;
    margin-bottom: 0;
    line-height: 24px;
}

.about-malhir-section.delivery-model-section .col-lg-2 {
    align-items: end;
    justify-content: center;
    display: flex;
}

.about-malhir-section.delivery-model-section .col-lg-2 img {
    display: block;
    border-radius: 10px 10px 0 0;
}

.technology-driven-operations {
    padding: 100px 0;
    position: relative;
    background: #e1e8f0;
}

.technology-driven-operations .heading-part .slider-button {
    margin-top: 0;
}

.technology-driven-operations .heading-part .col-lg-5 {
    padding: 0 15px;
}

.technology-driven-operations .heading-part {
    margin-bottom: 50px;
}

.technology-driven-operations .heading-part p {
    font-size: 18px;
    color: #364052;
    line-height: 24px;
    margin-top: 17px;
    padding: 0 40px;
}

.technology-driven-operations .services-list .col-lg-3 {
    border-right: 1px solid #ced7e0;
}

.technology-driven-operations .services-list {
    padding: 40px 0;
    background: #f7f7f7;
}

.technology-driven-operations .services-list .thumb-of-services {
    padding: 0 45px;
}

.technology-driven-operations .services-list .thumb-of-services .icon {
    margin-bottom: 30px;
}

.technology-driven-operations .services-list .thumb-of-services .icon img {
    width: 80px;
    display: block;
}

.technology-driven-operations .services-list .thumb-of-services .content-part h3 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #051229;
    line-height: 32px;
}

.technology-driven-operations .services-list .thumb-of-services .content-part p {
    font-size: 18px;
    color: #364052;
    margin-bottom: 0px;
    line-height: 24px;
}

.contact-us-bottom {
    background: url('../images/h5-cta-bg.webp') no-repeat;
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}

.contact-us-bottom:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.contact-us-bottom .container {
    z-index: 5;
    position: relative;
}

.contact-us-bottom .heading2 {
    color: #f7f7f7;
}

.contact-us-bottom .slider-button {
    margin-top: 0;
    text-transform: capitalize;
}

.contact-us-bottom .col-lg-5 {
    text-align: right;
}

/* .contact-us-bottom .tj-primary-btn {
background: #051229;
}

.contact-us-bottom .tj-primary-btn .btn_inner .btn_text {
color: #f7f7f7;
}
 */
footer {
    background: #051229;
    padding: 100px 0 0;
}

footer .col-lg-4 {
    padding: 0 15px;
}

footer .footer-logo {
    padding-right: 50px;
}

footer .footer-logo p {
    font-size: 16px;
    color: #f7f7f7;
    line-height: 22px;
    margin: 10px 0 30px;
}

footer .follow-us h5 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #f7f7f7;
    font-weight: 600;
}

footer .follow-us a {
    color: #f7f7f7;
    text-decoration: none;
    margin-right: 10px;
}

footer .follow-us a:last-child {
    margin-right: 0
}

footer .follow-us a svg {
    width: 20px;
    height: 20px;
}

footer .common-links h5 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #f7f7f7;
    font-weight: 600;
}

footer .common-links ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

footer .common-links ul li:last-child {
    margin-bottom: 0;
}

footer .common-links ul li a {
    font-size: 16px;
    color: #f7f7f7;
    line-height: 22px;
    text-decoration: none;
}

footer .common-links .office-address {
    margin-bottom: 30px;
}

footer .common-links .office-address h6 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #f7f7f7;
    font-weight: 600;
}

footer .common-links .office-address p {
    font-size: 16px;
    color: #f7f7f7;
    line-height: 22px;
}

footer .common-links .office-address p a {
    color: #f7f7f7;
}

footer .copy-right {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #ced7e0;
    text-align: center;
}

footer .copy-right p {
    font-size: 16px;
    color: #f7f7f7;
    line-height: 22px;
}

footer .copy-right p a {
    color: #f7f7f7;
}

.banking-financial-services-banner {
    background: url('../images/industries/banking-financial-services/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 265px 0 200px;
    position: relative;
}

.banking-financial-services-banner.insurance-banner {
    background: url('../images/industries/insurance/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.telecommunications-banner {
    background: url('../images/industries/telecommunications/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.healthcare-banner {
    background: url('../images/industries/healthcare/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.education-banner {
    background: url('../images/industries/education/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.retail-e-commerce-banner {
    background: url('../images/industries/retail-e-commerce/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.travel-hospitality-banner {
    background: url('../images/industries/travel-hospitality/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner {
    background: url('../images/services/customer-experience-management/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.sales-lead-management-banner {
    background: url('../images/services/sales-lead-management/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-verification-onboarding-banner {
    background: url('../images/services/customer-verification-onboarding/banner.jpg') no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.banking-financial-services-banner.credit-risk-verification-banner {
    background: url('../images/services/credit-risk-verification/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.data-analytics-insights-banner {
    background: url('../images/services/data-analytics-insights/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.about-us-banner {
    background: url('../images/services-bg-image.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 174px 0 107px;
}

.banking-financial-services-banner.life-at-malhir-banner {
    background: url('../images/life-at-malhir-banner.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 272px 0 225px;
}

.banking-financial-services-banner.contact-us-banner {
    background: url('../images/services-bg-image.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 193px 0 104px;
}

.banking-financial-services-banner.about-us-banner:before {
    content: none;
}

.banking-financial-services-banner.about-us-banner.company-overview-section {
    background: url('../images/about/company-overview-bg.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.banking-financial-services-banner.about-us-banner.infrastructure-technology-banner {
    background: url('../images/about/company-overview-bg.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.banking-financial-services-banner.about-us-banner.global-delivery-banner {
    background: url('../images/about/company-overview-bg.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.banking-financial-services-banner.customer-experience-management-banner.customer-service-management-banner {
    background: url('../images/services/customer-service-management/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.customer-verification-validation-banner {
    background: url('../images/services/customer-verification-validation/banner.jpg') no-repeat;
    background-size: cover;
    background-position: right;
}

.banking-financial-services-banner.customer-experience-management-banner.data-analytics-reporting-banner {
    background: url('../images/services/data-analytics-reporting/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.collections-revenue-management-banner {
    background: url('../images/services/collections-revenue-management/banner.jpg') no-repeat;
    background-size: cover;
    background-position: left 20% center;
}

.banking-financial-services-banner.customer-experience-management-banner.industry-specific-outsourcing-banner {
    background: url('../images/services/industry-specific-outsourcing/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.technical-it-helpdesk-banner {
    background: url('../images/services/technical-it-helpdesk/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.robotic-process-automation-banner {
    background: url('../images/services/robotic-process-automation/banner.jpg') no-repeat;
    background-size: cover;
    background-position: right;
}

.banking-financial-services-banner.customer-experience-management-banner.ai-digital-cx-platforms-banner {
    background: url('../images/services/ai-digital-cx-platforms/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.consulting-optimisation-services-banner {
    background: url('../images/services/consulting-optimisation-services/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.global-multilingual-support-banner {
    background: url('../images/services/global-multilingual-support/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.omnichannel-support-banner {
    background: url('../images/services/omnichannel-support/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.telemarketing-sales-banner {
    background: url('../images/services/telemarketing-sales/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.banking-financial-services-banner.customer-experience-management-banner.our-services-banner {
    background: url('../images/services-bg-image.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 186px 0 106px;
}

.banking-financial-services-banner.about-us-banner.company-overview-section:before,
.banking-financial-services-banner.about-us-banner.infrastructure-technology-banner:before,
.banking-financial-services-banner.about-us-banner.global-delivery-banner:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 18, 41, 0.4);
    z-index: 2;
}

.banking-financial-services-banner.customer-experience-management-banner:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 18, 41, 0.4);
}

.banking-financial-services-banner.about-us-banner.company-overview-section .home-video {
    height: 66vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.banking-financial-services-banner.about-us-banner.company-overview-section .home-video .video-bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 66vh;
}

.banking-financial-services-banner.about-us-banner.company-overview-section .home-video .video-bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

/* .banking-financial-services-banner.about-us-banner.company-overview-section .container {
z-index: 5;
position: absolute;
text-align: center;
top: 50%;
left: 0;
right: 0;
text-align: center;
transform: translateY(-50%);
} */
.banking-financial-services-banner:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 18, 41, 0.2);
}

/* 
.banking-financial-services-banner.life-at-malhir-banner:before {
position: absolute;
content: "";
top: 0;
inset-inline-start: 0;
width: 100%;
height: 100%;
background-color: rgba(5, 18, 41, 0.4);
} */
.banking-financial-services-banner .container {
    z-index: 5;
    position: relative;
    text-align: center;
}

.containt-description {
    padding: 100px 0;
}

.containt-description .left-side-part {
    padding-right: 60px;
}

.containt-description .right-side-part {
    padding-left: 60px;
}

.containt-description .right-side-part p {
    font-size: 18px;
    color: #364052;
    line-height: 32px;
    margin-bottom: 15px;
}

.containt-description .right-side-part p strong {
    font-weight: 700;
}

.containt-description .right-side-part p:last-child {
    margin-bottom: 0;
}

.containt-description .services-list {
    margin-top: 40px;
}

.containt-description .services-list h4 {
    letter-spacing: -0.025em;
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 30px;
}

.containt-description .services-list {}

.containt-description .services-list .col-lg-4 {
    padding: 0 15px;
}

.containt-description .services-list .thumb-of-services {
    padding: 45px;
    border: 1px solid #ced7e0;
    background: #f7f7f7;
}

.containt-description .services-list .thumb-of-services .center {
    width: 100%;
}

.containt-description .services-list .thumb-of-services .icon {
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
    background: #0075ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #f7f7f7;
    font-weight: 700;
}

.containt-description .services-list .thumb-of-services .icon img {
    width: 80px;
    display: block;
}

.containt-description .services-list .thumb-of-services .content-part h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #051229;
    line-height: 32px;
}

.containt-description .services-list .thumb-of-services .content-part p {
    font-size: 18px;
    color: #364052;
    margin-bottom: 0px;
    line-height: 24px;
}

.about-malhir-section.business-impact-section .left-side-image {
    margin-bottom: 0;
}

.about-malhir-section.business-impact-section .content-part {
    display: flex;
    height: 100%;
    align-items: center;
}

.our-support-includes-section {
    padding: 100px 0;
    background: #e1e8f0;
}

.our-support-includes-section .heading-part {
    margin-bottom: 30px;
}

.our-support-includes-section .heading-part .heading2 {
    font-size: 34px;
    text-transform: capitalize;
}

.our-support-includes-section ul li {
    padding: 40px 34px;
    background: #f7f7f7;
    border-bottom: 2px solid #ced7e0;
    display: flex;
    align-items: start;
    gap: 8px;
}

.our-support-includes-section ul li:last-child {
    border-bottom: 0;
}

.our-support-includes-section ul li .number {
    font-size: 16px;
    line-height: 22px;
    color: #a9b0b8;
    font-weight: 700;
    display: none;
}

.our-support-includes-section ul li .number:before {
    width: 10px;
    height: 10px;
    color: #051229;
    border-radius: 50%;
}

.our-support-includes-section ul li .content-part {
    color: #051229;
    font-weight: 600;
    font-size: 24px;
}

.industries-we-serve.business-impact-new-section {
    background: #f7f7f7;
}

.industries-we-serve.business-impact-new-section .feature-bg-images {
    inset-inline-start: 0;
}

.industries-we-serve.business-impact-new-section .heading-part {
    margin-left: 34%;
}

.industries-we-serve.business-impact-new-section .col-lg-12 {
    padding-right: 0;
    padding-left: 100px;
}

.industries-we-serve.business-impact-new-section .feature-item {
    min-height: 239px;
}

.feature-item.business-impact-new-section .feature-content .title {
    margin-bottom: 0;
}

/* .about-malhir-section.business-impact-section .content-part ul li {
font-size: 22px;
line-height: 28px;
align-items: center;
margin-bottom: 18px;
} */
.about-malhir-section.business-impact-section .content-part ul li:last-child {
    margin-bottom: 0;
}

/* .about-malhir-section.business-impact-section .content-part ul li .tick-icon {
width: 60px;
height: 60px;
border: 1px solid #000;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}

.about-malhir-section.business-impact-section .content-part ul li .tick-icon img {
width: 40px;
} */
.about-malhir-section.business-impact-section .content-part {
    padding-left: 30px;
}

.about-malhir-section.business-impact-section .left-side-image {
    padding-right: 30px;
}

.our-support-includes-section.what-we-do-section ul li .number {
    width: 3%;
    display: none;
}

.our-support-includes-section.what-we-do-section ul li .heading-content {
    width: 22%;
    color: #051229;
    font-weight: 600;
    font-size: 24px;
}

.our-support-includes-section.what-we-do-section ul li .heading-content h3 {
    text-transform: capitalize;
}

.our-support-includes-section.what-we-do-section ul li .content-part {
    width: 74%;
}

.our-support-includes-section.what-we-do-section ul li .content-part p {
    font-size: 18px;
    color: #364052;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400;
}

.our-support-includes-section.what-we-do-section ul li .content-part p strong {
    font-weight: 600;
}

.our-support-includes-section.what-we-do-section ul li .content-part p:last-child {
    margin-bottom: 0;
}

.our-support-includes-section.what-we-do-section ul li .content-part ul li {
    padding: 0;
    font-size: 18px;
    color: #364052;
    line-height: 28px;
    font-weight: 400;
    border: 0;
    margin-bottom: 4px;
}

.our-support-includes-section.what-we-do-section ul li .content-part ul li .tick-icon {
    width: 20px;
}

.our-support-includes-section.what-we-do-section ul li .content-part ul li span {
    width: 95%;
}

.our-support-includes-section.what-we-do-section ul li .content-part ul li:last-child {
    margin-bottom: 0
}

.industries-we-serve.business-impact-new-section.technology-enablement-section .feature-bg-images {
    inset-inline-end: 0;
    inset-inline-start: auto;
}

.industries-we-serve.business-impact-new-section.technology-enablement-section .col-lg-12 {
    padding-left: 0;
    padding-right: 21%;
    margin-top: 145px;
}

.technology-enablement-section .feature-item .feature-content ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #051229;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.technology-enablement-section .feature-item .feature-content ul li .tick-icon {
    width: 20px;
}

.technology-enablement-section .feature-item .feature-content ul li span {
    width: 94%;
}

.containt-description.containt-description1 .left-side-part {
    padding-right: 0;
    margin-bottom: 20px;
}

.containt-description.containt-description1 .right-side-part {
    padding-left: 0
}

.containt-description.containt-description1 .col-lg-12 {
    width: 83%;
}

.containt-description.containt-description1 .col-lg-12.description-width {
    width: 90%;
}

.our-contact-information-section {
    padding: 100px 0;
}

.our-contact-information-section .heading-part {
    text-align: center;
    margin-bottom: 30px;
}

.our-contact-information-section .main-box-contact,
.our-contact-information-section .main-box-contact .center-part {
    width: 100%;
}

.our-contact-information-section .col-lg-6 {
    padding: 0 15px;
}

.our-contact-information-section .main-box-contact {
    padding: 40px;
    border: 1px solid #ced7e0;
}

.our-contact-information-section .main-box-contact .icon-part {
    margin-bottom: 30px;
    width: 120px;
}

.our-contact-information-section .main-box-contact .icon-part svg {
    width: 40px;
    height: 40px;
    color: #f7f7f7
}

.our-contact-information-section .main-box-contact .col-lg-6 {
    padding: 0;
}

.our-contact-information-section .main-box-contact .col-lg-6:first-child {
    padding-right: 15px;
}

.our-contact-information-section .main-box-contact .col-lg-6:last-child {
    padding-left: 15px;
}

.our-contact-information-section .main-box-contact .col-lg-12 {
    margin-bottom: 20px;
}

.our-contact-information-section .main-box-contact .col-lg-12:last-child {
    margin-bottom: 0;
}

.our-contact-information-section .main-box-contact .col-lg-6:first-child {
    padding-right: 15px;
}

.our-contact-information-section .main-box-contact .col-lg-6:left-child {
    padding-left: 15px;
}

.our-contact-information-section .main-box-contact .address-part h4 {
    color: #051229;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.our-contact-information-section .main-box-contact .address-part p {
    font-size: 18px;
    color: #364052;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    display: flex;
    gap: 10px;
}

.our-contact-information-section .main-box-contact .address-part p i {
    width: 8%;
}

.our-contact-information-section .main-box-contact .address-part p span {
    width: 87%;
}

.our-contact-information-section .main-box-contact .address-part p:last-child {
    margin-bottom: 0;
}

.our-contact-information-section .main-box-contact .address-part p a {
    color: #0075ff;
    text-decoration: none;
}

.our-contact-information-section .col-lg-5,
.our-contact-information-section .col-lg-4,
.our-contact-information-section .col-lg-3 {
    padding: 0 15px;
}

.contact-form-and-map {
    padding: 50px 0 100px;
}

.contact-form-and-map .left-side-part {
    padding-right: 30px;
}

.contact-form-and-map .left-side-part .heading2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
}

.contact-form-and-map .left-side-part .center-part {
    padding: 40px;
    border: 1px solid #ced7e0;
}

.contact-form-and-map .left-side-part .center-part .col-lg-6 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-form-and-map .left-side-part .center-part input,
.contact-form-and-map .left-side-part .center-part select,
.contact-form-and-map .left-side-part .center-part textarea {
    padding: 10px 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    border-bottom: 1.2px solid rgb(103, 110, 122);
    color: #364052;
    font-size: 16px;
    font-weight: 500;
    resize: none;
}

.contact-form-and-map .left-side-part .center-part select {
    width: 100%;
}

.contact-form-and-map .left-side-part .center-part .slider-button {
    outline: none;
    box-shadow: none;
    border-width: 1px;
    cursor: pointer;
}

.contact-form-and-map .left-side-part .col-lg-12 {
    padding: 0 10px;
}

.contact-form-and-map .right-side-map {
    padding-left: 30px;
    height: 100%;
}

.contact-form-and-map .right-side-map iframe {
    height: 100%;
    display: block;
    width: 100%;
}

.about-malhir-section.enterprise-grade-section .left-side-image {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 50px;
    height: 100%;
}

.about-malhir-section.enterprise-grade-section .left-side-image img {
    display: block;
}

.about-malhir-section.enterprise-grade-section .content-part {
    padding-left: 50px;
}

.these-industries-demand-section {
    padding: 100px 0;
    background: #051229;
}

.these-industries-demand-section .left-side-part {
    padding-right: 50px;
    position: sticky;
    top: 100px;
}

.these-industries-demand-section .left-side-part .image-part {
    position: relative;
    overflow: hidden;
}

.these-industries-demand-section .left-side-part .image-part:before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: -140%;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.these-industries-demand-section .left-side-part .image-part img {
    width: 100%;
    border-radius: 10px;
}

.these-industries-demand-section .left-side-part .heading2 {
    color: #f7f7f7;
    font-size: 35px;
    line-height: 44px;
    margin-top: 30px;
}

.these-industries-demand-section .right-side-part {
    padding-left: 50px;
}

.these-industries-demand-section .right-side-part .common-listing-box {
    padding: 45px 0;
    border-top: 1px solid #27354d;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.these-industries-demand-section .right-side-part .common-listing-box .number-set {
    width: 5%;
    font-size: 16px;
    line-height: 22px;
    color: #a9b0b8;
    font-weight: 700;
}

.these-industries-demand-section .right-side-part .common-listing-box .right-content {
    width: 93%;
}

.these-industries-demand-section .right-side-part .common-listing-box .right-content h3 {
    font-size: 24px;
    color: #f7f7f7;
    font-weight: 600;
    margin-bottom: 10px;
}

.these-industries-demand-section .right-side-part .common-listing-box .right-content p {
    font-size: 18px;
    color: #a9b0b8;
    margin-bottom: 16px;
    line-height: 24px;
}

.these-industries-demand-section .right-side-part .common-listing-box .right-content p:last-child {
    margin-bottom: 0;
}

.these-industries-demand-section .right-side-part .common-listing-box .right-content p strong {
    font-weight: 700;
}

.vision-mission-section {
    position: relative;
    /*   background: url('../images/about/vision-mission.jpg') no-repeat;
    background-size: cover;
    background-position: center; */
    height: 89vh;
}

.vision-mission-section .home-video {
    height: 89vh;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.vision-mission-section .home-video .video-bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 89vh;
}

.vision-mission-section .home-video .video-bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.vision-mission-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(5, 18, 41, 0.4);
    z-index: 1;
}

.vision-mission-section .col-lg-6 {
    padding: 0 15px;
}

.vision-mission-section .container {
    z-index: 5;
    position: absolute;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vision-mission-section .container .row {
    height: 100%;
    align-items: center;
    margin-left: 36%;
}

.vision-mission-section .common-vision-box {

    /* border: 1px solid #ced7e0; */
    padding: 40px 30px;
    /*    background-color: #f7f7f7; */
}

.vision-mission-section .common-vision-box.common-vision-box1 {
    padding: 30px 30px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    text-align: left;
    display: inline-block;
}

.vision-mission-section .common-vision-box .title-head .icon {
    margin-bottom: 20px;
}

.vision-mission-section .common-vision-box h4 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 37px;
    font-weight: 600;
    color: #f7f7f7;
    font-family: "Host Grotesk", sans-serif;
}

.vision-mission-section .common-vision-box p {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 24px;
}

.vision-mission-section .row .common-vision-box1 {}

.vision-mission-section .col-lg-6:last-child {
    text-align: right;
}

.vision-mission-section .common-vision-box.our-mission-box {
    padding: 30px 30px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    text-align: left;
    display: inline-block;
}

.our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content {
    width: 38%;
}

.our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content h3 {
    line-height: 30px;
}

.our-support-includes-section.what-we-do-section.what-guides-us ul li .content-part {
    width: 58%;
}

.industries-we-serve.business-impact-new-section.delivery-operations-section {
    background: #e1e8f0;
}

.our-support-includes-section.consistency-across-section {
    background: #f7f7f7;
}

.about-malhir-section.security-cloud-infrastructure-section {
    background: #e1e8f0;
}

.about-malhir-section.enterprise-grade-section.security-cloud-infrastructure-section .content-part ul {
    margin-bottom: 20px;
}

.delivery-operations-section .feature-item .feature-icon {
    border: 0;
    height: auto;
    margin-bottom: 23px;
}

.delivery-operations-section .feature-item .feature-icon img {
    width: auto;
}

.containt-description.life-at-malhir-section .left-side-part .common-box p {
    font-size: 22px;
    color: #364052;
    margin-bottom: 15px;
    line-height: 34px;
}

.containt-description.life-at-malhir-section .left-side-part .common-box ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #051229;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.containt-description.life-at-malhir-section .left-side-part .common-box ul li strong {
    font-weight: 600;
}

.containt-description.life-at-malhir-section .left-side-part .common-box {
    padding: 40px 0;
    border-bottom: 1px solid #ced7e0;
}

.containt-description.life-at-malhir-section .left-side-part .common-box:first-child {
    padding-top: 0;
}

.containt-description.life-at-malhir-section .left-side-part .common-box .heading2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
}

.containt-description.life-at-malhir-section .right-side-part .center-part {
    padding: 40px;
    border: 1px solid #ced7e0;
    background: #e1e8f0;
}

.containt-description.life-at-malhir-section .right-side-part .center-part .heading2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
    text-align: center;
}

.containt-description.life-at-malhir-section .right-side-part .center-part .col-lg-6,
.containt-description.life-at-malhir-section .right-side-part .center-part .col-lg-12 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.containt-description.life-at-malhir-section .right-side-part .center-part input,
.containt-description.life-at-malhir-section .right-side-part .center-part select,
.containt-description.life-at-malhir-section .right-side-part .center-part textarea {
    padding: 10px 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    border-bottom: 1.2px solid rgb(103, 110, 122);
    color: #364052;
    font-size: 16px;
    font-weight: 500;
    resize: none;
}

.containt-description.life-at-malhir-section .right-side-part .center-part .tj-primary-btn {
    border-width: 1px;
    outline: none;
    box-shadow: none;
}

.file-upload {
    display: block;
    text-align: center;
}

.file-upload .file-select {
    display: block;
    border-bottom: 1.2px solid rgb(103, 110, 122);
    color: #7d7d7d;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    position: relative;
    color: #364052;
    font-size: 16px;
    font-weight: 500;
}

.file-upload .file-select .file-select-button {
    background: #0075ff;
    padding: 0 19px;
    display: inline-block;
    line-height: 40px;
    float: right;
    border-radius: 0;
    font-size: 14px;
    color: #f7f7f7;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #4e4e4e;
}

.file-upload .file-select:hover {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    width: 80%;
    z-index: 5;
    position: relative;
    color: #364052;
    font-size: 16px;
    font-weight: 500;
}

.containt-description.life-at-malhir-section .right-side-part {
    position: sticky;
    top: 100px;
}

.containt-description.life-at-malhir-section .right-side-part .center-part .slider-button {
    cursor: pointer;
    margin-top: 20px;
}

.accordion-container {
    position: relative;
    height: auto;
}

.accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.accordion-container .set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-container .set>a i {
    float: right;
    margin-top: 2px;
}

.accordion-container .set>a.active {
    background-color: #3399cc;
    color: #fff;
}

.accordion-container .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.core-services-overview-section .accordion-container .set {
    background: transparent;
    transition: all 0.9s;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    border-bottom: 1px solid #06155e;
}

.core-services-overview-section .accordion-container .set .accodian-thum {
    background-color: #01062c;
    /* -webkit-transition: 0.6s ease-in-out; */

    /* transition: 0.6s ease-in-out; */
    letter-spacing: -0.025em;
    color: #f7f7f7;
    font-size: 30px;
    padding: 30px;
}

.core-services-overview-section .accordion-container .set .accodian-thum.active {

    /*   transition: all 0.9s; */

    /*     background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px); */
}

.core-services-overview-section .accordion-container .set .accodian-thum .fa {
    width: 44px;
    height: 44px;
    font-size: 28px;
    color: #f7f7f7;
    background: rgba(247, 247, 247, 0.1);
    backdrop-filter: blur(35px);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(35px);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 14px;
    right: 20px;
    transition: 0.25s all linear;
}

.core-services-overview-section .accordion-container .set .accodian-thum .fa:before {
    content: "\2192";
    font-size: 18px;
    color: #f7f7f7;
    transition: 0.25s all linear;
}

.core-services-overview-section .accordion-container .set .accodian-thum.active .fa:before {
    transform: rotate(90deg);
    transition: 0.25s all linear;
}

.core-services-overview-section .accordion-container .content {
    border: 0;
    background: transparent;
    position: relative;
}

.core-services-overview-section .accordion-container .content .image {
    height: 100%;
    display: block;
}

.core-services-overview-section .accordion-container .content .image img {
    height: 100%;
    width: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

.core-services-overview-section .accordion-container .content .project-content-box {
    position: absolute;
    bottom: 30px;
    inset-inline-start: 30px;
    max-width: 40%;
    width: 100%;
    padding: 30px 30px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
}

.core-services-overview-section .accordion-container .content .project-content-box h4 {
    font-size: 32px;
    color: #f7f7f7;
    font-weight: 600;
    letter-spacing: -0.025em;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 15px;
}

.core-services-overview-section .accordion-container .content .project-content-box p {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 24px;
}

.core-services-overview-section .accordion-container .content .project-content-box ul {
    margin-top: 15px;
}

.core-services-overview-section .accordion-container .content .project-content-box ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #f7f7f7;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.core-services-overview-section .accordion-container .content .project-content-box .link-type {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 24px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.core-services-overview-section .new-setup-core-services .col-lg-2,
.core-services-overview-section .new-setup-core-services .col-lg-6,
.core-services-overview-section .new-setup-core-services .col-lg-4 {
    padding: 0 15px;
}

.core-services-overview-section .new-setup-core-services .image img {
    display: block;
}

.core-services-overview-section .new-setup-core-services .content-of-heading {
    padding-left: 30px;
    padding-right: 30px;
}

.core-services-overview-section .new-setup-core-services .content-of-heading h4 {
    font-size: 32px;
    color: rgb(247, 247, 247);
    font-weight: 600;
    letter-spacing: -0.025em;
    font-family: "Host Grotesk", sans-serif;
    margin-bottom: 15px;
    line-height: 37px;
}

.core-services-overview-section .new-setup-core-services .content-of-heading p {
    font-size: 18px;
    color: rgb(247, 247, 247);
    line-height: 28px;
}

.core-services-overview-section .new-setup-core-services .common-pointer-list {
    padding-right: 0;
}

.core-services-overview-section .new-setup-core-services ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #f7f7f7;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
}

.core-services-overview-section .new-setup-core-services ul li:last-child {
    margin-bottom: 0;
}

.core-services-overview-section .new-setup-core-services ul li .tick-icon {
    width: 8%;
}

.core-services-overview-section .new-setup-core-services ul li span {
    width: 88%;
}

.core-services-overview-section .new-setup-core-services .link-type {
    font-size: 18px;
    color: #f7f7f7;
    line-height: 24px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

.core-services-overview-section .new-setup-core-services .fa {
    width: 44px;
    height: 44px;
    font-size: 28px;
    color: #f7f7f7;
    background: rgba(247, 247, 247, 0.1);
    backdrop-filter: blur(35px);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(35px);
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 49px;
    right: 20px;
    transition: 0.25s all linear;
    border: 1px solid #01062c;
}

.core-services-overview-section .new-setup-core-services .row {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #1a2768;
    text-decoration: none;
    padding: 30px 30px;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background: rgba(21, 69, 145, 0.4);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
}

.core-services-overview-section .new-setup-core-services .fa:before {
    content: "\2192";
    font-size: 18px;
    color: #f7f7f7;
    transition: 0.25s all linear;
}

.core-services-overview-section .new-setup-core-services .row:hover .fa:before {
    transform: rotate(-59deg);
    transition: 0.25s all linear;
}

.what-we-deliver-section-services {
    padding: 100px 0;
    background: #e1e8f0;
}

.what-we-deliver-section-services .left-side-part {
    padding-right: 60px;
}

.what-we-deliver-section-services .left-side-part .heading2 {
    margin-bottom: 15px;
}

.what-we-deliver-section-services .left-side-part p {
    font-size: 18px;
    color: #364052;
    line-height: 32px;
    margin-bottom: 15px;
}

.what-we-deliver-section-services .left-side-part p strong {
    font-weight: 700;
}

.what-we-deliver-section-services .right-side-part {
    padding-left: 60px;
}

.what-we-deliver-section-services .right-side-part .heading2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
}

.what-we-deliver-section-services .right-side-part .row {
    justify-content: center;
}

.what-we-deliver-section-services .right-side-part .col-lg-6 {
    padding: 0 5px;
    margin-bottom: 10px;
}

.what-we-deliver-section-services .right-side-part .pointer-box {
    padding: 30px;
    background: #fff;
    width: 100%;
}

.what-we-deliver-section-services .right-side-part .pointer-box .center-box {
    width: 100%;
}

/* .what-we-deliver-section-services .right-side-part .pointer-box .center-box {
display: flex;
gap: 10px;
} */
.what-we-deliver-section-services .right-side-part .pointer-box .center-box .icon {
    width: 26%;
}

/* .what-we-deliver-section-services .right-side-part .pointer-box .center-box .content-part {
width: 71%;
} */
.what-we-deliver-section-services .right-side-part .pointer-box .center-box .content-part h4 {
    font-size: 18px;
    line-height: 23px;
    color: #364052;
    font-weight: 400;
}

.what-we-deliver-section-services .right-side-part .pointer-box .center-box .content-part h4 strong {
    font-weight: 600;
}

.these-industries-demand-section.how-we-deliver-section .left-side-part .heading2 {
    margin-top: 0;
    margin-bottom: 3px;
}

.these-industries-demand-section.how-we-deliver-section .left-side-part {
    padding-right: 26%;
}

.these-industries-demand-section.how-we-deliver-section .left-side-part .sub-heading {
    color: #f7f7f7;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}

.these-industries-demand-section.how-we-deliver-section .left-side-part p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px;
}

.these-industries-demand-section.how-we-deliver-section .left-side-part p strong {
    font-weight: 700;
}

.these-industries-demand-section.how-we-deliver-section .right-side-part {
    padding-left: 0;
}

.these-industries-demand-section.how-we-deliver-section .right-side-part .col-lg-4 {
    padding: 0 30px;
    border-right: 1px solid #27354d;
    margin-bottom: 40px;
}

.these-industries-demand-section.how-we-deliver-section .right-side-part .common-listing-box {
    padding: 0;
    padding: 0;
    border: 0;
}

.these-industries-demand-section.how-we-deliver-section .right-side-part .col-lg-4:nth-child(3),
.these-industries-demand-section.how-we-deliver-section .right-side-part .col-lg-4:nth-child(6) {
    border-right: 0
}

.these-industries-demand-section.how-we-deliver-section .right-side-part .common-listing-box .right-content p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.these-industries-demand-section.how-we-deliver-section .right-side-part {
    margin-top: 40px;
}

.these-industries-demand-section.how-we-deliver-section .right-side-part .heading2 {
    color: #f7f7f7;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
}

.about-malhir-section.how-we-deliver-section-new {
    background: #051229;
}
.about-malhir-section.how-we-deliver-section-new .main-scroll-image{
    position: sticky;
    top: 100px;
}
.about-malhir-section.how-we-deliver-section-new .col-lg-6:first-child {
    padding-right: 60px;
}

.about-malhir-section.how-we-deliver-section-new .col-lg-6:last-child {
    padding-left: 60px;
}

.about-malhir-section.how-we-deliver-section-new .left-side-image {
    padding-right: 0;
    margin-bottom: 0;
}

.about-malhir-section.how-we-deliver-section-new .content-part {
    padding-left: 0;
}

.about-malhir-section.how-we-deliver-section-new .content-part .heading2 {
    color: #fff;
    margin-bottom: 10px;
}

.about-malhir-section.how-we-deliver-section-new .content-part h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(247, 247, 247);
    margin-bottom: 15px;
}

.about-malhir-section.how-we-deliver-section-new .content-part h3,
.about-malhir-section.how-we-deliver-section-new .content-part p,
.about-malhir-section.how-we-deliver-section-new .content-part ul li {
    color: rgb(247, 247, 247);
    font-weight: 400;
}

.about-malhir-section.how-we-deliver-section-new.how-we-deliver-section-new1 .content-part ul{
    margin-bottom: 20px;

}
.about-malhir-section.how-we-deliver-section-new .content-part ul li {
    margin-bottom: 10px;
}

.about-malhir-section.how-we-deliver-section-new .content-part ul li:last-child {
    margin-bottom: 0;
}

.about-malhir-section.how-we-deliver-section-new .content-part ul li .tick-icon {
    width: 5%;
}

.about-malhir-section.how-we-deliver-section-new .content-part ul li span {
    width: 95%;
}

.our-support-includes-section.business-impact-new {
    background-color: #f7f7f7;
}

.our-support-includes-section.business-impact-new .heading-part h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.our-support-includes-section.business-impact-new .heading-part p {
    font-size: 18px;
    color: #364052;
    line-height: 32px;
}

.our-support-includes-section.business-impact-new .heading-part p strong {
    font-weight: 700;
}

.our-support-includes-section.business-impact-new h3 {
    color: #051229;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    line-height: 34px;
    font-size: 28px;
    margin-bottom: 20px;
}

.our-support-includes-section.business-impact-new ul li {
    background: #e1e8f0;
}

.our-support-includes-section.business-impact-new ul li .number {
    display: none;
}

.our-support-includes-section.business-impact-new .main-wrap-container {
    margin: 0 13%;
}

.why-malhir-section {
    margin-bottom: 100px;
}

.why-malhir-section .main-master-container {
    padding: 60px;
    background-color: #2668aa;
    background-image: linear-gradient(to right, #2668aa, #82a844);
    border-radius: 10px;
    margin: 0 13%;
}

.why-malhir-section .main-master-container .heading2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

.why-malhir-section .main-master-container p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
}

.why-malhir-section .main-master-container p strong {
    font-weight: 700;
}

.why-malhir-section .main-master-container .right-side-part {
    margin-left: 30px;
}

.why-malhir-section .main-master-container .left-side-logo {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.why-malhir-section .main-master-container .left-side-logo img {
    display: block;
}

.our-services-section {
    padding: 100px 0 50px;
}

.our-services-section .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 50px;
}

.our-services-section .thumb-of-services {
    width: 100%;
}

.our-services-section .thumb-of-services .center-part {
    text-decoration: none;
    transition: transform .2s;
    width: 100%;
}

.our-services-section .thumb-of-services .center-part .thumb-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: transform .2s;
}

.our-services-section .thumb-of-services .center-part .thumb-image img {
    display: block;
    width: 100%;
    transition: transform .2s;
}

.our-services-section .thumb-of-services .center-part:hover .thumb-image img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform .2s;
}

.our-services-section .thumb-of-services .center-part .content-part {
    margin-top: 15px;
}

.our-services-section .thumb-of-services .center-part .content-part h3 {
    font-size: 27px;
    color: #051229;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    line-height: 35px;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.breadcrumb li a {
    font-size: 16px;
    color: #f7f7f7;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb li.active {
    color: #fff;
    display: none;
}

.BusinessEnquiries-popup .center-part {
    padding: 30px;
    border: 1px solid #ced7e0;
}

.BusinessEnquiries-popup .center-part .col-lg-6 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.BusinessEnquiries-popup .center-part input,
.BusinessEnquiries-popup .center-part select,
.BusinessEnquiries-popup .center-part textarea {
    padding: 10px 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    border-bottom: 1.2px solid rgb(103, 110, 122);
    color: #364052;
    font-size: 16px;
    font-weight: 500;
    resize: none;
}

.BusinessEnquiries-popup .center-part select {
    width: 100%;
}

.BusinessEnquiries-popup .center-part .slider-button {
    outline: none;
    box-shadow: none;
    border-width: 1px;
    cursor: pointer;
}

.fixed-bottom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.fixed-bottom .slider-button {
    border: 1px solid #051229;
}

.BusinessEnquiries-popup .modal-dialog {
    max-width: 532px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) !important;
}

.BusinessEnquiries-popup .modal-dialog .modal-title {
    font-size: 26px;
    text-transform: capitalize;
    color: #051229;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 40px;
}

.BusinessEnquiries-popup .modal-dialog .btn-close {
    width: 30px;
    height: 30px;
    background: #185086;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 1px 4px;
    cursor: pointer;
    position: absolute;
    top: -13px;
    right: -15px;
}

.BusinessEnquiries-popup .modal-dialog .btn-close svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
}

.BusinessEnquiries-popup .modal-body {
    padding: 0;
}

/***********************************/
@media screen and (max-width:1600px) {
    .industries-we-serve.business-impact-new-section .heading-part {
        margin-left: 46%;
    }

    .industries-we-serve.business-impact-new-section.technology-enablement-section .col-lg-12 {
        padding-left: 0;
        padding-right: 32%;
        margin-top: 145px;
    }

    .banking-financial-services-banner.life-at-malhir-banner {
        padding: 214px 0 134px;
    }

}

@media(max-width:1366px) {}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .industries-we-serve .feature-bg-images {
        max-width: 552px;
        height: calc(100% - 203px);
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        padding: 20px;
    }

    .technology-driven-operations .services-list .thumb-of-services {
        padding: 0 30px;
    }

    .containt-description.containt-description1 .col-lg-12.description-width,
    .containt-description.containt-description1 .col-lg-12 {
        width: 100%;
    }

    .containt-description.containt-description1 .heading2 br {
        display: none;
    }

    .industries-we-serve.business-impact-new-section.technology-enablement-section .col-lg-12 {
        padding-left: 0;
        padding-right: 15%;
        margin-top: 86px;
    }

    .industries-we-serve.technology-enablement-section .feature-bg-images {
        max-width: 469px;
        height: calc(100% - 99px);
    }

    .containt-description.life-at-malhir-section .left-side-part {
        padding-right: 30px;
    }

    .containt-description.life-at-malhir-section .right-side-part {
        padding-left: 30px;
    }

    .file-upload .file-select .file-select-name {
        width: 70%;
    }

    .our-support-includes-section.business-impact-new .main-wrap-container {
        margin: 0 8%;
    }

    .why-malhir-section .main-master-container {
        margin: 0 8%;
    }

}

@media screen and (min-width:1361px) and (max-width:1366px) {}

@media screen and (min-width:1431px) and (max-width:1440px) {}

@media (max-width:1280px) {
    .industries-we-serve .col-lg-12 {
        padding-right: 0;
    }

    .industries-we-serve .feature-bg-images {
        max-width: 552px;
        height: calc(100% - 203px);
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        padding: 20px;
    }

    .technology-driven-operations .services-list .thumb-of-services {
        padding: 0 20px;
    }

    .containt-description.containt-description1 .col-lg-12.description-width,
    .containt-description.containt-description1 .col-lg-12 {
        width: 100%;
    }

    .containt-description.containt-description1 .heading2 br {
        display: none;
    }

    .industries-we-serve.business-impact-new-section.technology-enablement-section .col-lg-12 {
        padding-left: 0;
        padding-right: 15%;
        margin-top: 86px;
    }

    .industries-we-serve.technology-enablement-section .feature-bg-images {
        max-width: 469px;
        height: calc(100% - 99px);
    }

    .containt-description.life-at-malhir-section .left-side-part {
        padding-right: 30px;
    }

    .containt-description.life-at-malhir-section .right-side-part {
        padding-left: 30px;
    }

    .file-upload .file-select .file-select-name {
        width: 70%;
    }

    .what-we-deliver-section-services .left-side-part {
        padding-right: 30px;
    }

    .what-we-deliver-section-services .right-side-part {
        padding-left: 30px;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:first-child {
        padding-right: 30px;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:last-child {
        padding-left: 30px;
    }

    .our-support-includes-section.business-impact-new .main-wrap-container {
        margin: 0 8%;
    }

    .why-malhir-section .main-master-container {
        margin: 0 8%;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .hero-section .home-video .video-bg video {
        width: auto;
    }

    .about-malhir-section .content-part {
        padding-right: 15px;
    }

    .project-style-3 .project-thumb .project-default-content span {
        width: 50px;
        height: 50px;
        top: 0;
        left: 29px;
        right: 0;
        margin: 0 auto;
    }

    .project-style-3 .project-thumb .project-default-content .title {
        font-size: 27px;
    }

    .industries-we-serve .feature-bg-images {
        max-width: 380px;
        height: calc(100% - 202px);
    }

    .industries-we-serve .col-lg-12 {
        padding-right: 0;
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        padding: 20px;
    }

    .about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-heading .flag-img {
        width: 32%;
    }

    .about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-heading h5 {
        width: 61%;
    }

    .about-malhir-section.delivery-model-section .country-text .country-common-box .center .flag-heading {
        display: flex;
        align-items: start;
    }

    .about-malhir-section.delivery-model-section .country-text {
        margin-bottom: 100px;
    }

    .technology-driven-operations .services-list .thumb-of-services {
        padding: 0 20px;
    }

    .technology-driven-operations .heading-part p {
        padding: 0;
    }

    .technology-driven-operations .heading-part .col-lg-5 {
        width: 30%;
    }

    .technology-driven-operations .heading-part .col-lg-3 {
        width: 36%;
    }

    .containt-description.containt-description1 .col-lg-12.description-width,
    .containt-description.containt-description1 .col-lg-12 {
        width: 100%;
    }

    .containt-description.containt-description1 .heading2 br {
        display: none;
    }

    .industries-we-serve.business-impact-new-section.technology-enablement-section .col-lg-12 {
        padding-left: 0;
        padding-right: 15%;
        margin-top: 86px;
    }

    .industries-we-serve.technology-enablement-section .feature-bg-images {
        max-width: 469px;
        height: calc(100% - 99px);
    }

    .containt-description.life-at-malhir-section .left-side-part {
        padding-right: 30px;
    }

    .containt-description.life-at-malhir-section .right-side-part {
        padding-left: 30px;
    }

    .file-upload .file-select .file-select-name {
        width: 70%;
    }

    .banking-financial-services-banner.about-us-banner.company-overview-section .home-video .video-bg video {
        width: auto;
    }

    .industries-we-serve .industries-slider-section .item .feature-item {
        height: 296px;
    }

    .what-we-deliver-section-services .left-side-part {
        padding-right: 30px;
    }

    .what-we-deliver-section-services .right-side-part {
        padding-left: 30px;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:first-child {
        padding-right: 30px;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:last-child {
        padding-left: 30px;
    }

    .our-support-includes-section.business-impact-new .main-wrap-container {
        margin: 0 8%;
    }

    .why-malhir-section .main-master-container {
        margin: 0 8%;
    }

    .our-contact-information-section .main-box-contact .col-lg-6:first-child {
        padding-right: 0;
        width: 100%;
    }

    .our-contact-information-section .main-box-contact .col-lg-6:last-child {
        padding-left: 0;
        width: 100%;
    }

}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .menu .menu-item a {
        padding: 10px 7px;
    }

    .header .logo.mobile-logo {
        display: block;
        margin-left: 18px;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        margin-right: 10px;
    }

    .hero-section .home-video .video-bg video {
        width: auto;
    }

    .heading {
        line-height: 57px;
        font-size: 48px;
    }

    .hero-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-section .container {
        position: absolute;
        top: auto;
        bottom: 20px;
        transform: none;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .hero-section:before {
        transform: rotate(-90deg);
        top: auto;
        bottom: -37%;
        left: 0;
        right: 0;
        width: 100%;
    }

    .hero-section {
        overflow: hidden;
    }

    .header {
        margin: 5px 0;
        padding: 0 8px;
    }

    .header .open-nav-menu span,
    .header .open-nav-menu span:before,
    .header .open-nav-menu span:after {
        background-color: #f7f7f7
    }

    .header-main {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .header.fixed .header-main {
        padding: 0;
    }

    .header.fixed .open-nav-menu span,
    .header.fixed .open-nav-menu span:before,
    .header.fixed .open-nav-menu span:after {
        background-color: #051229
    }

    .header .menu .menu-item a {
        padding: 10px 16px;
    }

    .header.fixed .menu .menu-item a {
        padding: 10px 16px;
        color: #f7f7f7;
    }

    .header.fixed .menu .menu-item a .plus {
        border-color: #f7f7f7;
    }

    .slider-button {
        margin-top: 25px;
    }

    .about-malhir-section {
        padding: 60px 15px;
    }

    .about-malhir-section .left-side-image {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .about-malhir-section .content-part {
        padding-left: 0;
        padding-right: 0;
    }

    .heading2 {
        font-size: 38px;
        line-height: 45px;
    }

    .about-malhir-section .content-part .heading2 {
        margin-bottom: 10px;
    }

    .about-malhir-section .sticky-div {
        position: static;
        margin-top: 40px;
    }

    .core-services-overview-section {
        padding: 60px 15px;
    }

    .project-wrapper-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .project-wrapper-two .project-style-3 .project-thumb {
        width: 100%;
        height: 90px;
        -webkit-border-start: 0;
        border-inline-start: 0;
        -webkit-border-end: 0;
        border-inline-end: 0;
        border-top: 1px solid rgb(39, 53, 77);
        border-bottom: 1px solid rgb(39, 53, 77);
        padding-top: 10px;
    }

    .project-wrapper-two .project-style-3 {
        width: 100%;
    }

    .project-wrapper-two .project-style-3 .project-thumb {
        padding-top: 0;
        height: 495px;
    }

    .project-style-3 .project-thumb .image {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    .project-style-3 .project-thumb .project-default-content {
        opacity: 0;
        visibility: hidden;
    }

    .project-wrapper-two .project-style-3 .project-thumb .project-default-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .project-style-3 .project-content-box {
        inset-inline-start: 15px;
        bottom: 15px;
        max-width: 83%;
        padding: 14px;
    }

    .project-style-3 .project-content-box {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .project-wrapper-two .project-style-3.active .project-thumb {
        padding-top: 0;
        height: 638px;
    }

    .project-style-3 .project-content-box h4 {
        font-size: 27px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .project-style-3 .project-content-box p {
        font-size: 16px;
        line-height: 22px;
    }

    .project-style-3 .project-content-box ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .industries-we-serve {
        padding: 60px 15px;
    }

    .industries-we-serve .heading-part .heading2 {
        margin-bottom: 15px;
    }

    .industries-we-serve .feature-bg-images {
        max-width: 100%;
        height: 323px;
        position: static;
        margin-bottom: 20px;
    }

    .industries-we-serve .heading-part p {
        font-size: 16px;
        color: #364052;
        line-height: 22px;
    }

    .industries-we-serve .heading-part p br {
        display: none;
    }

    .industries-we-serve .industries-slider-section .item {
        padding: 0;
    }

    .industries-we-serve .common-center-button {
        text-align: center;
    }

    .about-malhir-section.delivery-model-section {
        padding: 60px 15px;
    }

    .about-malhir-section .content-part p,
    .about-malhir-section.delivery-model-section .country-text .country-common-box .center .content p {
        font-size: 16px;
        line-height: 22px;
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        border-right: 0;
        border-bottom: 2px solid #f7f7f7;
    }

    .about-malhir-section.delivery-model-section .col-lg-2 {
        display: block;
    }

    .about-malhir-section.delivery-model-section .right-side-image {
        margin-top: 20px;
        display: none;
    }

    .about-malhir-section.delivery-model-section .right-side-image img {
        width: 100%;
    }

    .technology-driven-operations {
        padding: 60px 15px;
    }

    .technology-driven-operations .heading-part p {
        padding: 0;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .technology-driven-operations .services-list .thumb-of-services .content-part p {
        font-size: 16px;
        line-height: 22px;
    }

    .technology-driven-operations .services-list .col-lg-3 {
        border-right: 0;
        margin-bottom: 40px;
    }

    .technology-driven-operations .services-list .col-lg-3:last-child {
        margin-bottom: 0
    }

    .technology-driven-operations .services-list .thumb-of-services .icon {
        margin-bottom: 20px;
    }

    .technology-driven-operations .services-list .thumb-of-services .center {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .technology-driven-operations .services-list .thumb-of-services .center .icon {
        width: 20%;
        margin-bottom: 0;
    }

    .technology-driven-operations .services-list .thumb-of-services .center .content-part {
        width: 75%;
        margin-bottom: 0;
    }

    .contact-us-bottom {
        padding: 60px 15px;
    }

    .contact-us-bottom .heading2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .contact-us-bottom .col-lg-5 {
        text-align: left;
    }

    .contact-us-bottom .slider-button {
        margin-bottom: 10px;
    }

    .contact-us-bottom .slider-button:last-child {
        margin-bottom: 0;
    }

    .tj-primary-btn .btn_inner .btn_icon>span i {
        margin-top: -3px;
    }

    footer {
        padding: 60px 15px 0;
    }

    footer .col-lg-3 {
        margin-bottom: 40px;
    }

    footer .col-lg-3:last-child {
        margin-bottom: 0;
    }

    footer .common-links h5 {
        margin-bottom: 10px;
        font-size: 27px;
    }

    .banking-financial-services-banner {
        padding: 178px 15px 131px;
    }

    .our-support-includes-section ul li .content-part {
        font-size: 18px;
        width: 89%;
        line-height: 22px;
    }

    .containt-description {
        padding: 60px 15px;
    }

    .our-support-includes-section {
        padding: 60px 15px;
    }

    .our-support-includes-section ul li {
        padding: 20px 15px;
    }

    .our-support-includes-section ul li {
        flex-wrap: wrap;
    }

    .our-support-includes-section.what-we-do-section ul li .number {
        width: 8%;
    }

    .our-support-includes-section.what-we-do-section ul li .heading-content {
        width: 88%;
    }

    .our-support-includes-section.what-we-do-section ul li .content-part {
        width: 100%;
    }

    .our-support-includes-section.what-we-do-section ul li .content-part ul li {
        flex-wrap: revert;
    }

    .our-support-includes-section.what-we-do-section ul li .content-part ul li .tick-icon {
        width: 29px;
    }

    .industries-we-serve.business-impact-new-section.technology-enablement-section .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

    .feature-item .feature-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .feature-item .feature-icon img {
        width: 46px;
    }

    .technology-enablement-section .feature-item .feature-content ul li .tick-icon {
        width: 29px;
    }

    .containt-description .left-side-part {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .containt-description .right-side-part {
        padding-left: 0;
    }

    .about-malhir-section.business-impact-section .left-side-image {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .about-malhir-section.business-impact-section .content-part {
        padding-left: 0;
    }

    .about-malhir-section .content-part ul li .tick-icon {
        width: 27px;
    }

    .about-malhir-section .content-part ul li span {
        width: 89%;
    }

    .containt-description.life-at-malhir-section .left-side-part {
        padding-right: 0;
    }

    .containt-description.life-at-malhir-section .left-side-part .common-box {
        padding: 20px 0;
    }

    .containt-description.life-at-malhir-section .left-side-part .common-box p {
        font-size: 16px;
        line-height: 22px;
    }

    .containt-description.life-at-malhir-section .right-side-part {
        padding-left: 0;
        margin-top: 40px;
    }

    .containt-description.life-at-malhir-section .right-side-part .center-part {
        padding: 20px;
    }

    .containt-description.life-at-malhir-section .right-side-part .center-part .col-lg-6,
    .containt-description.life-at-malhir-section .right-side-part .center-part .col-lg-12 {
        padding: 0;
    }

    .containt-description.life-at-malhir-section .right-side-part .center-part .heading2 {
        font-size: 26px
    }

    .file-upload .file-select .file-select-name {
        width: 63%;
    }

    .containt-description.life-at-malhir-section .left-side-part .common-box .heading2 {
        font-size: 27px;
        line-height: 34px;
    }

    .banking-financial-services-banner.about-us-banner.company-overview-section .home-video .video-bg video {
        width: auto;
    }

    .banking-financial-services-banner.about-us-banner.company-overview-section .home-video,
    .banking-financial-services-banner.about-us-banner.company-overview-section .home-video .video-bg {
        height: 44vh;
    }

    .about-malhir-section.enterprise-grade-section .left-side-image {
        padding-left: 0;
        margin-bottom: 25px;
        padding-right: 0;
        height: auto;
    }

    .about-malhir-section.enterprise-grade-section .content-part {
        padding-left: 0;
    }

    .these-industries-demand-section {
        padding: 60px 15px;
    }

    .these-industries-demand-section .left-side-part {
        padding-right: 0;
        position: static;
    }

    .these-industries-demand-section .left-side-part .heading2 {
        font-size: 27px;
        line-height: 33px;
        margin-top: 18px;
    }

    .these-industries-demand-section .right-side-part {
        padding-left: 0;
        margin-top: 20px;
    }

    .these-industries-demand-section .right-side-part .common-listing-box {
        padding: 24px 0;
    }

    .these-industries-demand-section .right-side-part .common-listing-box .number-set {
        width: 9%;
    }

    .these-industries-demand-section .right-side-part .common-listing-box .right-content {
        width: 87%;
    }

    .these-industries-demand-section .right-side-part .common-listing-box .right-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .these-industries-demand-section .right-side-part .common-listing-box .right-content h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .vision-mission-section .container .row {
        margin-left: 0;
    }

    .vision-mission-section {
        height: 67vh;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content {
        width: 88%;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .content-part {
        width: 100%;
        margin-top: 6px;
    }

    .our-support-includes-section.what-we-do-section ul li .content-part p {
        font-size: 16px;
        line-height: 24px;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content {
        font-size: 20px;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content h3 {
        line-height: 24px;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content h3 br {
        display: none;
    }

    .feature-item .feature-content .desc {
        font-size: 16px;
        line-height: 22px;
    }

    .containt-description .right-side-part p {
        font-size: 16px;
        line-height: 22px;
    }

    .our-support-includes-section.what-we-do-section ul li .content-part ul li,
    .technology-enablement-section .feature-item .feature-content ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .industries-we-serve.business-impact-new-section .feature-item {
        min-height: auto;
    }

    .industries-we-serve .industries-slider-section .item {
        margin-bottom: 20px;
    }

    .our-contact-information-section {
        padding: 60px 15px;
    }

    .our-contact-information-section .main-box-contact {
        padding: 25px;
    }

    .our-contact-information-section .main-box-contact {
        margin-bottom: 20px;
    }

    .our-contact-information-section .main-box-contact .col-lg-6 {
        margin-bottom: 15px;
    }

    .our-contact-information-section .main-box-contact .col-lg-6:first-child {
        padding-right: 0;
    }

    .our-contact-information-section .main-box-contact .icon-part {
        width: 70px;
        height: 70px;
    }

    .our-contact-information-section .main-box-contact .icon-part svg {
        width: 30px;
        height: 30px;
    }

    .contact-form-and-map {
        padding: 50px 15px 60px;
    }

    .contact-form-and-map .left-side-part .center-part {
        padding: 25px;
    }

    .contact-form-and-map .left-side-part .heading2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 31px;
    }

    .contact-form-and-map .left-side-part .center-part .col-lg-6 {
        padding: 0;
    }

    .contact-form-and-map .right-side-map {
        padding-left: 0;
        height: 400px;
        margin-top: 20px;
    }

    .contact-form-and-map .left-side-part {
        padding-right: 0;
    }

    .containt-description.life-at-malhir-section .left-side-part .common-box ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .containt-description.life-at-malhir-section .left-side-part .common-box ul li .tick-icon {
        width: 24px;
    }

    .containt-description.life-at-malhir-section .left-side-part .common-box ul li span {
        width: 89%;
    }

    .vision-mission-section .home-video .video-bg,
    .vision-mission-section .home-video {
        height: 67vh;
    }

    .vision-mission-section .home-video .video-bg video {
        width: auto;
    }

    .our-contact-information-section .main-box-contact .col-lg-6:last-child {
        padding-left: 0;
    }

    .core-services-overview-section .accordion-container .set .accodian-thum {
        font-size: 21px;
        padding: 10px;
        line-height: 26px;
        padding-right: 38px;
    }

    .core-services-overview-section .accordion-container .set .accodian-thum .fa {
        width: 30px;
        height: 30px;
        right: 0;
    }

    .core-services-overview-section .new-setup-core-services .row {
        padding: 20px 0;
    }

    .core-services-overview-section .new-setup-core-services .col-lg-2,
    .core-services-overview-section .new-setup-core-services .col-lg-6,
    .core-services-overview-section .new-setup-core-services .col-lg-4 {
        padding: 0;
    }

    .core-services-overview-section .new-setup-core-services .col-lg-2 {
        margin-bottom: 15px;
    }

    .core-services-overview-section .new-setup-core-services .content-of-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .industries-we-serve .industries-slider-section .item .feature-item {
        min-height: 263px;
    }

    .core-services-overview-section .new-setup-core-services .col-lg-5 {
        margin-bottom: 15px;
    }

    .core-services-overview-section .new-setup-core-services .common-pointer-list {
        padding: 20px;
    }

    .core-services-overview-section .new-setup-core-services .content-of-heading p {
        font-size: 16px;
        line-height: 22px;
    }

    .core-services-overview-section .new-setup-core-services .link-type {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }

    .core-services-overview-section .new-setup-core-services ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .what-we-deliver-section-services {
        padding: 60px 15px;
    }

    .what-we-deliver-section-services .left-side-part {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .what-we-deliver-section-services .right-side-part {
        padding-left: 0;
    }

    .what-we-deliver-section-services .right-side-part .col-lg-6 {
        padding: 0;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:first-child {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:last-child {
        padding-left: 0;
    }

    .our-support-includes-section.business-impact-new .main-wrap-container {
        margin: 0;
    }

    .why-malhir-section {
        margin-bottom: 60px;
        padding: 0 15px;
    }

    .why-malhir-section .main-master-container {
        padding: 35px;
        margin: 0;
    }

    .why-malhir-section .main-master-container .left-side-logo {
        margin-bottom: 30px;
        height: auto;
        display: block;
    }

    .why-malhir-section .main-master-container .right-side-part {
        margin-left: 0;
    }

    .why-malhir-section .main-master-container .heading2 {
        margin-bottom: 1px;
    }

    .why-malhir-section .main-master-container .left-side-logo img {
        display: block;
        width: 68%;
        margin: 0 auto;
    }

    .our-services-section {
        padding: 60px 0 10px;
    }

    .breadcrumb li {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .header .menu {
        width: 100%;
    }

    .header .menu .menu-item .sub-menu.subto-mega-sub {
        width: auto;
        left: 0;
    }

    .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        right: 0;
    }

    .BusinessEnquiries-popup .modal-dialog {
        max-width: 334px;
    }

    .BusinessEnquiries-popup .modal-dialog .modal-title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .BusinessEnquiries-popup .center-part .col-lg-6 {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .BusinessEnquiries-popup .center-part input,
    .BusinessEnquiries-popup .center-part select,
    .BusinessEnquiries-popup .center-part textarea {
        font-size: 14px;
    }

    .BusinessEnquiries-popup .modal-dialog .btn-close {
        top: -12px;
        right: -5px;
    }

    .fixed-bottom .slider-button {
        margin-top: 0;
        display: block;
        border-radius: 0;
        border: 0;
        padding: 0;
    }

    .fixed-bottom .btn_inner {
        width: auto;
    }

    .fixed-bottom .btn_inner::before {
        border-radius: 0;
    }

}

/*1023 end*/
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    .industries-we-serve .industries-slider-section .item {
        padding: 0 5px;
    }

    .feature-item {
        padding: 25px;
    }

    .industries-we-serve .industries-slider-section .item .feature-item {
        min-height: 293px;
    }

    .feature-item .feature-content .title {
        font-size: 20px;
        line-height: 25px;
    }

    .feature-item .feature-content .desc {
        font-size: 16px;
        line-height: 22px;
    }

    .vision-mission-section .col-lg-6 {
        width: 50%;
    }

    .vision-mission-section {
        height: 77vh;
    }

    .our-support-includes-section.what-we-do-section ul li .number {
        width: 4%;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content {
        width: 94%;
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        border-right: 2px solid #f7f7f7;
        border-bottom: 0;
        width: 50%;
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        border-right: 2px solid #f7f7f7;
        border-bottom: 0;
        width: 50%;
    }

    .about-malhir-section.delivery-model-section .col-lg-5:nth-child(2) {
        width: 70%;
        padding-right: 15px;
    }

    .about-malhir-section.delivery-model-section .col-lg-2:last-child {
        width: 30%;
    }

    .technology-driven-operations .services-list .col-lg-3 {
        width: 50%;
    }

    .hero-section .home-video .video-bg,
    .hero-section .home-video,
    .hero-section {
        height: 66vh;
    }

    .hero-section:before {
        bottom: -27%;
        width: 52%;
    }

    footer .col-lg-3 {
        width: 50%;
    }

    .about-malhir-section.delivery-model-section .col-lg-5:first-child {
        width: 100%;
    }

    .banking-financial-services-banner.about-us-banner.company-overview-section .home-video .video-bg,
    .banking-financial-services-banner.about-us-banner.company-overview-section .home-video {
        height: 45vh;
    }

    .why-malhir-section .main-master-container .left-side-logo {
        margin-bottom: 0;
        height: 100%;
        display: flex;
    }

}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .industries-we-serve .industries-slider-section .item {
        padding: 0 5px;
    }

    .feature-item {
        padding: 25px;
    }

    .industries-we-serve .industries-slider-section .item .feature-item {
        min-height: 293px;
    }

    .feature-item .feature-content .title {
        font-size: 20px;
        line-height: 25px;
    }

    .feature-item .feature-content .desc {
        font-size: 16px;
        line-height: 22px;
    }

    .vision-mission-section .col-lg-6 {
        width: 50%;
    }

    .vision-mission-section {
        height: 77vh;
    }

    .our-support-includes-section.what-we-do-section ul li .number {
        width: 4%;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content {
        width: 94%;
    }

    .hero-section .home-video .video-bg,
    .hero-section .home-video,
    .hero-section {
        height: 66vh;
    }

    .hero-section:before {
        bottom: -27%;
        width: 52%;
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        border-right: 2px solid #f7f7f7;
        border-bottom: 0;
        width: 50%;
    }

    .about-malhir-section.delivery-model-section .col-lg-5:nth-child(2) {
        width: 70%;
        padding-right: 15px;
    }

    .about-malhir-section.delivery-model-section .col-lg-2:last-child {
        width: 30%;
    }

    .technology-driven-operations .services-list .col-lg-3 {
        width: 50%;
    }

    footer .col-lg-3 {
        width: 50%;
    }

    .industries-we-serve.technology-enablement-section .feature-bg-images {
        max-width: 100%;
        height: auto;
    }

    .industries-we-serve .industries-slider-section .item {
        width: 50%;
    }

    .our-support-includes-section.what-we-do-section ul li .content-part {
        margin-top: 10px;
    }

    .our-contact-information-section .col-lg-4,
    .our-contact-information-section .col-lg-3 {
        width: 50%;
    }

    .what-we-deliver-section-services .right-side-part .col-lg-6 {
        padding: 0 6px;
        width: 50%;
    }

    .why-malhir-section .main-master-container .col-lg-2 {
        width: 20%;
    }

    .why-malhir-section .main-master-container .col-lg-10 {
        width: 80%;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:first-child {
        padding-right: 20px;
        margin-bottom: 0;
        width: 50%;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:last-child {
        width: 50%;
    }

    .about-malhir-section.how-we-deliver-section-new .left-side-image {
        padding-left: 20px;
    }

    .about-malhir-section.business-impact-section .col-lg-6 {
        width: 50%;
    }

    .about-malhir-section.business-impact-section .left-side-image {
        margin-bottom: 0;
        padding-right: 20px;
    }

    .about-malhir-section.business-impact-section .content-part {
        padding-left: 20px;
    }

    .contact-us-bottom .heading2 {
        margin-bottom: 0;
    }

    .contact-us-bottom .col-lg-7 {
        width: 70%;
    }

    .contact-us-bottom .col-lg-5 {
        width: 30%;
    }

    .BusinessEnquiries-popup .modal-dialog {
        max-width: 445px;
    }

    .fixed-bottom {
        position: fixed;
        bottom: 20px;
        right: 20px;
        left: auto;
    }

    .fixed-bottom .slider-button {
        margin-top: 0;
        display: inline-block;
        border-radius: 30px;
        border: 1px solid #051229;
        padding: 6px;
    }

    .fixed-bottom .btn_inner::before {
        border-radius: 30px;
    }

    .why-malhir-section .main-master-container .left-side-logo {
        margin-bottom: 0;
        height: 100%;
        display: flex;
    }

}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .industries-we-serve .industries-slider-section .item {
        padding: 0 5px;
    }

    .feature-item {
        padding: 25px;
    }

    .industries-we-serve .industries-slider-section .item .feature-item {
        min-height: 293px;
    }

    .feature-item .feature-content .title {
        font-size: 20px;
        line-height: 25px;
    }

    .feature-item .feature-content .desc {
        font-size: 16px;
        line-height: 22px;
    }

    .vision-mission-section .col-lg-6 {
        width: 50%;
    }

    .vision-mission-section {
        height: 77vh;
    }

    .our-support-includes-section.what-we-do-section ul li .number {
        width: 4%;
    }

    .our-support-includes-section.what-we-do-section.what-guides-us ul li .heading-content {
        width: 94%;
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        border-right: 2px solid #f7f7f7;
        border-bottom: 0;
        width: 50%;
    }

    .about-malhir-section.delivery-model-section .country-text .col-lg-6 {
        border-right: 2px solid #f7f7f7;
        border-bottom: 0;
        width: 50%;
    }

    .about-malhir-section.delivery-model-section .col-lg-5:nth-child(2) {
        width: 70%;
        padding-right: 15px;
    }

    .about-malhir-section.delivery-model-section .col-lg-2:last-child {
        width: 30%;
    }

    .technology-driven-operations .services-list .col-lg-3 {
        width: 50%;
    }

    footer .col-lg-3 {
        width: 50%;
    }

    .industries-we-serve.technology-enablement-section .feature-bg-images {
        max-width: 100%;
        height: auto;
    }

    .industries-we-serve .industries-slider-section .item {
        width: 50%;
    }

    .our-support-includes-section.what-we-do-section ul li .content-part {
        margin-top: 10px;
    }

    .our-contact-information-section .col-lg-4,
    .our-contact-information-section .col-lg-3 {
        width: 50%;
    }

    .what-we-deliver-section-services .right-side-part .col-lg-6 {
        padding: 0 6px;
        width: 50%;
    }

    .why-malhir-section .main-master-container .col-lg-2 {
        width: 20%;
    }

    .why-malhir-section .main-master-container .col-lg-10 {
        width: 80%;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:first-child {
        padding-right: 20px;
        margin-bottom: 0;
        width: 50%;
    }

    .about-malhir-section.how-we-deliver-section-new .col-lg-6:last-child {
        width: 50%;
    }

    .about-malhir-section.how-we-deliver-section-new .left-side-image {
        padding-left: 20px;
    }

    .about-malhir-section.business-impact-section .col-lg-6 {
        width: 50%;
    }

    .about-malhir-section.business-impact-section .left-side-image {
        margin-bottom: 0;
        padding-right: 20px;
    }

    .about-malhir-section.business-impact-section .content-part {
        padding-left: 20px;
    }

    .contact-us-bottom .heading2 {
        margin-bottom: 0;
    }

    .contact-us-bottom .col-lg-7 {
        width: 70%;
    }

    .contact-us-bottom .col-lg-5 {
        width: 30%;
    }

    .BusinessEnquiries-popup .modal-dialog {
        max-width: 445px;
    }

    .fixed-bottom {
        position: fixed;
        bottom: 20px;
        right: 20px;
        left: auto;
    }

    .fixed-bottom .slider-button {
        margin-top: 0;
        display: inline-block;
        border-radius: 30px;
        border: 1px solid #051229;
        padding: 6px;
    }

    .fixed-bottom .btn_inner::before {
        border-radius: 30px;
    }

    .why-malhir-section .main-master-container .left-side-logo {
        margin-bottom: 0;
        height: 100%;
        display: flex;
    }

}

@media(max-width:768px) {}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }

}