@font-face {
    font-family: 'Aptos';
    src: url('../webfonts/Aptos/Aptos-Light.woff2') format('woff2'),
        url('../webfonts/Aptos/Aptos-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('../webfonts/Aptos/Aptos.woff2') format('woff2'),
        url('../webfonts/Aptos/Aptos.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('../webfonts/Aptos/Aptos-SemiBold.woff2') format('woff2'),
        url('../webfonts/Aptos/Aptos-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('../webfonts/Aptos/Aptos-Bold.woff2') format('woff2'),
        url('../webfonts/Aptos/Aptos-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Aptos';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #001e43;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .container {
        max-width: initial;
        padding-left: 109px;
        margin-left: auto;
        padding-right: 109px;
        margin-right: auto;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1920px;
        padding-left: 139px;
        padding-right: 139px;
    }
}

.wow {
    visibility: hidden;
}

a,
button,
.btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

/* COMMON STYLE :START */

/* ----- Container :start ----- */
.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

/* ----- Container :end ----- */

.section-padding {
    width: 100%;
    padding: 110px 0px;
    overflow-x: clip;
}

/* ----- hd-style-1 :start ----- */
.hd-style-1 {
    margin-bottom: 15px;
}

.hd-style-1 h1,
.hd-style-1 h1,
.hd-style-1 h2,
.hd-style-1 h3,
.hd-style-1 h4,
.hd-style-1 h5,
.hd-style-1 h6 {
    font-family: barlow-condensed, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #001e43;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.hd-style-1 h1 em,
.hd-style-1 h1 em,
.hd-style-1 h2 em,
.hd-style-1 h3 em,
.hd-style-1 h4 em,
.hd-style-1 h5 em,
.hd-style-1 h6 em {
    font-style: normal;
    color: #ba0c2f;
}

/* ----- hd-style-1 :end ----- */

/* ----- btn-style-1 :start ----- */
.btn-style-1 {
    font-family: aptos, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #001e43;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    padding: 5px 0px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
    /* text-transform: uppercase; */
}

/* .btn-style-1 img {
    transition: 0.5s;
} */
.btn-style-1 i {
    width: 22px;
    height: 22px;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: 0.5s;
}

/* .btn-style-1 i::before {
    width: 10.5px;
    height: 10.5px;
} */
.btn-style-1:hover {
    color: #ba0c2f;
    background-color: transparent;
}

.btn-style-1:hover i {
    color: #ba0c2f;
    border-color: #ba0c2f;
    transform: rotate(0deg);
}

/* ----- btn-style-1 :end ----- */

/* ----- List Style 1 :start ----- */
.list-style-1 {
    width: 100%;
}

.list-style-1 ul {
    list-style: none;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: #001e43;
    padding: 0px;
    margin: 0px;
}

.list-style-1 ul li {
    position: relative;
    padding: 0px 0px 0px 32px;
    margin: 0px 0px 12px 0px;
}

.list-style-1 ul li::before {
    content: "";
    /* font-family: "Font Awesome 5 Free"; */
    /* font-weight: 900; */
    /* font-size: 17px; */
    /* color: #bd1110; */
    position: absolute;
    top: 3px;
    left: 0px;
    width: 22px;
    height: 22px;
    background-image: url('../images/list-style-icon-1.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

/* ----- List Style 1 :end ----- */

/* ----- owlnav-1 :start ----- */
.owlnav-1 .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.owlnav-1 .owl-nav button.owl-prev,
.owlnav-1 .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.owlnav-1 .owl-nav button.owl-prev:hover,
.owlnav-1 .owl-nav button.owl-next:hover {
    color: #ffffff;
    background-color: #ba0c2f;
    border-color: #ba0c2f;
}

.owlnav-1 .owl-nav button.owl-prev.disabled,
.owlnav-1 .owl-nav button.owl-next.disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}

/* ----- owlnav-1 :end ----- */

/* ----- owlnav-2 :start ----- */
.owlnav-2 .owl-nav {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.owlnav-2 .owl-nav button.owl-prev,
.owlnav-2 .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.owlnav-2 .owl-nav button.owl-prev:hover,
.owlnav-2 .owl-nav button.owl-next:hover {
    color: #ffffff;
    background-color: #ba0c2f;
    border-color: #ba0c2f;
}

.owlnav-2 .owl-nav button.owl-prev.disabled,
.owlnav-2 .owl-nav button.owl-next.disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}

/* ----- owlnav-2 :end ----- */

/* ---- .owldots-1 :start ---- */
.owldots-1 .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
}

.owldots-1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: flex;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    transition: 0.5s;
}

.owldots-1 .owl-dots .owl-dot.active {
    background-color: #b80c30;
    border-color: #b80c30;
}

.owldots-1 .owl-dots .owl-dot:hover {
    background-color: #001d41;
    border-color: #001d41;
}

/* ---- owldots-1 :end ---- */

/* ---- accordion-style-1 :start ---- */
.accordion-style-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.149);
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}

.accordion-style-1 .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-family: aptos, sans-serif;
    font-size: 52px;
    font-weight: 300;
    /* letter-spacing: -1px; */
    line-height: 1;
    color: #8793a8;
    background-color: transparent;
    padding: 10px 0px;
    margin-bottom: 20px;
    box-shadow: none;
    width: 100%;
    height: auto;
    position: relative;
}

