.corp-container {
    max-width: 1920px;
    padding: 0px 80px;
    margin: 0 auto;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px;
}

body {
    font-size: 16px;
}

h1,
.h1 {
    font-size: 58px;
    line-height: 67px;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 57px;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 39px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 25px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 27px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
}

a,
.a,
a strong,
strong a {
    text-decoration: none !important;
    cursor: pointer;
    color: #1b2b54 !important;
}

a:hover,
.a:hover,
a:hover strong,
strong:hover a {
    color: #ff8c00;
}

a:focus {
    outline: none;
}

a:visited {
    color: unset;
}

a:focus-visible {
    outline: unset;
}

/* .site-content a {
    color: #ff4900;
    text-decoration: none !important;
    cursor: pointer;
}

.site-content a:hover {
    color: #ff7f00;
} */

p,
.p,
li,
.li {
    font-size: 16px;
    line-height: 24px;
}

.pt-10 {
    padding-top: 10px;
}

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

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mt-20 {
    margin-top: 20px;
}

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

.mt-30 {
    margin-top: 30px;
}

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

.mt-40 {
    margin-top: 40px;
}

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

.mt-80 {
    margin-top: 80px;
}

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

.mt-120 {
    margin-top: 120px;
}

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

/* ********************
font weight
******************** */
.font-w100 {
    font-weight: 100;
}

.font-w200 {
    font-weight: 200;
}

.font-w300 {
    font-weight: 300;
}

.font-w400 {
    font-weight: 400;
}

.font-w500 {
    font-weight: 500;
}

.font-w600 {
    font-weight: 600;
}

.font-w700 {
    font-weight: 700;
}

.font-w800 {
    font-weight: 800;
}

.font-w900 {
    font-weight: 900;
}

/* =====================
Color
======================*/
.text-darkblue {
    color: #1B2B54;
}

.text-gray {
    color: #333;
}

.bg-darkblue {
    background-color: #1B2B54;
}

.bg-lightblue {
    background-color: #263864;
}

.bg-white {
    background-color: #f7f7f7;
}


/* =====================
Position
======================*/
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

/* *********************
sticky-section
********************* */

.sticky-top-section {
    position: sticky;
    top: 150px
}

/* **********************************
Button css
********************************** */
.blue-btn {
    background-color: #1B2B54;
    padding: 15px 25px;
    border-radius: 25px;
    border: solid 1px #fff;
    color: #fff !important;
    transition: .3s;
}

.white-btn {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
    border: solid 1px #000;
    color: #000 !important;
    transition: .3s;
}

.blue-btn:hover,
a.common-btn-class:hover .blue-btn {
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
    border: solid 1px #1B2B54;
    color: #1B2B54 !important;
    transition: .3s;
}

.white-btn:hover {
    background-color: #1B2B54;
    padding: 15px 25px;
    border-radius: 25px;
    border: solid 1px #1B2B54;
    color: #fff !important;
    transition: .3s;
}

a.common-btn-class img.arrow-blue-icon {
    rotate: 0deg;
    transition: .3s;
}

a.common-btn-class:hover img.arrow-blue-icon {
    rotate: 45deg;
    transition: .3s;
}

.space-5px {
    padding-left: 8px;
}

/* =====================
 Scroll Css 
 ======================*/

.scroll {
    overflow-y: auto;
    height: 480px;
    padding-right: 15px;
}

.scroll1 {
    overflow-y: auto;
    height: 220px;
    padding-right: 2px;
}

.scroll2 {
    overflow-y: auto;
    height: 230px;
    padding-right: 15px;
}

