html,
body {
    font-family: var(--font-family);
    font-weight: var(--font-weight-400);
    margin: 0;
    padding: 0;
    color: var(--bromic-body-color);
    font-size: var(--font-size-20);
    line-height: 30px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.container {
    max-width: 1296px;
    margin: 0 auto;
    padding: 0 40px;
}

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

.small-heading {
    color: var(--bromic-blue);
    background: var(--bromic-grey-100);
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    height: 28px;
    overflow: hidden;
}

.btn-margin-48 {
    margin-top: var(--margin-48);
}

.d-flex {
    display: flex !important;
}

.text-center {
    text-align: center !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

/*Header Style*/

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
    transition: all 0.3s ease-in;
}

.site-header .row {
    align-items: center;
}

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

.site-header__nav-toggle {
    display: none;
}

.site-header__nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    align-items: center;
    height: 80px;
    justify-content: center;
}

.site-header__nav ul li {
    margin: 0;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
}

.site-header__nav ul li a {
    font-size: var(--font-size-14);
    line-height: 20px;
    font-weight: var(--font-500);
    color: white;
    text-decoration: none;
    padding: 12px 14px;
    display: inline-flex;
    position: relative;
    align-items: center;
    transition: all 0.3s ease-in;
}

.site-header__nav ul li a svg {
    margin-left: 7.5px;
    transition: all 0.3s ease-in;
}

ul.sub-menu {
    height: fit-content;
}

.site-header__nav ul li .sub-menu {
    display: block;
    opacity: 0;
    position: absolute;
    width: 334px;
    box-shadow: 0px -5px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 12px;
    padding: 16px 16px 16px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    transition: all 0.3s ease-in;
}

.site-header__nav ul li .sub-menu li {
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 8px;
    padding-right: 0;
    margin: 0;
}

.site-header__nav ul li .sub-menu li:last-child {
    padding-bottom: 0;
}

.site-header__nav ul li .sub-menu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1D2939;
    padding: 16px;
    background: transparent;
    display: block;
    transition: all 0.3s ease-in;
}

.site-header__nav ul li .sub-menu li a:hover {
    background: #F2F4F7;
    border-radius: 6px;
}

.site-header.scrolled-nav {
    background: white;
    transition: all 0.3s ease-in;
}

.site-header.scrolled-nav .site-header__nav ul li a,
.site-header.bg-white .site-header__nav ul li a {
    color: #15181F;
}

.site-header.scrolled-nav .header-logo,
.site-header.bg-white .header-logo {
    display: none;
}

.site-header.scrolled-nav .header-logo-hover {
    display: block;
}

.site-header.scrolled-nav li a svg path,
.site-header.bg-white li a svg path {
    stroke: #15181F;
}

/*Module style*/
.module__hero {
    height: 100vh;
    position: relative;
    background: black;
    display: block;
}

.module__hero--slide--content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0px 80;
    height: 100vh;
}

.module__hero .container {
    position: relative;
}

.module__hero .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 1px;
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 12px 4px;
    margin-bottom: 24px;
    list-style: none;
    transform: translateX(-50%);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.3);
}

.slick-dots li {
    display: inline-flex;
    align-items: center;

}

.slick-dots li button {
    font-size: 0;
    border: 0;
    background: white;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
}

.slick-dots li button:hover,
.slick-dots .slick-active button {
    background: #15181F;
}

.slick-dots li button {
    margin: 0 8px;
}

.module__hero .slick-arrow:hover {
    background: #000;
}

.module__hero .slick-prev {
    z-index: 1;
    left: 24px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14L2 8L8 2' stroke='%2315181F' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.module__hero .slick-next {
    right: 24px;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='%2315181F' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;

}

.module__hero .slick-prev.slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14L2 8L8 2' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.module__hero .slick-arrow.slick-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14L8 8L2 2' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.module__hero--slide-content {
    max-width: 614px;
    color: white;
}

.module__hero--slide-content h1 {
    margin-bottom: 12px;
}

.module__hero--slide-content h3 {
    margin-bottom: 64px;
}

.module__hero .media-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.module__hero .media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.module__our-story {
    padding-top: 64px;
}

.module__our-story h2,
.module__our-story h1 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #15181F;
}

.module__our-story--wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-wrap: nowrap;
}

.module__our-story-media {
    flex: 0 0 48%;
    padding: 0px 0px 0 53px;
}

.module__our-story-content {
    flex: 0 0 50%;
    padding: 0 53px;
}

.module__press-room {
    padding-bottom: 96px;
}

.module__press-room--wrapper__top {
    padding-bottom: 88px;
}

.module__press-room--wrapper__lists {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -40px;
    gap: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 16px;
}

.module__press-room--wrapper__list {
    flex: 0 0 48%;
    padding: 40px;
    display: flex;
}

.module__press-room--wrapper__list:last-child {
    padding-bottom: 72px;
}

.module__press-room--wrapper__list:nth-child(3) {
    padding-bottom: 72px;
}

section.module.module__press-room.bg-grey.news.sm-dark .module__press-room--wrapper__list {
    padding-bottom: 40px;
}

.module__press-room--wrapper__list--media {
    flex-basis: 225px;
    margin-right: 24px;
    flex-shrink: 0;
}

.module__press-room--wrapper__list--media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

.module__press-room--wrapper__list--media .media-wrapper {
    height: 222px;
    position: relative;
    max-width: 225px;
    width: 100%;
}

.img-border-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #034ea2;
}

.module__press-room--wrapper__list--content {
    flex-grow: 1;
    position: relative;
}

.module__press-room--wrapper__list--content p {
    margin-bottom: 26px;
    margin-top: 16px;
    color: var(--bromic-grey-600);
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
}

.module__press-room--wrapper__list--content a {
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-600);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #3B4351;
    position: absolute;
    bottom: 0;
}

