.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* 

@font-face {

    font-family: 'beatrice_trialbold';

    src: url('fonts/beatricetrial-bold-bf64829e8fd7dc6-webfont.woff2') format('woff2'), url('fonts/beatricetrial-bold-bf64829e8fd7dc6-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}




@font-face {

    font-family: 'beatrice_trialsemibold';

    src: url('fonts/beatricetrial-semibold-bf64829e8f17d4c-webfont.woff2') format('woff2'), url('fonts/beatricetrial-semibold-bf64829e8f17d4c-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'beatrice_trialregular';

    src: url('fonts/beatricetrial-regular-bf64829e8f591fb-webfont.woff2') format('woff2'), url('fonts/beatricetrial-regular-bf64829e8f591fb-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'oak_sansregular';

    src: url('fonts/oaksans-regular-bf648bbebd37e68-webfont.woff2') format('woff2'), url('fonts/oaksans-regular-bf648bbebd37e68-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;

}

 */
@font-face {
    font-family: oak_suns;
    src: url(fonts/OakSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: oak_suns;
    src: url(fonts/OakSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: oak_suns;
    src: url(fonts/OakSans-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: oak_suns;
    src: url(fonts/OakSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: oak_suns;
    src: url(fonts/OakSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: hk;
    src: url(fonts/hkgrotesk-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: hk;
    src: url(fonts/hkgrotesk-SemiBold.otf);
    font-weight: 600;
}

@font-face {
    font-family: hk;
    src: url(fonts/hkgrotesk-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: Beatrice TRIAL;
    src: url(fonts/BeatriceTRIAL-Bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: Beatrice TRIAL;
    src: url(fonts/BeatriceTRIAL-Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: Beatrice TRIAL;
    src: url(fonts/BeatriceTRIAL-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: Beatrice TRIAL;
    src: url(fonts/BeatriceTRIAL-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Beatrice Trial;
    src: url(fonts/BeatriceTRIAL-Bold.otf);
    font-weight: 800;
}

@font-face {
    font-family: Beatrice Trial;
    src: url(fonts/BeatriceTRIAL-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: Beatrice Trial;
    src: url(fonts/BeatriceTRIAL-Semibold.otf);
    font-weight: 600;
}

@font-face {
    font-family: Beatrice Trial;
    src: url(fonts/BeatriceTRIAL-Thin.ttf);
    font-weight: 300;
}

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;
}

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: "Manrope", serif;
}

input, textarea, a {
    font-family: "Manrope", 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: 999;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
 /*    background-color: #ffffff; */
    /*  border-bottom: 1px solid #ddd; */;
}

.header.fixed {
    background: #fff;
    transition: 0.25s all linear;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {
    padding: 17px 47px;
    border-radius: 15px;
    transition: 0.25s all linear;
}

.header.fixed .header-main {
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 6px 0px;
    width: 120px;
    float: left;
    margin-right: 40px;
}

.header .logo img {
    width: 100%;
}

.header .logo .color-logo {
    display: none;
}

.header.fixed .logo .main-logo {
    display: none;
}

.header.fixed .logo .color-logo {
    display: block;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #e91e63;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 12px;
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu {
    position: relative;
}

.header .menu>.menu-item>a .plus {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
    pointer-events: none;
}

.header.fixed .menu .menu-item a {
    color: #082e72;
}

.header.fixed .menu>.menu-item>a .plus {
    border-color: #082e72;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
    display: flex;
/*     visibility: visible !important;

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             opacity: 1 !important; */
    padding: 21px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu {
    width: 50%;
    padding: 0 10px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a {
    padding: 9px 0;
    background: #fff;
    text-transform: math-auto;
}

.header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu .list-part-sub-menu a:hover {
    background: #fff;
    color: #8335b9;
}

/* .header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {

 position: absolute;

 left: 100%;

 width: 300px;

 top: 0;

 display: none;

} */
.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu .sub-menu {
    position: static;
    box-shadow: none;
    width: auto;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .sub-to-submenu {
    width: 50%;
}

.header .menu .menu-item.main-big-navigation .sub-menu {
    width: 567px;
    position: absolute;
    left: -152px;
}

.header .menu .menu-item .sub-menu .menu-item.sub-to-submenu:hover .sub-menu {
    display: block;
}

/* .menu-active {

 border-bottom: 3px solid #6a05a6 !important;

}

 */
.header .menu .menu-item a {
    display: block;
    padding: 18px 14px;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: 3px solid transparent;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.header.header-new .menu .menu-item a {
    color: #082e72;
}

.header .menu .menu-item a .plus {
    /*     border: solid #626262;

        border-width: 0 2px 2px 0; */
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    /* margin-top: -5px;

        margin-left: 6px;

        transform: rotate(45deg); */;
}

.header .menu .menu-item a.active, .header .menu .menu-item a.active1 {
    border-bottom-color: #fff;
}

.header.fixed .menu .menu-item a.active, .header.fixed .menu .menu-item a.active1 {
    border-bottom-color: #082e72;
}

.header.header-new .menu .menu-item a .plus {
    border-color: #082e72;
}

.header.header-new .logo .main-logo {
    display: none;
}

.header.header-new .logo .color-logo {
    display: block;
}

.header.header-new .menu .menu-item a.active, .header.header-new .menu .menu-item a.active1 {
    border-bottom-color: #082e72;
}

.header .menu .menu-item .sub-menu .menu-item a.active, .header .menu .menu-item .sub-menu .menu-item a.active1 {
    background: #082e72;
    color: #fff;
}

.header.header-new {
    border-bottom: 1px solid #CEDDEC;
}

.header .menu .menu-item.active a {
    background: linear-gradient(to right, #6d9efb, #a64fcd, #d938b6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/*.header .menu > .menu-item:hover > a .plus{

border: solid #fff;

border-width: 0 2px 2px 0;

}*/

/* .header .menu .menu-item a .plus:after {

transform: translate(-50%, -50%) rotate(-90deg);

} */



.header .menu .menu-item:hover>a {
    /* border-bottom: 3px solid #4d8546; */;
}

.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: 6px 20px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #ddd;
    /* text-transform: uppercase; */;
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #082e72;
    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;
}

.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: 280px;
        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;
    }
    .leadership-cont {
      left: 0;
    }
}

/**heder*/

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

.header .logo.mobile-logo {
    display: none;
}

.header .logo {
    padding: 0;
    float: none;
    width: 250px;
    margin-right: 0;
}

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

.header .nav-menu {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .contact-link {
    display: inline-block;
    background: linear-gradient(to right, #659bff, #eb8cd4);
    padding: 1px;
    position: relative;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    transition: 0.25s all linear;
}

.header .contact-link a {
    text-decoration: none;
    padding: 14px 15px;
    display: block;
    background: #fff;
    transition: 0.25s all linear;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 15px;
}

.header .contact-link a span {
    /*  background: linear-gradient(to top, #659bff, #dcaae4, #ed9ad9, #eb8cd4);

     -webkit-background-clip: text;

     background-clip: text;

     color: transparent; */
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.25s all linear;
}

.header .contact-link:hover a {
    background: linear-gradient(to right, #659bff, #eb8cd4);
    transition: 0.25s all linear;
}

.header .contact-link:hover a span {
    color: #fff;
}

.heading {
    font-size: 58px;
    line-height: 72px;
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-weight: 600;
}

/* Btn 12 */
.button12 {
    cursor: pointer;
    background-color: #000;
    width: 330px;
    height: 64px;
    padding: 20px 50px;
    line-height: 64px;
    position: relative;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 0;
    background: #ff7711;
    margin-left: 0;
    border: 1px solid transparent;
}

.button12 span {
    color: #fff;
    display: inline-block;
    padding-left: 0;
    /* text-transform: uppercase; */
    /*     transform: scaleX(0.6);

    transform-origin: center left; */
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.button12 span svg {
    margin-left: 5px;
}

/* .button12:hover span svg {

stroke: #082e72;

} */

/* .button12 em {

position: absolute;

height: 1px;

background: #fff;

width: 47%;

right: 23px;

top: 50%;

transform: scaleX(0.25);

-webkit-transform: scaleX(0.25);

transform-origin: center right;

transition: all 0.3s ease;

z-index: 1;

} */

.button12:before, .button12:after {
    content: '';
    background: #082e72;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button12:before {
    top: 0;
    left: 0;
    right: auto;
}

.button12:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.button12:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.button12:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.button12:hover {
    border-color: #fff;
}

/* 

.button12:hover span svg {

color: #fff;

} */

/* .button12:hover em {

background: #000;

transform: scaleX(.51);

transform: scaleX(.51);

} */

.button12:hover span {
    color: #fff;
}

.button12:hover span svg {
    color: #fff;
}

.common-button {
    background-color: #005151;
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #005151;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 22px 30px 22px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
    transition: all .3s;
    overflow: hidden;
    position: relative;
    border: 1px solid #1c1d20;
    text-decoration: none;
}

.common-button svg {
    font-size: 13px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.common-button::after {
    position: absolute;
    content: "";
    width: 150%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: #1c1d20;
    transform: translateX(-50%) translateY(-50%);
    transition: all .75s;
    opacity: .5;
    z-index: -1;
    background-color: #dce5e9;
}

.common-button:hover {
    color: #005151;
    fill: #005151;
    background-color: #dce5e9;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #005151;
}

.common-button:hover::after {
    height: 120%;
    opacity: 1;
    transition: 0.25s all linear;
}

.hero-section {
    padding: 200px 0 0;
    background: #082e72;
    position: relative;
}

.hero-section:before {
    background-image: url(../images/top-banner-image.png);
    --background-overlay: '';
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    content: " ";
    width: 95%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.hero-section .left-side-part {
    padding-left: 100px;
    margin-top: 80px;
}

.hero-section .left-side-part .heading {
    margin-bottom: 10px;
    color: #fff;
}

.hero-section .left-side-part p {
    font-family: "Manrope", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
}

.hero-section .left-side-part .button-part {
    margin-top: 40px;
}

.hero-section .container-fluid {
    z-index: 5;
    position: relative;
}

.hero-section .video-part {
    padding-left: 60px;
}

.hero-section .video-part video {
    width: 100%;
    display: block;
    object-position: top center;
    object-fit: cover;
    height: 661px;
}

.How-can-we-help-you {
    padding: 100px 100px;
}

.How-can-we-help-you .heading-part {
    margin-bottom: 70px;
}

.How-can-we-help-you .heading-part .heading span {
    font-weight: 400;
}

.How-can-we-help-you .col-lg-3 {
    padding: 0 30px;
}

.How-can-we-help-you .services-list a {
    text-decoration: none;
}

/* 

.How-can-we-help-you .col-lg-3:first-child {

padding-left: 0;

}

 */
.How-can-we-help-you .services-list .image-part img {
    display: block;
}

.How-can-we-help-you .services-list .image-part .mobile-text {
    display: none;
}

.How-can-we-help-you .solutions-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    position: absolute;
    top: -155px;
    right: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.How-can-we-help-you .solutions-slider .slick-arrow.slick-prev {
    right: 200px;
}

/* .How-can-we-help-you .solutions-slider .slick-arrow.slick-prev {

left: -30px;

}



.How-can-we-help-you .solutions-slider .slick-arrow.slick-next {

right: -30px;

} */
.How-can-we-help-you .solutions-slider .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 40px;
    color: #082e72;
}

.How-can-we-help-you .solutions-slider .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 40px;
    color: #082e72;
}

.How-can-we-help-you .services-list .image-part {
    margin-bottom: 40px;
}

.How-can-we-help-you .services-list .content-part strong {
    display: block;
    color: #216ddb;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
}

.How-can-we-help-you .services-list .content-part h4 {
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
}

.How-can-we-help-you .services-list .content-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44em;
    margin-bottom: 20px;
    color: #797979;
}

.How-can-we-help-you .services-list .content-part .link {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 800;
    color: #fa8128;
    padding: 9px 0px 5px 0px;
}

.How-can-we-help-you .services-list .content-part .link:hover {
    text-decoration: underline;
}

.advantage-section {
    position: relative;
}

.advantage-section img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    object-fit: cover;
    object-position: center;
}

.advantage-section .main-box-advantages {
    margin-top: -360px;
}

.advantage-section .main-box-advantages .advantage-content {
    background-color: #e4f1ff;
    /*   background-image: url(../images/design-shapex.webp);

    background-position: bottom right;

    background-repeat: no-repeat;

    background-size: auto; */;
}

.advantage-section .main-box-advantages .advantage-content .col-lg-4 {
    border-right: 1px solid #CEDDEC;
}

.advantage-section .main-box-advantages .advantage-content ul li {
    padding: 40px 55px;
    display: flex;
    border-bottom: 1px solid #CEDDEC;
}

.advantage-section .main-box-advantages .advantage-content ul li .number {
    width: 15%;
    color: #216ddb;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
}

.advantage-section .main-box-advantages .advantage-content ul li .content-text {
    width: 85%;
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #797979;
}

.advantage-section .main-box-advantages .advantage-content ul li .content-text strong {
    display: block;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #082e72;
    margin-bottom: 7px;
}

.advantage-section .main-box-advantages .right-side-part {
    padding: 70px 0 60px 70px;
}

.advantage-section .main-box-advantages .right-side-part .heading {
    margin-bottom: 20px;
}

.advantage-section .main-box-advantages .right-side-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #797979;
}

.advantage-section .main-box-advantages .right-side-part p span {
    text-decoration: underline;
    font-weight: 500;
}

.advantage-section .main-box-advantages .right-side-part .common-button {
    margin-top: 50px;
}

.advantage-section .main-box-advantages .right-side-part .button-part {
    margin-top: 50px;
}

.domain-expertise-section {
    padding: 100px 100px;
}

.domain-expertise-section .left-side-part {
    padding-right: 70px;
    /* position: -webkit-sticky;

    position: sticky;

    top: 111px; */;
}

.domain-expertise-section .left-side-part .heading {
    font-weight: 400;
}

.domain-expertise-section .left-side-part .heading span {
    font-weight: 600;
}

.domain-expertise-section .right-side-part .expertise-option ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #CEDDEC;
}

.domain-expertise-section .right-side-part .expertise-option ul li {
    padding: 20px;
    width: 49%;
    flex: 0 0 auto;
    text-align: center;
    padding: 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domain-expertise-section .right-side-part .expertise-option ul li:first-child {
    padding-top: 0;
}

.domain-expertise-section .right-side-part .expertise-option ul li:nth-child(1) {
    border-right: 1px solid #CEDDEC;
    border-bottom: 1px solid #CEDDEC;
}

.domain-expertise-section .right-side-part .expertise-option ul li:nth-child(2) {
    border-bottom: 1px solid #CEDDEC;
}

.domain-expertise-section .right-side-part .expertise-option ul li:nth-child(3) {
    border-right: 1px solid #CEDDEC;
}

.domain-expertise-section .right-side-part .expertise-option ul li:last-child {
    padding-bottom: 0;
}

.domain-expertise-section .right-side-part .row {
    display: block;
}

.domain-expertise-section .right-side-part .col-lg-2 {
    display: block;
    width: 100%;
}

.domain-expertise-section .right-side-part .col-lg-10 {
    display: block;
    width: 100%;
}

.domain-expertise-section .right-side-part .icon img {
    display: inline-block;
}

.domain-expertise-section .right-side-part .icon {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.domain-expertise-section .right-side-part .row {
    align-items: center;
}

.domain-expertise-section .right-side-part .icon {
    text-align: center;
}

/* 

.domain-expertise-section .right-side-part .icon img {

display: block;

} */
.domain-expertise-section .right-side-part ul li .right-side-part1 {
    padding-left: 0;
}

.domain-expertise-section .right-side-part ul li .right-side-part1 h3 {
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.oprations-section .top-banner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.oprations-section .proccess-of-oprations {
    background: #dce5e9;
    padding-right: 0;
    margin-right: 200px;
}

.oprations-section .proccess-of-oprations .heading-part {
    padding: 100px 30px;
    text-align: left;
}

.oprations-section .proccess-of-oprations .heading-part .heading {
    font-size: 58px;
    position: relative;
    line-height: 62px;
    font-weight: 400;
}

.oprations-section .proccess-of-oprations .heading-part .heading span {
    font-weight: 600;
}

/* .oprations-section .proccess-of-oprations .heading-part .heading:before {

width: 30px;

position: absolute;

content: " ";

top: 0;

left: 0;

height: 2px;

background: #005151;

}

 */
.oprations-section .proccess-of-oprations {
    background-color: #f4f7fa;
    background-image: url(../images/design-shape-1.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}

.oprations-section .proccess-of-oprations .common-part {
    padding: 100px 70px;
    text-align: center;
}

.oprations-section .proccess-of-oprations .common-part .heading {
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.oprations-section .proccess-of-oprations .common-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #797979;
    margin-top: 20px;
}

.oprations-section.key-metrics-section .proccess-of-oprations .common-part p {
    font-weight: 800;
    color: #000;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .col-lg-3 {
    border: 0;
    display: flex;
    align-items: end;
}

.oprations-section .proccess-of-oprations .bg-color {
    background: #ddeef8;
}

.oprations-section .proccess-of-oprations .bg-color1 {
    border-left: 0;
}

.oprations-section .proccess-of-oprations .bg-color1 .common-part {
    background-color: #dce5e9;
}

.oprations-section .proccess-of-oprations .col-lg-3 {
    border-right: 1px solid #CEDDEC;
}

.oprations-section .proccess-of-oprations .col-lg-3:last-child {
    border-right: 0;
}

footer {
    background-color: #fff;
    background-image: url(../images/footer_shape.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 100px;
}

footer .col-lg-4 {
    border-right: 1px solid #082e8345;
    padding: 100px 60px;
}

footer .left-side-part .footer-logo {
    margin-bottom: 74px;
}

footer .left-side-part .footer-logo img {
    display: block;
}

footer .left-side-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF66;
}

footer .left-side-part .social-icon {
    margin-top: 40px;
    display: none;
}

footer .left-side-part .social-icon h5 {
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

footer .left-side-part .social-icon .list-of-icon {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

footer .left-side-part .social-icon a svg {
    color: #A6C2C2;
    fill: #A6C2C2;
    padding: 3px;
    width: 16px;
    height: 16px;
}

footer .righ-footer-part {
    padding: 100px 0 0;
}

footer .righ-footer-part .bg-title {
    text-align: center;
    margin-bottom: 40px;
}

footer .righ-footer-part .row .col-lg-4 {
    padding: 0;
    border: 0;
}

footer .righ-footer-part .direct-links {
    padding: 0 50px;
}

footer .righ-footer-part .direct-links a {
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    text-decoration: none;
    transition: 0.25s alllinear;
    display: block;
}

footer .righ-footer-part .direct-links.last-option-footer {
    margin-top: 60px;
}

footer .righ-footer-part .direct-links .button-part .button12 {
    transform: none;
    width: auto;
    height: auto;
    text-align: center;
    padding: 7px 46px;
    margin-top: 20px;
}

footer .righ-footer-part .direct-links h5 {
    color: #ff7711;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 41px;
    text-decoration: none;
    transition: 0.25s alllinear;
    display: block;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

footer .righ-footer-part .direct-links h5:before {
    content: " ";
    width: 71%;
    height: 2px;
    background: #ff7711;
    position: absolute;
    bottom: -4px;
    left: 0;
}

footer .righ-footer-part .direct-links a:hover {
    color: #082e7294;
}

footer .righ-footer-part .short-links {
    padding-bottom: 70px;
}

footer .righ-footer-part .copy-right {
    padding: 40px 30px;
    border-top: 1px solid #082e8345;
}

footer .righ-footer-part .copy-right p svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

footer .righ-footer-part .copy-right p {
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #082e83;
}

footer .righ-footer-part .copy-right .col-lg-3 {
    display: none;
}

footer .righ-footer-part .copy-right a {
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #FFFFFF;
    text-decoration: none;
}

.lets-contact-section {
    padding: 100px 100px;
}

.lets-contact-section .left-side-part .heading-part {
    margin-bottom: 40px;
}

.lets-contact-section .left-side-part .heading-part .heading {
    font-weight: 400;
}

.lets-contact-section .left-side-part .heading-part .heading span {
    font-weight: 700;
}

.lets-contact-section .left-side-part .contact-info-location {
}

.lets-contact-section .left-side-part .contact-info-location {
    background-color: #082e72;
    padding: 70px 40px;
}

.lets-contact-section .left-side-part .contact-info-location .contact-logo {
    margin-bottom: 30px;
}
.contact-logo img {
    width:240px;
}

.lets-contact-section .left-side-part .contact-info-location h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}
.lets-contact-section .left-side-part .contact-info-location h5 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.lets-contact-section .left-side-part .contact-info-location p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 15px;
}

.lets-contact-section .left-side-part .contact-info-location p strong{
    font-weight: 700;
}

.lets-contact-section .left-side-part .contact-info-location p:last-child {
    margin-bottom: 0;
}

.lets-contact-section .left-side-part .contact-info-location p a {
    color: #fff;
}

.lets-contact-section .left-side-part .contact-info-location p:last-child {
    margin-bottom: 0;
}

.lets-contact-section .left-side-part p a {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 26px;
    color: #797979;
}

.lets-contact-section .left-side-part p {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #949699;
    margin-bottom: 15px;
}

.lets-contact-section .left-side-part p:last-child {
    margin-bottom: 0;
}

.lets-contact-section.contact-page-section {
    padding: 0 100px 100px;
}

.fgroup label {
    position: absolute;
    top: 16px;
    left: 0;
    transition: all 0.3s;
    pointer-events: none;
    padding: 0px;
    font-family: 'Archivo', sans-serif;
    display: revert;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-weight: 500;
}

.fgroup {
    position: relative;
    text-align: left;
}

.form-cont input, .form-cont textarea {
    width: 100%;
    padding: 20px 0;
    margin: 7px 0;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: -webkit-focus-ring-color auto 0px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #adadad;
    outline: none;
    box-shadow: none;
    resize: none;
}

.fgroup.used label, .fgroup input:focus~label, .fgroup input.used~label, .fgroup input.used~label, .fgroup input.inused~label, .fgroup textarea:focus~label, .fgroup textarea.used~label, .fgroup textarea.inused, .fgroup select:focus~label, .fgroup select.used~label, .fgroup select.inused~label {
    top: -13px;
    left: 0;
    font-size: 12px;
    color: #000;
    padding: 3px;
}

.lets-contact-section .right-side-form {
    padding-left: 60px;
}

.lets-contact-section .right-side-form .col-lg-6, .lets-contact-section .right-side-form .col-lg-12 {
    padding: 0 15px;
    margin-bottom: 25px;
}

.lets-contact-section .right-side-form .col-lg-12:last-child {
    margin-bottom: 0;
}

.lets-contact-section .right-side-form .button-part .button12 {
    transform: none;
    line-height: 27px;
}

.lets-contact-section .right-side-form .fgroup input, .lets-contact-section .right-side-form .fgroup textarea {
    padding: 15px 0;
    border: 0;
    outline: none;
    border-bottom: 1px solid #797979;
    resize: none;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #797979;
}

.lets-contact-section .right-side-form .fgroup label {
    display: block;
    color: #797979;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ai-enabled-network-operations {
    padding: 60px 100px;
    background: #f1f6f6;
}

.ai-enabled-network-operations .col-lg-3, .ai-enabled-network-operations .col-lg-9 {
    padding: 0 15px;
}

.ai-enabled-network-operations .left-side .banner-sub-title {
    color: #121212;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    margin-top: 30px;
    line-height: 22px;
}

.ai-enabled-network-operations .left-side .button-part {
    margin-top: 30px;
}

.ai-enabled-network-operations .left-side .heading {
    font-weight: 400;
}

.ai-enabled-network-operations .left-side .heading span {
    font-weight: 600;
}

.why-choose-our-ai-enabled-noc {
    position: relative;
}

.why-choose-our-ai-enabled-noc .big-image {
    margin-right: 200px;
}

.why-choose-our-ai-enabled-noc .big-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.why-choose-our-ai-enabled-noc .top-content-part {
    width: 803px;
    position: absolute;
    bottom: -3px;
    right: 0;
    background: #ddeef8;
}

.why-choose-our-ai-enabled-noc .top-content-part .center-part {
    padding: 66px 200px 66px 66px;
}

.why-choose-our-ai-enabled-noc .top-content-part .center-part .heading {
    font-size: 45px;
    line-height: 61px;
    margin-bottom: 20px;
}

.why-choose-our-ai-enabled-noc .top-content-part .center-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #797979;
    margin-bottom: 20px;
}

.why-choose-our-ai-enabled-noc .top-content-part .center-part p.big-font {
    font-weight: 700;
    font-family: "Manrope", serif;
    font-size: 20px;
    line-height: 24px;
    color: #082e72;
}

.why-choose-our-ai-enabled-noc .top-content-part .center-part p:last-child {
    margin-bottom: 0;
}

.How-can-we-help-you.key-capabilities-section .col-lg-4 {
    padding-left: 0;
    padding: 50px;
    border: 1px solid #CEDDEC;
}

.How-can-we-help-you.key-capabilities-section .col-lg-4:nth-child(1), .How-can-we-help-you.key-capabilities-section .col-lg-4:nth-child(2) {
    border-right: 0;
}

/* .How-can-we-help-you.key-capabilities-section .col-lg-4:first-child {

padding-left: 0;

} */
.How-can-we-help-you.key-capabilities-section .services-list .content-part ul {
    padding-left: 52px;
}

.How-can-we-help-you.key-capabilities-section .services-list .content-part ul li {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #797979;
    position: relative;
    margin-bottom: 20px;
}

.How-can-we-help-you.key-capabilities-section .services-list .content-part ul li strong {
    font-family: "Manrope", serif;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}

.How-can-we-help-you.key-capabilities-section .services-list .content-part ul li:before {
    content: '\279D';
    width: 8px;
    height: 8px;
    color: #082e72;
    font-size: 17px;
    background: #e7e7e7;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    left: -51px;
}

.How-can-we-help-you.key-capabilities-s.oprations-section .proccess-of-oprations .common-part pection .services-list .content-part ul li strong {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 800;
}

.How-can-we-help-you.key-capabilities-section .services-list .content-part ul li:last-child {
    margin-bottom: 0;
}

.How-can-we-help-you.key-capabilities-section .services-list .content-part h4 {
    line-height: 37px;
    margin-bottom: 40px;
}

.our-adaptive-operating-model-section {
    padding: 0 40px 100px;
}

.our-adaptive-operating-model-section .col-lg-6 {
    padding: 0 15px;
}

.our-adaptive-operating-model-section .left-side-part {
    padding-right: 100px;
}

.our-adaptive-operating-model-section .left-side-part .heading {
    margin-bottom: 30px;
}

.our-adaptive-operating-model-section .left-side-part ul {
    padding-left: 0;
}

.our-adaptive-operating-model-section .left-side-part ul li {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #797979;
    position: relative;
    margin-bottom: 20px;
}

.our-adaptive-operating-model-section .left-side-part ul li:before {
    content: none;
    color: #555555;
    font-size: 17px;
    background: #e7e7e7;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    left: -51px;
    transform: rotate(-48deg);
}

.our-adaptive-operating-model-section .left-side-part ul li:last-child {
    margin-bottom: 0;
}

.our-adaptive-operating-model-section .left-side-part ul li strong {
    margin-bottom: 5px;
    font-size: 18px;
    display: block;
    color: #000;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.our-adaptive-operating-model-section .left-side-part ul li .sub-pointer {
    margin-top: 20px;
    padding-left: 50px;
}

.our-adaptive-operating-model-section .left-side-part ul li .sub-pointer li strong {
    display: inline-block;
    margin-bottom: 0;
    color: #000;
}

.our-adaptive-operating-model-section .left-side-part ul li .sub-pointer li:before {
    content: "\002B";
    background: transparent;
    transform: rotate(0);
    font-size: 29px;
    top: -2px;
}

.our-adaptive-operating-model-section .left-side-part .sub-heading {
    color: #082e72;
    font-family: "Manrope", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.our-adaptive-operating-model-section .right-side-part {
    display: block;
    height: 100%;
}

.our-adaptive-operating-model-section .right-side-part img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations {
    margin-right: 0;
    padding-right: 0;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part {
    padding: 60px;
}

.oprations-section.tools-partnerships-section {
    position: relative;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part {
    text-align: left;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul {
    padding-left: 28px;
    margin-top: 30px;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul.sub-heading {
    margin-top: 15px;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul.sub-heading li:before {
    content: '\279D';
    font-size: 17px;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul li {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #797979;
    position: relative;
    margin-bottom: 20px;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul li:last-child {
    margin-bottom: 0;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul li strong {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    display: block;
    color: #000;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul li:before {
    content: "\002B";
    background: transparent;
    transform: rotate(0);
    font-size: 29px;
    top: -2px;
    position: absolute;
    left: -27px;
}

.oprations-section.tools-partnerships-section .top-banner img {
    height: 75vh;
}

.oprations-section.key-metrics-section {
    padding: 100px 100px;
}

.oprations-section.key-metrics-section .heading-part {
    margin-bottom: 40px;
}

.oprations-section.key-metrics-section .proccess-of-oprations {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

.oprations-section.key-metrics-section .proccess-of-oprations .col-lg-4 {
    border-right: 0;
    background: transparent;
}

.oprations-section.key-metrics-section .proccess-of-oprations .col-lg-4:last-child {
    border-right: 0;
}

.oprations-section.key-metrics-section .proccess-of-oprations .common-part .heading {
    font-size: 102px;
    line-height: 102px;
}

.ready-to-transform-section {
    padding: 100px 100px;
    position: relative;
    background: #f1f6f6;
}

.ready-to-transform-section .col-lg-12 {
    padding: 0 15px;
}

.ready-to-transform-section .heading {
    margin-bottom: 0;
}

.ready-to-transform-section p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44em;
    margin-bottom: 0;
    color: #797979;
    margin-top: 20px;
}

.ready-to-transform-section .button-part {
    display: block;
}

.ready-to-transform-section .button-part a {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    transform: none;
    line-height: 89px;
    text-align: center;
}

.ready-to-transform-section .button-part a span {
    font-size: 26px;
}

.ai-enabled-network-operations.contact-us-section {
    background: transparent;
}

.ai-enabled-network-operations.contact-us-section .left-side .banner-sub-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.map-and-contact-info {
    position: relative;
}

.map-and-contact-info iframe {
    display: block;
    width: 100%;
    height: 100vh;
}

.map-and-contact-info .contact-info-location {
    background-color: #082e72;
    width: 410px;
    padding: 70px 40px;
    position: absolute;
    top: -50px;
    left: 100px;
}

.map-and-contact-info .contact-info-location .contact-logo {
    margin-bottom: 100px;
}

.map-and-contact-info .contact-info-location h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.map-and-contact-info .contact-info-location p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 15px;
}

.map-and-contact-info .contact-info-location p:last-child {
    margin-bottom: 0;
}

.map-and-contact-info .contact-info-location p a {
    color: #fff;
}

.map-and-contact-info .contact-info-location p:last-child {
    margin-bottom: 0;
}

.ai-enabled-network-operations.about-us-section {
    background: #fff;
}

.company-overview-section {
    padding: 0 40px;
}

.company-overview-section .col-lg-6 {
    padding: 0 15px;
}

.company-overview-section .right-side-part {
    padding-left: 60px;
    padding-right: 100px;
}

.company-overview-section .right-side-part .heading {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
}

.company-overview-section .left-side-part img {
    display: block;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.company-overview-section .right-side-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #555555;
    margin-bottom: 20px;
}

.How-can-we-help-you.key-capabilities-section.our-focus-section .col-lg-6 {
    padding: 50px;
    border: 1px solid #CEDDEC;
}

.How-can-we-help-you.key-capabilities-section.our-focus-section .col-lg-6:first-child {
    border-right: 0;
}

.location-facilities-section .heading-part {
    margin-bottom: 0;
}

.location-facilities-section .heading-part .heading {
    margin-bottom: 20px;
}

.location-facilities-section .heading-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #555555;
}

.oprations-section.location-facilities-section .proccess-of-oprations .common-part {
    padding: 60px 50px;
}

.oprations-section.key-metrics-section.location-facilities-section .proccess-of-oprations .common-part .heading {
    font-size: 75px;
    line-height: 75px;
}

.our-adaptive-operating-model-section.how-we-operate-section .left-side-part ul {
    padding-left: 52px;
}

.our-adaptive-operating-model-section.how-we-operate-section {
    padding-bottom: 150px;
}

.our-adaptive-operating-model-section.how-we-operate-section .left-side-part ul li:before {
    content: '\279D';
    width: 8px;
    height: 8px;
    color: #082e72;
    font-size: 17px;
    background: #e7e7e7;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    left: -51px;
    transform: none;
}

.oprations-section.tools-partnerships-section.vision-and-mission-section .proccess-of-oprations {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.oprations-section.tools-partnerships-section.vision-and-mission-section .proccess-of-oprations .col-lg-3.bg-color {
    background: transparent;
}

.oprations-section.tools-partnerships-section.vision-and-mission-section .proccess-of-oprations .col-lg-3.bg-color .common-part {
    background: #ddeef8;
}

.our-adaptive-operating-model-section.how-we-operate-section .left-side-part {
    display: flex;
    align-items: center;
    height: 100%;
}

.vision-and-mission-section {
    background-image: url("../images/vision-mission.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.services-background-remove {
    background: transparent;
}

.cloud-advisory-services-section {
    padding-bottom: 0;
    transition: 0.25s all linear;
}

.cloud-advisory-services-section.web-sticky {
    position: fixed;
    top: 96px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0 !important;
    transition: 0.25s all linear;
    background: #ddeef8;
    z-index: 6;
    padding-top: 20px;
}

.cloud-advisory-services-section.web-sticky .heading {
    display: none;
    transition: 0.25s all linear;
}

/* .cloud-advisory-services-section.web-sticky .left-side {

padding: 20px 100px 0;

} */
.cloud-advisory-services-section .heading {
    margin-bottom: 40px;
}

/******************** ***************/
.leadership-cont {
    padding: 50px;
    background-color: #f4f7fa;
    background-image: url("../images/design-shape-1.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}
.leadership-cont h5{
    color: #ff7700;
    font-family: "Manrope", serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 10px;
}
.leadership-cont h2{
    margin-bottom: 0px;
}
.leadership-cont h3{
    color: #082e72;
    font-family: "Manrope", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}
.leadership-cont h4{display: block;font-family: "Beatrice TRIAL", Sans-serif;font-size: 24px;font-weight: 600;line-height: 36px;color: #082e72;margin-bottom: 6px;}
.leadership-cont p{display: block;font-family: "Manrope", serif;font-size: 18px;font-weight: 400;line-height: 30px;color: #082e72;margin-bottom: 30px;}
.leadership-cont p strong{
    font-weight: 700;

}
.leadership-cont .para{
    background: #e4f1ff;
    padding: 30px;
}
.leadership-cont .para p{
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    margin: 0;

}
.leadership-cont .para p span{
    display: block;
    font-weight: 600;
    margin-top: 10px;
    color: #ff7711;
}
/******************** ***************/

.advisory-services-section {
    background: #082e72;
    padding: 100px 100px;
    position: relative;
}

.advisory-services-section:before {
    background-image: url(../images/top-banner-image.png);
    --background-overlay: '';
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    content: " ";
    width: 95%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.ai-enabled-network-operations .left-side .tab-part {
    position: sticky;
    top: 100px;
}

.ai-enabled-network-operations .left-side .tab-part a {
    padding: 15px 20px;
    border: 1px solid #CEDDEC;
    border-bottom: 0;
    font-family: "Manrope", serif;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 24px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-right: 13px;
    background: #fff;
}

.ai-enabled-network-operations .left-side .tab-part a:last-child {
    margin-right: 0;
}

.ai-enabled-network-operations .left-side .tab-part a.active {
    background: #082e72;
    color: #fff;
    font-weight: 800;
    border-color: #082e72;
}

.advisory-services-section .content-part {
    padding-right: 29%;
}

.advisory-services-section .content-part .heading {
    color: #fff;
    margin-bottom: 30px;
}

.advisory-services-section .content-part p {
    font-family: "Manrope", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 55px;
    color: #fff;
    position: relative;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi .col-lg-4:nth-child(1) {
    padding: 0;
    border: 0;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi .col-lg-4:nth-child(1) img {
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi .col-lg-4.bg-color1 {
    background-color: #dce5e9;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi .col-lg-4.bg-color2 {
    background: #ddeef8;
}

.main-services-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none;
    position: absolute;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    bottom: 21%;
    left: 9%;
}

.main-services-slider .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 40px;
    color: #082e72;
}

.main-services-slider .slick-arrow.slick-prev {
    left: 9%;
}

.main-services-slider .slick-arrow.slick-next {
    left: 13%;
}

.main-services-slider .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 40px;
    color: #082e72;
    z-index: 5;
}

.How-can-we-help-you.key-components-multi {
    padding: 150px 100px;
}

.oprations-section.tools-partnerships-section.bg-blue-vector {
    height: 760px;
    position: relative;
    background: #082e72;
    overflow: hidden;
}

.oprations-section.tools-partnerships-section.bg-blue-vector:before {
    background-image: url(../images/top-banner-image.png);
    --background-overlay: '';
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    right: auto;
    height: 100%;
    transform: rotate(-192deg);
    left: 0;
}

.why-choose-our-ai-enabled-noc.benefits-of-smcc .top-content-part .center-part ul {
    padding-left: 33px;
}

.why-choose-our-ai-enabled-noc.benefits-of-smcc .top-content-part .center-part ul li {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #797979;
    position: relative;
    margin-bottom: 15px;
}

.why-choose-our-ai-enabled-noc.benefits-of-smcc .top-content-part .center-part ul li:before {
    content: "\002B";
    width: 8px;
    height: 8px;
    color: #082e72;
    font-size: 17px;
    background: transparent;
    transform: rotate(0);
    font-size: 29px;
    top: -2px;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -35px;
}

.why-choose-our-ai-enabled-noc.benefits-of-smcc .top-content-part .center-part ul li:last-child {
    margin-bottom: 0;
}

.smcc-non-smcc-practices-section {
    padding: 100px 100px;
}

.smcc-non-smcc-practices-section .heading {
    margin-bottom: 30px;
}

.smcc-non-smcc-practices-section .main-table table {
    border: 1px solid #CEDDEC;
    width: 100%;
}

.smcc-non-smcc-practices-section .main-table table tr {
    border-bottom: 1px solid #CEDDEC;
}

.smcc-non-smcc-practices-section .main-table table tr:last-child {
    border-bottom: 0;
}

.smcc-non-smcc-practices-section .main-table table tr th {
    background: #ddeef8;
    color: #082e72;
    font-family: "Beatrice TRIAL", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #CEDDEC;
}

.smcc-non-smcc-practices-section .main-table table tr th:last-child {
    border-right: 0;
}

.smcc-non-smcc-practices-section .main-table table tr th:first-child {
    text-align: left;
}

.smcc-non-smcc-practices-section .main-table table tr td:first-child {
    text-align: left;
}

.smcc-non-smcc-practices-section .main-table table tr td {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    padding: 15px;
    text-align: center;
    border-right: 1px solid #CEDDEC;
}

.smcc-non-smcc-practices-section .main-table table tr td:last-child {
    border-right: 0;
}

.smcc-non-smcc-practices-section .main-table table tr:nth-child(odd) {
    background: #f0f0f0;
}

.advisory-services-section.new-advisory-format {
    background: none;
    padding: 0;
}

.advisory-services-section.new-advisory-format img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
    padding: 50px;
    height: 60vh;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4.col-lg-4.color-bg2 {
    background-color: #e4f1ff;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .left-side-part .heading {
    font-size: 50px;
    line-height: 60px;
}

.How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .left-side-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    position: relative;
    margin-top: 30px;
}

.advantage-section.key-features-of-our-section .main-box-advantages .advantage-content .col-lg-6:first-child {
    border-right: 1px solid #CEDDEC;
}

.our-adaptive-operating-model-section.thank-you-pages {
    padding: 60px 100px;
    background-color: #e4f1ff;
}

.our-adaptive-operating-model-section.thank-you-pages .left-side-part {
    display: flex;
    align-items: center;
    height: 100%;
}

.our-adaptive-operating-model-section.thank-you-pages .left-side-part p {
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 40px;
}

.oprations-section.error-page-section .proccess-of-oprations .common-part {
    text-align: center;
    padding: 50px 30px;
}

.oprations-section.error-page-section .proccess-of-oprations .common-part .heading {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
}

.oprations-section.error-page-section .proccess-of-oprations .common-part .sub-heading {
    font-weight: 700;
    font-family: "Manrope", serif;
    font-size: 20px;
    line-height: 24px;
    color: #082e72;
    text-align: center;
}

.oprations-section.error-page-section .proccess-of-oprations .common-part p {
    text-align: center;
    margin-bottom: 40px;
}

.oprations-section.error-page-section .proccess-of-oprations .common-part .button-part {
    text-align: center;
}

/******************** ***************/
@media screen and (max-width:1600px) {
    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part .heading {
        font-size: 34px;
        line-height: 45px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part {
        padding: 40px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part {
        width: 590px;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations .common-part {
        text-align: left;
        padding: 30px;
    }

    .oprations-section.tools-partnerships-section .top-banner img {
        height: 87vh;
    }

    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 26px;
        line-height: 35px;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul li {
        font-size: 16px;
        line-height: 25px;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul li strong {
        font-size: 16px;
    }

    .oprations-section .proccess-of-oprations .heading-part .heading {
        font-size: 40px;
        line-height: 52px;
    }

    .oprations-section.key-metrics-section.location-facilities-section .proccess-of-oprations .common-part .heading {
        font-size: 58px;
        line-height: 58px;
    }

    .oprations-section.key-metrics-section.socaas-number .proccess-of-oprations .common-part .heading {
        font-size: 78px;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .left-side-part .heading {
        font-size: 45px;
        line-height: 52px;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        height: 88vh;
    }
}

@media(max-width:1366px) {
}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header .contact-link {
        width: 129px;
    }

    .header .contact-link a {
        padding: 10px 12px;
    }

    /* 

    .heading {

        font-size: 60px;

        line-height: 78px;

    } */
    .hero-section .left-side-part {
        padding-left: 71px;
        margin-top: 63px;
    }

    .hero-section .video-part video {
        height: 549px;
    }

    .How-can-we-help-you {
        padding: 100px 60px;
    }

    .How-can-we-help-you .col-lg-3 {
        padding: 0 30px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li {
        padding: 30px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li .content-text {
        font-size: 22px;
        line-height: 34px;
    }

    .domain-expertise-section {
        padding: 100px 40px;
    }

    .domain-expertise-section .left-side-part {
        padding-right: 50px;
    }

    .oprations-section .proccess-of-oprations .heading-part .heading {
        font-size: 23px;
        line-height: 36px;
    }

    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 35px;
        line-height: 48px;
    }

    .oprations-section .proccess-of-oprations .heading-part {
        padding: 77px 18px;
    }

    .oprations-section .proccess-of-oprations .common-part {
        padding: 77px 18px;
    }

    .oprations-section .proccess-of-oprations {
        padding-right: 0;
        margin-right: 50px;
    }

    .lets-contact-section {
        padding: 100px 40px;
    }

    footer {
        padding: 0 41px;
    }

    footer .col-lg-4 {
        padding: 85px 40px;
    }

    footer .righ-footer-part {
        padding: 85px 0 0;
    }

    footer .left-side-part .footer-logo {
        margin-bottom: 125px;
    }

    footer .righ-footer-part .direct-links {
        padding: 0 20px;
    }

    footer .righ-footer-part .copy-right {
        padding: 37px 21px;
    }

    .ai-enabled-network-operations {
        padding: 100px 20px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part .heading {
        font-size: 24px;
        line-height: 33px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part p {
        margin-bottom: 10px;
    }

    .why-choose-our-ai-enabled-noc .big-image img {
        height: 70vh;
    }

    .why-choose-our-ai-enabled-noc .big-image {
        margin-right: 60px;
    }

    .How-can-we-help-you.key-capabilities-section .services-list .content-part h4 {
        font-size: 27px;
    }

    .our-adaptive-operating-model-section {
        padding: 0 20px 100px;
    }

    .our-adaptive-operating-model-section .left-side-part {
        padding-right: 0;
    }

    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 23px;
        line-height: 35px;
    }

    .oprations-section.tools-partnerships-section .top-banner img {
        height: 100vh;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul {
        margin-top: 20px;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .common-part .heading {
        font-size: 66px;
        line-height: 66px;
    }

    .oprations-section.key-metrics-section {
        padding: 100px 60px;
    }

    .ready-to-transform-section {
        padding: 100px 60px;
    }

    .ready-to-transform-section .heading {
        font-size: 41px;
        line-height: 57px;
    }

    .company-overview-section .right-side-part {
        padding-left: 30px;
        padding-right: 60px;
    }

    .oprations-section.location-facilities-section .proccess-of-oprations .common-part {
        padding: 50px 20px;
    }

    .oprations-section.key-metrics-section.location-facilities-section .proccess-of-oprations .common-part .heading {
        font-size: 39px;
        line-height: 58px;
    }

    .advisory-services-section {
        padding: 100px 40px;
    }

    .cloud-advisory-services-section {
        padding-bottom: 0;
    }

    .How-can-we-help-you.key-components-multi {
        padding: 100px 25px;
    }

    .How-can-we-help-you.key-capabilities-section .col-lg-4, .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        padding: 20px;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .left-side-part .heading {
        font-size: 39px;
        line-height: 51px;
    }

    .main-services-slider .slick-arrow.slick-prev {
        left: 4%;
    }

    .main-services-slider .slick-arrow.slick-next {
        left: 10%;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        height: 79vh;
    }

    .main-services-slider .slick-arrow {
        bottom: 13%;
    }

    .main-services-slider .slick-arrow {
        bottom: 19%;
    }

    .heading {
        font-size: 48px;
        line-height: 66px;
    }

    .How-can-we-help-you .services-list .content-part h4 {
        font-size: 25px;
        line-height: 34px;
    }

    .domain-expertise-section .right-side-part ul li .right-side-part1 h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .ready-to-transform-section .heading {
        font-size: 36px;
        line-height: 52px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part .heading {
        font-size: 27px;
        line-height: 35px;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .common-part .heading {
        font-size: 53px;
        line-height: 54px;
    }

    .oprations-section.key-metrics-section.socaas-number .proccess-of-oprations .common-part .heading {
        font-size: 57px;
    }

    .ai-enabled-network-operations .left-side .tab-part a {
        font-size: 22px;
    }
}

@media screen and (min-width:1361px) and (max-width:1366px) {
}

@media screen and (min-width:1431px) and (max-width:1440px) {
}

@media (max-width:1280px) {
    .header .contact-link {
        width: 129px;
    }

    .header .contact-link a {
        padding: 10px 12px;
    }

    .header .contact-link a span {
        font-size: 14px;
    }

    .heading {
        font-size: 60px;
        line-height: 78px;
    }

    .hero-section .left-side-part {
        padding-left: 71px;
        margin-top: 63px;
    }

    .hero-section .video-part video {
        height: 549px;
    }

    .How-can-we-help-you {
        padding: 100px 60px;
    }

    .How-can-we-help-you .col-lg-3 {
        padding: 0 30px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li {
        padding: 30px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li .content-text {
        font-size: 22px;
        line-height: 34px;
    }

    .domain-expertise-section {
        padding: 100px 40px;
    }

    .domain-expertise-section .left-side-part {
        padding-right: 50px;
    }

    .oprations-section .proccess-of-oprations .heading-part .heading {
        font-size: 23px;
        line-height: 36px;
    }

    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 35px;
        line-height: 48px;
    }

    .oprations-section .proccess-of-oprations .heading-part {
        padding: 77px 18px;
    }

    .oprations-section .proccess-of-oprations .common-part {
        padding: 77px 18px;
    }

    .oprations-section .proccess-of-oprations {
        padding-right: 0;
        margin-right: 50px;
    }

    .lets-contact-section {
        padding: 100px 40px;
    }

    footer {
        padding: 0 41px;
    }

    footer .col-lg-4 {
        padding: 85px 40px;
    }

    footer .righ-footer-part {
        padding: 85px 0 0;
    }

    footer .left-side-part .footer-logo {
        margin-bottom: 125px;
    }

    footer .righ-footer-part .direct-links {
        padding: 0 20px;
    }

    footer .righ-footer-part .copy-right {
        padding: 37px 21px;
    }

    .ai-enabled-network-operations {
        padding: 100px 20px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part .heading {
        font-size: 24px;
        line-height: 33px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part p {
        margin-bottom: 10px;
    }

    .why-choose-our-ai-enabled-noc .big-image img {
        height: 70vh;
    }

    .why-choose-our-ai-enabled-noc .big-image {
        margin-right: 60px;
    }

    .How-can-we-help-you.key-capabilities-section .services-list .content-part h4 {
        font-size: 27px;
    }

    .our-adaptive-operating-model-section {
        padding: 0 20px 100px;
    }

    .our-adaptive-operating-model-section .left-side-part {
        padding-right: 0;
    }

    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 25px;
        line-height: 35px;
    }

    .oprations-section.tools-partnerships-section .top-banner img {
        height: 100vh;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul {
        margin-top: 20px;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .common-part .heading {
        font-size: 66px;
        line-height: 66px;
    }

    .oprations-section.key-metrics-section {
        padding: 100px 60px;
    }

    .ready-to-transform-section {
        padding: 100px 60px;
    }

    .ready-to-transform-section .heading {
        font-size: 41px;
        line-height: 57px;
    }

    .company-overview-section .right-side-part {
        padding-left: 30px;
        padding-right: 60px;
    }

    .oprations-section.location-facilities-section .proccess-of-oprations .common-part {
        padding: 50px 20px;
    }

    .oprations-section.key-metrics-section.location-facilities-section .proccess-of-oprations .common-part .heading {
        font-size: 39px;
        line-height: 58px;
    }

    .advisory-services-section {
        padding: 100px 40px;
    }

    .cloud-advisory-services-section {
        padding-bottom: 0;
    }

    .How-can-we-help-you.key-components-multi {
        padding: 100px 25px;
    }

    .How-can-we-help-you.key-capabilities-section .col-lg-4, .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        padding: 20px;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .left-side-part .heading {
        font-size: 39px;
        line-height: 51px;
    }

    .main-services-slider .slick-arrow.slick-prev {
        left: 4%;
    }

    .main-services-slider .slick-arrow.slick-next {
        left: 10%;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        height: 79vh;
    }

    .main-services-slider .slick-arrow {
        bottom: 13%;
    }

    .main-services-slider .slick-arrow {
        bottom: 19%;
    }

    .heading {
        font-size: 48px;
        line-height: 66px;
    }

    .How-can-we-help-you .services-list .content-part h4 {
        font-size: 25px;
        line-height: 34px;
    }

    .domain-expertise-section .right-side-part ul li .right-side-part1 h3 {
        font-size: 22px;
        line-height: 35px;
    }

    .ready-to-transform-section .heading {
        font-size: 36px;
        line-height: 52px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part .heading {
        font-size: 27px;
        line-height: 35px;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .common-part .heading {
        font-size: 53px;
        line-height: 54px;
    }

    .oprations-section.key-metrics-section.socaas-number .proccess-of-oprations .common-part .heading {
        font-size: 57px;
    }

    .ai-enabled-network-operations .left-side .tab-part a {
        font-size: 22px;
    }
}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header-main {
        padding: 17px 34px;
    }

    .header .logo {
        width: 170px;
    }

    .header .contact-link a span {
        font-size: 13px;
    }

    .header .contact-link {
        width: 129px;
    }

    .header .contact-link a {
        padding: 10px 12px;
    }

    .hero-section .left-side-part {
        padding-left: 52px;
        margin-top: 39px;
    }

    .heading {
        font-size: 57px;
        line-height: 79px;
    }

    .hero-section .video-part video {
        height: 560px;
    }

    .How-can-we-help-you {
        padding: 100px 54px;
    }

    .How-can-we-help-you .col-lg-3 {
        padding: 0 30px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li {
        padding: 20px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li .content-text {
        font-size: 20px;
        line-height: 32px;
    }

    .advantage-section .main-box-advantages .right-side-part {
        padding: 40px 0 40px 40px;
    }

    .domain-expertise-section {
        padding: 100px 40px;
    }

    .domain-expertise-section .left-side-part {
        padding-right: 50px;
    }

    .oprations-section .proccess-of-oprations .heading-part .heading {
        font-size: 23px;
        line-height: 36px;
    }

    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 35px;
        line-height: 48px;
    }

    .oprations-section .proccess-of-oprations .heading-part {
        padding: 77px 18px;
    }

    .oprations-section .proccess-of-oprations .common-part {
        padding: 77px 18px;
    }

    .oprations-section .proccess-of-oprations {
        padding-right: 0;
        margin-right: 50px;
    }

    .lets-contact-section {
        padding: 100px 40px;
    }

    footer {
        padding: 0 41px;
    }

    footer .col-lg-4 {
        padding: 85px 40px;
    }

    footer .righ-footer-part {
        padding: 85px 0 0;
    }

    footer .left-side-part .footer-logo {
        margin-bottom: 125px;
    }

    footer .righ-footer-part .direct-links {
        padding: 0 20px;
    }

    footer .righ-footer-part .copy-right {
        padding: 37px 21px;
    }

    .ai-enabled-network-operations {
        padding: 100px 20px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part .heading {
        font-size: 24px;
        line-height: 33px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part p {
        margin-bottom: 10px;
    }

    .why-choose-our-ai-enabled-noc .big-image img {
        height: 70vh;
    }

    .why-choose-our-ai-enabled-noc .big-image {
        margin-right: 60px;
    }

    .How-can-we-help-you.key-capabilities-section .services-list .content-part h4 {
        font-size: 27px;
    }

    .our-adaptive-operating-model-section {
        padding: 0 20px 100px;
    }

    .our-adaptive-operating-model-section .left-side-part {
        padding-right: 0;
    }

    .oprations-section .proccess-of-oprations .common-part .heading {
        font-size: 25px;
        line-height: 35px;
    }

    .oprations-section.tools-partnerships-section .top-banner img {
        height: 100vh;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul {
        margin-top: 20px;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .common-part .heading {
        font-size: 66px;
        line-height: 66px;
    }

    .oprations-section.key-metrics-section {
        padding: 100px 60px;
    }

    .ready-to-transform-section {
        padding: 100px 60px;
    }

    .ready-to-transform-section .heading {
        font-size: 41px;
        line-height: 57px;
    }

    .ai-enabled-network-operations .left-side .heading br {
        display: none;
    }

    .map-and-contact-info .contact-info-location {
        width: 355px;
    }

    .company-overview-section .right-side-part {
        padding-left: 30px;
        padding-right: 60px;
    }

    .oprations-section.location-facilities-section .proccess-of-oprations .common-part {
        padding: 50px 20px;
    }

    .oprations-section.key-metrics-section.location-facilities-section .proccess-of-oprations .common-part .heading {
        font-size: 39px;
        line-height: 58px;
    }

    .advisory-services-section {
        padding: 100px 40px;
    }

    .cloud-advisory-services-section {
        padding-bottom: 0;
    }

    .How-can-we-help-you.key-components-multi {
        padding: 100px 25px;
    }

    .How-can-we-help-you.key-capabilities-section .col-lg-4, .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        padding: 20px;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .left-side-part .heading {
        font-size: 33px;
        line-height: 42px;
    }

    .main-services-slider .slick-arrow.slick-prev {
        left: 4%;
    }

    .main-services-slider .slick-arrow.slick-next {
        left: 10%;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        height: 79vh;
    }

    .main-services-slider .slick-arrow {
        bottom: 19%;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2)  and (orientation:portrait) {
    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        height: 41vh;
    }
}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .menu .menu-item a {
        padding: 10px 7px;
    }

    .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu {
        padding: 0;
        width: auto;
        left: 0;
        position: relative;
        display: block;
    }

    .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu span {
        font-size: 16px;
        color: #fff;
        padding: 18px;
    }

    .header .menu .menu-item.main-big-navigation .sub-menu.main-sub-menu .menu-item.sub-to-submenu {
        width: auto;
        padding: 0;
    }

    .header .logo.mobile-logo {
        display: block;
        margin-left: 18px;
    }

    .header .close-nav-menu, .header .open-nav-menu {
        margin-right: 10px;
    }

    .header .menu {
        width: auto;
        display: block;
    }

    .header .nav-menu {
        width: 76%;
        display: block;
    }

    .header .menu .menu-item a .plus {
        margin-right: 24px;
    }

    .header .menu .menu-item a .plus img {
        display: none;
    }

    .header .menu>.menu-item>a .plus {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: 6px;
        transform: rotate(45deg);
    }

    .header .open-nav-menu span, .header .open-nav-menu span:before, .header .open-nav-menu span:after {
        background-color: #fff;
    }

    .header.fixed .open-nav-menu span, .header.fixed .open-nav-menu span:before, .header.fixed .open-nav-menu span:after {
        background-color: #000;
    }

    .header-main {
        padding: 17px 0;
    }

    .hero-section {
        padding: 139px 15px 0;
    }

    .hero-section .left-side-part {
        padding-left: 0;
        margin-top: 0;
    }

    .heading {
        font-size: 41px;
        line-height: 54px;
    }

    .hero-section .video-part {
        padding-left: 0;
        margin-top: 40px;
    }

    .hero-section .video-part video {
        height: 375px;
    }

    .hero-section:before {
        width: 100%;
    }

    .How-can-we-help-you {
        padding: 100px 15px;
    }

    .How-can-we-help-you .col-lg-3 {
        margin-bottom: 40px;
        padding-left: 0;
    }

    .How-can-we-help-you .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .advantage-section .main-box-advantages {
        margin-top: 0;
    }

    .advantage-section .main-box-advantages .right-side-part {
        padding: 60px 15px 100px;
    }

    .domain-expertise-section {
        padding: 100px 15px;
    }

    .domain-expertise-section .left-side-part {
        padding-right: 0;
        margin-bottom: 40px;
    }

    /* .domain-expertise-section .right-side-part .col-lg-2 {

        width: 20%;

    }



    .domain-expertise-section .right-side-part .col-lg-10 {

        width: 80%;

    } */
    .domain-expertise-section .right-side-part ul li .right-side-part1 {
        padding-left: 0;
    }

    .domain-expertise-section .right-side-part ul li .right-side-part1 h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .oprations-section .proccess-of-oprations {
        padding-right: 0;
        margin-right: 0;
    }

    .oprations-section .proccess-of-oprations .heading-part {
        padding: 43px 18px;
    }

    .oprations-section .proccess-of-oprations .col-lg-3 {
        border-right: 0;
        border-bottom: 1px solid #CEDDEC;
    }

    .oprations-section .proccess-of-oprations .heading-part .heading:before {
        width: 20px;
        top: 16px;
    }

    .oprations-section .proccess-of-oprations .common-part {
        padding: 30px 15px;
        text-align: left;
    }

    .lets-contact-section {
        padding: 100px 15px;
    }

    .oprations-section .proccess-of-oprations .common-part p {
        margin-top: 10px;
        font-size: 16px;
    }

    .lets-contact-section .right-side-form {
        padding-left: 0;
        margin-top: 40px;
    }

    .domain-expertise-section .right-side-part .expertise-option ul li {
        padding: 20px;
        width: 37%;
        text-align: center;
        padding: 20px;
        height: 208px;
    }

    footer {
        padding: 0;
    }

    footer .col-lg-4 {
        padding: 85px 15px;
    }

    footer .left-side-part .footer-logo {
        margin-bottom: 40px;
    }

    footer .righ-footer-part {
        padding: 0px 0 0;
    }

    footer .righ-footer-part .row .col-lg-4 {
        width: 100%;
        margin-bottom: 24px;
    }

    footer .righ-footer-part .row .col-lg-4:last-child {
        margin-bottom: 0;
    }

    footer .righ-footer-part .copy-right {
        padding: 30px 15px;
        text-align: center;
    }

    .domain-expertise-section .right-side-part .icon img {
        display: inline-block;
        width: 50px;
    }

    .domain-expertise-section .right-side-part .expertise-option ul li:first-child {
        padding-top: 20px;
    }

    .domain-expertise-section .right-side-part .expertise-option ul li:last-child {
        padding-bottom: 20px;
    }

    .ai-enabled-network-operations {
        padding: 60px 15px;
    }

    .ai-enabled-network-operations .col-lg-3, .ai-enabled-network-operations .col-lg-9 {
        padding: 0;
    }

    .ai-enabled-network-operations .right-side-banner {
        margin-top: 40px;
    }

    .ai-enabled-network-operations .right-side-banner .heading {
        font-size: 36px;
        line-height: 45px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part {
        width: auto;
        padding: 40px 30px;
        position: static;
    }

    .why-choose-our-ai-enabled-noc .big-image img {
        height: 300px;
    }

    .why-choose-our-ai-enabled-noc.mobile-view-position .big-image img {
        object-position: right;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part {
        padding: 0;
    }

    .why-choose-our-ai-enabled-noc .big-image {
        margin-right: 0;
    }

    .How-can-we-help-you .heading-part {
        margin-bottom: 52px;
    }

    .How-can-we-help-you.key-capabilities-section  .col-lg-4 {
        padding: 18px;
        margin-bottom: 20px;
    }

    .How-can-we-help-you.key-capabilities-section  .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .How-can-we-help-you.key-capabilities-section .heading-part {
        margin-bottom: 30px;
    }

    .our-adaptive-operating-model-section {
        padding: 0 15px 100px;
    }

    .our-adaptive-operating-model-section .col-lg-6 {
        padding: 0;
    }

    .our-adaptive-operating-model-section .left-side-part .sub-heading {
        font-size: 22px;
        line-height: 30px;
    }

    .our-adaptive-operating-model-section .right-side-part {
        height: auto;
        margin-top: 40px;
    }

    .our-adaptive-operating-model-section .right-side-part img {
        height: auto;
    }

    .oprations-section.tools-partnerships-section .top-banner img {
        height: 400px;
    }

    .oprations-section.key-metrics-section {
        padding: 100px 15px;
    }

    .oprations-section.tools-partnerships-section.vision-and-mission-section .proccess-of-oprations {
        position: static;
        transform: none;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .col-lg-4 {
        border-right: 0;
        border-bottom: 1px solid #CEDDEC;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .col-lg-4:last-child {
        border-bottom: 0;
    }

    .ready-to-transform-section {
        padding: 60px 15px;
    }

    .ready-to-transform-section .col-lg-12 {
        padding: 0;
    }

    .How-can-we-help-you .heading-part br {
        display: none;
    }

    .ready-to-transform-section .heading {
        margin-bottom: 30px;
    }

    .ready-to-transform-section .button-part a {
        line-height: 36px;
    }

    .ready-to-transform-section .button-part a span {
        font-size: 21px;
    }

    .map-and-contact-info .contact-info-location {
        width: auto;
        position: static;
    }

    .ai-enabled-network-operations .left-side .heading br {
        display: none;
    }

    .map-and-contact-info iframe {
        height: 400px;
    }

    .map-and-contact-info .contact-info-location .contact-logo {
        margin-bottom: 30px;
    }

    .company-overview-section {
        padding: 0 15px;
    }

    .company-overview-section .col-lg-6 {
        padding: 0;
    }

    .company-overview-section .right-side-part {
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px;
    }

    .company-overview-section .right-side-part .heading {
        font-size: 38px;
        font-weight: 500;
        line-height: 48px;
    }

    .How-can-we-help-you.key-capabilities-section.our-focus-section .col-lg-6 {
        padding: 25px;
    }

    .hero-section .left-side-part .heading {
        margin-bottom: 20px;
    }

    .hero-section .left-side-part .heading br {
        display: none;
    }

    .How-can-we-help-you .col-lg-3 {
        padding: 0;
    }

    .How-can-we-help-you .services-list .image-part .mobile-text {
        display: block;
    }

    .How-can-we-help-you .services-list .content-part .dektop-text {
        display: none;
    }

    .How-can-we-help-you .services-list .image-part {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .How-can-we-help-you .services-list .image-part img {
        width: 30%;
    }

    .How-can-we-help-you .services-list .image-part .mobile-text {
        width: 70%;
        padding-left: 20px;
    }

    .How-can-we-help-you .services-list .image-part .mobile-text strong {
        display: block;
        color: #216ddb;
        font-family: "Beatrice TRIAL", Sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 20px;
    }

    .How-can-we-help-you .services-list .image-part .mobile-text h4 {
        color: #082e72;
        font-family: "Beatrice TRIAL", Sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .How-can-we-help-you .solutions-slider .slick-arrow {
        top: auto;
        transform: none;
        width: 30px;
        height: 30px;
        bottom: -20px;
    }

    .How-can-we-help-you .solutions-slider .slick-arrow.slick-prev {
        left: 30%;
    }

    .How-can-we-help-you .solutions-slider .slick-arrow.slick-next {
        right: 30%;
    }

    .How-can-we-help-you .solutions-slider .slick-arrow.slick-prev:before {
        font-size: 30px;
    }

    .How-can-we-help-you .solutions-slider .slick-arrow.slick-prev {
        right: 0;
    }

    .How-can-we-help-you .solutions-slider .slick-arrow.slick-next:before {
        font-size: 30px;
    }

    .advantage-section img {
        height: 400px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li {
        padding: 20px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li .content-text strong {
        margin-bottom: 0;
    }

    .oprations-section .top-banner img {
        height: 300px;
    }

    .oprations-section .proccess-of-oprations .heading-part .heading {
        font-size: 40px;
        line-height: 52px;
    }

    .oprations-section .proccess-of-oprations .heading-part {
        padding: 30px 15px;
    }

    .header.header-new .open-nav-menu span, .header.header-new .open-nav-menu span:before, .header.header-new .open-nav-menu span:after {
        background-color: #000;
    }

    .header.header-new .menu .menu-item a, .header .menu .menu-item a {
        color: #fff;
    }

    .header.header-new .menu .menu-item a .plus, .header .menu .menu-item a .plus {
        border-color: #fff;
    }

    .oprations-section.key-metrics-section .proccess-of-oprations .common-part {
        text-align: center;
    }

    .our-adaptive-operating-model-section.how-we-operate-section {
        padding-bottom: 100px;
        padding-top: 0;
    }

    .lets-contact-section.contact-page-section {
        padding: 0 15px 100px;
    }

    .lets-contact-section .left-side-part .contact-info-location {
        padding: 30px;
        margin-bottom: 40px;
    }

    .How-can-we-help-you .services-list a {
        display: flex;
        align-items: start;
    }

    .How-can-we-help-you .services-list .image-part {
        width: 30%;
        margin-bottom: 0;
    }

    .How-can-we-help-you .services-list .image-part img {
        width: auto;
    }

    .How-can-we-help-you .services-list .content-part {
        width: 70%;
        padding-left: 20px;
    }

    .How-can-we-help-you .services-list .image-part .mobile-text {
        display: none;
    }

    .How-can-we-help-you .services-list .content-part .dektop-text {
        display: block;
    }

    .How-can-we-help-you .services-list .content-part h4 {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 7px;
    }

    .How-can-we-help-you .services-list .content-part p {
        margin-bottom: 13px;
        font-size: 16px;
    }

    .header.fixed .menu .menu-item a {
        color: #fff;
    }

    .header.fixed .menu>.menu-item>a .plus {
        border-color: #fff;
    }

    .How-can-we-help-you.key-capabilities-section.our-focus-section .col-lg-6:first-child {
        border-right: 1px solid #CEDDEC;
    }

    .How-can-we-help-you .services-list .content-part {
        width: auto;
        padding-left: 0;
    }

    .How-can-we-help-you.key-capabilities-section.our-focus-section .col-lg-6 {
        margin-bottom: 20px;
    }

    .How-can-we-help-you.key-capabilities-section.our-focus-section .col-lg-6:last-child {
        margin-bottom: 0;
    }

    .How-can-we-help-you.key-capabilities-section .col-lg-4:nth-child(1), .How-can-we-help-you.key-capabilities-section .col-lg-4:nth-child(2) {
        border-right: 1px solid #CEDDEC;
    }

    .How-can-we-help-you .solutions-slider .services-list .content-part {
        padding-left: 20px;
    }

    .vision-and-mission-section {
        padding: 100px 15px;
        height: auto;
    }

    .cloud-advisory-services-section {
        padding-bottom: 0;
        padding: 60px 0 0;
    }

    .cloud-advisory-services-section .heading {
        padding: 0 15px;
    }

    .ai-enabled-network-operations.cloud-advisory-services-section .left-side .tab-part {
        display: flex;
    }

    .ai-enabled-network-operations.cloud-advisory-services-section .left-side .tab-part a {
        margin-right: 0;
        padding: 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .main-services-slider .advisory-services-section {
        padding: 100px 15px;
    }

    .advisory-services-section .content-part {
        padding-right: 0;
    }

    .main-services-slider .slick-arrow {
        top: 18px;
        bottom: auto;
    }

    .main-services-slider .slick-arrow.slick-next {
        left: auto;
        right: 17px;
    }

    .main-services-slider .slick-arrow.slick-prev.slick-prev {
        right: 78px;
        left: auto;
    }

    .main-services-slider .slick-arrow.slick-prev.slick-prev {
        right: 80px;
    }

    .cloud-advisory-services-section.web-sticky .left-side {
        padding: 20px 0 0;
    }

    .advisory-services-section {
        padding: 100px 15px;
    }

    .main-services-slider .advisory-services-section.new-advisory-format {
        padding: 0;
    }

    .How-can-we-help-you.key-components-multi.key-components-multi1 {
        padding: 100px 15px;
    }

    .cloud-advisory-services-section.web-sticky {
        top: 56px;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .left-side-part .heading {
        font-size: 34px;
        line-height: 45px;
    }

    .How-can-we-help-you.key-capabilities-section.key-components-multi.key-components-multi1 .col-lg-4:nth-child(1) {
        height: auto;
    }

    .main-services-slider .slick-arrow.slick-next {
        left: auto;
    }

    .advantage-section .main-box-advantages .advantage-content ul li .content-text {
        font-size: 16px;
        line-height: 28px;
    }

    .advantage-section .main-box-advantages .advantage-content ul li .content-text strong {
        font-size: 22px;
    }

    .advantage-section .main-box-advantages .right-side-part p {
        font-size: 16px;
    }

    .why-choose-our-ai-enabled-noc .top-content-part .center-part p {
        font-size: 16px;
    }

    .How-can-we-help-you.key-capabilities-section .services-list .content-part ul li {
        font-size: 16px;
    }

    .our-adaptive-operating-model-section .left-side-part ul li, .our-adaptive-operating-model-section .left-side-part ul li {
        font-size: 16px;
    }

    .our-adaptive-operating-model-section .left-side-part ul li .sub-pointer li strong {
        font-size: 16px;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations {
        position: static;
    }

    .oprations-section.tools-partnerships-section.bg-blue-vector {
        height: auto;
        padding: 200px 10px 0;
    }

    .oprations-section.tools-partnerships-section .proccess-of-oprations .common-part ul li {
        color: #000;
    }

    .why-choose-our-ai-enabled-noc.benefits-of-smcc .top-content-part .center-part ul li {
        font-size: 16px;
    }

    .How-can-we-help-you.key-capabilities-section .services-list .content-part h4 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .advantage-section.key-features-of-our-section .main-box-advantages .right-side-part {
        padding: 60px 15px 60px;
        border-bottom: 1px solid #CEDDEC;
    }

    .advantage-section.key-features-of-our-section .main-box-advantages .advantage-content .col-lg-6:first-child {
        border-right: 0;
    }

    .smcc-non-smcc-practices-section {
        padding: 100px 15px;
    }

    .ready-to-transform-section .heading br {
        display: none;
    }

    .ready-to-transform-section.ready-to-transform-section1 .button-part {
        margin-top: 30px;
    }

    .ready-to-transform-section.ready-to-transform-section1 .button-part a {
        padding: 20px 21px;
    }

    .our-adaptive-operating-model-section.thank-you-pages {
        padding: 100px 15px;
    }

    .oprations-section.error-page-section {
        height: auto;
    }

    .header .menu .menu-item a.active, .header .menu .menu-item a.active1 {
        background: #082e72;
        color: #fff;
        transition: 0.25s alllinear;
    }

    .open-menupart .sub-menu {
        min-height: 142px;
    }

    .open-menupart:nth-child(3) .sub-menu {
        min-height: 190px;
    }

    .open-menupart1 .sub-menu {
        min-height: 190px;
    }

    .lets-contact-section .right-side-form .button-part .button12 {
        width: 100%;
    }

    .header .menu .menu-item .sub-menu .menu-item.active a {
        color: #f5d90c;
    }

}

/*1023 end*/
@media only screen and (min-device-width:800px) and (max-device-width:820px) {
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
}

@media(max-width:768px) {
}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }
}