.scroll:focus,
.scroll,
.scroll1:focus,
.scroll1,
.scroll2:focus,
.scroll2 {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll:focus::-webkit-scrollbar,
.scroll::-webkit-scrollbar,
.scroll1:focus::-webkit-scrollbar,
.scroll1::-webkit-scrollbar,
.scroll2:focus::-webkit-scrollbar,
.scroll2::-webkit-scrollbar {
    width: 1px;
}

.scroll:focus::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track,
.scroll1:focus::-webkit-scrollbar-track,
.scroll1::-webkit-scrollbar-track,
.scroll2:focus::-webkit-scrollbar-track,
.scroll2::-webkit-scrollbar-track {
    background: transparent;
}

.scroll:focus::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb,
.scroll1:focus::-webkit-scrollbar-thumb,
.scroll1::-webkit-scrollbar-thumb,
.scroll2:focus::-webkit-scrollbar-thumb,
.scroll2::-webkit-scrollbar-thumb {
    background: #FF9C01;
    border-radius: 20px;
}

.scroll:hover::-webkit-scrollbar-thumb,
.scroll1:hover::-webkit-scrollbar-thumb,
.scroll2:hover::-webkit-scrollbar-thumb {
    background: #D9D9D9;
}

/* =====================
Header Section
======================*/
button#search-button {
    background-color: #F6F6F6;
    border-radius: 50%;
    padding: 14px;
}

.site {
    position: relative;
    z-index: 1;
}

.site-content {
    background-color: #fff;
    z-index: -1;
    position: relative;
}

.site-header .site-branding img {
    width: 180px;
}

.main-navigation ul li a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333 !important;
    letter-spacing: 0px !important;
}

.main-navigation ul li {
    margin: 0 30px 0px 0;
    padding: 0px;
}

nav#site-navigation {
    position: relative;
}

.main-navigation ul .sub-menu {
    top: 100%;
    box-shadow: 0 0 1px #0000009c;
}

.main-navigation ul .sub-menu li {
    background: #fff
}

.main-navigation ul .sub-menu li a {
    background: #fff;
    color: #262627 !important
}

.site {
    /* background-color: #fff;
    z-index: 1;
    position: relative; */
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-parent.menu-item-has-children a {
    color: #1B2B54 !important;
    position: relative;
}

.main-navigation ul li.current-menu-item a:before,
.main-navigation ul li a:hover:before,
.main-navigation ul li.current-menu-parent.menu-item-has-children a:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    border-bottom: solid 2px #1b2b54;
    bottom: -24px;
}

/* ********************
Footer Section
******************** */
.contact-detail-title {
    width: 100%;
}

.footer-contact-detail {
    width: 100%;
}

.footer-contact-detail-content {
    padding-bottom: 10px;
    flex-direction: column;
    text-align: start;
}

.footer-contact-main-detail {
    /* column-count: 2; */
    padding-top: 20px;
}

.footer-logo-section {
    width: 30%;
}

.footer-logo img {
    width: 250px;
}

.footer-menu-warp {
    width: 25%;
}

.footer-contact-detail-main {
    width: 45%;
}

.footer-contact-call-main-wrap,
.footer-contact-address-wrap {
    width: 50%;
}

.footer-social {
    align-items: center;
    column-gap: 25px;
    justify-content: flex-end;
}

.footer-consultation-section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-social-detail-title {
    font-size: 12px;
}

.site-footer .bottom-bar .corp-container div:only-of-type {
    width: unset;
}

.footer-sticky-contact-num-box {
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    overflow-x: hidden;
    position: fixed;
    text-align: center;
    background: #ffffff;
}

/* .footer-contact-call-main-wrap,
.footer-contact-address-wrap {
    width: 50%;
} */

.footer-social-media .footer-social-link img {
    transition: .3s;
}

.footer-social-media .footer-social-link:hover img {
    background-color: #25306394;
    transition: .3s;
    border-radius: 50%;
}

.site-footer {
    background: #ffffff;
    position: sticky;
    bottom: 0;
    z-index: -2;
}

ul#menu-quick-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* =====================
Bottom Patch Tyer Mark Section
======================*/

/* .bottom-patch-tyer-mark-img {
    position: relative;
    bottom: 0px;
} */

/* =====================
Home Banner Section
======================*/


/* =====================
Home About Section
======================*/

.home-about-main-section {
    position: relative;
}

.home-about-main-with-bg-img-section {
    width: 100%;
    height: 85vh;
    display: flex;
    align-items: center;
}

/* Background zoom animation */
/* .animate-bg {
    animation: zoomBg 6s ease forwards;
}

@keyframes zoomBg {
    0% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
} */

/* Content fade + slide animation */
/* .animate-content {
    opacity: 0;
    transform: translateY(60px);
    animation: fadeSlideUp 1.5s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
} */