.accordion-style-1 .accordion-item:first-child .accordion-header .accordion-button {
    padding-top: 0;
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #ba0c2f;
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button:hover {
    color: #001e43;
}

.accordion-style-1 .accordion-item .accordion-body {
    font-size: 16px;
    color: #001e43;
    line-height: 1.5;
    padding: 0px;
}

/* ---- accordion-style-1 :end ---- */

/* ---- .hr-style-1 :start ----  */
.hr-style-1 {
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    margin: 0;
    border: 0;
    opacity: 1;
}
/* ---- .hr-style-1 :end ---- */

/* COMMON STYLE :END */





/* Header section :start */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1920px;
    height: auto;
    /* background-color: rgba(0, 30, 67, 0.5); */
    padding: 15px 50px 15px 50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}


header .header-inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav-brand {
    display: inline-block;
}

header .nav-brand img {
    max-width: 100%;
    height: auto;
}

.header-nav-toggler .navtoggle {
    display: inline-block;
    cursor: pointer;
}

.header-nav-toggler .navtoggle span {
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 0;
    margin-top: 5px;
    margin-left: auto;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: pointer;
    position: relative;
    display: block;
}

.header-nav-toggler .navtoggle span:nth-of-type(1) {
    margin-top: 0;
}

.header-nav-toggler .navtoggle:not(.active) span:nth-of-type(1) {
    width: 20px;
}

.header-nav-toggler .navtoggle:not(.active) span:nth-of-type(3) {
    width: 25px;
}

.header-nav-toggler .navtoggle:not(.active):hover span:nth-of-type(1),
.header-nav-toggler .navtoggle:not(.active):hover span:nth-of-type(3) {
    width: 32px;
}

.header-nav-toggler .navtoggle.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.header-nav-toggler .navtoggle.active span:nth-of-type(2) {
    opacity: 0;
}

.header-nav-toggler .navtoggle.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -10px;
}


header .nav-search-btn {
    padding: 5px;
}

header .nav-search-btn img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
header .nav-search-btn img.home-search {
    filter: brightness(0) invert(1);
}

header .nav-search-btn:hover img {
    filter: brightness(0);
}

.header-nav-toggler.inner-toggle .navtoggle span {
    background-color: #8793a8;
}

.navbar-fixed {
    position: fixed;
    /* top: 0; */
    /* z-index: 9999; */
    background-color: rgba(255, 255, 255, 0.8);
    /* box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3); */
    padding-top: 12px;
    padding-bottom: 12px;
}

header.navbar-fixed::after {
    width: 10000px;
    content: '';
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -10000px;
    top: 0;
}
header.navbar-fixed::before {
    width: 10000px;
    content: '';
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: -10000px;
    top: 0;
}

/* .navbar-fixed .nav-brand img {
    max-height: 60px;
} */

.navbar-fixed .header-nav-toggler.inner-toggle .navtoggle span {
    background-color: #80899b;
}

header.navbar-fixed .nav-search-btn img {
    /* filter: brightness(0) invert(1); */
}
header.navbar-fixed .header-nav-toggler .navtoggle span {
    background: #80899b;
}
header.navbar-fixed .nav-search-btn img.home-search{
    filter: brightness(1);
}

/* Header section :end */

/* Home banner section :start */
.homebanner-section {
    width: 100%;
    height: 100dvh;
    min-height: 500px;
}

.banner-text {
    width: 268.2px !important;
}

.homebanner-section .home-slider {
    width: 100%;
    height: 100%;
}

.homebanner-section .home-slider .owl-stage-outer {
    width: 100%;
    height: 100%;
}

.homebanner-section .home-slider .owl-stage-outer .owl-stage {
    width: 100%;
    height: 100%;
}

.homebanner-section .home-slider .owl-stage-outer .owl-stage .owl-item {
    width: 100%;
    height: 100%;
}

.homebanner-section .home-slider .owl-stage-outer .owl-stage .owl-item .item {
    width: 100%;
    height: 100%;
}

.homebanner-section .hbitem {
    width: 100%;
    height: 100%;
    background-color: #001d41;
    padding: 120px 0px 50px;
    position: relative;
    overflow: hidden;
}

.homebanner-section .hbitem .hbi-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.8;
}

.homebanner-section .hbitem .hbi-caption {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.homebanner-section .hbitem .hbi-caption .capinner {
    width: 100%;
    padding-left: 139px;
    padding-right: 100px;
    max-width: 1920px;
    margin: 0 auto;
}

.homebanner-section .hbitem .hbi-caption h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0;
}

/* Home banner section :end */

/* Who We Are section :start */
.whoweare-section {
    padding: 150px 0px 110px;
}

.whoweare-section .wwasec-top {
    margin-bottom: 100px;
}

.whoweare-section .wwasec-text {
    width: 100%;
    height: 100%;
}

.whoweare-section .wwasec-text h1,
.whoweare-section .wwasec-text h2,
.whoweare-section .wwasec-text h3 {
    font-family: barlow-semi-condensed, sans-serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #001d41;
    margin-bottom: 40px;
    position: relative;
}

.whoweare-section .wwasec-text h1 {
    font-family: aptos, sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
}

