    @import url(../fonts/fonts.css);
    * {
        scrollbar-width: thin;
        scrollbar-color: #b1b1b1 #f5f5f5;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    *::-webkit-scrollbar {
        width: 9px;
    }
    
    *::-webkit-scrollbar-track {
        background: #f5f5f5;
    }
    
    *::-webkit-scrollbar-thumb {
        background-color: #b1b1b1;
        border-radius: 20px;
        border: 1px solid #f5f5f5;
    }
    
    html {
        scroll-behavior: initial;
    }
    
    html,
    body {
        /* min-height: 100%; */
        min-height: 100vh;
        height: auto;
    }
    
    html {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: transparent;
        -webkit-text-size-adjust: 100%;
    }
    
    body {
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 16px;
        line-height: 1.6;
        font-family: 'Gotham-Book';
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        overflow-y: auto;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        margin-bottom: 1.5rem;
        margin-top: 0;
    }
    
    h1,
    .h1 {
        font-size: 44px;
    }
    
    h2,
    .h2 {
        font-size: 42px;
    }
    
    h3,
    .h3 {
        font-size: 40px;
    }
    
    h4,
    .h4 {
        font-size: 28px;
    }
    
    h5,
    .h5 {
        font-size: 24px;
    }
    
    h6,
    .h6 {
        font-size: 20px;
    }
    
    .bold {
        font-weight: 700;
    }
    
    .medium {
        font-weight: 500;
    }
    
    .regular {
        font-weight: 400;
    }
    
    .lightfont {
        font-weight: 300;
    }
    
    p {
        font-size: 16px;
        margin: 0;
        margin-bottom: 1.2rem;
        color: #000;
    }
    
    p:last-of-type {
        margin-bottom: 0;
    }
    
    a {
        text-decoration: none;
        -webkit-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    hr {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }
    
    pre {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    
    a {
        background-color: transparent;
    }
    
    abbr[title] {
        border-bottom: 0;
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    
    b,
    strong {
        font-weight: bolder;
    font-family: 'gotham-book';
    }
    
    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    
    small {
        font-size: 80%;
    }
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    sup {
        top: -0.5em;
    }
    
    img {
        border-style: none;
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;
        font-size: 100%;
        margin: 0;
    }
    
    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
        -webkit-appearance: button;
        border: none;
    }
    
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
    
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }
    
    legend {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
    }
    
    progress {
        vertical-align: baseline;
    }
    
    textarea {
        overflow: auto;
        resize: none;
    }
    
    [type="checkbox"],
    [type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
    
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }
    
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
     ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }
    
    select,
    input {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }
    
    a:hover,
    a:focus,
    button,
    button:hover,
    button:focus,
    input:focus,
    textarea:focus,
    select:focus {
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    input:-webkit-autofill {
        background-color: #fff !important;
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        -webkit-transition-property: #fff !important;
        /*     background-clip: content-box; */
    }
    
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #000;
        background-color: transparent !important;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        -webkit-transition: background-color 500000s ease-in-out 0s !important;
        transition: background-color 500000s ease-in-out 0s !important;
    }
    
    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    details {
        display: block;
    }
    
    summary {
        display: list-item;
    }
    
    template {
        display: none;
    }
    
    [hidden] {
        display: none;
    }
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
    }
    
    button {
        cursor: pointer;
    }
    
    label {
        margin-bottom: 1rem;
    }
    
    code,
    pre {
        font-family: "SFMono-Regular", "SF Mono", "Ubuntu Mono", "Consolas", "DejaVu Sans Mono", "Menlo", monospace;
    }
    
    .list-tyle-none {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .middle {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    
    .textCenter {
        text-align: center;
    }
    
    .textUpercase {
        text-transform: uppercase;
    }
    
    .full_width {
        width: 100%;
    }
    
    .common-Heading {
        font-size: 32px;
    }
    
    .common-Btn {}
    /**** Common CSS End****/
    
    .headerMain {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9;
        background-color: #051059;
        -webkit-transition: 0.2s cubic-bezier(0, 0, 1, -0.01);
        -o-transition: 0.2s cubic-bezier(0, 0, 1, -0.01);
        transition: 0.2s cubic-bezier(0, 0, 1, -0.01);
    }
    
    .headerInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .mainLogo a {
        display: block;
    }
    
    .mainLogo img {
        height: 88px;
        padding: 5px 0;
    }
    
    .menuHolder .manuInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
    
    .menuHolder .manuInner li {
        margin: 0 35px;
        padding: 27px 0 27px;
        position: relative;
		max-width:250px;
    }
    
    .menuHolder .manuInner li:first-child {
        margin-left: 0;
    }
    
    .menuHolder .manuInner li:last-child {
        margin-right: 0;
    }
    
    .menuHolder .manuInner a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 8px 0px;
    }
    
    .menuHolder .manuInner .sub-menu li a {
        background: transparent;
    }
    
    .menuIcon {
        position: relative;
        width: 28px;
        height: 21px;
        display: none;
        cursor: pointer;
        margin-left: auto;
    }
    
    .menuIcon span {
        position: relative;
        width: 100%;
        height: 3px;
        display: block;
        background: #fff;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    
    .menuIcon span:nth-child(2) {
        margin: 6px 0;
        margin-left: auto;
    }
    
    .heroBanner {
        position: relative;
    }
    
    .heroBanner .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .heroBanner .slick-dots li {
        margin: 0 6px;
    }
    
    .heroBanner .slick-dots li {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background-color: #051059;
        text-indent: -99999px;
        display: inline-block;
        -webkit-appearance: none;
        cursor: pointer;
    }
    
    .heroBanner .slick-dots li.slick-active {
        background-color: #fff;
    }
    
    .public_private_tasks {
        /* background-image: url(../images/CupPicture.jpg); */
/*         padding: 70px 0; */
		 padding: 160px 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .parallax-content_text {
        text-align: center;
        margin: auto;
    }
    
    .parallax-content_text h3 {
        color: #fff;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 2px;
        font-family: 'gotham-medium';
        margin-bottom: 0;
    }
    
    .parallax-content_text p {
        color: #fff;
        font-size: 18px;
        padding: 44px 0;
    }
    
    .parallax-content_text p {
        color: #fff;
    }
    
    .common-Btn {
        padding: 16px 40px;
        background-color: #051059;
        font-size: 16px;
        color: #fff;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        border: 1px solid #051059;
        font-family: gotham-bold;
        display: inline-block;
        letter-spacing: 0.9px;
    }
    
    .button_line {
        margin-top: 30px;
        display: inline-block;
    }
    
    .resourses {
        text-align: center;
        padding: 70px 0 140px 0;
        background-color: #ced5d8;
    }
    
    .india_img {
        background-color: #fff;
        max-width: 357px;
        margin: auto;
        padding: 76px 0px;
        border: 2px solid #b6c0c5;
        display: inline-block;
    }
    
    .inner_resources h5 {
        margin-top: 20px;
    }
    
    .resourses .common-Btn {
/*         border: 1px solid #051059; */
        background-color: #051059;
        color: #fff;
        padding: 14px 27px;
        display: inline-block;
    }
    /* Tabs */
    
    .tabs {
        width: 100%;
    }
    
    ul#tabs-nav {
        list-style: none;
        margin: 0;
        overflow: auto;
        display: flex;
        align-items: center;
        gap: 7px;
        justify-content: center;
    }
    
    ul#tabs-nav li a {
        float: left;
        margin-right: 2px;
        padding: 14px 9px;
        border-radius: 5px 5px 5px 5px;
        font-size: 18px;
        cursor: pointer;
        font-family: gotham-medium;
        border-radius: 0;
        width: 395px;
        text-align: center;
        background: transparent;
        color: #132c25;
        border: 1px solid #132c25;
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        letter-spacing: 1px;
    }
    
    ul#tabs-nav li a:hover,
    ul#tabs-nav li.active a {
        background-color: #051059;
        border: 1px solid #132c25;
        color: #fff;
    }
    
    #tabs-nav li a {
        text-decoration: none;
        color: #FFF;
    }
    
    .inner_text_tabs {
        text-align: center;
        padding: 68px 0;
		padding-bottom: 36px;

    }
    
    .work_t {
        width: 84%;
        margin: 75px auto 77px;
    }
    
    .work_section {
        text-align: center;
        margin: auto;
        margin-top: 127px;
    }
    
    .coffee_new h3 {
        font-family: 'Gotham-medium';
        color: #000;
        letter-spacing: 3px;
        text-align: left;
        padding-left: 68px;
    }
    
    .bg_work {
        background-image: url(../images/CupPicture.jpg);
        padding: 60px 0;
    }
    
    .living_prosperous {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        padding: 57px 0;
    }
    
    .living_prosperous.dreams_11 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 509px;
        margin: auto;
        padding: 22px 0;
    }
    
    .living_prosperous h4 {
        font-size: 15px;
        margin-bottom: 0;
        color: #000;
    }
    
    h3.new_only {
        text-align: center;
        font-family: 'gotham-medium';
        letter-spacing: 2px;
    }
    
    .work_strems {
        background-color: #ced5d8;
        padding: 81px 0;
    }
    
    .pt1 img {
        width: 61%;
        height: 102px;
        object-fit: contain;
    }
    
    .pt1 p {
        font-size: 10.5px;
        font-weight: 400;
    }
    
    h4.teams_vw1 {
        max-width: 172px;
        text-align: center;
        line-height: 19px;
    }
    
    .pt1 {
        text-align: center;
    }
    
    .pt1 h4.teams_vw1 {
        margin: auto;
    }
    
    .bg_work .parallax-content_text p {
        color: #fff;
        max-width: 1170px;
        margin: auto;
        text-align: center;
        letter-spacing: 1px;
    }
    
    .technical_workstreams p {
        font-size: 18px;
    }
    
    .technical_workstreams {
        padding: 71px 0 76px;
    }
    
    .int_points {
        padding: 40px 0;
    }
    
    .regional_details p {
        font-family: 'Gotham-Book';
        font-size: 18px;
        margin-bottom: 50px;
    }
    
    .regional_details {
        margin-top: 80px;
    }
    
    .new_logos img {
        max-width: max-content;
        height: 73px;
        object-fit: contain;
    }
    
    .new_logos {
        display: flex;
        gap: 64px;
        padding: 0px 0 30px;
    }
    
    .regional_details p:last-of-type {
        margin-bottom: 0;
    }
    
    .work_details_v3 {
        background-color: #051059;
        padding: 129px 0 120px 0;
    }
    
    .work_details_v3 h3 {
        color: #fff;
    }
    
    .work_details_v3 .coffee_new {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    
    .work_details_v3 .coffee_new img {
        max-width: 109px;
    }
    
    .work_details_v3 h3 {
        margin-bottom: 0;
    }
    
    .work_details_v3 .coffee_new h6 {
        color: #fff;
        margin-bottom: 0;
        font-family: 'Gotham-medium';
        font-size: 29px;
    }
    
    .outer_img {
        width: 250px;
        height: 218px;
        background-color: #b6c0c5;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
    
    .outer_img img {
        max-width: 159px;
    }
    
.details_content_v1 {
    padding-top: 48px;
    padding-bottom: 96px;
    padding-left: 0;
}
    .work_team p {
        font-size: 18px;
        font-family: 'Gotham-book';
        padding-right: 0;
    }
    
    .data_l-v1 {
        margin-top: 30px;
    }
.work_team {
    margin-top: 30px;
}
    
    .living_points p {
        color: #fff;
    }
    
    .approachBanner {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding: 200px 0;
        /* margin-top: 78px; */
    }
    
    .contact_us h3 {
        color: #fff;
        margin-bottom: 0;
        font-family: gotham-medium;
    }
    
    .contact_us {
        text-align: center;
    }
    
    .form_inpur label {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        display: block;
        font-family: "gotham-medium";
    }
    
    .form_inpur .form-control {
        border: 1px solid #c5c5c5;
        padding: 12px 17px;
        width: 79%;
        resize: both;
        resize: vertical;
    }
    
    .form_inpur {
        padding: 40px 0 96px;
    }
    
    .form_inpur .form-group {
        margin-bottom: 15px;
    }
    
    textarea.form-control.text-area {
        height: 129px;
    }
    
    .form-group.address p {
        font-size: 14px;
        color: #000;
        font-family: "gotham-book";
    }
    
    .common-Btn.dreams {
        padding: 16px 74px;
    }
    
    .common-Btn.dreams:hover {
        border: 1px solid #051059;
        color: #051059;
    }
    
    .contact_d-w {
        padding-top: 21px;
    }
    
    .details_table {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
/*         padding:60px 0 96px; */
		padding:60px 0 192px;
        gap: 24px;
        grid-row-gap: 60px;
    }
    
    .details_table .table_ig {
        border: 1px solid #ccc;
        min-width: auto;
        height: auto;
    }
    
    .common-Btn.transparent_1 {
/*         border: 1px solid #ccc; */
        background-color: #051059;
        color: #fff;
        padding: 13px 37px;
        font-weight: 700;
        min-width: 164px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .text-center_view {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 26px 0 28px 0;
    }
    
    .common-Btn:hover {
        background-color: transparent;
        color: #051059;
        border: 1px solid #051059;
    }
.common-Btn.transparent_1:hover {
	background-color: transparent;
    color: #051059;
    border: 1px solid #051059; 

	
}
    .resourses .common-Btn:hover {
        background-color: #051059;
        color: #fff;
    }
    
    .fixed_content {
        padding: 15px 0px 0px 0px;
        background: #051059;
    }
    
    .fixed_content a {
        display: inline-block;
    }
    
    .fixed_content a img {
        max-width: 214px;
        width: 100%;
    }
    
    .text-end {
        text-align: right!important;
    }
    
    .table_ig .img_time_table {
        height: auto;
        width: 100%;
        padding: 40px 15px 15px 15px;
    }
    
    .img_time_table img {
        width: 100%;
        /* object-fit: contain; */
    }
    
    .details_table h3 {
        font-size: 20px;
        text-align: center;
        font-family: 'gotham-book';
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 14px;
    }
    
    ul.sub-menu {
        position: absolute;
        background-color: #051059;
        width: 187px;
        top: 64px;
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    
    .navbar__fixed ul.sub-menu {
        top: 65px;
    }
    
    ul.sub-menu li {
        margin: 0!important;
        padding: 0!important;
    }
    
/*     .menuHolder .manuInner .active a {
        background: #c9b39b;
        color: #fff;
        padding: 8px 10px;
    }
    
    .menuHolder .manuInner a:hover {
        background: #c9b39b;
        color: #fff;
    } */
    
    .menuHolder .manuInner .sub-menu .active a {
        color: #fff
    }
    
    .menuHolder .manuInner ul.sub-menu li a {
        padding: 12px 14px;
        margin: 0;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 17px;
        color: #fff
    }
    
    .manuInner li:hover ul.sub-menu {
        display: block;
    }
    
    .manuInner ul.sub-menu li a:hover,
    .manuInner ul.sub-menu li.active a {
        background-color: #c9b39b;
    }
    
    .menuHolder .manuInner li:hover::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
   .menuHolder .manuInner li::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 19px;
    border-radius: 10px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 3;
} 
    
    .menuHolder .manuInner li ul li:before {
        display: none;
    }
    
    .inner_resources h3 {
        font-family: 'gotham-medium';
    }
    
    .inner_resources h5 {
        margin-top: 20px;
        margin-bottom: 42px;
        color: #000;
    }
    
    .heroBanner {
        position: relative;
        margin-top: 77px;
    }
    
    .parallax-content_text h1,
    .parallax-content_text h2,
    .parallax-content_text h3,
    .parallax-content_text h4,
    .parallax-content_text h5,
    .parallax-content_text h6,
    .parallax-content_text {
        color: #fff;
        letter-spacing: 2px;
    }
    
    .coffee_new h1,
    .coffee_new h2,
    .coffee_new h3,
    .coffee_new h4,
    .coffee_new h5,
    .coffee_new h6,
    .coffee_new {
        color: #000;
        line-height: 35px;
        letter-spacing: 2px;
    }
    
    h3.new_only {
        color: #000;
    }
    
    .dashboard-slide-conetent .dashboard-slide-title {
        color: #fff;
        font-size: 46px;
        font-family: 'Gotham-Book';
        margin: 0;
    }
    
    .dashboard-slide-quotes p {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }
    
    .dashboard-slide-quotes .quotes-text {
        max-width: 480px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
        padding-left: 0;
        margin-left: 20px;
    }
    
    .dashboard-slide-conetent {
        position: absolute;
        top: 70px;
        left: unset;
    }
    .page-template-data .dashboard-slide-conetent {
       
        top: 40px;
       
    }
    .video-slide-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        z-index: 2;
    }
    
    .video-slide {
        width: 100%;
        height: 100%;
    }
    
    .dashboard-slide {
        height: calc(100vh - 65px);
    }
    
    .dashboard-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        height: calc(100vh - 65px);
        min-height: 450px;
    }
    
    .dashboardTop,
    .home .headerMain {
        background-color: #051059;
    }
    
    .dashboard-slide .container {
        position: relative;
        height: 100%;
    }
    
    .dashboard-slide-links {
        position: absolute;
        left: 13px;
        bottom: 60px;
    }
    
    .chartOuter {
        width: 525px;
        height: 360px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        bottom: 20px;
        display: flex;
    }
    
    .chartOuter {
        text-align: center;
        right: 0;
    }
    
    .dashboardSlider .slick-next {
        right: 10px;
        background-image: url(../images/chevron-right.png);
    }
    
    .dashboardSlider .slick-prev {
        left: 10px;
        z-index: 3;
        background-image: url(../images/chevron-left.png);
    }
    
    .dashboardSlider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .5;
        z-index: 3;
        background-size: 23px 28px;
        text-indent: -9999px;
        width: 23px;
        height: 28px;
        background-repeat: no-repeat;
        background-color: transparent;
    }
    
    .dashboardNavbar li.active::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    .dashboardNavbar li::after {
        border-radius: 10px;
    }
    
    .dashboardNavbar li::after {
        content: '';
        background-color: #fff;
        width: 100%;
        height: 4px;
        position: absolute;
        border-radius: 10px;
        left: 0;
        bottom: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        z-index: 3;
    }
    
    .dashboardNavbar li a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
        display: inline-block;
    }
    
    .dashboardTop ul.active-first-li {
        margin: 0;
        list-style: none;
        padding: 0;
    }
    
    .dashboardNavbar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    ul.active-first-li li {
        position: relative;
    }
    
    .dashboard-slide-quotes .quotes-text h6 {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        padding-bottom: 15px;
        font-family: gotham-book;
    }
    
    .quotes-text h6.quotes-content p {
        line-height: 26px;
        font-size: 22px;
        font-weight: 400;
        padding-bottom: 15px;
        font-family: gotham-book;
        margin-bottom: 0;
        margin-left: -1.5px;
    }
    
    .dashboard-slide-quotes p {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }
    
    .quotes-text h6.quotes-content p:nth-child(3) {
        font-size: 15px !important;
    }
    
    .dashboard-slide-quotes .quotes-icon {
        font-size: 115px;
        line-height: 80px;
        color: #fff;
        font-family: arial;
    }
    
    .dashboard-slide-quotes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }
    
    .dashboardSlider .slick-arrow.slick-disabled {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    
    .video-slide video {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        height: 100%;
    }
    
    .pt1 img {
        transition: all .2s ease-in-out;
    }
    
    .pt1:hover h4 {
        color: #051059;
    }
    
    .pt1 img:hover {
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    section#dashboardOuter {
        margin-top: 80px;
    }
    
    .no-padding_new {
        margin-top: 0!important;
    }
    
      
    .defaultpage {
        padding-top: 36px;
         padding-bottom: 96px;
    }
    
    a {
        color: #3f51b5;
    }
    
/*     .contact_details {
        padding-left: 66px;
    }
     */
/*     .work_team {
        padding-left: 66px;
    } */
    
    .common-Btn:hover {
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }
    
    .button_line.line_one {
        margin-top: 53px;
    }
    
    .heroBanner .slick-slide img {
        display: block;
        height: 100vh;
        object-fit: cover;
        min-height: 600px;
        object-position: top;
    }
    
    header.headerMain.outer_header {
        background-color: transparent;

    }
    
    .heroBanner {
        margin-top: 0;
    }
    
    .mainLogo span {
        font-size: 16px;
        color: #fff;
        border-left: 1px solid #fff;
        margin-left: 24px;
        padding-left: 10px;
        max-width: 200px;
        padding-top: 7px;
        line-height: 22px;
    }
    
    .mainLogo a {
        display: block;
        display: flex;
    }
    
    header.headerMain.outer_header.navbar__fixed {
        background-color: #051059;
	
	
		
    }
    
    .button_line.buttom_1w {
        margin-top: 0;
    }
    
    .living_points {
        line-height: 19px;
        margin-top: 5px;
    }
    
    .img_editor {
        width: 175px;
        height: 94px;
        padding-right: 34px;
        object-fit: contain;
    }
    
    .menuHolder .manuInner li.active::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    .common-Btn.line-view:hover {
		background-color: transparent;
    color: #051059;
    border: 1px solid #051059;
/*         border: 1px solid #051059; */
    }
    /* /// editor blockqoutes /// */
    
    blockquote:before {
         font-size: 115px;
    line-height: 80px;
    color: #fff;
    font-family: arial;
/*     content: ""; */
    position: absolute;
    width: 32px;
   
    z-index: 999;
/*     content: '"'; */
    content: '“';
    left: -60px;
    }
    
    blockquote {
        position: relative;
        margin-top: 0;
        margin-right: 0;
    }
    /* /// cf7 *** */
    
    .page-id-180 .wpcf7 form .wpcf7-response-output {
        max-width: 971px;
        margin-left: 0 !important;
    }
    
    .page-id-180 .common-Btn {
        cursor: pointer;
    }
    
    .page-id-180 .wpcf7-not-valid-tip {
        font-size: 0.8em;
    }
    
    .page-id-180 .contact_d-w {
        padding-top: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .technical_workstreams b {
        font-family: 'Gotham-Book';
    }
    
    .living_points_m {
        margin-top: 0px;
    }
    
    .project-table p:last-of-type {
        margin-bottom: auto;
    }
    
    .slick-track .slick-slide:first-of-type .dashboard-slide-quotes .quotes-text {
        margin-left: 0;
        padding-left: 20px;
    }
    
/*     .cusomFieldTable.table-responsive.p-0 {
        margin-left: 66px;
    } */
    
    .slidertopscroll {
        position: relative;
    }
    
    .slidertopscroll:before {
        content: "";
        background: transparent;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99999;
        position: absolute;
    }
    
    .slidertopscroll.fixedadd:before {
        display: none;
    }
    
/*     div#tabs-content {
        padding-left: 66px;
    } */
   .work_team li {
    font-size: 18px;
	margin-bottom: 15px;

}
.work_team a {
    color: #051059;
    text-decoration: underline;
}
.work_team a:hover {
    text-decoration: none;
}

.details_content_v1 ul, .details_content_v1 ol {
   
    padding-left: 20px;
}

    .dashboard-slide-conetent {
/*         padding-left: 66px; */
    }
.coffee_new h3 {
    text-align: center;
}
/* 12 may */
  .leftdiv_space {
        padding-left: 80px;
    }

section.technical_workstreams h5 {
    margin-top: 35px;
	font-family: 'Gotham-medium';
}
.work_team h6 {
    margin-top: 40px;
}





/* .page-id-6 .bg_work .parallax-content_text p {
    max-width: none;
} */
.contact_us h3
{
font-size:66px;
}

.technical_workstreams .col-lg-9 {
    width: 74%;
}

.work_team p img {
    margin-bottom: 25px;
}
section.technical_workstreams img {
    margin-bottom: 30px;
	 margin-top: 25px;
}
/*  18/5*/
.error404 main#site-content+ footer.footerMain {
    margin-top: auto;
}
.container.section-inner.thin.error404-content,.search.search-no-results,  .single-post #site-content  {
    padding-top: 72px;
}
.intro-text {
	margin-bottom: 20px;
}
#searchform  .search-field {
  border: 1px solid #051059;
  height: 30px;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}