.module__press-room--wrapper__list--content a svg {
    margin-left: 13.63px;
}

.module__press-room .btn.btn-primary {
    display: inline-flex;
    height: 48px;
    width: 226px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
}

.module__press-room .btn::after {
    display: none;
}

.module__our-business {
    padding: 100px 0px 80px;
}

.module__our-business .container {
    max-width: 1440px;
    padding-right: 24px;
    margin: 0 auto;
}

@media screen and (min-width: 1440px) {
    .module__our-business .container {
        padding-left: 111px;
    }
}

.module__our-business__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 0 -12px;
}

.module__our-business__intro-col {
    flex: 0 0 38%;
    padding-right: 80px;
    padding-left: 12px;
}

.module__our-business__intro-col .button-group a:first-child {
    margin-right: 12px;
}

.module__our-business__list {
    flex: 0 0 30.8%;
    padding: 0 12px 24px;
}

.module__our-business__list .media-conten-wrapper {
    position: relative;
    padding-bottom: 140.48%;
    height: 0;
    overflow: hidden;
}

.module__our-business__list .media-conten-wrapper .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.0);
}

.module__our-business__list .overlay-bg {
    position: absolute;
    background: #000000;
    mix-blend-mode: color;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in;
}

.module__our-business__list .overlay-content {
    position: absolute;
    width: calc(100% - 48px);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    bottom: 0;
    margin: 0 24px 24px;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 24px;
    z-index: 2;
    transition: all 0.5s ease-in;
    align-items: center;
}

.module__our-business__list .overlay-content span {
    width: 36px;
    height: 36px;
    background: ;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}

.module__our-business__list .gradient {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    bottom: -0.21%;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease-in;
}

.module__our-business__list-inner,
.module__our-business__list-inner .bg-img {
    transition: all 0.4s ease-in;
}

.module__our-business__list-inner .logo {
    padding-left: 20px;
}

.module__our-business__list-inner:hover .bg-img {
    transform: scale(1.4);
}

.module__our-business__list-inner:hover .overlay-bg {
    opacity: 0;
}


.module__our-business__list-inner:hover .gradient {
    opacity: 0.5;
}

.module__our-business__list .module__our-business__list-inner:hover .overlay-content {
    padding-bottom: 48px;
}

.module__our-business__list-inner:hover .overlay-content span {
    background: var(--bromic-blue);
}

/*Footer Style*/
.site-footer {
    background: var(--bromic-dark-blue);
    padding-bottom: 70px;
}

.site-footer__top {
    padding: 58px 0px 48px;
    border-bottom: 1px solid var(--bromic-grey-500);
    margin-bottom: 48px;
}

.site-footer__top--wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.site-footer__top--link-lists ul {
    list-style: none;
    display: flex;
    margin: 0 -24px;
    padding: 0;
}

.site-footer__top--link-lists ul li {
    padding: 0 24px;
}

.site-footer__top--link-lists ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    transition: all 0.3s ease-in;
}

.site-footer__bottom--lists {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.copy-right {
    color: var(--bromic-grey-400);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.site-footer__bottom--lists ul {
    list-style: none;
    margin: 0 -12px;
    padding: 0;
    align-items: center;
}

.site-footer__bottom--lists ul li {
    padding: 0 12px;
}

/* 03-04 ak */
.site-header .site-header__logo,
.site-header .site-header__nav {
    width: auto;
}

.site-header .row {
    justify-content: space-between;
}

.site-header__nav ul li .sub-menu:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 40px;
    background-image: url(../images/header-shape.svg);
    top: -11px;
    left: calc(50% - 10px);
    background-repeat: no-repeat;
}

.site-footer__top--link-lists ul li {
    transition: all 0.3s ease-in;
    border: 1px solid transparent;
    border-radius: 30px;
}

.site-footer__top--link-lists ul li:hover {
    border: 1px solid #fff;
}

.mob-menu {
    display: none;
}

.module.module__press-room.news .slick-dots {
    bottom: -90px;
}

.bg-grey {
    padding: 60px 0;
}

/*  */
.mt-to-header {
    margin-top: 84px;
}

.top-banner {
    display: flex;
}

.top-banner .bg-img {
    height: calc(100vh - 85px);
    width: 60vw;
}

.top-banner .bg-img img {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 85px);
}

.top-desc {
    background: #0B233F;
    width: 40vw;
    display: flex;
    padding-left: 85px;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.top-desc h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #FFFFFF;
    max-width: 381px;
    margin-bottom: 0;
    position: relative;
    margin-top: 12px;
}

.top-desc h1:before {
    position: absolute;
    content: '';
    top: -12px;
    left: 0;
    height: 1px;
    width: 100%;
    border-top: 1px solid #EAECF0;
}

.top-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #DBDEE3;
    max-width: 381px;
}

.btn-wrap {
    width: 100%;
    display: inline-flex;
}

.quick-menu-tabs,
#slidermenu {
    display: flex;
    gap: 2px;
    padding: 2px;
    width: 100%;
}

.quick-menu-tabs a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    width: 100%;
    height: 52px;
    background: #F2F4F7;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1D2939;
    text-decoration: none;
}

.quick-menu-tabs a.active,
.quick-menu-tabs a:hover {
    color: #FFFFFF;
    background: #0B233F;
}

.intro_info {
    padding-top: 55px;
}

.intro-quote {
    font-size: 20px;
    line-height: 30px;
    color: #4E5866;
    padding: 32px 0;
    max-width: 656px;
    margin: 0 auto;
    border-bottom: 1px solid #EAECF0;
}

.intro-desc {
    padding: 50px 0;
    max-width: 656px;
    margin: 0 auto;
}

.intro-desc h2,
.intro-desc h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;

    letter-spacing: -0.02em;

    /* Gray/900 */

    color: #15181F;
    margin-bottom: 25px;
}

