* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

p {
    margin: 0
}

html, body {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

em {
    font-style: normal
}

body {
    font-family: 'Brother 1816';
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
    font-weight: 400
}

a, button, input, input[type="buttton"], input[type="submit"], .btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    font-style: normal;
    text-decoration: none
}

input {
    width: 100%
}

.navbar-toggler:focus {
    box-shadow: none
}

img, figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0
}

a, a:hover, a:focus {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: 400
}

input, textarea {
    padding: 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0
    }

    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
    }

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        opacity: 1;
        color: rgba(0,0,0,0.4);
        font-family: 'Brother 1816'
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        opacity: 1;
        color: rgba(0,0,0,0.4);
        font-family: 'Brother 1816'
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        color: rgba(0,0,0,0.4);
        font-family: 'Brother 1816'
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        opacity: 1;
        color: rgba(0,0,0,0.4);
        font-family: 'Brother 1816'
    }

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none
}

.relative {
    position: relative
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not( .input-group-btn ), .bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
    width: 100%
}

.container {
    max-width: var(--container-max,1645px);
    margin: 0 auto;
    padding: 0 15px
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

.logo {
    display: block;
    width: auto
}

.trigger_mobile_menu span {
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background-color: #707070;
    display: block;
    transition: 0.4s
}

    .trigger_mobile_menu span + span {
        margin-top: 4px
    }

.custom_nav ul {
    display: flex;
    align-items: center;
    gap: var(--nav-gap,40px)
}

.custom_nav {
}

.header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 10px 20px
}

.custom_nav ul li a {
    font-size: var(--nav-font,26px);
    letter-spacing: 0.26px;
    color: #005396;
    font-family: 'Brother 1816';
    font-weight: 500;
    text-transform: capitalize
}

    .custom_nav ul li a:hover {
        font-weight: bold
    }

.trigger_mobile_menu {
    position: absolute;
    width: var(--hamburger-w,32px);
    top: 40px;
    right: 94px;
    cursor: pointer;
    z-index: 999
}

.floating_header {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9
}

.sub_menu {
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    background: transparent;
    display: none;
    padding-top: 31px
}

.sub_menu_inner {
    background: transparent linear-gradient(90deg,rgba(1,122,234,0.8) 0%,rgba(0,159,250,0.8) 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    padding: var(--submenu-pad-top,80px) var(--submenu-pad-x,150px) var(--submenu-pad-bottom,56px);
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: var(--submenu-gap,100px)
}

.custom_nav ul li:hover .sub_menu {
    display: block
}

.submenu_blocks ul {
    display: block
}

    .submenu_blocks ul li a {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: var(--submenu-link-font,20px);
        line-height: 1.25;
        font-weight: 400
    }

        .submenu_blocks ul li a:hover {
            color: #005396;
            font-weight: 400
        }

    .submenu_blocks ul li + li {
        margin-top: 15px
    }

.submenu_blocks h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: var(--submenu-h4-font,30px);
    line-height: 1.3;
    margin-bottom: 15px
}