#searchform input[type="submit"]{
    background: #051059;
    background: #051059;
    border-color: #051059;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid transparent;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: capitalize;
	cursor:pointer
  }
#searchform input[type="submit"]:hover {
  background: transparent;
  border: 1px solid;
  color: #051059;
}
.search.search-no-results #site-content + .footerMain,.single-post .footerMain  {
	margin-top: auto;
}
.error404-content h1 a {
	color: #051059;
	text-decoration: underline;
}
.search.search-results .footerMain {
	margin-top: auto;
}
#commentform label {
	display: block;
	margin-bottom:5px;

}

.single-post #commentform input {
	border: 1px solid #c5c5c5;
	height: auto;
	border-radius: 0;
	padding: 12px 17px;
	font-size: 16px;
	width: 100%;
}
.single-post #commentform textarea {
	width: 100%;
	border: 1px solid #c5c5c5;
	height: auto;
	border-radius: 0;
	font-size: 16px;
	padding: 12px 17px;
}
.single-post #commentform #submit {
background-color: #051059;
font-size: 16px;
color: #fff;
-webkit-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
border: 1px solid #051059;
font-family: gotham-bold;
display: inline-block;
letter-spacing: 0.9px;
	width:190px;
	cursor:pointer;
}
.single-post #commentform #submit:hover {
  background: transparent;
  border: 1px solid;
  color: #051059;
}
.single-post #commentform [type="checkbox"],#commentform [type="radio"]{