.intro-desc p,
.intro-desc li {
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4E5866;
    margin-bottom: 5px
}

.intro-desc p {
    margin-bottom: 20px;
}

.intro-desc ul {
    padding-left: 20px;
}

.intro-img {
    max-width: 656px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 auto;
    margin-top: 80px;
}

.intro-img img:nth-child(1),
.intro-img img:nth-child(2) {
    width: 318.89px;
    height: 424.44px;
    object-fit: cover;
}

.intro-img img:nth-child(3) {
    width: 419.11px;
    height: 430.7px;
    object-fit: cover;
}

.intro-img img:nth-child(4) {
    width: 218.67px;
    height: 430.7px;
    object-fit: cover;
}

.intro-desc h3 {
    font-size: 30px;
    line-height: 38px;
}

.intro-quote.side-border {
    padding: 5px 0;
    padding-left: 20px;
    border-bottom: none;
    margin-bottom: 40px;
}

.introduction {
    padding-bottom: 20px;
}

.side-border {
    position: relative;
    width: 100%;
    z-index: 1;
}

.side-border::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #083C76;
}

.intro-quote.side-border p {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #15181F;
    margin-bottom: 0;
}

.featrues-tabs-wrap {
    padding: 95px 0;
}

.featrues-tabs {
    display: flex;
    gap: 70px 32px;
    flex-wrap: wrap;
}

.tab-wrap {
    background: #fff;
    padding: 48px 24px;
    position: relative;
    max-width: calc(50% - 16px);
    width: 100%;
}

.tab-wrap::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    top: 30px;
    display: flex;
    justify-content: center;
    background: #F9FAFB;
}

.tab-wrap .img-wrap {
    width: 56px;
    height: 56px;
    background: #034187;
    margin-bottom: 16px;
}

.tab-wrap .img-wrap img {
    height: 100%;
    width: 100%;
}

.tab-wrap .img-wrap.icon img {
    height: 21px;
    width: 21px;
}

.tab-wrap .img-wrap.icon {
    padding: 11px 16px;
}

.tab-wrap h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #15181F;
    margin-bottom: 36px;
}

.tab-wrap p {
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
}

.featrue-title h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    max-width: 768px;
    color: #15181F;
    margin-bottom: 65px;
}

.related-page {
    padding: 45px 0;
}

.bb-1 {
    border-bottom: 1px solid #EAECF0;
}

.related-page-tabs-wrap {
    padding: 15px 0 65px;
}

.common-title-center {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.common-title-center h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    /* identical to box height, or 122% */

    text-align: center;
    letter-spacing: -0.02em;

    /* Gray/900 */

    color: #15181F
}

.tabs-wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 0px;
    justify-content: center;
}

section.related-page.sm-dark .common-title-center+.tabs-wrp {
    margin-top: 65px;
}

.related-tab {
    max-width: 384px;
    width: 100%;
}

.related-tab img {
    width: 384px;
    height: 280px;
    object-fit: cover;
    margin-bottom: 32px;
}

.related-tab h4 {
    font-size: 24px;
    line-height: 32px;
    color: #15181F;
    margin-bottom: 10px;
}

.related-tab p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EAECF0;
    margin-bottom: 25px;
}

.view-more-with-arrow {
    position: relative;
    display: flex;
    gap: 35px;
}

.view-more-with-arrow a::after {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    top: 0;
    right: 0;
    background-image: url('../images/who-we-are/arrow.svg');
    background-repeat: no-repeat;
    margin-top: 5px;
}

.view-more-with-arrow a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #083C76;
    position: relative;
    padding-right: 25px;
}

/* who we are our story */
.intro-vid {
    height: 516px;
    width: 100%;
    position: relative;
}

.intro-vid img,
.intro-vid video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.play-pause {
    position: absolute;
    height: 55px;
    width: 55px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#pause {
    position: absolute;
    display: none;
}

div#pause:after {
    position: relative;
    content: '| |';
    height: 100%;
    width: 100%;
    color: #000;
    bottom: 0;
    left: 0px;
    margin: 0 auto;
    font-weight: 800;
}

.intro-vid img.play-btn {
    height: 19px;
    width: 15px;
}

.mid-title-wrp {
    min-height: 600px;
    background-image: url('../images/who-we-are/play-vid.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mid-title-wrp:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.2;
}

.mid-title-wrp .mid-title {
    max-width: 627px;
    min-height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

.mid-title-wrp h3 {
    font-size: 48px;
    line-height: 56px;
    color: var(--bg-white);
    letter-spacing: -0.02em;
}

/* who we are directors */
.directors-intro-wrp {
    display: flex;
    gap: 90px;
    padding: 85px 0;
}

.directors-intro-wrp:nth-child(2n) {
    flex-direction: row-reverse;
}

.directors-intro-wrp:nth-child(2n) .directors-img:after {
    left: -35px;
    right: unset;
}

.directors-desc {
    max-width: calc(100% - 418px);
}

.directors-desc span {
    font-size: 16px;
    line-height: 24px;
    color: #034EA2;
    font-weight: 600;
}

.directors-desc h4 {
    font-size: 30px;
    line-height: 38px;
    color: #15181F;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 18px;
}

.directors-desc p {
    font-size: 18px;
    line-height: 28px;
}

.directors-img {
    height: 328px;
    width: 328px;
    position: relative;
}

.directors-img:after {
    position: absolute;
    content: '';
    height: 50%;
    width: 100px;
    right: -35px;
    bottom: -30px;
    background-image: url('../images/who-we-are/d-shape.svg');
}

.directors-img img {
    height: 328px;
    width: 328px;
    object-fit: cover;
}

/* slider for universal, around-the-world */
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 90px;
    min-height: 40px;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0 15px;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #DBDEE3 !important;
    margin: 0 7.5px;
    border-radius: 6px;
}

.owl-dots button.owl-dot.active {
    background-color: #15181F !important;
}

.owl-nav {
    transform: translateY(-50%);
    position: absolute;
    top: calc(50% - 22px);
    width: 100%;
}

button.owl-prev,
button.owl-next {
    left: 25px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7) !important;
    height: 44px;
    width: 44px;
    top: 0;
    border-radius: 22px;
}