.whoweare-section .wwasec-text h1 span,
.whoweare-section .wwasec-text h2 span,
.whoweare-section .wwasec-text h3 span {
    color: #b80c30;
}

.whoweare-section .wwasec-text h1::before,
.whoweare-section .wwasec-text h2::before,
.whoweare-section .wwasec-text h3::before {
    content: url('../images/quote-icon.webp');
    position: absolute;
    top: -60px;
}

.whoweare-section .wwasec-text p {
    font-family: aptos, sans-serif;
    font-size: 22px;
    font-weight: 300;
    /* letter-spacing: -1px; */
    line-height: 1.4;
    color: #001e43;
    margin-bottom: 20px;
    position: relative;
}

.whoweare-section .wwasec-text p b {
    font-weight: 700;
}


.whoweare-section .wwasec-count {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.whoweare-section .wwasec-count .citem {
    width: calc(50% - 30px);
}

.whoweare-section .wwasec-count .citem h4 {
    font-family: barlow-condensed, sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 1.2;
    color: #001d41;
    margin-bottom: 0;
}

.whoweare-section .wwasec-count .citem h4 sup {
    top: -0.57em;
    color: #ba0c2f;
}

.whoweare-section .wwasec-count .citem h5 {
    font-family: aptos, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.16;
    color: #001d41;
    margin-bottom: 0;
}

/* Who We Are section :end */

/* Services section :start */
.services-section {
    background: #f4f5f7;
}

/* .services-section .sersec-title h2 {
    font-family: "aptos-narrow", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 39px;
} */
.services-section .sersec-title p {
    font-family: 'Aptos';
    font-size: 24px;
    font-weight: 300;
    /* letter-spacing: -1px; */
    line-height: normal;
    color: #001e43;
    margin-bottom: 20px;
    position: relative;
}


.services-list-wrap .slwrap-left {
    width: 100%;
    height: auto;
}

.services-list-wrap .slwrap-right {
    width: 100%;
    height: auto;
}

.services-list-wrap .slwrap-right .serlist-imagebox {
    width: 100%;
    height: 662px;
    /* aspect-ratio: 424/662; */
    /* background-color: #ba0c2f; */
    background-color: #ddd;
    position: relative;
}

.services-list-wrap .slwrap-right .serlist-imagebox .slimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-list-wrap .slwrap-right .serlist-imagebox .sltext {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.services-list-wrap .slwrap-right .serlist-imagebox .sltext h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #001e43;
    background-color: #ffffff;
    padding: 7px;
    margin: 0;
}


.services-list-wrap .serlist-1 {
    width: 100%;
}

.services-list-wrap .serlist-1 ul {
    font-family: aptos, sans-serif;
    list-style: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #001e43;
    padding: 0px;
    margin: 0px;
}

.services-list-wrap .serlist-1 ul li {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 12px 0px;
    font-family: 'Aptos';
}

.services-list-wrap .serlist-1 ul li a {
    color: inherit;
    padding-left: 32px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.services-list-wrap .serlist-1 ul li a::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    /* background-image: url('../images/list-style-icon-1.webp'); */
    /* background-repeat: no-repeat; */
    /* background-size: auto; */
    /* background-position: center; */
    transition: 0.5s;
}

.services-list-wrap .serlist-1 ul li a:hover {
    color: #ba0c2f;
}

.services-list-wrap .serlist-1 ul li a:hover::before {
    color: #ba0c2f;
    border-color: #ba0c2f;
    transform: rotate(0deg);
}

/* Services section :end */

/* image-box-section :start */
.image-box-section {
    width: 100%;
    height: 540px;
    background-color: #ba0c2f;
}

.image-box-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* image-box-section :end */

/* Projects section :end */
.projects-slider-wrap {
    width: 100%;
}

.projects-slider-wrap .owl-stage-outer {
    overflow: visible;
}

.projects-slider-wrap .owl-nav {
    bottom: -78px;
    right: 0px;
}


.projects-slider-wrap .prjsitem {
    width: 100%;
    height: 555px;
    background-color: #ba0c2f;
    position: relative;
}

.projects-slider-wrap .prjsitem::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}

.projects-slider-wrap .prjsitem .piimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.projects-slider-wrap .prjsitem .pitext {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px 110px 30px 30px;
    display: flex;
    align-items: flex-end;
}

.projects-slider-wrap .prjsitem .pitext h3 {
    font-family: barlow-semi-condensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;

    /* position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 1; */
}

.projects-slider-wrap .prjsitem .pitext h3 sub {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    display: block;
    bottom: 0;
    line-height: 1;
    margin-top: 10px;
    text-transform: capitalize;
}

/* Projects section :end */

/* Footer section :start */
footer {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    color: #ffffff;
    background-color: #ba0c2f;
}

footer .ft-inner {
    width: 100%;
    /* max-width: 530px; */
    padding: 0px 50px;
    margin: 0 auto;
}

footer .ft-list {
    width: 100%;
    /* margin-bottom: 20px; */
}

footer .ft-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 20px;
    letter-spacing: 1px;
}

footer .ft-list ul li a {
    color: inherit;
    text-decoration: none;
}

footer .ft-list ul li a:hover {
    text-decoration: underline;
}