-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	width: auto;
}
.single-post #commentform {
	padding-bottom: 50px;
	max-width: 970px;
}
.single-post #commentform #wp-comment-cookies-consent {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.post .post_content {
    margin-bottom: 30px;
}
.page-template-default .footerMain {
	margin-top: auto;
}
/* /// add new css for h4 */
.details_content_v1 h4, .defaultpage h4 {
  font-size: 20px;
  font-family: gotham-medium;
  margin: 35px 0 10px 0px;
}
.indicate .proven_data h4, .indicate .top_dis h4 {
    font-size: 20px;
    font-family: gotham-medium;
    margin: 35px 0 10px 0px;
}
.Footer-image img {
    display: block;
}

/* //DOCUMENT PAGE CSS// */
.incomeTxt__innerTble h5{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: gotham-medium;
}

.incomeTxt__innerTble td {
    padding:  15px;
    padding-left: 0;
}
.incomeTxt__innerTble img {
    max-width: 50px;
    
}
.incomeTxt__innerTble .docDown {
    padding-right: 0;
    text-align: right;
}
.docImg {
    vertical-align: top;
}
.docDown {
    vertical-align: bottom;
}
.incomeTxt {
    padding-top: 40px;
}
.incomeTxt tr{
    border-bottom: 2px solid #97acb5;
}
/* .incomeTxt tr:first-child{
    border-bottom: none;
} */
.incomeTxt table{
    border-collapse: collapse;
}
.incomeTxt__inner {
    margin-bottom: 50px;
}
.docDown img:hover {
  
    -webkit-transform: translateY(-10px);
  
        -ms-transform: translateY(-10px);
  
            transform: translateY(-10px);
}