button.owl-prev:after,
button.owl-next::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2023/06/chevron-left.svg');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    /*  transition: all 0.3s ease-in; */
}

button.owl-prev:hover,
button.owl-next:hover {
    background: rgba(0, 0, 0, 0.9) !important;
}

button.owl-prev:hover:after,
button.owl-next:hover:after {
    background: url('/wp-content/uploads/2023/05/Icon-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.owl-dots button.owl-dot:hover {
    background-color: #15181F !important;
}

button.owl-next::after {
    transform: rotate(180deg);
}

button.owl-next {
    left: unset;
    right: 25px;
}

button.owl-prev span,
button.owl-next span {
    font-size: 0;
}

/* around-the-world */
.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    padding-bottom: 40px;
}

.tab-content {
    display: none;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
    display: block;
}

ul.tabs.mxs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    gap: 6px;
    min-width: 800px;
    min-height: 68px;
    background: #F2F4F7;
    border-radius: 12px;
    margin: 0 auto;
    list-style: none;
    flex-wrap: wrap;
    width: fit-content;
}

.tab-link a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
    text-decoration: none;
    text-transform: capitalize;
}

li.tab-link {
    padding: 14px 35px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.career-tab li.tab-link {
    padding: 14px 30px;
    min-width: 242.5px;
}

li.tab-link.active,
li.tab-link:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 8px;
}

li.tab-link.active a,
li.tab-link:hover a {
    color: #15181F;
}

.tab-con-wrp {
    display: flex;
    gap: 32px;
}

.around-the-world-desc-wrp,
.around-the-world-img-wrp {
    width: calc(50% - 16px);
}

.around-the-world-img-wrp img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.around-the-world-desc-wrp h4 {
    font-size: 30px;
    line-height: 38px;
    color: #15181F;
    font-weight: 600;
}

.around-the-world-desc-wrp p {
    font-size: 16px;
    line-height: 24px;
    color: #4E5866
}

.around-the-world-feature-tabs {
    display: flex;
    flex-direction: row;
    gap: 22px;
    flex-wrap: wrap;
}

.around-the-world-feature-tabs .tab-wrap {
    max-width: calc(50% - 11px);
    width: 100%;
}

.around-the-world-feature-tabs h4 {
    font-size: 20px;
    line-height: 30px;
}

/* contact */
.contact-banner {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/who-we-are/play-vid.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}

.banner-title {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.banner-title h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0;
}

.country {
    padding-bottom: 45px;
}

.country-wrapper {
    margin-top: -65px;
    z-index: 1;
    position: relative;
    display: flex;
    gap: 32px;
    padding-bottom: 65px;
    flex-wrap: wrap;
}

.country-card {
    width: 384px;
    min-height: 334px;
    background: #F9FAFB;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    padding: 25px
}

.country-card-img img {
    width: 75px;
    height: 60px;
    margin-bottom: 16px;
}

.country-card h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #15181F;
    margin-bottom: 32px;
}

.country-card p {
    font-size: 16px;
    line-height: 24px;
    color: #4E5866
}

.country-card-list {
    padding-bottom: 32px;
    margin-bottom: 25px;
}

.view-more-with-arrow.dark a {
    color: #4E5866;
}

.view-more-with-arrow.dark a::after {
    background-image: url('../images/contact/arr-dark.svg');
}

.contact-form {
    padding: 45px 0 95px;
    display: flex;
}

.enquiry-from-wrp,
.enquiry-img-wrp {
    width: 50%;
}

.enquiry-from-wrp {
    padding-left: calc((100vw - 1296px)/2 + 20px);
}

.enquiry-img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.enquiry-img-wrp {
    position: relative;
    height: 1214px;
}

.enquiry-img-wrp:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
}

.enquiry-from {
    max-width: 480px;
    padding: 96px 0;
    padding-left: 40px;
}

.enquiry-from h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #15181F;
    margin-bottom: 20px;
}

.enquiry-from p {
    font-size: 20px;
    line-height: 30px;
    color: #4E5866
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 100%;
}

.w50 .form-group {
    max-width: 224px;
}

.form-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3B4351
}

.form-group input,
.select-box.form-group select,
.form-group textarea {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DBDEE3;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #71798B;
}

.form-group input:focus-visible,
.form-group textarea:focus-visible {
    outline: none;
}

.form-group textarea {
    height: 134px;
}

.w50 {
    display: flex;
    gap: 30px;
}

.enquiry-from form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.enquiry-img-wrp img.enquiry-wrp-logo {
    height: 195px;
    width: 100%;
    object-fit: unset;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.phone-nm {
    position: relative;
}

.ph-country-list {
    position: absolute;
    bottom: 0;
    height: 44px;
    width: 62px;
    left: 0;
    z-index: 2;
    border: 1px solid #DBDEE3;
    border-right: none;
    padding-left: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #15181F;
}

.phone-nm input {
    padding-left: 70px;
}

/* .phone-nm:after {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 42px;
    height: 40px;
    width: 20px;
    background: #fff url(../images/contact/drop-dw.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    z-index: 2;
    background-position: center;
} */

/* .form-group.select-box:after {
    position: absolute;
    content: '';
    bottom: 2px;
    right: 6px;
    height: 40px;
    width: 30px;
    background: #fff url(../images/contact/drop-dw.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 2;
    background-position: center;
} */

.checkbox-wrp input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 1px solid #DBDEE3;
    border-radius: 50%;
}