video {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banner_top {
    height: 760px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden
}

.banner_bottom {
    background: transparent linear-gradient(260deg,#1E9CDE 0%,#1C63B5 100%);
    padding: 60px 0
}

    .banner_bottom h4 {
        letter-spacing: 2.5px;
        color: #FFFFFF;
        font-size: 50px;
        font-family: 'proxima_novasemibold';
        filter: drop-shadow(2px 2px 2px #000000C4)
    }

.banner_slider .slick-arrow {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 54px;
    opacity: 0.8;
    top: 285px;
    background: transparent;
    width: 55px;
    height: 98px
}

.banner_slider .slick-next.slick-arrow {
    right: 54px
}

.banner_slider .slick-prev.slick-arrow {
    left: 54px
}

.banner_top:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 205px;
    background: #005396BE;
    content: ''
}

.banner_total .container {
    max-width: 1440px;
    position: relative;
    height: 100%
}

.banner_slider .slick-dots button {
    background: #FDFDFD;
    opacity: 0.6;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0
}

.banner_slider .slick-dots {
    display: flex;
    gap: 50px;
    position: absolute;
    right: 150px;
    bottom: 208px
}

.banner_slider .slick-active button {
    opacity: 1;
    position: relative
}

    .banner_slider .slick-active button:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #fff;
        left: -7.5px;
        top: -7.5px
    }

.first_item_text h3 {
    display: flex;
    flex-wrap: wrap;
    font-size: 35px;
    font-weight: bold;
    gap: 18px;
    text-transform: uppercase
}

    .first_item_text h3 span {
        filter: drop-shadow(2px 2px 5px #00000045)
    }

.color_1 {
    color: #8791BB
}

.color_2 {
    color: #9885B4
}

.color_3 {
    color: #B96EA7
}

.color_4 {
    color: #F0D28C
}

.color_5 {
    color: #35B0C5
}

.color_6 {
    color: #7EBFF3
}

.rounded_btn {
    width: 153px;
    height: 153px;
    background: transparent linear-gradient(180deg,#4681F2 0%,#2BBAFA 100%);
    opacity: 0.8;
    border-radius: 50%;
    font-weight: 500;
    text-align: center;
    padding-top: 51px;
    line-height: 28px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 25px;
    position: absolute;
    right: 137px;
    bottom: 63px
}

    .rounded_btn:hover {
        background-color: #306CDD;
        opacity: 1
    }

.banner_logo {
    margin-left: 45px;
    margin-bottom: 90px
}

.first_item_text {
    padding-left: 48px
}

.banner_top h1 {
    font-size: 200px;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    letter-spacing: 10px;
    color: #FFFFFF;
    filter: drop-shadow(2px 2px 2px #000000C4);
    margin-top: auto;
    line-height: 120px
}

.bnr_main_txt {
    display: flex;
    height: 100%
}

.banner_slider .slick-arrow:hover {
    opacity: 1
}

.banner_slider .slick-next:hover svg line, .banner_slider .slick-prev:hover svg line {
    stroke-width: 3
}

.inner_banholder {
    padding-left: 240px;
    height: 100%;
    padding-right: 100px
}

.position_absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 78px;
    padding-bottom: 68px
}

.global_heading h2 {
    letter-spacing: 4.5px;
    color: #005395;
    font-weight: bold;
    font-size: 75px;
    line-height: 50px
}

.global_heading {
    margin-bottom: 100px
}

.news_release {
    padding: 60px 0 100px
}

    .news_release .container {
        max-width: 1460px
    }

.news_release_block {
    display: grid;
    grid-template-columns: 40% 60%
}

.news_release_block {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 40px 0;
    border-bottom: 3px solid #707070
}

    .news_release_block:first-child {
        border-top: 3px solid #707070
    }

.news_date_part h5 {
    font-size: 38px;
    letter-spacing: 1.88px;
    color: #005395;
    line-height: 45px;
    text-shadow: -0.5px -0.5px 0 #707070,0.5px -0.5px 0 #707070,-0.5px 0.5px 0 #707070,0.5px 0.5px 0 #707070;
    font-family: 'Brother 1816-book'
}

.news_dtls_part em {
    width: 625px;
    font-size: 42px;
    color: #707070;
    line-height: 50px;
    display: inline-block;
    font-family: 'Brother 1816-book'
}

.news_dtls_part {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .news_dtls_part .arrow_rt {
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transform: translateX(20px)
    }

    .news_dtls_part:hover em {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-decoration-color: #707070;
        text-underline-offset: 4px
    }

    .news_dtls_part:hover .arrow_rt {
        transform: translateX(30px) scale(1.1)
    }

.corner_heading {
    background: #005396;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-size: 33px;
    line-height: 30px;
    font-weight: 400
}

.corner_holder {
    margin-bottom: 50px
}

.corporate_slider_items {
    width: 500px !important;
    margin: 0 14px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.16)
}

.corporate_slide_details {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 277px;
    background: linear-gradient(to bottom,transparent 5%,#005396 25%);
    display: flex;
    left: 0;
    border-radius: 0 0 30px 30px;
    padding: 10px 45px 15px 15px;
    justify-content: center;
    align-items: flex-end
}

    .corporate_slide_details p {
        color: #fff;
        font-size: 30px;
        letter-spacing: 1.8px;
        line-height: 36px
    }

.corporate_slider .slick-dots button, .voices_silder .slick-dots button {
    width: 21px;
    height: 21px;
    border: 2px solid #005396;
    background: transparent;
    font-size: 0;
    border-radius: 50%
}

.corporate_slider .slick-dots, .voices_silder .slick-dots {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 80px
}

    .corporate_slider .slick-dots .slick-active button, .voices_silder .slick-dots .slick-active button {
        background-color: #005396
    }

.corporate_news {
    padding-bottom: 111px
}

.corporate_slider:after {
    content: '';
    position: absolute;
    width: 151px;
    top: 0;
    right: 0;
    background: url(../images/home/rt_shadow.png);
    bottom: 106px
}

.global_btn {
    width: 606px;
    height: 120px;
    background: linear-gradient(270deg,#005395 0%,#005395 100%);
    display: inline-block;
    margin-top: 84px;
    line-height: 120px;
    text-align: left;
    padding: 0 64px;
    font-size: 45px;
    color: #fff;
    position: relative;
    font-weight: 500
}

    .global_btn:hover {
        background: linear-gradient(270deg,#408AC4 0%,#005395 100%)
    }

    .global_btn span {
        position: absolute;
        right: 64px;
        width: 58px;
        transition: all 300ms ease-in-out
    }

    .global_btn:hover span {
        right: 64px;
        transform: translateX(10px)
    }

.footer {
    padding: 28px 0 15px;
    background: #1E9CDE
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px
}

    .footer_bottom p {
        font-size: 20px;
        color: #525353;
        letter-spacing: 0.2px
    }

    .footer_bottom ul {
        display: flex;
        align-items: center;
        line-height: 100%
    }

        .footer_bottom ul li a {
            font-size: 20px;
            color: #525353;
            margin: 0 10px
        }

            .footer_bottom ul li a:hover {
                color: #fff
            }

        .footer_bottom ul li {
            border-left: 2px solid #525353
        }

            .footer_bottom ul li:first-child {
                border: 0
            }

.footer_social {
    margin: 0 auto;
    width: 156px
}

    .footer_social ul {
        display: flex;
        height: 35px;
        align-items: center;
        background: rgba(0,83,150,0.52);
        border: 1px solid rgba(255,255,255,0.52);
        border-radius: 15px;
        justify-content: center;
        gap: 15px
    }

        .footer_social ul li a {
            height: 20px;
            width: 20px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            color: rgba(0,83,150,0.8);
            font-size: 14px;
            justify-content: center
        }

.footer_top_image_sec img {
    width: 100%
}

#backToTop {
    width: 41px;
    height: 32px;
    background: #005396;
    border: 0.5px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    transition: all 300ms ease-in-out;
    position: absolute;
    bottom: 0
}

    #backToTop:hover {
        height: 41px;
        padding-top: 10px
    }

.footer_bottom ul li:last-child {
    border-left: 0;
    position: relative;
    width: 45px;
    height: 34px
}

.about_video {
    height: 760px;
    overflow: hidden
}

.about_inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 55px
}

.about_block {
    position: relative;
    border-radius: 28px;
    box-shadow: -11px 9px 29px rgba(0,0,0,0.28);
    overflow: hidden
}

    .about_block > img {
        width: 100%;
        transition: all 300ms ease-in-out
    }

    .about_block .star {
        width: auto;
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%)
    }

.wave {
    position: absolute;
    bottom: 0;
    left: -30px
}

.about_block h5 {
    font-size: 26px;
    letter-spacing: 0.26px;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: -2.46px 2px 4px #0000006B;
    opacity: 1;
    line-height: 35px;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    left: 28px
}

.about_block:hover > img {
    transform: scale(1.05)
}

.about_block:hover .star {
    transform: translateX(-50%) scale(1)
}

.about_us {
    padding: 85px 0 130px
}

    .about_us .container {
        max-width: 1500px
    }

.about_video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center
}

.about_ban {
    position: relative
}

.about_content_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 280px;
    bottom: 0
}

    .about_content_holder h1 {
        font-size: 65px;
        line-height: 76px;
        letter-spacing: 3.9px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: "Raleway",sans-serif;
        font-weight: 600;
        margin-bottom: 35px
    }

    .about_content_holder p {
        letter-spacing: 1.8px;
        color: #FFFFFF;
        font-size: 30px;
        line-height: 50px;
        max-width: 1086px;
        font-family: "Raleway",sans-serif
    }