.docDown img{
    -webkit-transition: all 300ms ease .11s;
    -o-transition: all 300ms ease .11s;
    transition: all 300ms ease .11s;
    max-width: 30px;
}
.docDown a:hover {
    color: #051059;
}
.incomeTxt__innerTble  .docTxt {
    padding: 10px 50px 10px 30px;
}
.incomeTxt__innerTble  .docdate {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #666666;
}
.docDown a {
    font-size: 20px;
    color:#a2a1a1;
}
/* .document h3 {
    margin-bottom: 10px;
    font-family: gotham-medium;
    font-size: 20px;
} */
/* .incomeTxt__inner h3{
    font-family: gotham-medium;
    font-size: 20px;
} */

.document h3 {
    margin-bottom: 24px;
}
.incomeTxt__innerTble p {
    font-size: 16px;
}
.incomeTxt__innerTble ol {
  padding-left: 30px;
  margin-bottom: 0px;
}
.incomeTxt__innerTble ol li{
font-size: 16px;
}

.incomeTxt__innerTble p span {
    font-size: 16px;
}
.incomeTxt__inner h3 a {
    color: inherit;
    cursor: context-menu;
}
.details_content_v1 .work_team p iframe {
  width: 100%;
  height: 400px;
}
/* Responsive */
@media only screen and (max-width:991px){}
@media only screen and (max-width:767px){
    .incomeTxt__innerTble h5 {
        font-size: 18px;
        
    }
    .incomeTxt__innerTble td {
        padding: 10px;
        width: 100%;
        display: block;
    }
    .docDown {
        text-align: right;
    }
   td.docImg {
padding-bottom: 0;
padding-top: 20px;
    }
    .incomeTxt__innerTble  .docTxt {
        padding: 10px;
    }
    .docDown a {
        font-size: 16px;
    
    }
    .incomeTxt__inner {
        margin-bottom: 40px;
    }
    .incomeTxt__innerTble p {
        font-size: 15px;
        line-height: 1.3;
    }
    /* .document h3,.incomeTxt__inner h3 {
  
        font-size: 15px;
    } */
    .incomeTxt__innerTble h5{
        font-size: 14px;
    }
    .incomeTxt__innerTble  .docdate {
     
        font-size: 15px;
    }
    .incomeTxt__innerTble .docTxt {
        padding-left: 0;
    }
    .incomeTxt__innerTble  .docImg {
        padding-left: 0;
    }
    
    .incomeTxt {
        padding-top: 30px;
    }
}