.checkbox-wrp {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}

.form-group.checkbox-wrp label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4E5866;
}

.disclaimer {
    padding: 10px 0;
}

.disclaimer p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ADB4BF;
    margin-bottom: 0;
}

.capcha {
    max-height: 68px;
    width: 100%;
    margin-bottom: 10px;
}

.form-submit-btn {
    max-width: 100%;
    height: 48px;
    text-align: center;
    justify-content: center;
    background: #034EA2;
    border: 1px solid #034EA2;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);

    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.form-submit-btn:hover {
    background: #034EA2;
    color: #FFFFFF
}

.form-submit-btn.btn {
    margin-top: 10px;
}

/* our business */
.btn.btn-light a::after {
    position: absolute;
    content: '';
    top: 5px;
    right: -25px;
    background: url(../images/our-business/view-ico.svg);
    height: 15px;
    width: 15px;
    background-size: 100%;
    background-position: top;
}

.intro-single-img {
    max-width: 656px;
    margin: 0 auto;
    width: 100%;
}

.intro-single-img img {
    height: 756px;
    object-fit: cover;
    width: 100%;
}

.short-info-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background: #F9FAFB;
    padding: 48px 0 24px;
}

.short-info {
    max-width: 802px;
    width: 100%;
    border-top: 1px solid #DBDEE3;
    display: flex;
    gap: 55px;
    align-items: flex-start;
    padding: 48px 0 24px;
}

.short-info img {
    max-width: 190px;
    width: 100%;
}

.inf-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4E5866;
}

.sh-inf-btn-wrp {
    display: flex;
    gap: 12px;
}

.sh-inf-btn-wrp .btn {
    max-width: 225px;
    width: 100%;
}

.btn.btn-light.blue-bg {
    background: #034EA2;
    color: #fff;
}

.btn.btn-light.blue-bg a {
    color: #fff;
}

.btn.btn-light.blue-bg a::after {
    background: url(../images/our-business/view-light.svg);
    background-size: 100%;
    background-position: top;
}

/* socail responsiblity */
.conclusion,
.conclusion {
    padding: 32px;
}

.related-tab.related-tab-sm {
    max-width: 280px;
}

.pricing-wrp {
    background: #fff;
    padding: 32px;
    padding-left: 64px;
}

.intro-quote.pricing-wrp {
    border-bottom: 0;
    margin-bottom: 50px;
}

.pricing-wrp .side-border::after {
    left: -30px;
    background: #f9fafb;
}

.pricing-wrp h2 {
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #034EA2;
}

.pricing-wrp h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #15181F;
    margin-bottom: 48px;
}

.pricing-wrp p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4E5866;
}

.branded-media-cta {
    max-width: 662px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.branded-media-cta h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #15181F
}

.branded-media-cta p {
    font-size: 18px;
    line-height: 28px;
    color: #4E5866;
}

.branded-media-cta .btn {
    min-width: 230px;
    max-width: 100%;
    width: fit-content;
    padding: 12px 45px;
    background: #034EA2;
    color: #fff;

}

.mid-title-wrp .mid-title.txt-rev {
    margin-left: auto;
    text-align: right;
}

/* working-at-bromic */
.related-tab h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #15181F;
}

.related-tab.related-tab-sm img,
.related-tab.related-tab-sm .video-frame {
    margin-bottom: 25px;
}

.video-timer {
    background: #fff;
    max-width: 140px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 8px 14px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.video-timer span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #15181F;
}

.video-frame {
    position: relative;
    max-width: 384px;
    height: 280px;
    width: 100%;
}

img#play {
    height: 19px;
    width: 15px;
    margin: 0;
}

.tabs-navigation {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid #EAECF0;
    margin-top: 45px;
}

.prev-btn,
.next-btn {
    cursor: pointer;
    width: -webkit-fill-available;
}

.next-btn {
    text-align: right;
}

.prev-btn span,
.next-btn span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
}

.tabs-paginations span,
.tabs-paginations a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4E5866;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

.play-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.play-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.play-title {
    margin-bottom: 50px;
}

.sm-btn {
    width: 100%;
    display: none;
}

.btn.blue {
    background: #034EA2;
    color: #fff;
}

/* career */
.w-lg-desc {
    max-width: 800px;
    width: 100%;
}

.job-lists-wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-list {
    max-width: 800px;
    width: 100%;
    padding: 35px 0;
    border-top: 1px solid #EAECF0;
}

.single-list h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #15181F;
    margin-bottom: 8px;
}

.single-list strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
    margin-bottom: 8px;
}

.single-list p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4E5866;
}

.time-link {
    padding: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.time-link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4E5866;
}

.tab-link span {
    min-width: 98px;
    height: 24px;
    background: #E6E9EF;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
}

.tab-disable a {
    color: #ADB4BF;
}

li.tab-link.tab-disable:hover {
    background: unset;
    box-shadow: unset;
}

.career-form .enquiry-from {
    max-width: 768px;
    padding: 0;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.career-form .enquiry-from form {
    text-align: left;
    max-width: 588px;
    margin: 0 auto;
    border-top: 1px solid #EAECF0;
    margin-top: 64px;
    padding-top: 32px;
}

.career-form .w50 .form-group {
    max-width: 280px;
}

.career-form .enquiry-from p {
    margin-bottom: 32px;
}

.bt-1 {
    border-top: 1px solid #EAECF0;
    padding-top: 32px;
}

.form-group input[type="file"],
.in-file-wrp {
    height: 156px;
    width: 100%;
    border-radius: 12px;
    background: #fff;
    position: relative;
}

.form-group input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.inner-elem {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.career-form .enquiry-from .inner-elem p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
    margin-bottom: 4px;
}

.career-form .enquiry-from .inner-elem p span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #083C76;
}