footer .ft-bottom {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

footer .ft-bottom .ftbtm-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .ft-bottom p {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
}

footer .ft-bottom p a {
    color: inherit;
}

footer .ft-bottom p a:hover {
    text-decoration: underline;
}


.ft-socialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.ft-socialmedia li a {
    width: 24px;
    height: 24px;
    color: #ba0c2f;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.ft-socialmedia li a:hover {
    color: #ffffff;
    background-color: #000000;
}

/* Footer section :end */


/* Fullscreen Navigation Menu :start */
.fullscreen-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 670px;
    height: 100vh;
    background-color: #f7f7f7;
    /* Deep blue with opacity */
    backdrop-filter: blur(10px);
    /* Blurred background */
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    /* Ensure it's above everything */
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    opacity: 0;
    /* Hidden initially for GSAP */
    visibility: hidden;
    /* Hidden initially for GSAP */
    clip-path: inset(0 0 100% 0);
    /* Hidden via clip-path initially */
    padding: 20px 30px 20px 50px;
}



/* Specific styling for the body to prevent scrolling */
body.nav-open {
    overflow: hidden;
}

/* Close Button Styling */
.nav-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10000;
    /* Above the menu items */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.nav-close-btn:hover {
    transform: rotate(90deg);
}

.nav-close-btn .cross-wrap {
    position: relative;
    width: 32px;
    height: 32px;
}

.nav-close-btn .cross-wrap span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #736f6f;
    display: block;
    border-radius: 2px;
}

.nav-close-btn .cross-wrap span.top {
    transform: translateY(-50%) rotate(45deg);
}

.nav-close-btn .cross-wrap span.bottom {
    transform: translateY(-50%) rotate(-45deg);
}

/* Menu Items Styling */
.full-nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.full-nav-menu .single-menu {
    font-family: aptos, sans-serif; 
    font-size: 20px;
    text-transform: uppercase;
    color: #9b9b9b;
    margin-top: 5vh;
    display: inline-block;
}
.full-nav-menu .single-menu:hover {
    color: #ba0c2f;
}
.full-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.full-nav-menu ul li {
    margin-bottom: 3vh;
    overflow: hidden;
    /* For stagger animation effect */
}

.full-nav-menu ul li:last-child {
    margin-bottom: 0;
}

.full-nav-menu ul li a {
    font-family: aptos, sans-serif; 
    font-size: 5.5vh;
    /* Responsive font size */
    font-weight: 300;
    color: #001d41;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    transform: translateY(100%);
    /* Initial state for animation */
    opacity: 0;
    /* Initial state for animation */
}



/* .full-nav-menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #ba0c2f;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
} */

.full-nav-menu ul li a:hover,
.full-nav-menu ul li a.active {
    color: #ba0c2f;
}

/* .full-nav-menu ul li a:hover::after,
.full-nav-menu ul li a.active::after {
    width: 100%;
} */

@media (max-width: 1700px) {
    .fullscreen-nav-overlay {
        width: 600px;
    }
}
@media (max-width: 1600px) {
    .fullscreen-nav-overlay {
        width: 550px;
    }
}
@media (max-width: 1199px) {
    .fullscreen-nav-overlay {
        width: 510px;
    }
}
@media (max-width: 767px) {
    .fullscreen-nav-overlay {
        width: 430px;
    }
    .nav-close-btn {
        top: 20px;
        right: 20px;
    }
}
@media (max-width: 575px) {
    .fullscreen-nav-overlay {
        width: 100%;
        padding-left: 30px;
    }
}

/* Fullscreen Navigation Menu :end */

/* ============= Inner page start ============= */
.inner-cover {
    padding: 150px 0 0 0;
}

/* Project List */
.project-list-cell {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.project-list-cell::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.project-list-cell img {
    width: 100%;
    aspect-ratio: 1 / 0.72;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.3s;
    height: auto;
}

.project-list-cell:hover img {
    transform: scale(1.1);
}

.project-list-cell h3 {
    font-family: barlow-semi-condensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.1;
    margin: 0;
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 1;
    text-transform: uppercase;
}

.project-list-cell h3 sub {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    display: block;
    bottom: 0;
    line-height: 1;
    margin-top: 10px;
    text-transform: capitalize;
}

.list-filter {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex: 1;
    padding: 0 0 0 50px;
}

.list-filter .nice-select {
    flex: 1 1 0;
    display: flex;
    border-radius: 0;
    padding: 0 25px 0 15px;
    width: 0;          
    min-width: 0;
    box-sizing: border-box;
}

.list-filter .nice-select:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-bottom: 0;
    transform: none;
}