.viewDocButtons {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.2;
}

.viewDocButtons a {
    color: inherit;
    font-size: 16px;
line-height: 21px;
display: inline-block;
	text-decoration:underline;
}
a#living {
scroll-margin-top: 200px;
}
.headChild.notecoloum {
  background: #e6d1cf !important;
}

/* 27-Aug-2025*/
 .videos_container .video_thumbnail {
    position: relative;
    min-height: 250px;
}

.videos_container .video_wrapper,
.videos_container .video_wrapper a {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s ease-in-out;
    cursor: pointer;

}

.videos_container .video_thumbnail p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 17px 22px;
    transform: translateY(-50%);

    color: #fff;
}

.videos_container .video_thumbnail img {
    display: block;
        width: 100%;
height: 100%;
/* object-fit: cover; */
}

.video_wrapper .video-desc h2 {
  font-family: gotham-medium;
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
}

/* .videos_container .video_thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
} */

.videos_container .video-desc {
       padding: 20px 26px 38px;
    background-color: #cdcede ;
    height: 100%;
}

.videos_container .video_wrapper:hover {
    transform: translatey(-6px);
}

.videos_container .heading_text {
    margin-bottom: 23px;
    display: block;
}
.video_wrapper p{
    color: #000;
}
.technical_top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 23px;

}