/* ===== HERO BACKGROUND SMOOTH ZOOM ===== */
/* .hero-animate {
    transform: scale(1.04);
    animation: smoothZoom 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes smoothZoom {
    0% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

.hero-content {
    opacity: 0;
    transform: translateY(30px);
    animation: smoothReveal 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

@keyframes smoothReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-btn {
    opacity: 0;
    transform: translateY(30px);
    animation: smoothReveal 2s cubic-bezier(0.22, 1, 0.36, 1) 1.0s forwards;
}

@keyframes smoothReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
} */

/* ===== COMMON ANIMATION SETTINGS ===== */
.hero-title,
.hero-text,
.hero-buttons {
    opacity: 0;
    transform: translateY(25px);
}

/* ===== TITLE ANIMATION ===== */
.hero-title {
    animation: revealTitle 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

@keyframes revealTitle {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== PARAGRAPH ANIMATION ===== */
.hero-text {
    animation: revealText 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}

@keyframes revealText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== BUTTON ANIMATION (SLIGHT POP EFFECT) ===== */
.hero-buttons {
    transform: translateY(25px) scale(0.98);
    animation: revealButtons 1.4s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}

@keyframes revealButtons {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.home-about-main-section:before {
    position: absolute;
    content: '';
    background-color: hsl(223deg 51% 22% / 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
}

.home-about-title-wrap {
    width: 60%;
}

.home-about-content-wrap {
    width: 33%;
}

.arrow-blue-icon {
    left: -3px;
    position: relative;
}

.about-key-values-content-wrap {
    display: none;
}

.about-key-values-section-img {
    position: relative;
}

.about-key-values-section-img:before {
    position: absolute;
    content: '';
    background-color: hsl(0deg 0% 0% / 50%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

h2.about-key-values-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.about-key-values-main-section {
    position: relative;
    bottom: 0px;
}

/* .home-who-we-are-main-section {
    padding-top: 230px;
} */

/* *********************************************** Key Values accordion *************************************** */
.key-values .accordion-wrapper {
    display: flex;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px;
    gap: 15px;
}

.key-values .accordion-item {
    flex: 0 0 19%;
    padding: 25px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    mix-blend-mode: normal;
    border: 1px solid #E5E5E5;
    border-radius: 24px !important;
    backdrop-filter: blur(5px);
}

.key-values .accordion-item h2 {
    font-size: 22px;
    color: #0b1b3f;
    line-height: 1.3;
    transition: color 0.4s ease;
}

.key-values .accordion-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

.key-values .learn-more {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}

/* ACTIVE */
.key-values .accordion-item.active {
    flex: 0 0 40%;
    background: rgb(11 27 63 / 60%);
    color: #fff;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.key-values .accordion-item.active h2 {
    color: #fff;
}

.key-values .accordion-item.active .accordion-content {
    opacity: 1;
    transform: translateY(0);
    display: flex;
    align-items: center;
}

.key-values .accordion-item.active .learn-more {
    color: #fff;
}

/* Inner layout */
.key-values .accordion-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
}

/* When ACTIVE → make title + content side by side */
.key-values .accordion-item.active .accordion-inner {
    flex-direction: row;
    /* align-items: center; */
    gap: 30px;
}

/* Title */
.key-values .accordion-item .title {
    font-weight: 700;
    color: #0b1b3f;
    flex: 1;
    transition: color 0.4s ease;
}

.key-values .accordion-item.active .title {
    color: #fff;
}

/* Content */
.key-values .accordion-content {
    flex: 2;
}

/* Learn more spacing */
.key-values .learn-more {
    /* margin-top: 15px; */
    position: absolute;
    bottom: 30px;
}

.key-values .accordion-item.active .key-values .learn-more {
    margin-top: 15px;
    position: unset;
    bottom: unset;
}

.key-values .accordion-item.active .common-btn-class {
    color: #fff !important;
}

/* Responsive */
@media (max-width: 900px) {
    .key-values .accordion-wrapper {
        flex-direction: column;
        height: auto;
    }

    .key-values .accordion-item,
    .key-values .accordion-item.active {
        flex: 1 1 auto;
        width: 100%;
    }
}

.key-values-main-section {
    margin-top: -80px;
}

.key-values .accordion-item.active .accordion-title-wrap {
    width: 25%;
}

img.arrow-blue-icon.learn-more-arrow {
    width: 25px;
}

/* ******************************************** New CODE ****************************** */

/* ************************** 
Who We are Section
************************** */


.home-who-we-are-header-wrap,
.home-who-we-are-content-section {
    width: 50%;
}

.who-we-are-slide {
    margin-left: 90px;
    border-radius: 24px;
}

.who-we-are-slide-content-text {
    padding-left: 90px;
    display: block
}

.who-we-are-slide {
    background: #111;
}

.who-we-are-slide img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    mix-blend-mode: luminosity;
}

.who-we-are-btn-wrap {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.our-core-value-box {
    position: relative;
    height: 416px;
    overflow: hidden;
    z-index: 0;
}

.our-core-value-title {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 65%;
    transition: transform .4s ease;
    transform: translateY(10px);
}

.our-core-value-part-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: transform .8s ease;
}

.our-core-value-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .4s ease, opacity .4s ease;
    height: 70%;
    padding: 0px 20px;
}

.our-core-value-content-img {
    width: 100%;
}

.our-core-value-box:hover .our-core-value-title {
    color: #fff;
    z-index: 1;
}

.our-core-value-box:hover .our-core-value-content {
    opacity: 1;
    transform: translateY(0%);
    z-index: 1;
}

.our-core-values-link {
    bottom: -80px;
    right: 0;
    z-index: 1;
    padding: 25px;
    position: absolute;
    transform: translateY(0%);
    transition: transform .4s ease, opacity .4s ease;
}

.our-core-value-box:hover .our-core-values-link {
    transform: translateY(-80px);
    transition: transform .4s ease, opacity .4s ease;
}

.our-core-value-content {
    display: flex;
    flex-wrap: wrap;
}

.our-core-value-box:before {
    position: absolute;
    content: '';
    background-color: #263864;
    ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform .4s ease, opacity .4s ease;
    z-index: 1;
}

.our-core-value-box:hover:before {
    transform: translateY(0%);
}

.our-core-value-box:after {
    position: absolute;
    content: '';
    /* background-color: #ffffff; */
    background: linear-gradient(0deg, rgb(168 193 255) 0%, rgba(255, 255, 255, 1) 30%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* .our-core-value-content-wrap:before {
    position: absolute;
    content: '';
    background-color: #f93f00;
    height: 5px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
    transition: transform .4s ease, opacity .4s ease;
} */

.our-core-value-box:hover .our-core-value-part-img {
    z-index: -1;
}

.our-core-value-box:hover .our-core-value-title {
    top: 20px;
    transform: translateY(0);
}

.our-core-value-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    padding: 25px;
}

.our-core-value-box .our-core-value-btn {
    transform: translateY(100%);
    transition: transform .4s ease, opacity .4s ease;
}

.our-core-value-box:hover .our-core-value-btn {
    transform: translateY(0%);
}

.our-core-value-btn:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f93f00;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-core-value-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.our-core-value-box {
    width: 23.6%;
    border-radius: 20px;
}
.our-core-value-wrap .slick-track {
    display: flex;
    column-gap: 20px;
}

/* *****************************************New Code Ends ********************************** */

/* SECTION */
.values-section {
    padding: 80px 40px;
    color: #000;
    border-radius: 30px;
    margin: 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.values-tag {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.values-header h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* .values-top-text {
    text-align: right;
    max-width: 420px;
    margin-left: auto;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
} */

/* FLEX LAYOUT */
.values-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.value-card {
    position: relative;
    flex: 1 1 calc(25% - 24px);
    min-width: 260px;
    height: 320px;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

/* BACKGROUND IMAGE */
.card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=800&q=60') center/cover no-repeat;
    transition: transform 0.6s ease;
}

.value-card:hover .card-bg {
    transform: scale(1.1);
}

/* BLUE OVERLAY (SLIDES UP) */
.card-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 39, 71, 0.95);
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.value-card:hover .card-overlay {
    transform: translateY(0);
}

.card-overlay h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.card-overlay p {
    font-size: 14px;
    line-height: 1.6;
    color: #dbe6f7;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .value-card {
        flex: 1 1 calc(50% - 24px);
    }
}

@media (max-width: 600px) {
    .values-top-text {
        text-align: left;
        margin-left: 0;
    }

    .value-card {
        flex: 1 1 100%;
    }
}


/* *******************************
Home Why Us Section
****************************** */

.why-us-section {
    min-height: 50vw;
    height: 100%;
}

.why-us-wrap {
    height: 330px;
    width: 600px;
    padding: 40px;
}

.why-us-main-section,
.why-us-section {
    position: relative;
    /* ensure section has height */
}

.why-us-wrap {
    position: sticky;
    top: 200px;
    /* distance from top while sticking */
    z-index: 2;
    backdrop-filter: blur(5px);
}

.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -2;
}

/* ******************************
Home FAQs Section
******************************** */
.faq-main-section {
    position: relative;
}

.faq-section {
    position: relative;
    z-index: 1;
}

.faq-header-section,
.faq-point-section {
    width: 50%;
}

.faq-tag,
.who-we-are-tag,
.contact-top-tag {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.faq-main-section .accordion-item {
    border-bottom: solid 1px #1b2b5433;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

.faq-main-section .accordion-button:not(.collapsed) {
    background: #fff;
}


.faq-main-section .accordion-item .accordion-button.collapsed {
    background: #FFF;
    font-weight: 700;
    color: #122638 !important;
}

.faq-main-section .accordion-button:not(.collapsed),
.faq-main-section .accordion-button.collapsed:hover {
    color: #1B2B54 !important;
    font-weight: 700;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}

/* .faq-main-section .accordion-button:not(.collapsed)::after,
.faq-main-section .accordion-button::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
} */

.faq-main-section .accordion-button::after {
    content: "+";
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-image: unset;
    font-family: 'Open Sans';
}

.faq-main-section .accordion-button:not(.collapsed)::after {
    content: "−";
}

.faq-main-section .accordion-button:focus {
    box-shadow: unset;
}

.faq-section .accordion-header {
    padding-bottom: 0 !important;
}

.faq-section p {
    margin-bottom: 0 !important;
    padding: 10px 0;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: unset;
}

/* ********************************
Home Subscriber Section
******************************** */

.home-email-subscription-section {
    border-radius: 40px;
    overflow: hidden;
    align-items: center;
}

.home-email-subscription-title-section,
.home-email-subscription-side-image-section {
    width: 50%;
}

.home-email-subscription-title-section {
    padding: 0 80px;
}

.tnp-subscription form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tnp-field.tnp-field-email label {
    display: none;
}

.tnp-subscription input[type=email] {
    border-radius: 20px;
}

.tnp-field input[type="submit"] {
    position: inherit;
    color: #122638 !important;
    padding: 12px 20px;
    background-color: #fff;
    border: solid 1px #122638;
    font-size: 14px;
    border-radius: 20px;
}

/* .subscription-form-wrap {
    justify-content: flex-end;
    column-gap: 15px;
} */

/* div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
    margin: 0;
    max-width: unset;
} */

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
    margin-bottom: 0;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile select,
.tnp-profile textarea {
    background-color: #ffffff66;
    color: #fff !important;
}

div.tnp-subscription {
    margin: 0;
    max-width: unset;
}

.tnp-subscription .tnp-email::placeholder {
    color: #ffffff;
    opacity: .5;
    /* Important for Firefox */
}

.tnp-subscription div.tnp-field.tnp-field-email {
    margin-bottom: 0;
    width: 70%;
}

.tnp-subscription div.tnp-field.tnp-field-button {
    margin-bottom: 0;
    width: 30%;
}

@media (min-width:1600px) {
    .our-core-value-box {
        height: 450px;
    }
}

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

@media (min-width:1367px) and (max-width:1440px) {
    .our-core-value-box {
        width: 23.6%;
    }

    .our-core-value-box {
        height: 330px;
    }
}

@media (min-width:1281px) and (max-width:1366px) {
    .our-core-value-box {
        width: 23.3%;
    }

    .our-core-value-box {
        height: 300px;
    }
}

@media (min-width:1201px) and (max-width:1280px) {
    .our-core-value-box {
        width: 23.3%;
    }

    .our-core-value-box {
        height: 300px;
    }
}

@media (min-width:1025px) and (max-width:1200px) {
	.our-core-value-box {
		height: 280px;
	}
}


@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .corp-container {
        padding: 0px 40px;
    }

    .our-core-value-box {
        width: 23.1%;
    }
	
	.our-core-value-box {
		height: 280px;
	}
}

@media (min-width:769px) and (max-width:1024px) {
    .corp-container {
        padding: 0px 40px;
    }

    .our-core-value-box {
        width: 23.1%;
    }
	
	.our-core-value-box {
		height: 280px;
	}

}

@media (max-width:768px) {
    .corp-container {
        padding: 0px 20px;
    }

    #mobile-navigation ul li {
        margin: 0;
    }

    #mobile-menu-button {
        right: 0;
        top: 0
    }

    #mobile-menu-button svg {
        height: 30px;
        width: 30px
    }

    #mobile-navigation ul li .dropdown-toggle {
        padding: 0 20px;
        right: 0;
        top: 0
    }

    #mobile-navigation ul li {
        margin-bottom: 0
    }

    #mobile-navigation ul li a {
        /* font-size:14px!important; */
        background: #000;
        color: #fff !important
    }

    #mobile-navigation ul li:not(:last-child) a {
        border-color: #fff
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2,
    .h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .main-navigation {
        order: 2;
    }

    button#search-button {
        order: 1;
        padding: 0px;
        right: 50px;
        position: absolute;
    }

    button#search-button {
        background-color: #F6F6F6;
        border-radius: 50%;

    }


    .footer-contact-detail-content.footer-contact-detail-2 {
        order: 1;
    }

    .footer-contact-detail-content.footer-contact-detail-4 {
        order: 1;
    }

    .key-values .accordion-item .accordion-content {
        display: none;
    }

    .key-values .accordion-item.active .accordion-content {
        display: block;
        height: 150px;
    }


    .key-values .accordion-item.active .accordion-inner {
        flex-direction: column;
    }

    .key-values .accordion-item.active .accordion-title-wrap,
    .home-about-title-wrap,
    .home-about-content-wrap,
    .home-who-we-are-header,
    .home-who-we-are-header-wrap,
    .home-who-we-are-content-section,
    .our-core-value-box,
    .faq-header-section,
    .faq-point-section,
    .footer-logo-section,
    .footer-contact-detail,
    .footer-contact-detail-,
    .home-email-subscription-title-section,
    .home-email-subscription-side-image-section,
    .tnp-subscription div.tnp-field.tnp-field-email,
    .footer-contact-detail-main,
    .footer-menu-warp,
    .footer-contact-detail-main,
    .footer-contact-call-main-wrap,
    .footer-contact-address-wrap {
        width: 100%;
    }

    .who-we-are-slide,
    .who-we-are-slide-content-text {
        padding-left: 0px;
        margin-left: 0px;
    }

    .tnp-subscription div.tnp-field.tnp-field-button {
        width: auto;
    }

    .our-core-value-box {
        margin-bottom: 20px;
    }

    .key-values .learn-more {
        position: unset;
    }

    .home-about-btn-wrap,
    .our-core-value-box {
        row-gap: 20px;
    }

    .home-about-title-wrap {
        padding-bottom: 20px;
    }

    .key-values .accordion-item.active {
        background: rgb(11 27 63 / 90%);
    }
	
	.our-core-value-wrap .slick-track {
		display: flex;
		column-gap: unset;
	}

    .why-us-wrap {
        height: 330px;
        width: 100%;
        padding: 20px;
    }

    .values-section {
        padding: 40px 0px;
        margin: 20px;
    }

    .key-values-main-section {
        margin-top: 40px;
    }

    .home-email-subscription-title-section {
        padding: 40px 20px;
    }

    .home-email-subscription-section {
        flex-direction: column-reverse;
    }

    .tnp-subscription div.tnp-field.tnp-field-email {
        margin-bottom: 10px;
    }

    .footer-logo-section {
        text-align: center;
    }

    .footer-contact-main-detail {
        column-count: 1;
    }

    .footer-contact-detail-wrap,
    .widget-quick-links-menu,
    .footer-contact-detail-content {
        text-align: center;
    }

    .footer-menu-warp,
    .footer-contact-detail-main {
        padding-top: 20px;
    }

    .site-footer {
        position: unset;
    }
}