.career-form .enquiry-from .inner-elem p:last-child {
    font-size: 12px;
    line-height: 18px;
}

/* brand news */
.news-list {
    display: flex;
    padding: 25px;
    background: #fff;
    gap: 25px;
    margin: 50px 0;
}

.news-img img,
.news-img {
    max-width: 225px;
    width: 225px;
    height: 202px;
    object-fit: cover;
}

.news-desc h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #15181F;
    margin-bottom: 15px;
}

.news-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
}

.news-desc p:last-child {
    margin-bottom: 35px;
}

.news-desc .date p {
    font-size: 12px;
    line-height: 18px;
    color: #3B4351;
    margin-bottom: 0;
    font-weight: 500;
}

.listing-wrp {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.news-list:last-child {
    margin-bottom: 0;
}

.banner-title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}

/*  brand-social */
.social-wrp .img-sec img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 0;
}

.social-wrp svg {
    width: 24px;
    height: 24px;
}

.img-sec {
    display: flex;
    gap: 12px;
}

.user-det {
    display: flex;
    flex-direction: column;
}

.user-det h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #15181F;
    margin-bottom: 0;
}

.user-det span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
}

.social-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.related-tab.related-tab-sm.brand-social p {
    border-bottom: none;
    margin-bottom: 0;
}

.brand-social-2 .social-wrp,
.brand-social .social-wrp {
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.brand-social-2 {
    background: #fff;
    padding: 24px 0;
    margin-bottom: 33px;
}

.brand-social-2 .view-more-with-arrow {
    padding-left: 24px;
    padding-top: 24px;
}

.related-tab.brand-social .video-frame {
    margin-bottom: 25px;
}

.brand-social {
    background: #fff;
}

.brand-social p {
    margin-bottom: 0;
    padding: 24px;
    border-bottom: 0;
}

.brand-social .view-more-with-arrow {
    padding: 24px;
    padding-top: 0px;
}

/* term and privacy */
.intro-desc.privacy {
    padding: 30px 0 0;
}

/* layout update */
.service-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-banner .bg-img .service-logo img {
    max-width: 357.14px;
    width: 100%;
    height: 114.74px;
}

.bg-img.bg-shadow {
    position: relative;
}

.bg-shadow:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}

.module__press-room.news.bg-grey {
    padding: 96px 0;
}

#go-top {
    display: inline-block;
    background-color: #0B233F;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#go-top::after {
    content: "";
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#go-top svg {
    margin-bottom: 15px;
}

#go-top:hover {
    cursor: pointer;
    background-color: #083C76;
}

#go-top:active {
    background-color: #555;
}

#go-top.show {
    opacity: 1;
    visibility: visible;
}

.sticky-nav {
    position: sticky;
    top: 80px;
    width: 100%;
    z-index: 2;
    background: #fff;
}

.quick-menu-tabs .owl-nav {
    top: 10px;
}

.quick-menu-tabs button.owl-prev,
.quick-menu-tabs button.owl-next {
    height: 30px;
    width: 30px;
}

header.site-header.bg-white .header-logo-hover {
    display: block;
}

.videodetails h3 {
    font-size: 30px;
}

.videodetails p {
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #4E5866;
    margin-bottom: 20px;
}

/* QA */
.module__hero--slide-content {
    padding-top: 100px;
}

.button-group {
    padding: 20px 0;
}