.technical_logo_bottom img {
    max-height: 70px;
}

.technical_center img {
    max-height: 75px;
}

.technical_top img {
    max-height: 100px;
}

.technical_logo_center,
.technical_logo_bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
}

.technical_logo_center {
    gap: 73px;
}

.technical_b {
    margin-top: 30px;
}

.technical_text h2 {
    font-size: 18px;
}

.technical_pattern {
  padding: 50px 0 50px 0;
}

@media(max-width:991px) {
    .technical_logo_bottom img {
        max-height: 5vw;
    }

    .technical_center img {
        max-height: 6.5vw;
    }

    .technical_logo_center {
        gap: 7vw;
    }

    .technical_top img {
        max-height: 10vw;
    }

    .technical_logo_bottom {
        gap: 5vw;
    }

    .technical_text h2 {
        font-size: 20px;
    }
}


@media(max-width:575px) {
    .technical_logo_bottom img {
        max-height: 8vw;
    }

    .technical_text h2 {
        font-size: 17px;
        margin-bottom: 11px;

    }

    .technical_center img {
        max-height: 8vw;
    }

    .technical_top img {
        max-height: 12vw;
    }
    .videos_container .video-desc{
        height: auto;
    }

}
.heroBanner {
    margin-bottom: -9px;
    
}
.technical_text h2 {
    margin-bottom: 1rem;
}

.heroBanner {
    position: relative;
}

.heroBanner h1.heading {
    position: absolute;
    top: 50%;
    color: #fff;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 820px;
    width: 100%;
    margin: auto;
    line-height: 1.3;
    text-align: center;
    padding: 0 27px;

}
@media(max-width:767px){
    .heroBanner h1.heading{
        font-size: 22px;
}
}



/***  Banner CSS ***/

.bannerSection {
    min-height: 750px;
    height: 100dvh;
    position: relative;
    z-index: 1;
}

.bannerContent.small_container {
    max-width: 900px;
}

.bannerOverlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 50px 0 0;
    align-items: center;
}

.bannerContent {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 100px;

}

.bannerContent .bannerContent-title {
    font-weight: 400;
    font-family: 'gotham-medium';
    font-size: 65px;
    line-height: 1.1;
    color: #fff;
}

.bannerSection img {
    height: 100%;
    object-fit: cover;
}

.bannerContent p {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.callEntries {
    width: 100%;
    position: absolute;
    bottom: 3rem;
    z-index: 2;
}

.callEntriesInner {
    width: 100%;
    max-width: 540px;
    text-align: center;
    margin-left: auto;
}

.callEntriesImage {
    border-top: 2px solid #fff;
    width: 100%;
    max-width: 90%;
    margin: 15px auto 5px;
}

.callEntriesImage img {
    max-width: 100%;
}

.callEntriesContent h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 5px;
}