.service_site {
    padding: var(--service-pad-y,135px) var(--service-pad-x,70px) 50px;
    background: linear-gradient(to bottom,#0193fa 0%,#0392fb 13%,#0195f9 14%,#0196fa 23%,#019afa 23%,#019bfb 33%,#019efb 33%,#01a0fb 37%,#009ffa 41%,#02a3fb 41%,#01a5fa 49%,#01a7fd 50%,#00abfd 54%,#00b0fa 73%,#00b2fc 73%,#00b8fe 100%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    overflow: auto;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(0%,-100%);
    -ms-transform: translate(0%,-100%);
    transform: translate(0%,-100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    -o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0)
}

.menu_active .service_site {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.menu_active .trigger_mobile_menu span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu_active .trigger_mobile_menu span:nth-child(2) {
    display: none
}

.menu_active .trigger_mobile_menu span + span {
    margin-top: -3px
}

.menu_active .trigger_mobile_menu span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu_active .trigger_mobile_menu span {
    background-color: #fff
}

.menu_active {
    overflow: hidden
}

.service_site h2 {
    letter-spacing: 1.33px;
    color: #FFFFFF;
    font-size: var(--service-h2-font,134px);
    line-height: 1.2;
    margin-bottom: 100px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center
}

    .service_site h2 span {
        margin-left: 35px
    }

.inner_service_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: var(--inner-service-gap,130px)
}

.main_page {
    letter-spacing: 1.88px;
    font-size: 38px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 40px;
    display: block;
    text-decoration: underline;
    font-weight: 700;
    text-underline-offset: 8px
}

    .main_page:hover, .main_page:focus {
        text-decoration: underline
    }

.without_subitem li + li {
    margin-top: 10px
}

.without_subitem a {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    padding: 18px 10px 18px 5px
}

    .without_subitem a em {
        letter-spacing: 1.25px;
        color: #FFFFFF;
        font-size: 25px;
        line-height: 38px;
        max-width: 309px;
        display: inline-block;
        transition: all 300ms ease-in-out;
        font-weight: 500
    }

    .without_subitem a span, .with_sub_item a span {
        font-size: 20px
    }

    .without_subitem a:hover, .with_sub_item li ul a:hover {
        background-color: #fff;
        color: #005395
    }

        .without_subitem a:hover em, .with_sub_item li ul a:hover em {
            color: #005395
        }

.with_sub_item > li a {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    text-decoration: underline;
    font-weight: bold
}

.mrgn_top140 {
    margin-top: 140px
}

.with_sub_item > li {
    margin-top: 60px
}

.with_sub_item li ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    padding: 18px 10px 18px 5px
}

.with_sub_item a em {
    letter-spacing: 1.25px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 38px;
    max-width: 365px;
    display: inline-block;
    transition: all 300ms ease-in-out;
    font-weight: 500
}

.with_sub_item li ul {
    margin-top: 25px
}