.module__our-story-media img {
    max-width: 520px;
    height: 652px;
    object-fit: cover;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::before {
    position: absolute;
    content: '';
    top: 0;
    right: 12px;
    height: 100%;
    width: 13px;
    background-image: url(/wp-content/uploads/2023/05/Icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    transition: all 0.3s ease-in;
}

.site-header__nav ul li a:hover::before,
.scrolled-nav .site-header__nav ul li a:hover::before,
.bg-white .site-header__navul li a:hover::before {
    background-image: url(/wp-content/uploads/2023/05/chevron-up-1.png);
    transform: rotate(180deg);
}

.scrolled-nav .site-header__nav ul li a::before,
.bg-white .site-header__nav ul li a::before {
    background-image: url(/wp-content/uploads/2023/05/Icon-1.png);
}

.site-header__nav ul li a {
    padding-right: 30px;
}

section.related-page.bb-1:after {
    position: absolute;
    content: '';
    top: 64px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EAECF0;
    display: flex;
    justify-content: center;
    max-width: 1296px;
    align-items: center;
    right: 0;
    margin: 0 auto;
}

section.related-page.bb-1 {
    position: relative;
}

.country-card .view-more-with-arrow.dark a {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #4E5866;
}

.country-card .view-more-with-arrow.dark a::after {
    background-size: 9px;
}

.module__hero .slick-arrow.slick-prev:hover {
    background-image: url(/wp-content/uploads/2023/05/Icon-1.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.intro-desc+.intro-desc {
    padding: 0px 0 50px;
}

.site-header__logo img {
    max-width: 150px;
    width: 100%;
}

.view-more-with-arrow a,
.view-more-with-arrow a:after {
    transition: all 0.3s ease-in;
}

.view-more-with-arrow a:hover {
    color: #3B4351;
}

.view-more-with-arrow a:hover::after {
    background-image: url(/wp-content/uploads/2023/05/Icon-2.svg);
}

.featrues-tabs-wrap .featrue-title h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}

.featrues-tabs-wrap .featrue-title p {
    font-size: 18px;
    line-height: 28px;
}

.featrues-tabs-wrap .featrues-tabs .tab-wrap {
    max-width: calc(32% - 16px);
    width: 100%;
}

.featrues-tabs-wrap .featrue-title {
    margin-bottom: 65px;
}

/* Contact form */
.ginput_container.ginput_container_select select,
.ginput_container.ginput_container_email input,
.ginput_container textarea {
    max-width: 480px !important;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DBDEE3;
    width: 100%;
    margin-bottom: 15px !important;
    outline: none;
}

.ginput_container.ginput_container_text input,
.ginput_container.ginput_container_phone input {
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DBDEE3;
    width: 100%;
    margin-bottom: 15px !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #15181F;
    outline: none;
}

.ginput_container.ginput_container_text input {
    width: calc(100% - 16px) !important;
}

.ginput_container.ginput_container_text input[name="input_3"] {
    float: right;
}

.enquiry-from .gform_wrapper.gravity-theme label[for=input_1_3].gfield_label,
.enquiry-from .gform_wrapper.gravity-theme label[for=input_1_3].gfield_label+div+div {
    margin-left: 16px;
}

.enquiry-from .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #DBDEE3;
}

.ginput_container.ginput_container_select select[name="input_12"] {
    max-width: 61px;
    width: 100%;
    border-right: 0;
    font-size: 16px;
    line-height: 24px;
    color: #15181F;
}

.ginput_container.ginput_container_phone input {
    max-width: 419px !important;
    width: 100%;
    border-left: 0;
}

.ginput_container textarea {
    height: 134px;
    outline: none;
}

.ginput_container.ginput_container_checkbox .gchoice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.ginput_container.ginput_container_checkbox input {
    width: 20px;
    height: 20px;
    border: 1px solid #DBDEE3;
}

.enquiry-from .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 6px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.enquiry-from .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.country-card .view-more-with-arrow.dark a:hover {
    color: #034EA2;
}

.view-more-with-arrow.dark a:hover::after {
    background-image: url(../images/who-we-are/arrow.svg);
}

.intro_info:first-child {
    padding-top: 35px;
}

.intro-desc:last-child {
    padding-bottom: 20px;
}

.quick-menu-tabs button.owl-prev,
.quick-menu-tabs button.owl-next {
    background: #083C76 !important;
}

.enquiry-from .gfield_description.validation_message.gfield_validation_message {
    border: none;
    padding: 0px;
    background: no-repeat;
    line-height: 23px;
    margin: 0px;
}

section.module.module__press-room.bg-grey.news.sm-dark {
    padding: 50px 15px;
}

/* 04-05-23 */
.introduction .intro-desc+.intro-desc+.intro-quote.side-border {
    margin-bottom: 90px;
}

.intro-vid {
    padding-top: 20px;
}

.sticky-nav+.introduction+section.bromic-group.bg-grey {
    padding-top: 32px;
}

.sticky-nav+.introduction+section.bromic-group.bg-grey+.bg-grey {
    padding-bottom: 107px;
}

section.related-page.sm-dark {
    padding-top: 105px;
}

.sh-inf-btn-wrp .btn.btn-light:nth-child(2) a:after {
    display: none;
}

.sh-inf-btn-wrp .btn.btn-light {
    padding: 12px 20px;
}

.sp-50-20 {
    padding: 50px 0 20px
}

.p-sm1 {
    padding-bottom: 25px;
    padding-top: 35px;
}

@media(min-width:1550px) {
    .site-header__nav ul li a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:1200px) {
    .module__our-story-media img {
        max-width: 420px;
        height: 552px;
    }
}

@media(max-width:1015px) {
    .module__our-story--wrapper {
        flex-wrap: wrap;
    }

    .module__our-story-content {
        flex: 100%;
    }

    .module__our-story-media .media-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .module__our-story-media img {
        height: 652px;
        max-width: 100%;
        width: 100%;
    }

    .scrolled-nav .site-header__nav ul li a::before,
    .site-header__nav ul li .sub-menu:before {
        display: none;
    }

    .site-header__nav ul li .sub-menu {
        opacity: 1;
        width: 100%;
        left: 0;
        height: auto;
        transform: translateX(0px);
        background: #F9FAFB;
        border-radius: 0;
        box-shadow: none;
        z-index: 2;
        top: 0;
        box-shadow: none !important;
        position: relative;
        margin: 0;
        display: none;
        padding: 0px;
    }

    .site-header__nav ul li.active-men .sub-menu:after {
        position: absolute;
        content: '';
        left: -50vw;
        top: 0;
        width: 200vw;
        height: 100%;
        background: #F9FAFB;
        z-index: -1;
    }

    .site-header__nav ul li.active-men .sub-menu {
        height: auto;
        display: block;
        opacity: 1;
        box-shadow: none;
        padding: 5px;
    }

    .site-header__nav ul li .sub-menu li a {
        padding: 5px 10px;
    }

    li.menu-item-has-children.active-men:after {
        content: '-';
    }

    header.active .hamburger svg {
        display: none;
    }

    header.active .hamburger {
        position: relative;
        height: 20px;
        width: 20px;
        transition: all 0.3s ease-in;
    }

    header.active .hamburger:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-image: url(/wp-content/uploads/2023/05/Icon.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .module__press-room.news.bg-grey {
        padding: 50px 0;
    }

    .module__press-room--wrapper__list--content {
        padding-top: 20px;
    }

    .module__press-room--wrapper__list--media img {
        height: 550px;
    }

    .site-header__nav ul li a {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }

    .site-header.scrolled-nav .site-header__nav ul li.active-men a {
        color: #034EA2;
    }

    .site-header.scrolled-nav .site-header__nav ul li.active-men .sub-menu li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #0B233F;
    }

    .intro-img {
        margin-top: 35px;
    }

    .featrues-tabs-wrap .featrue-title {
        margin-bottom: 35px;
    }
}

@media(max-width:991px) {
    li.tab-link {
        position: absolute;
    }

    li.tab-link.active {
        z-index: 1;
    }
}

@media(max-width:767px) {

    .ginput_container.ginput_container_select select,
    .ginput_container.ginput_container_email input,
    .ginput_container textarea {
        max-width: 780px !important;
    }

    .ginput_container.ginput_container_phone input {
        max-width: 619px !important;
    }

    .ginput_container.ginput_container_select select[name="input_12"] {
        font-size: 15px;
    }

    .module.module__press-room .module__press-room--wrapper__lists {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    section.module.module__press-room.bg-grey.news.sm-dark {
        padding: 50px 15px;
        overflow: hidden;
    }

    .module__our-business__list .module__our-business__list-inner:hover .overlay-content {
        padding-bottom: 20px;
    }
}

/* QA 09 */
.tabs-navigation svg {
    width: 20px;
}

.prev-btn span {
    margin-left: 15px;
}

.next-btn span {
    margin-right: 15px;
}

.enquiry-from .ginput_container.ginput_container_email input,
.enquiry-from .ginput_container.ginput_container_select select,
.enquiry-from .ginput_container textarea {
    max-width: 588px !important;
    border-radius: 0 !important;
}

.enquiry-from .gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
    grid-column: span 10;
}

.enquiry-from .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    grid-column: span 2;
}

.enquiry-from .ginput_container.ginput_container_phone input {
    max-width: 490px !important;
    width: 100%;
}

.career-form .enquiry-from .gfield--type-textarea {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #EAECF0;
}

.career-form .enquiry-from input[type=file]::file-selector-button {
    width: 0px;
    padding: 0;
    font-size: 0;
    height: 0;
    opacity: 0;
}

.career-form .enquiry-from input[type=file] {
    width: 588px;
    height: 156px;
    background: #FFFFFF;
    border: 1px dashed #DBDEE3;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    font-size: 12px;
}

.career-form .enquiry-from input[type=file]:after {
    position: absolute;
    content: 'Click to upload';
    top: 0;
    left: 0;
    background: none;
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/2023/05/Featured-icon.svg);
    background-repeat: no-repeat;
    background-position: top 31px center;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 55px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #083C76;
}