@media screen and (max-device-width: 1299px) and (max-device-height: 850px) {

    .bannerSection {
        min-height: 550px;
    }

    .bannerContent {
        height: calc(100vh - 262px);
        padding: 0 18px;
        max-width: 747px;
        margin-top: 0;
        padding: 0px 6px;
    }

    .bannerOverlay {
        padding-top: 190px;
        padding-bottom: 40px;
    }

    .bannerContent .bannerContent-title {
        font-size: 44px;
    }

    .bannerContent p {
        font-size: 18px;
    }

    .callEntries {
        bottom: 1rem;
    }

}

@media screen and (max-width:1299px) {
    .callEntriesContent h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:1199px) {
    .bannerContent p br {
        display: none;
    }

    .bannerContent {
        margin-top: 0;
        padding: 0 36px;
    }
}

@media screen and (max-width:991px) {
    .callEntries {
        bottom: 2rem;
    }

    .callEntries .container {
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .callEntries {
        bottom: 1rem;
    }

    .callEntriesInner {
        max-width: 300px;
    }

    .bannerContent .bannerContent-title {
        font-size: 44px;
    }
    .bannerContent .bannerContent-title br {
        display: none;
    }
}

@media screen and (max-width:479px) {
    .callEntriesInner {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media(max-width:575px) {
    .bannerContent .bannerContent-title {
        font-size: 32px;
    }
    .bannerContent .bannerContent-title br {
        display: none;
    }
    .bannerContent p {
        font-size: 15px;
    }

    .bannerContent {
        padding: 0 20px;
    }
}


/***  Banner CSS end ***/

.video_wrapper {
    padding-bottom: 10px;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.copyright p,
.copyright a
{
    color: #fff;
}
.copyright p span {
    margin: 0 10px;
}
.footerMain .fixed_content {
    padding: 15px 0px 15px 0px;
    background: #051059;
}

.copyright #year{
    margin:0;
}
@media  (max-width:479px) {
.copyright p span {
    margin: 0 2px;
}
.copyright p {
    font-size: 13px;
}
}

.resourses-desc {
    padding: 12px 16px 25px;
    height: 100%;
    display: flex;
    gap: 10px;
}

.full_resources {
  text-align: left;
}

.resourses_outer_wrapper {
    overflow: hidden;
}

.resourses.latest_structure {
    padding: 50px 0 65px 0;
}

.resourses_wrapper {
    /* background-color: #051059; */
    display: block;
}

.resourses-desc p {
    color: #000;
    font-size: 14px;
    font-family: 'gotham-medium';
    font-weight: 400;
}

.resourses_thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left_resurces {
    width: 22%;
    text-align: left;

}

.right_resurces {
    width: calc(100% - 22%);
    text-align: left;
    padding-right: 50px;
}

.resourses_outer_wrapper .slick-slide {
    margin: 0 20px;
}

.resourses_outer_wrapper .slick-list {
    margin: 0 -20px;
}

.resourses_outer_wrapper .slick-dots li {
    margin: 0 2px;
}


.resourses_outer_wrapper .slick-next:before,
.resourses_outer_wrapper .slick-prev:before {
    font-size: 28px;
    line-height: 1;
    opacity: 1;
}

.resourses .slick-dots li button:before {
    font-size: 14px;
}

.resourses_outer_wrapper .slick-arrow {
    background-color: #FAC80E;
    background-size: 12px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 19px;
    text-align: center;
    background-position: center;
}

.resourses_outer_wrapper .slick-next {
    right: 26px;
    background-image: url(/wp-content/uploads/2025/08/next-arrow.svg);
}

.resourses_outer_wrapper .slick-arrow:before {
    content:''!important;
}

.resourses_outer_wrapper .slick-prev {
    left: 26px;
    z-index: 7;
    background-image: url(/wp-content/uploads/2025/08/prev-arrow.svg);

}

.latest-updates {
    align-items: flex-start;
    display: flex;
}

.resourses_inner {
    padding: 50px 0 25px;
    margin: auto;
}

.resourses_inner p {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
}

.small_container {
    max-width: 1300px;
}

@media(max-width:1300px) {
    .small_container {
        max-width: 1150px;
    }
}

@media(max-width:989px) {
    .small_container {
        max-width: 800px;
    }
}

@media(max-width:1200px) {
    .resourses-desc p {
        font-size: 13px;
    }
}

@media(max-width:750px) {
    .resourses_outer_wrapper .slick-slide {
        margin: 0 11px;
    }

    .resourses_inner p {
        font-size: 16px;
    }

    .resourses_outer_wrapper .slick-slide {
        margin: 0 10px;
    }

    .resourses_outer_wrapper .slick-list {
        margin: 0 -10px;
    }

    .right_resurces {
        padding-right: 0;

    }
}

@media(max-width:480px) {
    .resourses-desc {
        flex-direction: column;
        gap: 0;
    }

    .left_resurces {
        width: 100%;
        margin-bottom: 9px;
    }

    .right_resurces {
        padding-right: 0;
        width: 100%;

    }
}
.technical_pattern {
    padding-top: 20px;
}

.regular_text-d p {
    font-size: 21px;
    position: absolute;
    top: 50%;
}

.regular_intersection {
    position: relative;
}

.regular_intersection_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
}

.regular_intersection_text p {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}

.regular_intersection img {
    vertical-align: middle;
    width: 100%;
}

@media(max-width:989px) {

    .regular_intersection_text p {
        font-size: 24px;
    }
}

@media(max-width:750px) {
    .regular_intersection_text p {
        font-size: 18px;
    }
}

@media(max-width:575px) {
    .regular_intersection_text {
        position: static;
        transform: none;
        padding: 15px;
        background-color: #051059;
        width: 100%;
    }
	 .news_container .news_desc{
        height: auto;
    }
}
.technical_pattern .small_container{
    max-width: 1300px;
}
.patter_heading p {
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.patter_heading {
    margin-top: 40px;
}

@media(max-width:750px) {
    .patter_heading p {
        font-size: 16px;
    }
}

.joinus-btn{
    background: #051059;
    color: #fff;
     padding: 12px 15px;
    margin-top: 25px;
    display: block;
    max-width: 220px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    border: 1px solid #051059;
}

.joinus-btn:hover
{
  background: #fff;
  color: #051059;
  
}

/** 2 Sep 2025 **/
.headerMain .container {
    display: flex;
    align-items: center;
}
.headerInner {
    flex: 1;
    padding-right: 15px;
}

.otgs-development-site-front-end {
    display: none;
}
.wpml-ls-legacy-dropdown {
	width: auto !important;
}

/** 4 Nov 2025 News page css  **/
 .news_container .newsvideo_thumbnail {
    position: relative;
    min-height: 205px;
}

.news_container .newsvideo_wrapper,
.news_container .newsvideo_wrapper a {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: 0.3s ease-in-out;
    cursor: pointer;

}

.news_container .newsvideo_thumbnail p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 17px 22px;
    transform: translateY(-50%);

    color: #fff;
}

.news_container .newsvideo_thumbnail img {
    display: block;
    width: 100%;
	height: 100%;
	object-fit: cover;
	}

.news_container .newsvideo_thumbnail:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.news_container .news_desc {
       padding: 20px 26px 38px;
    background-color: #cdcede ;
    height: 100%;
}

.news_container .newsvideo_wrapper:hover {
    transform: translatey(-6px);
}

.news_container .news_heading_text {
    margin-bottom: 23px;
    display: block;
}
.newsvideo_wrapper p{
    color: #000;
}
.news_container .leftdiv_space {
        padding-left: 80px;
    }
	
.news_container  .defaultpage {
        padding-top: 36px;
         padding-bottom: 96px;
    }
.newsvideo_wrapper {
    padding-bottom: 10px;
}
.table-wrapper-main #scrollableTable br {
  display: none;
}

 .table-wrapper-main .table-wrapper {
    position: relative;
    border: 0;
    border-radius: 0;
    overflow: hidden;
  }
   .table-wrapper-main .table-container {
    overflow: auto;
    max-height: 500px;
    width: 100%;
    scroll-behavior: smooth;
  }
   .table-wrapper-main table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
   .table-wrapper-main table,  .table-wrapper-main th,  .table-wrapper-main td {
    border: 0;
    box-shadow: inset 0 0 0 0.3px #bdbdbd;
    border-radius: 0;
    border-collapse: collapse;
  }
   .table-wrapper-main th,  .table-wrapper-main td {
    background: #ced5d8;
    font-size: 10px;
    color: #000000;
    padding: 10px 14px;
    text-align: left;
	line-height:14px;
    /* white-space: nowrap; */
  }
   .table-wrapper-main th {
    background: #051059;
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 3;
  }
   .table-wrapper-main th:first-child {
    left: 0;
    z-index: 4;
  }
  /* Fixed first column */
   .table-wrapper-main td:first-child {
    background: #051059;
    color: #ffffff;
    position: sticky;
    left: 0;
    z-index: 2;
  }

  /* Arrow buttons */
  .scroll-arrow {
    position: absolute;
    top: 10px;
    z-index: 5;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background 0.2s;
  }
  .scroll-arrow:hover {
    background: #f0f0f0;
  }
  .scroll-left { left: 10px; }
  .scroll-right { right: 10px; }

  /* Bottom arrows */
  .bottom-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
  }
  .bottom-arrows button {
    background-color: transparent;
    color: #000000;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    transition: background 0.2s;
  }
  .bottom-arrows button img {
    height: 12px;
    vertical-align: middle;
  }
  .bottom-arrows button.left img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  .single-post .contact_us h3 {
  font-size: 60px;
  line-height: 72px;
}