.list-filter .nice-select span.current {
    font-family: aptos, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #001e43;
    margin: auto 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-filter .nice-select .list {
    width: 100%;
    margin-top: 2px;
    border-radius: 0;
    max-height: 500px;
    overflow: auto;
}

.list-filter .nice-select .list li {
    font-family: aptos, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #001e43;
    white-space: normal;
    line-height: 1.2;
    min-height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
}

.list-filter .nice-select .list li:hover,
.list-filter .nice-select .list li.selected {
    background: #001e43 !important;
    color: #fff;
}

.list-filter .nice-select .list li:first-child {
    display: none;
}

/* ============= Inner page end ============= */

/* single-fullwidth-slider :start */
.fullwidth-slider-outer {
    width: 100%;
    height: auto;
}
.single-fullwidth-slider .sfw-slide-item {
    width: 100%;
    height: 720px;
    position: relative;
}
.single-fullwidth-slider .sfw-slide-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
.single-fullwidth-slider .sfw-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-fullwidth-slider .owl-nav {
    bottom: 55px;
    right: 55px;
}
/* single-fullwidth-slider :end */

/* Project Detail :start */
.prjdet-top {
    width: 100%;
}
.prjdet-top .pd-top-left {
    width: 100%;
    height: auto;
    font-family: aptos, sans-serif;
}
.prjdet-top .pd-top-left h2 {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    color: #001e43;
    padding-top: 45px;
    margin-bottom: 40px;
    position: relative;
}
.prjdet-top .pd-top-left h2::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 29px;
    height: 23px;
    background-image: url('../images/quote-icon.webp');
    background-repeat: no-repeat;
    background-position: center;
}
.prjdet-top .pd-top-left h2.no-quotes {
    padding-top: 0;
}
.prjdet-top .pd-top-left h2.no-quotes::before {
    display: none;
}
.prjdet-top .pd-top-left p {
    font-size: 22px;
    font-weight: 300;
    color: #001e43;
    line-height: 1.4;
    margin-bottom: 20px;
}
.prjdet-top .pd-top-left p.bold-text {
    font-family: barlow-semi-condensed, sans-serif; 
    font-size: 24px;
    color: #001e43;
    margin: 0;
    font-weight: 500;
}

.prjdet-top .pd-top-image {
    width: 100%;
    height: auto;
    text-align: right;
}
.prjdet-top .pd-top-image img {
    width: 100%;
    height: auto;
}