.career-form .enquiry-from input[type=file]:before {
    position: absolute;
    content: 'Pdf, .Word (Max 15MB)';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #4E5866;
    padding-bottom: 35px;
}

.career-form .enquiry-from .gfield--type-fileupload {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #EAECF0;
}

.career-form .enquiry-from input.gform_button.button {
    max-width: 588px;
    height: 48px;
    width: 100%;
    background: #034EA2;
    border: 1px solid #034EA2;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.bromic-group-wrapper .tab-wrapper {
    padding-bottom: 55px;
}

.bromic-group-wrapper {
    padding-top: 65px;
}

.tabs-wrp {
    row-gap: 64px;
}

.news-desc .view-more-with-arrow a {
    color: #3B4351;
}

.news-desc .view-more-with-arrow a:hover {
    color: #083C76;
}

.news-desc .view-more-with-arrow a::after {
    background-image: url(/wp-content/uploads/2023/05/Icon-2.svg);
}

.news-desc .view-more-with-arrow a:hover::after {
    background-image: url(../images/who-we-are/arrow.svg);
}

.news-desc {
    position: relative;
}

.news-desc .view-more-with-arrow {
    position: absolute;
    bottom: 0;
}

.news-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4E5866;
    padding-bottom: 35px;
}

/* 10 may 2023*/
.top-banner .btn-rounded a {
    cursor: default;
}

/* #slidermenu .owl-nav .disabled {
    opacity: 0;
} */
/* 30-09 trello update */
.bg-overley {
    position: relative;
}

.bg-overley:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}

.contact-banner .bg-overley:after {
    display: none;
}

.bromic-group-slide.owl-carousel.owl-loaded.owl-drag img {
    height: 516px;
    object-fit: cover;
}

.top-banner .bg-img img,
.top-banner .bg-img {
    height: calc(100vh - 145px);
}

.brand-mediaTab {
    margin-left: 0;
    margin-right: 0;
}

.brand-mediaTab li.tab-link {
    min-width: 194px;
}

a {
    text-decoration: none;
}

a.next.page-numbers {
    margin-left: auto;
    position: absolute;
    right: 0;
}

.tabs-paginations {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0 100px;
    justify-content: center;
}

a.prev.page-numbers {
    position: absolute;
    left: 0;
}

span.page-numbers.current {
    color: #1D2939;
}

.featrues-tabs.elements-center {
    max-width: 800px;
    margin: 0 auto;
}

.featrues-tabs-wrap .featrues-tabs.elements-center .tab-wrap {
    max-width: 384px;
    width: 100%;
}


.directors-desc p span {
    color: #4E5866;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

#slidermenu button.owl-prev.disabled {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_required {
    display: none !important;
}

.ginput_container.ginput_container_select select[name="input_12"],
.ginput_container.ginput_container_select select[name="input_7"] {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;
    border-radius: 0;

}

.ginput_container.ginput_container_select select[name="input_12"] {
    border-right: 0;
}

.ginput_container.ginput_container_select {
    -webkit-appearance: none;
    position: relative;
}

.ginput_container.ginput_container_select:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 10px;
    height: 13px;
    width: 13px;
    background: url(/wp-content/uploads/2023/06/prev.svg);
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 8px;
    transform: rotate(-90deg);
}

input#choice_1_9_1 {
    margin-top: 10px;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    border-radius: 0 !important;
}

.ginput_recaptcha {
    margin-top: 32px;
}

div#gform_confirmation_wrapper_2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pos-pr {
    position: relative !important;
}

.made-by {
    margin-top: 26px
}

.made-by p {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    color: var(--bromic-grey-400);
    margin-bottom: 0
}

.made-by p img {
    height: 10px;
    margin-left: 3px;
    margin-top: -3px;
}


@media(max-width: 991px) {
    .made-by p {
        text-align: center;
    }

    .made-by {
        margin-top: 13px;
    }

    .site-footer {
        padding-bottom: 38px;
    }
}