span.footer-menu a {
    text-decoration: underline;
}

.defaultpage p img.alignnone {
  width: 100%;
}

/* // new document css // */

.incomeTxt table {
	width: 100%;
}
.doc-tab-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

ul.doc-tab-menu {
	display: flex;
	list-style: none;
	gap: 10px;
	border-bottom: 1px solid #051059;
	padding: 0px;
	color: #051059;
	margin: 0;
}

.doc-tab-menu li {
	padding: 5px 20px;
	border: 1px solid #1A3F2C;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	transition: 0.3s ease;
	background-color: #fff;
}

.doc-tab-menu li:hover {
	background-color: #051059;
	color: #fff;
}

.tabcontent {
	display: none;
}

.tablinks.active {
	background-color: #051059;
	color: #fff;
}

.incomeTxt__innerTble {
	padding-top: 45px;
}


.incomeTxt__innerTble h3 { 
 line-height: 1.2; 
}
.incomeTxt table:not(:last-of-type) {
    margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
	.doc-tab-menu li {
		font-size: 14px;
		padding-inline: 10px;
	}

	ul.doc-tab-menu {
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: auto;
	}
}

.patter_heading {
  margin-top: 20px;
}

.inner_text_tabs {
  padding: 10px 10px 10px 10px;
}

.footerMain .technical_pattern {
  padding: 20px 30px 20px 30px;
}

.footerMain .technical_logo {
  gap: 20px;
}

.footerMain .technical_logo_center,
.footerMain .technical_logo_bottom {
  gap: 15px 35px;
}