.think_text_banner {
    height: 862px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.inner_think_vision {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.think_text_banner .container {
    height: 100%
}

.inner_think_ban {
    display: flex;
    height: 100%
}

    .inner_think_ban h1 {
        letter-spacing: 1px;
        color: #FFFFFF;
        margin-top: auto;
        font-size: 100px;
        line-height: 67px;
        margin-bottom: 90px;
        font-family: "Raleway",sans-serif;
        filter: drop-shadow(0px 7px 9px #000000C4);
        font-weight: 600
    }

.think_details {
    padding: 70px 0 200px
}

    .think_details .container {
        max-width: 1350px
    }

    .think_details p {
        color: #4C4B4B;
        font-size: 33px;
        line-height: 50px;
        font-family: 'Brother 1816-book'
    }

        .think_details p + p {
            margin-top: 50px
        }

.global_details {
    padding: 53px 0 150px
}

.global_details_inner h2 {
    letter-spacing: 3.3px;
    color: #005395;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 700
}

.global_details_inner p {
    letter-spacing: 2px;
    color: #4C4B4B;
    font-size: 33px;
    line-height: 50px;
    font-family: 'Brother 1816-book'
}

    .global_details_inner p + p {
        margin-top: 40px;
        font-family: 'Brother 1816-book'
    }

.random_images {
    margin-top: 115px;
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

.images_blocks {
    border: 0.5px solid #fff
}

.global_side_listing {
    padding-left: 30px;
    padding-top: 100px
}

    .global_side_listing ul {
        border: 1px solid #707070
    }

    .global_side_listing li + li {
        border-top: 2px solid #707070
    }

    .global_side_listing ul li a {
        letter-spacing: 0.21px;
        color: #4D4C4C;
        font-size: 21px;
        line-height: 25px;
        padding: 25px 16px 22px;
        display: block;
        font-family: 'Brother 1816-book'
    }

        .global_side_listing ul li a:hover {
            color: #319BF0;
            background-color: #E6E6E680
        }

.direct_link {
    margin-top: 180px
}

.sustainability_link {
    letter-spacing: 2px;
    color: #FA8A43;
    font-size: 33px;
    line-height: 50px;
    font-weight: 300;
    font-style: italic
}

.wave_button {
    padding: 15px 40px;
    font-size: 20px;
    border-radius: 10px;
    border: #005396 solid 1px;
    font-weight: 500;
    color: #005396;
    background-color: #D6ECFF;
    position: relative;
    overflow: hidden;
    letter-spacing: 1.2px;
    line-height: 36px;
    text-transform: uppercase
}

    .wave_button span {
        z-index: 2;
        position: relative;
        transition: all 300ms ease-in-out
    }

    .wave_button::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border-radius: 10px;
        z-index: 1
    }

    .wave_button:hover::before {
        background-color: #005396;
        animation: loadingWave 0.5s linear
    }

    .wave_button:hover span {
        color: #fff
    }

@keyframes loadingWave {
    0% {
        clip-path: polygon(0% 100%,100% 100%,100% 100%,100% 100%,100% 100%,100% 100%,100% 100%,100% 100%,0 100%)
    }

    30% {
        clip-path: polygon(0% 100%,100% 100%,100% 70%,85% 60%,70% 55%,55% 60%,40% 70%,25% 65%,0 70%)
    }

    60% {
        clip-path: polygon(0% 100%,100% 100%,100% 30%,85% 25%,70% 20%,55% 25%,40% 30%,25% 20%,0 10%)
    }

    100% {
        clip-path: polygon(0% 100%,100% 100%,100% 0,85% 0,70% 0,55% 0,40% 0,25% 0,0 0)
    }
}

.total_iso_part {
    margin-top: 15px;
    text-align: center
}

.iso_heading h4 {
    letter-spacing: 2.5px;
    color: #005396;
    font-size: 42px;
    line-height: 70px;
    text-align: right;
    font-weight: 500;
    max-width: 900px
}

.iso_heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 54px;
    margin-bottom: 30px
}

.quality_policy {
    padding-bottom: 50px
}

.bottom_iso_images {
    padding: 88px 0;
    background: rgba(198,240,255,0.35)
}

.iso_image_holder {
    display: flex
}

.top_iso_details p {
    letter-spacing: 1.8px;
    color: #4C4B4B;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 40px;
    font-weight: 100
}

.hide_iso_sec.active {
    display: block
}

.hide_iso_sec {
    display: none
}

.vision_mission_image_block {
    margin-top: 50px;
    gap: 60px;
    display: flex;
    align-items: flex-end
}

.corporate_video_holder {
    margin-top: 120px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 45px
}

.csr_video_item h4 {
    letter-spacing: 0.3px;
    color: #005395;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 30px
}

.video_csr {
    width: 100%;
    height: 231px;
    background: rgba(198,240,255,0.35);
    box-shadow: inset 0px 3px 12px rgba(0,0,0,0.16)
}

.fade_in_text {
    letter-spacing: 1.8px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    font-size: 30px;
    line-height: 50px;
    max-width: 980px;
    font-family: "Raleway",sans-serif
}

.president_slider_banner .slick-current.slick-active .fade_in_text {
    animation: fadeIn 5s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.president_slider_banner .slick-current.slick-active .offset-header-odd, .president_slider_banner .slick-current.slick-active .offset-header-even {
    display: block;
    animation-name: slideUp;
    animation-duration: 4s;
    animation-timing-function: ease-in
}

.president_slider_banner .slick-current.slick-active .offset-header-odd {
    animation-delay: 0s;
    animation-fill-mode: forwards
}

.president_slider_banner .slick-current.slick-active .offset-header-even {
    animation-delay: 150ms;
    animation-fill-mode: both
}

@keyframes slideUp {
    0%,50% {
        transform: translateY(100%);
        opacity: 0
    }

    60%,100% {
        transform: translateY(0);
        opacity: 1
    }
}

.president_slider_item {
    position: relative
}

.president_details_prt {
    position: absolute;
    top: 345px;
    left: 0;
    padding-left: 85px
}

.name_designation {
    margin-top: 115px;
    max-width: 750px;
    text-align: center
}

    .name_designation h2 {
        font-size: 60px;
        line-height: 50px;
        color: #fff;
        filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
        margin-bottom: 22px;
        font-family: "Raleway",sans-serif
    }

    .name_designation h5 {
        font-size: 30px;
        color: #fff;
        filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
        font-family: "Raleway",sans-serif
    }

.our_history p {
    text-align: left;
    letter-spacing: 2px;
    color: #393838;
    font-size: 33px;
    line-height: 47px;
    margin-bottom: 40px;
    font-family: 'Brother 1816-book'
}

.histry_page {
    padding-bottom: 40px
}

.history_item img {
    width: 100%
}

.our_history_holder {
    max-width: 752px;
    margin: 0 auto
}

    .our_history_holder h4 {
        letter-spacing: 2.4px;
        color: #005396;
        font-size: 40px;
        line-height: 50px;
        font-weight: 500;
        margin-bottom: 25px
    }

.history_video_holder {
    background: #C5C5C5;
    box-shadow: inset 0px 3px 10px #0000004D;
    border: 1px solid #707070;
    width: 100%;
    height: 470px;
    align-items: center;
    justify-content: center;
    display: flex
}

.play_btn {
    font-size: 167px;
    color: #fff
}

.our_history {
    padding-bottom: 100px
}

.roadmap_outer {
    box-shadow: inset 0px 0px 15px #2BAAFF94;
    border: 2px solid #005396;
    padding: 40px 40px 50px 80px;
    margin-top: 50px
}

.timeline-item:first-child {
    padding-top: 40px
}

.timeline-card {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    padding-bottom: 100px
}

    .timeline-card:first-of-type::before {
        content: "";
        width: 1px;
        height: 100%;
        background: #005396;
        position: absolute;
        left: 9.3px;
        top: -19px;
        z-index: -1
    }

.timeline-item {
    display: grid;
    align-items: flex-start;
    gap: 20px;
    align-content: center;
    justify-items: start;
    justify-content: space-between;
    grid-template-columns: 9% 1fr
}

    .timeline-item h6 {
        font-size: 34px;
        line-height: 50px;
        color: #005395;
        padding-top: 6px;
        font-family: 'Brother 1816-book'
    }

.global_details_inner .subcard p {
    letter-spacing: 0;
    color: #005395;
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    font-family: 'Brother 1816-book'
}

.subcard figure {
    width: auto
}

.subcard {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 0 0 0 45px;
    width: -webkit-fill-available;
    gap: 50px
}

    .subcard + .subcard {
        margin-top: 50px
    }

.circle_hold {
    position: absolute;
    left: 0;
    padding: 15px 1px;
    background-color: #fff;
    top: 5px;
    font-size: 17px;
    color: #005395
}

.timeline-item:last-child .timeline-card {
    padding-bottom: 0px
}

.roadmap_inner {
    height: 710px;
    overflow: auto
}

    .roadmap_inner .mCSB_scrollTools {
        width: 34px;
        opacity: 1
    }

        .roadmap_inner .mCSB_scrollTools .mCSB_draggerRail {
            width: 100%;
            background-color: #C6F0FF;
            box-shadow: inset 0px 3px 6px #00000029;
            border-radius: 15px
        }

        .roadmap_inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            width: 16px;
            border-radius: 16px;
            text-align: center;
            background-color: #89c2ed;
            box-shadow: 3px 3px 3px #00000057
        }

    .roadmap_inner .mCSB_inside > .mCSB_container {
        margin-right: 60px
    }

.sol_slider_item {
    width: 473px;
    margin: 0 35px;
    border-radius: 16px
}

    .sol_slider_item figure {
        width: 100%;
        border-radius: 16px;
        overflow: hidden
    }

        .sol_slider_item figure:hover {
            max-width: 100%;
            width: 100%;
            border-radius: 16px
        }

        .sol_slider_item figure img {
            width: 100%;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out
        }

        .sol_slider_item figure:hover img {
            width: 100%;
            max-width: 100%;
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

    .sol_slider_item h3 {
        letter-spacing: 0px;
        color: #3877E0;
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        margin-top: 12px
    }

.sol_block h2 {
    letter-spacing: 2.4px;
    color: #3877E0;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #3877E0;
    text-underline-offset: 10px;
    padding-left: 25px;
    margin-bottom: 25px
}

.sol_block + .sol_block {
    margin-top: 75px
}

.solution_list_details {
    padding: 75px 0
}

.solution_banner {
    height: 554px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right
}

.sol_slider .slick-arrow {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    font-size: 25px;
    background: rgba(255,255,255,0.6);
    box-shadow: 0px 12px 43px rgba(0,0,0,0.5);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 2;
    color: rgba(0,83,150,1)
}

.sol_slider .slick-prev {
    left: 35px
}

.sol_slider .slick-next {
    right: 35px
}

.sol_slider .slick-arrow.slick-disabled {
    display: none !important
}

.solution_banner_inner {
    padding-top: 176px;
    padding-left: 50px
}

    .solution_banner_inner h1 {
        font-size: 60px;
        line-height: 76px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Raleway",sans-serif;
        font-weight: 600
    }

    .solution_banner_inner p {
        letter-spacing: 1.8px;
        color: #FFFFFF;
        font-size: 30px;
        line-height: 50px;
        font-family: "Raleway",sans-serif;
        max-width: 1199px
    }

.productlist_banner h1 {
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-top: auto;
    font-size: 100px;
    line-height: 67px;
    margin-bottom: 153px;
    font-family: "Raleway",sans-serif;
    filter: drop-shadow(0px 7px 9px #000000C4);
    font-weight: 600
}

.productlisting_row {
    grid-template-columns: 20% 1fr;
    display: grid;
    column-gap: 110px
}

.productlisting_sec {
    padding: 95px 0
}

.productlisting_row + .productlisting_row {
    margin-top: 100px
}

.listing_images_part a {
    letter-spacing: 2.5px;
    color: #005395;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 10px;
    display: block
}

    .listing_images_part a:hover {
        color: #1490f3
    }

.listing_text_part p {
    letter-spacing: 2px;
    color: #444445;
    font-size: 33px;
    line-height: 50px;
    font-family: 'Brother 1816-book'
}

.product_details_sec {
    padding: 75px 0 50px
}

    .product_details_sec .container {
        max-width: 1440px
    }

.products_details_inner figure {
    margin-bottom: 70px
}

.products_details_inner p {
    letter-spacing: 2px;
    color: #4C4B4B;
    font-size: 33px;
    line-height: 50px;
    font-family: 'Brother 1816-book'
}

    .products_details_inner p + p {
        margin-top: 50px
    }

.product_video_sec {
    padding: 52px 0;
    background: rgba(198,240,255,0.5);
    margin-bottom: 70px
}

.products_video_holder {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px
}

.product_video {
    height: 375px;
    position: relative
}

.youtube_play {
    position: absolute;
    font-size: 74px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ff0707
}

.product_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.play_on {
    background: rgba(8,41,166,0.55);
    border-radius: 0px 5px 5px 0px;
    opacity: 0.55;
    position: absolute;
    letter-spacing: -0.34px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    bottom: 32px;
    padding: 4px 11px 4px 8px
}

.solution_listings {
    margin-top: 100px;
    border: 2px solid #4A4A4B;
    padding: 25px 10px 30px 10px
}

.sol_parts h4 {
    letter-spacing: 0.25px;
    color: #4A4A4B;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom: 2px solid #707070;
    padding-bottom: 5px
}

.solution_listings ul li a {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #4A4A4B;
    padding: 8px 0
}

.solution_listings ul {
    border: 0;
    margin-left: 10px
}

.sol_parts + .sol_parts {
    margin-top: 30px
}

.solution_listings li + li {
    border-top: 0
}

.solution_listings li {
    border-bottom: 1px solid #4A4A4B
}

.dls_image {
    margin-top: 70px;
    text-align: center
}

.solution_listings ul li a:hover {
    background-color: transparent
}

.global_details_paragraph ul {
    margin-top: 50px;
    padding-left: 75px
}

    .global_details_paragraph ul li {
        letter-spacing: 0px;
        color: #4C4B4B;
        list-style: disc;
        font-size: 30px;
        line-height: 46px;
        font-weight: 300
    }

        .global_details_paragraph ul li + li {
            margin-top: 10px
        }

.mcc_deliverables {
    margin-top: 120px;
    padding: 30px 50px;
    background: rgba(219,239,255,1)
}

    .mcc_deliverables h3 {
        letter-spacing: 0.45px;
        color: #005396;
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 50px;
        text-transform: uppercase;
        font-weight: 500
    }

.deliveries_holder {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px
}

.deliveries_block h4 {
    letter-spacing: 0.33px;
    color: #005396;
    font-size: 33px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    min-height: 70px;
    text-transform: capitalize
}

.deliveries_block li {
    letter-spacing: 0px;
    color: #4C4B4B;
    list-style: disc;
    margin-left: 30px;
    font-size: 26px;
    line-height: 35px
}

    .deliveries_block li + li {
        margin-top: 15px
    }

    .deliveries_block li::marker {
        color: #005396
    }

.video_row {
    padding: 80px 0
}

    .video_row:nth-child(even) {
        background-color: #DBEFFF
    }

    .video_row h4 {
        letter-spacing: 0px;
        color: #005396;
        text-transform: uppercase;
        font-size: 45px;
        line-height: 69px;
        margin-bottom: 20px;
        font-weight: 500;
        margin-left: 50px
    }

.three_video_block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px
}

.two_video_block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px
}

.one_video_block {
    display: block;
    width: 100%
}

.mmc_section {
    padding: 53px 0 50px
}

.mmc_videos_block {
    transition: all 300ms ease-in-out;
    cursor: pointer
}

    .mmc_videos_block:hover {
        transform: scale(1.1)
    }

.two_video_block .mmc_videos_block:hover, .one_video_block .mmc_videos_block:hover {
    transform: none
}

.contact_us_section {
    padding: 50px 0 90px
}

.contact_details {
    padding: 50px 100px;
    background-color: #C6F0FF
}

.contact_us_section h2 {
    letter-spacing: 3.3px;
    color: #005395;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 40px
}

.contact_us_section p {
    letter-spacing: 2px;
    color: #4C4B4B;
    font-size: 33px;
    line-height: 50px;
    margin-bottom: 40px;
    font-family: 'Brother 1816-book'
}

.contact_details h4 {
    letter-spacing: 0.5px;
    color: #005396;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 40px
}

.contact_details p {
    letter-spacing: 0.33px;
    color: #494949
}

.contact_details .form_row input {
    background-color: #FFFFFF;
    border: 1px solid #005396;
    border-radius: 2px;
    padding: 17px 23px;
    font-family: 'Brother 1816-book';
    letter-spacing: 0.25px;
    color: #494949;
    font-size: 25px
}

.form_row + .form_row {
    margin-top: 25px
}

.contact_details .form_row input[type="submit"] {
    letter-spacing: 0.25px;
    color: #FFFFFF;
    font-size: 25px;
    background: #005396;
    border-radius: 2px;
    width: auto;
    padding: 12px 39px;
    border: 0
}

.contact_details .form_row input::placeholder {
    color: #7C7C7C;
    font-family: 'Brother 1816-book'
}

.contact_details .form_row input[type="submit"]:hover {
    background: #3d8bca
}

.contact_details .form_row button.dropdown-toggle {
    background: #FFFFFF;
    border: 1px solid #005396;
    border-radius: 2px;
    padding: 17px 25px;
    font-family: 'Brother 1816-book';
    letter-spacing: 0.25px;
    color: #7C7C7C;
    font-size: 25px
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important;
    outline-offset: 0px
}

.contact_us_section figure {
    position: relative;
    width: 532px;
    margin-left: 80px
}

    .contact_us_section figure:after {
        width: 532px;
        background-color: #C6F0FF;
        height: 100%;
        position: absolute;
        top: -50px;
        right: -45px;
        content: '';
        z-index: -1
    }

.contact_us_section .row {
    align-items: center
}

.career_start {
    padding: 55px 0
}

.reimagine_future {
    padding: 55px 0 155px
}

    .reimagine_future h3 {
        letter-spacing: 2.46px;
        color: #005395;
        text-transform: uppercase;
        font-size: 41px;
        line-height: 50px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 500
    }

    .reimagine_future p {
        color: #4C4B4B;
        font-size: 33px;
        line-height: 51px;
        margin-bottom: 42px;
        font-family: 'Brother 1816-book'
    }

.future_box {
    max-width: 414px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    box-shadow: 20px 18px 2px #003C9629
}

.future_box_top .icon {
    overflow: hidden;
    width: 151px;
    height: 151px;
    display: inline-block;
    margin-bottom: 18px;
    border-radius: 50%
}

.future_box_top {
    padding-top: 23px;
    padding-bottom: 27px;
    border-radius: 20px 20px 0px 0px;
    background-color: #F1F8FD
}

    .future_box_top h4 {
        letter-spacing: 0px;
        color: #097DDE;
        font-size: 33px;
        line-height: 51px;
        font-weight: 500
    }

.cean {
    color: #09B8DE !important
}

.future_box_bottom {
    padding: 51px 34px 44px;
    background: #C6F0FF;
    border-radius: 0px 0px 20px 20px
}

.reimagine_future .future_box_bottom p {
    letter-spacing: 0px;
    color: #005395;
    font-size: 20px;
    line-height: 30px;
    height: 240px;
    overflow: hidden;
    margin-bottom: 0;
    font-family: 'Brother 1816-book'
}

.reimagine_future .row {
    padding: 0 60px
}

.voices_from_forefront {
    padding: 90px 0 72px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.caree_ban_item img {
    width: 100%
}

.voices_from_forefront h3 {
    letter-spacing: 2.46px;
    color: #005395;
    margin-bottom: 80px;
    font-size: 41px;
    line-height: 50px;
    text-align: center;
    font-weight: 500
}

.voices_from_forefront .container {
    max-width: 1300px
}

.voices_slider_item {
    padding: 0 23px
}

.voices_slider_item_inner {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px #0000002B;
    padding: 36px 40px;
    text-align: center
}

    .voices_slider_item_inner figure {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 20px
    }

    .voices_slider_item_inner p {
        letter-spacing: 0.36px;
        color: #005395;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 44px;
        font-family: 'Brother 1816-book'
    }

.double_quote {
    font-size: 34px;
    color: #0013B9;
    margin-bottom: 28px;
    display: inline-block;
    line-height: 100%
}

.name_position h5 {
    letter-spacing: 1.2px;
    color: #005395;
    font-size: 20px;
    margin-bottom: 7px;
    text-transform: capitalize;
    font-weight: 700
}

.name_position em {
    letter-spacing: 0.29px;
    color: #005395;
    font-size: 16px;
    font-weight: 300
}

.current_openings {
    padding: 180px 0
}

    .current_openings h3 {
        letter-spacing: 0.65px;
        color: #005395;
        text-transform: uppercase;
        font-size: 65px;
        margin-bottom: 60px;
        text-align: center;
        font-weight: 500
    }

.career_accordian_holder .accordion-button.collapsed {
    background-color: #C6F0FF;
    padding: 36px
}

.career_accordian_holder .accordion-item:first-of-type {
    border-radius: 0
}

    .career_accordian_holder .accordion-item:first-of-type .accordion-button {
        border-radius: 0
    }

.career_accordian_holder .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0
}

.career_accordian_holder .accordion-button:not(.collapsed) {
    background-color: #045698;
    padding: 36px;
    color: #fff
}

.career_accordian_holder .accordion-button {
    border: 0;
    letter-spacing: 0px;
    color: #005395;
    font-size: 41px;
    text-align: center;
    display: block;
    font-weight: 500
}

.career_accordian_holder .accordion-item {
    border: 0
}

    .career_accordian_holder .accordion-item + .accordion-item {
        margin-top: 38px
    }

.career_accordian_holder .accordion-button:focus, .accordion-button:not(.collapsed) {
    box-shadow: none
}

.career_accordian_holder .accordion-button::after {
    display: none
}

.career_accordian_holder .accordion-body {
    padding: 40px 35px 40px 138px;
    background-color: rgba(198,240,255,0.35)
}

.career_location_details li {
    font-size: 33px;
    line-height: 36px;
    color: #515151
}

    .career_location_details li span {
        font-family: 'Brother 1816-book';
        margin-left: 10px
    }

    .career_location_details li + li {
        margin-top: 10px
    }

    .career_location_details li label {
        font-weight: 500
    }

.career_location_details {
    margin-bottom: 60px
}

.requirement_details li label {
    font-size: 33px;
    line-height: 36px;
    color: #515151;
    font-weight: 500;
    margin-bottom: 15px
}

.requirement_details li p {
    font-size: 33px;
    line-height: 42px;
    color: #515151;
    font-family: 'Brother 1816-book'
}

.requirement_details li p {
    margin-bottom: 10px
}

.requirement_details li + li {
    margin-top: 60px
}

.solid_button {
    background: #005396;
    border-radius: 10px;
    height: 76px;
    display: inline-block;
    padding: 15px 62px;
    font-size: 41px;
    line-height: 38px;
    color: #fff;
    margin-top: 65px;
    font-family: 'Brother 1816-book'
}

    .solid_button:hover {
        background-color: #1377c7
    }

.our_kolkata_office .container {
    max-width: 1300px
}

.our_kolkata_office h4 {
    color: #005395;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 34px;
    font-weight: 500
}

.kolkata_ofc_thumbs {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    row-gap: 16px
}

.kolkata_thumb_items img {
    width: 100%
}

.our_kolkata_office p {
    letter-spacing: 1.5px;
    color: #515151;
    opacity: 1;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 34px;
    font-family: 'Brother 1816-book'
}

.see_more_btn {
    background: #005396;
    box-shadow: 5px 4px 2px #3B76C0;
    height: 61px;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 30px;
    padding: 0 41px;
    font-weight: 500
}

    .see_more_btn:hover {
        box-shadow: 8px 6px 4px #3B76C0
    }

.suitable_vacciencies {
    padding: 198px 0 78px
}

.suitable_vaccencies_no_holder {
    display: flex
}

.vaccencies_bg_part h2 {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 41px;
    line-height: 62px;
    max-width: 800px;
    margin-bottom: 40px;
    font-weight: 500
}

.vaccencies_bg_part p {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 46px;
    max-width: 800px;
    font-family: 'Brother 1816-book'
}

.vaccencies_bg_part {
    width: 65%;
    padding: 30px 30px 30px 140px;
    background-size: cover;
    background-position: center center
}

.upload_part {
    width: 35%;
    padding: 0 0 0 25px
}

    .upload_part h4 {
        letter-spacing: 0px;
        color: #005395;
        font-size: 33px;
        margin-bottom: 10px;
        font-weight: 500
    }

    .upload_part span {
        letter-spacing: 0px;
        color: #DB3318;
        font-size: 33px;
        margin-bottom: 30px;
        display: block;
        font-family: 'Brother 1816-book'
    }

    .upload_part input[type="file"] {
        background: #FFFFFF;
        border: 2px solid #007EB0;
        border-radius: 5px;
        height: 76px;
        padding: 23px 23px;
        margin-bottom: 40px;
        cursor: pointer
    }

.submit {
    background: #005396;
    border-radius: 2px;
    height: 50px;
    padding: 2px 16px;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    display: inline-block;
    width: auto;
    font-family: 'Brother 1816-book'
}

    .submit:hover {
        background: #0b80e0
    }

.location_row {
    padding: 30px 30px 30px 56px;
    background: rgba(198,240,255,0.35);
    box-shadow: inset 0px 0px 10px rgba(7,48,109,0.25);
    display: flex
}

    .location_row + .location_row {
        margin-top: 93px
    }

.location_map {
    width: 45%;
    height: 480px
}

.location_details {
    width: 55%;
    padding-right: 76px
}

    .location_details h3 {
        background: transparent linear-gradient(265deg,rgba(0,83,150,1) 0%,rgba(0,42,75,1) 100%) 0% 0% no-repeat padding-box;
        letter-spacing: 0.5px;
        color: #fff;
        font-size: 50px;
        padding: 5px 56px;
        margin-left: -55px;
        margin-bottom: 24px
    }

    .location_details p + p {
        margin-top: 8px
    }

    .location_details p {
        letter-spacing: 0.33px;
        color: #505050;
        font-size: 26px;
        line-height: 42px
    }

        .location_details p b {
            font-weight: bolder;
            letter-spacing: 0
        }

    .location_details li {
        letter-spacing: 0.33px;
        color: #505050;
        font-size: 26px;
        line-height: 42px;
        font-family: 'Brother 1816-book'
    }

        .location_details li a {
            color: #505050;
            padding-left: 5px
        }

.leaflet-popup-content-wrapper {
    border: 1px solid #1E9CDE
}

.leaflet-popup-content h5 {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.leaflet-popup-content p {
    margin: 8px 0;
    text-align: center;
    font-size: 12px;
    color: #0e608b;
    font-weight: 700
}

.popup-btn {
    padding: 4px 10px;
    background-color: #005395;
    color: #fff;
    border-radius: 4px
}

#map {
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #0389c3
}

.leaflet-control-attribution {
    display: none
}

.leaflet-popup-content {
    text-align: center
}

.news_banner {
    height: 860px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.news_banner_inner {
    padding-top: 164px;
    max-width: 664px
}

.news_row {
    box-shadow: 3px 4px 1px #00000029;
    border-radius: 0px 20px 20px 0px;
    opacity: 0.8;
    background: rgba(255,255,255,0.8);
    padding: 11px;
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center
}

    .news_row + .news_row {
        margin-top: 24px
    }

    .news_row figure {
        width: 168px;
        border-radius: 13px;
        overflow: hidden;
        min-width: 168px
    }

    .news_row p {
        letter-spacing: 1.2px;
        color: #005395;
        max-width: 396px;
        font-size: 20px;
        line-height: 26px;
        text-align: right;
        font-family: 'Brother 1816-book'
    }

.news_page {
    padding: 57px 0 40px
}

    .news_page .container {
        max-width: 1645px
    }

    .news_page .global_heading h2 {
        font-weight: 700;
        font-size: 55px;
        line-height: 50px;
        letter-spacing: 3.3px;
        color: #005395
    }

    .news_page .global_heading {
        margin-bottom: 58px
    }

    .news_page .news_date_part h5 {
        text-shadow: none;
        letter-spacing: 0px;
        color: #707070;
        font-size: 20px;
        line-height: 27px
    }

    .news_page .news_dtls_part em {
        width: auto;
        display: inline-block;
        letter-spacing: 0px;
        color: #005395;
        font-size: 20px;
        line-height: 27px
    }

    .news_page .news_release_block {
        display: grid;
        grid-template-columns: 20% 80%;
        padding: 30px 0;
        border-bottom: 2px dashed #707070
    }

        .news_page .news_release_block:first-child {
            border-top: 2px dashed #707070
        }

    .news_page .news_dtls_part:hover em {
        text-decoration: none
    }

.press_release {
    max-width: 265px;
    margin-left: auto;
    border: 1px solid #707070
}

    .press_release h4 {
        letter-spacing: 2px;
        color: #005395;
        font-size: 31px;
        line-height: 25px;
        font-family: 'Brother 1816-book';
        text-align: center;
        padding: 20px 15px;
        background-color: #F3F3F3;
        border-bottom: 1px solid #707070
    }

    .press_release li a {
        letter-spacing: 1.25px;
        color: #4D4C4C;
        font-size: 21px;
        line-height: 30px;
        text-align: center;
        display: block;
        padding: 24px 10px;
        font-family: 'Brother 1816-book'
    }

    .press_release li {
        border-bottom: 1px solid #707070
    }

        .press_release li:last-child {
            border-bottom: 0
        }

        .press_release li a:hover {
            color: #319BF0
        }

.kolkata_thumbs {
    display: grid;
    grid-template-columns: repeat(5,1fr)
}

.footer_top_image_sec .kolkata_thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.kolkata_office_images .container {
    max-width: 1300px
}

.grid-item {
    width: 31.3%;
    margin: 1%
}

.kolkata_office_images {
    padding: 65px 0
}

.president_ceo {
    background: #EBFAFF;
    box-shadow: inset 0px 0px 20px #0D3BA629;
    padding: 28px 0
}

.ceo_details h3 {
    letter-spacing: 2.46px;
    color: #4C4B4B;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 5px;
    font-family: 'Brother 1816-book'
}

.ceo_details h5 {
    letter-spacing: 1.44px;
    color: #005395;
    font-size: 24px;
    line-height: 44px;
    filter: drop-shadow(0px 3px 6px #00000029);
    font-weight: 700;
    margin-bottom: 50px
}

.ceo_details p {
    letter-spacing: 1.44px;
    color: #4C4B4B;
    font-size: 24px;
    line-height: 44px;
    filter: drop-shadow(0px 3px 6px #00000029);
    margin-bottom: 15px;
    font-family: 'Brother 1816-book'
}

.know_more {
    color: #7C7C7C;
    font-size: 13px;
    line-height: 19px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 3px #005DD663;
    border-radius: 5px;
    padding: 7px 9px;
    font-family: 'Brother 1816-book'
}

    .know_more:hover {
        background: #005395;
        color: #fff
    }

.ceo_images_holder {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 34px
}

.ceo_images_block {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px #00000029;
    padding: 8px
}

.our_other_offices {
    padding: 82px 0 145px
}

    .our_other_offices h2 {
        letter-spacing: 2.46px;
        color: #005395;
        margin-bottom: 86px;
        text-align: center;
        font-size: 41px;
        line-height: 50px;
        font-weight: 500
    }

    .our_other_offices .container {
        max-width: 1440px
    }

.other_office_holder {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 73px
}

.president_ceo .row {
    align-items: center
}

.other_ofc_blocks h4 {
    letter-spacing: 1.14px;
    color: #4C4B4B;
    margin-top: 32px;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 5px;
    font-family: 'Brother 1816-book'
}

.other_ofc_blocks h5 {
    letter-spacing: 1.38px;
    color: #005395;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px
}

.kolkata_office_banner {
    height: 586px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.inner_kolkata_office_banner h1 {
    letter-spacing: 2.46px;
    color: #FFFFFF;
    font-size: 41px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 42px
}

.inner_kolkata_office_banner {
    height: 100%;
    padding: 240px 40px 40px;
    text-align: center;
    backdrop-filter: blur(5px);
    color: #fff
}

    .inner_kolkata_office_banner p {
        letter-spacing: 2px;
        color: #FFFFFF;
        font-size: 33px;
        line-height: 50px;
        margin: 0 auto;
        max-width: 1325px;
        font-family: 'Brother 1816-book'
    }

.c--custom_select-parent-wdth {
    width: 100% !important
}

.c--custom_aboutus-menuactive {
    color: #319BF0 !important;
    background-color: #E6E6E680;
    cursor: pointer
}

.c--custom_solutions-menuactive {
    color: #319BF0 !important
}

.c--custom_global_side_listing {
    padding-top: 3rem !important
}

.c--custom_corporate_slider_items {
    width: 460px !important
}

.c--custom_sol_slider_item {
    width: 435px !important
}

.c--custom_contactus-txt {
    color: #000 !important
}

.c--custom_contactus-txtarea {
    background-color: #FFFFFF;
    border: 1px solid #005396;
    border-radius: 2px;
    font-family: 'Brother 1816-book';
    padding: 17px 23px;
    letter-spacing: 0px;
    font-size: 25px;
    width: 100%
}

.c--custom-contactus-txtarea-remain {
    float: right;
    font-size: 0.85rem;
    margin: 0;
    padding-top: 0.25rem;
    color: #7C7C7C
}

.c--custom_contactus-svc {
    padding: 17px 23px;
    letter-spacing: 0px;
    font-size: 25px;
    background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2010l5-10h-10z%22%20fill%3D%22%23546371%22%2F%3E%3C%2Fsvg%3E) no-repeat right 8px center;
    border: 1px solid #005396;
    border-radius: 2px;
    font-family: 'Brother 1816-book';
    color: #7C7C7C;
    appearance: none;
    cursor: pointer
}

.c--custom_post-rslt-div {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0.15rem;
    margin-bottom: 1rem
}

.c--custom_postmodal-content {
    border-radius: 0.95rem;
    color: #fff;
    font-size: 0.95rem;
    text-align: center
}

.c--custom_postmodal-body {
    border-radius: 0.9rem
}

    .c--custom_postmodal-body p {
        margin-top: 1rem
    }

.c--custom_postmodal-button {
    padding: 2px 10px;
    margin-top: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.15rem;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 0.95rem;
    background: #14A44D;
    background: -webkit-linear-gradient(top,#14A44D 0%,#078c3c 44%,#05672c 100%);
    background: linear-gradient(to bottom,#14A44D 0%,#078c3c 44%,#05672c 100%);
    text-shadow: 0 1px 1px #301
}

.c--custom_postmodal-errbutton {
    padding: 2px 10px;
    margin-top: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.15rem;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 0.95rem;
    background: #a00;
    background: -webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
    background: linear-gradient(to bottom,#a90329 0%,#8f0222 44%,#6d0019 100%);
    text-shadow: 0 1px 1px #301
}

.our_kolkata_office h3 {
    letter-spacing: 0.65px;
    color: #005395;
    text-transform: uppercase;
    font-size: 65px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500
}

.suitable_vacciencies h3 {
    letter-spacing: 0.65px;
    color: #005395;
    text-transform: uppercase;
    font-size: 65px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 500
}

#_ftr_home {
    color: #525353 !important
}

    #_ftr_home:hover {
        color: #fff !important
    }

.logo_addl {
    float: left
}

.logo_addl_1 {
    margin-top: 1.5rem
}

.bottom_logo_div_addl {
    --bs-gutter-x: 0 !important;
    margin-top: -0.25rem !important
}

.bottom_logo_img {
    margin-left: 1rem
}