.prjdet-detail {
    width: 100%;
}
.prjdet-detail .pd-detail-left {
    width: 100%;
}
.prjdet-detail .pd-detail-left .detleft-block {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.prjdet-detail .pd-detail-left .detleft-block:last-child {
    margin-bottom: 0;
}
.prjdet-detail .pd-detail-left .detleft-block h3 {
    font-family: barlow-condensed, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #001e43;
    line-height: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.prjdet-detail .pd-detail-left .detleft-block p {
    font-size: 18px;
    font-weight: 300;
    color: #001e43;
    line-height: 1.33;
}

.prjdet-detail .pd-detail-map {
    width: 100%;
    height: 100%;
    min-height: 350px;
    position: relative;
}
.prjdet-detail .pd-detail-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* Project Detail :end */

/* News list: Start */
.news-inner {
    padding-bottom: 100px;
}
.inner-banner {
    padding: 0 25px;
    position: relative;
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}
.inner-banner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.inner-banner .inner {
    width: 100%;
    min-height: 560px;
    position: relative;
    padding: 35px;
    display: flex;
    align-items: center;
}
.inner-banner .inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inner-banner .inner-banner-text {
    width: 550px;
    background: #fff;
    padding: 35px;
    margin: 0;
    z-index: 1;
    position: relative;
}
.inner-banner .inner-banner-text .time {
    font-family: barlow-semi-condensed, sans-serif;
    font-size: 18px;
    color: #939393;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 40px 0;
    display: block;
}
.inner-banner .inner-banner-text h2 {
    font-family: aptos, sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 25px 0;
}
.inner-banner .inner-banner-text p {
    font-family: aptos, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    color: #001e43;
    margin: 0;
}
.news-cell {
    font-family: barlow-semi-condensed, sans-serif;    
    margin: 100px 0 0 0;
    cursor: pointer;
}
.news-cell .img-bx {
    position: relative;
    overflow: hidden;
}
.news-cell .img-bx img {
    width: 100%;
    aspect-ratio: 1 / 0.72;
    transition: 0.3s;
    height: auto;
    object-fit: cover;
}
.news-cell:hover .img-bx img {
    transform: scale(1.1);
}
.news-cell .date {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #001e43;
    margin: 20px 0 20px 0;
}
.news-cell h2 {
    display: block;
    font-weight: 500;
    font-size: 24px;
    color: #001e43;
    margin: 0 0 40px 0;
    line-height: 1.2;
    text-transform: capitalize;
}
/* News list: End */

/* Service: Start */
.service-inner {
    padding-bottom: 100px;
}
.service-list {
    position: relative;
    overflow: hidden;
}
.service-list::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 50%);
    transition: 0.3;
}
/* .service-list:hover::after {
    background: rgba(0, 30, 67, 0.9);
} */
.service-list img {
    width: 100%;
    height: auto;
}
.service-list h2 {
    font-family: aptos, sans-serif; 
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    z-index: 1;
    padding: 20px 20px 20px 20px;
    /* transition: 0.9s; */
}
.service-list:hover h2 {
    opacity: 0;
}
.service-list .list-text {
    width: 100%;
    height: 100%;
    background: rgba(0, 30, 67, 0.9);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.service-list:hover .list-text {
    top: 0;
    opacity: 1;
    
}
.service-list .list-text h2 {
    position: relative;
    opacity: 1;
    bottom: auto;
    top: 0;
    padding: 0;
}
.service-list .list-text ul {
    font-family: aptos, sans-serif; 
    color: #c3c3c3;
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
.service-list .list-text ul li {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    position: relative;
}
.service-list .list-text ul li::after {
    width: 16px;
    height: 16px;
    background: url('../images/arrow-small.webp') center center no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0.8;
    transform: rotate(-42deg);
    transition: 0.3s;
}
.service-list .list-text ul li a {
    color: #c3c3c3;
}
.service-list .list-text ul li:hover a {
    color: #fff;
}
.service-list .list-text ul li:hover::after {
    transform: rotate(0);
}


/* Service: End */

/* Services Detail page :start */
.serdet-top {
    width: 100%;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.serdet-top .col-left {
    border-right: 1px solid #cfcfcf;
}
.serdet-top .sdtop-left {
    width: 100%;
    height: auto;
    padding-right: 60px;
    padding-top: 110px;
    padding-bottom: 110px;
    /* font-family: aptos, sans-serif; */
}
.serdet-top .sdtop-left .sdtop-text {
    width: 100%;
}
.serdet-top .sdtop-left .sdtop-text h2 {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    color: #001e43;
    /* padding-top: 45px; */
    margin-bottom: 40px;
    position: relative;
}
.serdet-top .sdtop-left .sdtop-text p {
    font-size: 22px;
    font-weight: 300;
    color: #001e43;
    line-height: 1.4;
    margin-bottom: 20px;
}
.serdet-top .sdtop-right {
    padding-left: 60px;
    padding-top: 110px;
    padding-bottom: 110px;
}
.serdet-top .sdtop-right h3 {
    font-family: aptos, sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 30px 0;
}
.serdet-top .sdtop-right .backbtn {
    font-family: aptos, sans-serif;
    list-style: none;
    padding: 0px 0px 0px 32px;
    margin: 40px 0px 0 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1%;
    line-height: 1.2;
    text-align: left;
    color: #001e43;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.serdet-top .sdtop-right .backbtn::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-180deg);
    /* background-image: url('../images/list-style-icon-1.webp'); */
    /* background-repeat: no-repeat; */
    /* background-size: auto; */
    /* background-position: center; */
    transition: 0.5s;
}
.serdet-top .sdtop-right .backbtn:hover {
    color: #ba0c2f;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.serdet-top .sdtop-right .backbtn:hover::before {
    color: #ba0c2f;
    border-color:#ba0c2f;
}




.navtab-sdt-content {
    width: 100%;
}
.navtab-sdt-tabs {
    width: 100%;
    flex-direction: column;
    gap: 15px;
}
.navtab-sdt-tabs .nav-link {
    font-family: aptos, sans-serif;
    list-style: none;
    padding: 0px 0px 0px 32px;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1%;
    line-height: 1.2;
    text-align: left;
    color: #001e43;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.navtab-sdt-tabs .nav-link:last-child {
    margin-bottom: 0;
}
.navtab-sdt-tabs .nav-link::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    /* background-image: url('../images/list-style-icon-1.webp'); */
    /* background-repeat: no-repeat; */
    /* background-size: auto; */
    /* background-position: center; */
    transition: 0.5s;
}
.navtab-sdt-tabs .nav-link:hover, 
.navtab-sdt-tabs .nav-link.active {
    color: #ba0c2f;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.navtab-sdt-tabs .nav-link:hover::before, 
.navtab-sdt-tabs .nav-link.active::before {
    color: #ba0c2f;
    border-color:#ba0c2f;
}
.navtab-sdt-tabs .nav-link.active::before {
    transform: rotate(-180deg);
}
/* Services Detail page :end */

/* About us page :start */
.abtpg-top {
    width: 100%;
}
.abtpg-top .aptop-left {
    width: 100%;
    height: auto;
    font-family: aptos, sans-serif;
}
.abtpg-top .aptop-left h2 {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    color: #001e43;
    padding-top: 45px;
    margin-bottom: 40px;
    position: relative;
}
.abtpg-top .aptop-left h2::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 29px;
    height: 23px;
    background-image: url('../images/quote-icon.webp');
    background-repeat: no-repeat;
    background-position: center;
}
.abtpg-top .aptop-left h2.no-quotes {
    padding-top: 0;
}
.abtpg-top .aptop-left h2.no-quotes::before {
    display: none;
}
.abtpg-top .aptop-left p {
    font-size: 22px;
    font-weight: 300;
    color: #001e43;
    line-height: 1.4;
    margin-bottom: 20px;
}
.abtpg-top .aptop-left p.bold-text {
    font-family: barlow-semi-condensed, sans-serif; 
    font-size: 24px;
    color: #001e43;
    margin: 0;
    font-weight: 500;
}

.abtpg-top .aptop-image {
    width: 100%;
    height: auto;
    text-align: right;
}
.abtpg-top .aptop-image img {
    width: 100%;
    height: auto;
}







.abtpg-locations {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;

    /* background-color: #4242c9; */
}
.abtpg-locations .aploc-map {
    width: 100%;
    height: 100%;
    text-align: right;
}
.abtpg-locations .aploc-map img {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 480px;
    object-fit: cover;
    object-position: right;
}
.abtpg-locations .aploc-inner {
    position: absolute;
    top: auto;
    bottom: 150px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.abtpg-locations .locin-caption h2 {
    font-weight: 300;
    font-size: 42px;
    letter-spacing: -1%;
    line-height: 1;
    color: #001e43;
    padding-top: 40px;
    margin-bottom: 0px;
    position: relative;
}
.abtpg-locations .locin-caption h2::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 29px;
    height: auto;
    aspect-ratio: 29/23;
    background-image: url('../images/quote-icon.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}







.abtpg-partners {
    width: 100%;
    height: auto;
}
.partners-list-wrap {
    width: 100%;
    height: auto;
}
.partners-list-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 12px;
}
.partners-list-wrap ul li {
    width: 157.7px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.partners-list-wrap .plw-block {
    width: 100%;
    height: 100%;
}
.partners-list-wrap .plw-block .pimage {
    width: 143px;
    height: 143px;
    background-color: #e0e3e8;
    border-radius: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.partners-list-wrap .plw-block .pimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.partners-list-wrap .plw-block .ptext {
    width: 100%;
    text-align: center;
}
.partners-list-wrap .plw-block .ptext h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: normal;
    color: #001e43;
    margin-bottom: 0px;
}
.partners-list-wrap .plw-block .ptext p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #001e43;
    margin-bottom: 0px;
}





.abtpg-video {
    width: 100%;
    height: auto;
}
.abtpg-video p {
    font-size: 22px;
    font-weight: 300;
    color: #001e43;
    line-height: 1.4;
}
.abtpg-video .apvideo-block {
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: 712px;
    aspect-ratio: 1366/712;
    position: relative;
    overflow: hidden;
    background: #001e43;
}
/* .abtpg-video .apvideo-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #001e43;
    opacity: 0.5;
    z-index: 2;
} */
.abtpg-video .apvideo-block::after {
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 75px;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1s infinite forwards;
    transition: 0.5s;
    z-index: 1;
}
.abtpg-video .apvideo-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    transition: 0.5s;
    z-index: 1;
    opacity: 0.5;
}
.abtpg-video .apvideo-block:hover img {
    transform: scale(1.05);
}
/* About us page :end */

/* News details: Start */
.news-detail-banner {
    position: relative;
}
.news-detail-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
}
.news-detail-banner .in-banner {
    width: 100%;
    max-width: 1920px;
    padding-left: 189px;
    padding-right: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.news-detail-banner .in-banner h1 {
    font-family: barlow-semi-condensed, sans-serif; 
    font-size: 100px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.newsdetail-inner {
    padding-top: 100px;
    padding-bottom: 80px;
}
.news-details-content h2 {
    font-family: aptos, sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    color: #001e43;
    position: relative;
    padding-right: 40px;
    margin: 0;
}
.news-details-content p {
    font-size: 22px;
    font-weight: 300;
    color: #001e43;
    line-height: 1.4;
    margin-bottom: 20px;
}
.news-details-content .content-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.news-details-content .content-top h2 sup {
    font-family: barlow-semi-condensed, sans-serif; 
    top: 0;
    line-height: normal;
    display: block;
    font-size: 14px;
    color: #001e43;
    text-transform: uppercase;
    font-weight: 500;
}
.news-details-content .content-top .title-right {
    padding-left: 40px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.news-details-content .content-top .title-right::after {
    width: 1px;
    height: 72px;
    background: #cfcfcf;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.news-details-content .content-top .title-right a {
    gap: 10px;
    white-space: nowrap;
    font-size: 20px;
    color: #001e43;
    display: flex;
    flex-direction: row;
}
.news-details-content .content-top .title-right a i {
    width: 22px;
    height: 22px;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    position: relative;
    bottom: -2px;
}
.news-details-content .content-top .title-right a:hover {
    color: #b80c30;
}
.news-details-content .content-top .title-right a:hover i {
    color: #b80c30;
    border: 1.5px solid #b80c30;
}
.latest-news-slide .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 60px 0 0 0;
}
.latest-news-slide .owl-prev,
.latest-news-slide .owl-next {
    width: 30px;
    height: 30px;
    font-size: 12px !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.latest-news-slide .owl-prev:hover,
.latest-news-slide .owl-next:hover {
    color: #ffffff !important;
    background-color: #ba0c2f !important;
    border-color: #ba0c2f !important;
}

header.white-icons .nav-search-btn img {
    filter: brightness(0) invert(1);
}
header.white-icons .header-nav-toggler .navtoggle span {
    background: #fff;
}
header.white-icons .nav-search-btn:hover img {
    filter: brightness(2) invert(1);
}
header.navbar-fixed.white-icons .nav-search-btn img {
    filter: brightness(1) invert(0);
}
/* News details: End */

/* Contact: Start */
.contact-inner {
    padding-bottom: 20px;
}
.contact-sec-1 {
    padding: 60px 0;
}
.contact-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d8dce3;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}
.contact-top h2 {
    font-family: aptos, sans-serif;
    font-weight: 300;
    font-size: 38px;
    line-height: 1.2;
    color: #001e43;
    position: relative;
    padding-right: 40px;
    margin: 0;
}
.contact-top .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contact-top .right p {
    font-family: aptos, sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    color: #001e43;
}
.contact-top .right a {
    color: #8692a8;
    font-family: aptos, sans-serif;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0 0 0;
}
.contact-top .right a i {
    width: 22px;
    height: 22px;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    position: relative;
    /* bottom: -2px; */
}
.contact-top .right a:hover {
    color: #ba0c2f;
}
.contact-top .right a:hover i {
    color: #ba0c2f;
    border: 1.5px solid #ba0c2f;
}
.contact-sec-1 .cell {
    /* height: 100%;
    display: flex;
    flex-direction: column; */
}
.contact-sec-1 .cell .inside {
    /* flex: 1;
    display: flex;
    flex-direction: column; */
}
.contact-sec-1 .cell h3 {
    font-family: aptos, sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    color: #001e43;
    margin: 0 0 10px 0;
}
.contact-sec-1 .cell h4 {
    font-family: aptos, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #ba0c2f;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}
.contact-sec-1 .cell p {
    font-family: aptos, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #001e43;
    margin: 0 0 10px 0;
}
.contact-sec-1 .cell p a {
    color: #001e43;
}
.contact-sec-1 .cell .btn-style-1 {
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}
.contact-sec-1 .cell a.mail {
    color: #8692a8;
    font-family: aptos, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 0 0;
}
.contact-sec-1 .cell a.mail i {
    width: 22px;
    height: 22px;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    position: relative;
    /* bottom: -2px; */
}
.contact-sec-1 .cell a.mail span {
    text-decoration: underline;
}
.contact-sec-1 .cell a.mail:hover span {
    text-decoration: none;
}
.contact-sec-1 .cell a.mail:hover {
    color: #ba0c2f;
}
.contact-sec-1 .cell a.mail:hover i {
    color: #ba0c2f;
    border: 1.5px solid #ba0c2f;
}
.contact-sec-1 .cell hr {
    color: #d8dce3;
    opacity: 1;
}
/* Contact: End */
/* Career page: Start */
.career-inner {
    padding-bottom: 40px;
}
.career-cell {
    border-bottom: 1px solid #ededed;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.career-cell:first-child {
    padding-top: 40px;
}
.career-cell:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.career-cell span {
    font-size: 16px;
    display: table;
    margin: 0 0 5px 0;
    color: #001e43;
}
.career-cell h2 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #001e43;
}
.career-cell h2 a {
    color: #001e43;
}
.career-cell h2 a:hover {
    text-decoration: underline;
}
.career-cell p {
    color: #001e43;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
}
.location {
    display: table;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.location sup {
    top: auto;
    display: block;
    line-height: normal;
    font-size: 14px;
}
.location-detail p {
    font-family: aptos, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    color: #001e43;
    margin-bottom: 20px;
    position: relative;
}
.location-detail p a {
    color: #b80c30;
}
.location-detail p a:hover {
    text-decoration: underline;
}
.location-detail h2 {
    font-size: 22px;
    color: #001e43;
    font-weight: 400;
    margin: 25px 0 20px 0;
}
.location-detail h1 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #001e43;
}
ul.list-style-1 {
    font-family: aptos, sans-serif;
    list-style: none;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    color: #001e43;
    padding: 0px;
    margin: 0px 0 25px 0;
}

ul.list-style-1 li {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-family: 'Aptos';
}

ul.list-style-1 li a {
    color: inherit;
    padding-left: 32px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

ul.list-style-1 li a::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: 0.5s;
}













ul.list-style-2 {
    font-family: aptos, sans-serif;
    list-style: none;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    color: #001e43;
    padding: 0px;
    margin: 0px 0 25px 0;
}

ul.list-style-2 li {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-family: 'Aptos';
}

ul.list-style-2 li a {
    color: inherit;
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

ul.list-style-2 li a::before {
    content: '';
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: 0.5s;
    border-radius: 50%;
    background: #303e4e;
}











.backbtnCmn {
    font-family: aptos, sans-serif;
    list-style: none;
    padding: 0px 0px 0px 32px;
    margin: 0px 0px 60px 0px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1%;
    line-height: 1.2;
    text-align: left;
    color: #001e43;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.backbtnCmn::before {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10.5px;
    color: #001e43;
    border: 1.5px solid #001e43;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 0px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-180deg);
    transition: 0.5s;
}
.backbtnCmn:hover {
    color: #ba0c2f;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.backbtnCmn:hover::before {
    color: #ba0c2f;
    border-color:#ba0c2f;
}

.left-career-detail {
    border-right: 1px solid #cfcfcf;
    height: 100%;
}
/* Career page: End */

.no-data {
    background: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
    margin: 40px 0 0 0;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}
.no-data p {
    font-size: 20px;
    font-weight: 500;
    color: #373737;
    margin: 0;
}

/* 404 page: start */
.wrap-404-outer {
    width: 100%;
    padding: 0px 65px;
}
.wrap-404 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 0px;
}
.wrap-404 .right {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 100px 0px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.wrap-404 .right h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin: 30px 0 0 0;
}
.wrap-404 .right p {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0 0 0;
    display: block;
}
/* 404 page: end */


/* for DEV: Start */
.dynamic-list-wrapper ul {
    font-family: aptos, sans-serif;
    list-style: none;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    color: #001e43;
    padding: 0px;
    margin: 0px 0 25px 0;
}

.dynamic-list-wrapper ul li {
    position: relative;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 10px 0px;
    font-family: 'Aptos';
    padding-left: 20px;
}

.dynamic-list-wrapper ul li::before {
    content: '';
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: 0.5s;
    border-radius: 50%;
    background: #303e4e;
}
/* for DEV: End */

.hightSetCell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.hightSetIn {flex: 1;}