* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    font-family: 'Manrope', sans-serif;

    background: #ffffff;

    overflow-x: hidden;

}

/*================ HEADER ================*/

.header-area {

    position: fixed;

    top: 20px;

    left: 0;

    width: 100%;

    z-index: 9999;

}

.header-area .container {

    background: #ffffff;

    border-radius: 80px;

    padding: 12px 35px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

}

.navbar-brand img {

    height: 60px;

}

.navbar-nav .nav-link {

    font-size: 16px;

    font-weight: 700;

    color: #163B6D;

    margin: 0 10px;

    transition: .3s;

}

.navbar-nav .nav-link:hover {

    color: #F7941D;

}

.quote-btn {

    display: inline-block;

    padding: 15px 34px;

    background: #163B6D;

    color: #fff;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 700;

    transition: .3s;

}

.quote-btn:hover {

    background: #F7941D;

    color: #fff;

}

.navbar-toggler {

    font-size: 26px;

    color: #163B6D;

}

/*========== Mobile =========*/

@media(max-width:991px) {

    .header-area {

        top: 10px;

    }

    .header-area .container {

        border-radius: 25px;

        padding: 10px 20px;

    }

    .navbar-brand img {

        height: 50px;

    }

    .navbar-collapse {

        padding-top: 25px;

    }

    .navbar-nav .nav-link {

        padding: 12px 0;

    }

    .quote-btn {

        display: block;

        margin-top: 15px;

        text-align: center;

    }

}

nav.navbar.navbar-expand-lg {
    padding: 0;
}

/*================ DROPDOWN ================*/

.dropdown-menu{

    min-width:250px;

    border:none;

    border-radius:20px;

    padding:15px;

    margin-top:18px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

    animation:dropdown .3s ease;

}

@keyframes dropdown{

from{

opacity:0;

transform:translateY(15px);

}

to{

opacity:1;

transform:translateY(0);

}

}

.dropdown-item{

    padding:14px 18px;

    border-radius:12px;

    font-weight:600;

    color:#163B6D;

    transition:.3s;

}

.dropdown-item:hover{

    background:#EDF5FF;

    color:#163B6D;

    padding-left:28px;

}

.dropdown-item::before{

    content:"";

    width:7px;

    height:7px;

    background:#F7941D;

    border-radius:50%;

    display:inline-block;

    margin-right:12px;

    opacity:0;

    transition:.3s;

}

.dropdown-item:hover::before{

    opacity:1;

}

/*================ SEARCH ================*/

.header-search{

    width:250px;

    height:50px;

    background:#F7F9FC;

    border:2px solid transparent;

    border-radius:50px;

    display:flex;

    align-items:center;

    padding:0 18px;

    transition:.35s;

}

.header-search:focus-within{

    border-color:#163B6D;

    background:#fff;

    box-shadow:0 10px 25px rgba(22,59,109,.08);

}

.header-search i{

    color:#163B6D;

    margin-right:10px;

}

.header-search input{

    width:100%;

    border:none;

    outline:none;

    background:transparent;

    font-size:14px;

}

.header-search input::placeholder{

    color:#7c8798;

}

/*==================================================
 HERO SECTION
==================================================*/

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(30, 77, 143, .12), transparent 25%),
        radial-gradient(circle at 85% 25%, rgba(247, 148, 29, .15), transparent 22%),
        linear-gradient(135deg, #f8fbff, #eef5ff 55%, #ffffff);
    padding: 170px 0 120px;
}

.hero-section .container {
    position: relative;
    z-index: 5;
}

/* Decorative Shapes */

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
}

.shape-1 {
    width: 420px;
    height: 420px;
    background: rgba(30, 77, 143, .08);
    top: -120px;
    left: -120px;
    animation: floatOne 8s infinite ease-in-out;
}

.shape-2 {
    width: 250px;
    height: 250px;
    background: rgba(247, 148, 29, .10);
    right: 5%;
    top: 100px;
    animation: floatTwo 6s infinite ease-in-out;
}

.shape-3 {
    width: 180px;
    height: 180px;
    background: rgba(30, 77, 143, .10);
    bottom: 40px;
    left: 45%;
    animation: floatThree 7s infinite ease-in-out;
}

/* Badge */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    color: #1E4D8F;
    font-weight: 700;
    margin-bottom: 25px;
}

.hero-badge i {
    color: #F7941D;
}

/* Heading */

.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.08;
    color: #0F172A;
    margin-bottom: 25px;
}

.hero-title span {
    color: #1E4D8F;
}

/* Paragraph */

.hero-text {
    font-size: 18px;
    line-height: 1.9;
    color: #5b6474;
    max-width: 560px;
    margin-bottom: 40px;
}

/* Buttons */

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.btn-main {
    background: #1E4D8F;
    color: #fff;
    padding: 17px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s;
}

.btn-main:hover {
    background: #F7941D;
    color: #fff;
    transform: translateY(-4px);
}

.btn-second {
    border: 2px solid #1E4D8F;
    color: #1E4D8F;
    padding: 17px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s;
}

.btn-second:hover {
    background: #1E4D8F;
    color: #fff;
}

/* Features */

.hero-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 18px 22px;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.feature-box i {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E4D8F;
    color: #fff;
    font-size: 22px;
}

.feature-box h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.feature-box small {
    color: #7b8796;
}

/* Right */

.hero-image-area {
    position: relative;
    height: 700px;
}

.circle-bg {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1E4D8F, #6fa9ff);
    right: 20px;
    top: 70px;
    opacity: .08;
}

.hero-image {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 520px;
    z-index: 2;
}

/* Glass Cards */

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(16px);
    padding: 18px 22px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .10);
    text-align: center;
    z-index: 3;
    animation: floatCard 5s infinite ease-in-out;
}

.floating-card i {
    color: #F7941D;
    font-size: 24px;
    margin-bottom: 10px;
}

.floating-card h6 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
}

.floating-card span {
    color: #6b7280;
    font-size: 14px;
}

.card-one {
    top: 90px;
    left: 10px;
}

.card-two {
    bottom: 170px;
    left: 50px;
}

.card-three {
    right: 0;
    top: 250px;
}

/* Scroll Indicator */

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
}

.scroll-down span {
    display: block;
    width: 30px;
    height: 50px;
    border: 2px solid #1E4D8F;
    border-radius: 30px;
    position: relative;
}

.scroll-down span::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1E4D8F;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    animation: scroll 2s infinite;
}

/* Animations */

@keyframes floatOne {
    50% {
        transform: translateY(30px);
    }
}

@keyframes floatTwo {
    50% {
        transform: translateY(-35px);
    }
}

@keyframes floatThree {
    50% {
        transform: translateX(25px);
    }
}

@keyframes floatCard {
    50% {
        transform: translateY(-12px);
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
        top: 10px;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        top: 28px;
    }
}

/* Responsive */

@media(max-width:991px) {

    .hero-section {
        padding: 150px 0 80px;
        text-align: center;
    }

    .hero-title {
        font-size: 46px;
    }

    .hero-text {
        margin: auto;
        margin-bottom: 35px;
    }

    .hero-buttons,
    .hero-features {
        justify-content: center;
    }

    .hero-image-area {
        height: 520px;
        margin-top: 60px;
    }

    .hero-image {
        position: relative;
        width: 340px;
        right: auto;
    }

    .circle-bg {
        width: 340px;
        height: 340px;
        left: 50%;
        transform: translateX(-50%);
    }

    .card-one,
    .card-two,
    .card-three {
        display: none;
    }

}

/*=========================
ABOUT
=========================*/

.about-section {

    padding: 120px 0;

    background: #fff;

}

.about-images {

    position: relative;

    padding-right: 80px;

}

.img-main {

    width: 100%;

    border-radius: 30px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);

}

.img-small {

    position: absolute;

    width: 260px;

    right: 0;

    bottom: -40px;

    border: 10px solid #fff;

    border-radius: 25px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);

}

.experience-box {

    position: absolute;

    left: -25px;

    top: 60px;

    background: #1E4D8F;

    color: #fff;

    padding: 25px 30px;

    border-radius: 20px;

    text-align: center;

    box-shadow: 0 20px 40px rgba(30, 77, 143, .30);

}

.experience-box h2 {

    font-size: 48px;

    font-weight: 800;

    margin-bottom: 0;

}

.section-tag {

    display: inline-block;

    background: #eef5ff;

    color: #1E4D8F;

    padding: 10px 22px;

    border-radius: 40px;

    font-weight: 700;

    margin-bottom: 20px;

}

.section-title {

    font-size: 46px;

    font-weight: 800;

    line-height: 1.2;

    margin-bottom: 25px;

    color: #111827;

}

.about-section p {

    font-size: 17px;

    line-height: 1.9;

    color: #6b7280;

    margin-bottom: 30px;

}

.about-list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-top: 20px;

}

.about-list div {

    display: flex;

    align-items: center;

    font-weight: 700;

    color: #1f2937;

}

.about-list i {

    color: #F7941D;

    font-size: 20px;

    margin-right: 12px;

}

@media(max-width:991px) {

    .about-images {

        padding-right: 0;

    }

    .img-small {

        position: relative;

        width: 100%;

        right: auto;

        bottom: auto;

        margin-top: 20px;

        border: none;

    }

    .experience-box {

        left: 20px;

        top: 20px;

    }

    .about-list {

        grid-template-columns: 1fr;

    }

    .section-title {

        font-size: 34px;

    }

}


/*==========================
PRODUCTS
===========================*/

.product-section {

    padding: 120px 0;

    background: #f8fbff;

}

.product-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(rgb(241 247 255 / 45%), rgb(241 247 255 / 60%)), url(../images/molecule.svg) left center / 600px no-repeat, url(../images/lab-glass.png) right bottom / 1000px no-repeat, linear-gradient(135deg, #edf6ff 0%, #dfeeff 50%, #edf6ff 100%);
    background-attachment: fixed;
}

.product-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -150px;
    width: 450px;
    height: 450px;
    background: #b8d9ff;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .35;
    z-index: 0;
}

.product-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: #d7ebff;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .45;
    z-index: 0;
}

.product-section .container {
    position: relative;
    z-index: 2;
}

.section-desc {

    max-width: 620px;

    margin: auto;

    font-size: 16px;

    color: #6b7280;

    line-height: 1.8;

}

.product-card {

    background: #fff;

    padding: 45px 35px;

    border-radius: 25px;

    transition: .4s;

    height: 100%;

    position: relative;

    overflow: hidden;

    border: 1px solid #edf2f7;

}

.product-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 5px;

    background: #1E4D8F;

    transform: scaleX(0);

    transition: .4s;

}

.product-card:hover::before {

    transform: scaleX(1);

}

.product-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);

}

.icon-box {

    width: 70px;

    height: 70px;

    border-radius: 18px;

    background: #eef5ff;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

}

.icon-box i {

    font-size: 30px;

    color: #1E4D8F;

}

.product-card h4 {

    font-size: 22px;

    font-weight: 800;

    margin-bottom: 15px;

    color: #111827;

}

.product-card p {

    font-size: 15px;

    line-height: 1.8;

    color: #6b7280;

    margin-bottom: 25px;

}

.product-card a {

    text-decoration: none;

    font-weight: 700;

    color: #1E4D8F;

}

.product-card:hover .icon-box {

    background: #1E4D8F;

}

.product-card:hover .icon-box i {

    color: #fff;

}

.product-card:hover a {

    color: #F7941D;

}


/*==========================
WHY CHOOSE
==========================*/

.why-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0B1F42, #1E4D8F);
}

.timeline {

    position: relative;

    max-width: 1000px;

    margin: auto;

}

.line {

    position: absolute;

    left: 50%;

    top: 0;

    width: 3px;

    height: 100%;

    background: #dbe7ff;

    transform: translateX(-50%);

}

.timeline-item {

    width: 50%;

    position: relative;

    padding: 25px;

}

.timeline-item.left {

    left: 0;

    text-align: right;

}

.timeline-item.right {

    left: 50%;

}

.timeline-card {

    background: #fff;

    padding: 35px;

    border-radius: 25px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

    transition: .35s;

    position: relative;

}

.timeline-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 30px 60px rgba(0, 0, 0, .12);

}

.timeline-icon {

    width: 70px;

    height: 70px;

    border-radius: 18px;

    background: #1E4D8F;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

}

.timeline-item.left .timeline-icon {

    margin-left: auto;

}

.timeline-icon i {

    color: #fff;

    font-size: 28px;

}

.timeline-card h4 {

    font-size: 22px;

    font-weight: 800;

    margin-bottom: 12px;

}

.timeline-card p {

    font-size: 15px;

    line-height: 1.8;

    color: #6b7280;

    margin: 0;

}

.timeline-item::after {

    content: "";

    position: absolute;

    top: 55px;

    width: 18px;

    height: 18px;

    background: #F7941D;

    border-radius: 50%;

    border: 5px solid #fff;

    box-shadow: 0 0 0 4px #dbe7ff;

}

.timeline-item.left::after {

    right: -10px;

}

.timeline-item.right::after {

    left: -10px;

}

/* Mobile */

@media(max-width:991px) {

    .line {

        left: 20px;

    }

    .timeline-item {

        width: 100%;

        left: 0 !important;

        padding-left: 60px;

        padding-right: 0;

        text-align: left;

    }

    .timeline-item::after {

        left: 11px !important;

        right: auto;

    }

    .timeline-item.left .timeline-icon {

        margin-left: 0;

    }

}

.why-section .section-tag {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.why-section .section-title {
    color: #fff;
}

.why-section .section-desc {
    color: rgba(255, 255, 255, .75);
}

.timeline-card {

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, .12);

    border-radius: 25px;

    padding: 35px;

    transition: .4s;

}

.timeline-card h4 {

    color: #fff;

}

.timeline-card p {

    color: rgba(255, 255, 255, .75);

}

.timeline-item::after {

    background: #F7941D;

    box-shadow: 0 0 0 8px rgba(255, 255, 255, .08);

}

.timeline-icon {

    background: #F7941D;

}

.timeline-icon i {

    color: #fff;

}

.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    filter: blur(8px);
}

.bg1 {
    width: 380px;
    height: 380px;
    top: -100px;
    left: -120px;
}

.bg2 {
    width: 300px;
    height: 300px;
    bottom: -80px;
    right: -80px;
}

/*==========================
MANUFACTURING
==========================*/

.manufacturing-section {

    padding: 120px 0;

    background: #f6f9fc;

}

.manufacturing-image {

    position: relative;

}

.manufacturing-image img {

    border-radius: 30px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .10);

}

.manufacturing-card {

    position: absolute;

    right: -30px;

    bottom: 40px;

    background: #1E4D8F;

    color: #fff;

    padding: 30px;

    border-radius: 25px;

    box-shadow: 0 20px 50px rgba(30, 77, 143, .30);

}

.manufacturing-card h3 {

    font-size: 42px;

    font-weight: 800;

    margin-bottom: 5px;

}

.manufacturing-card span {

    font-size: 15px;

}

.info-box {

    background: #fff;

    padding: 28px;

    border-radius: 22px;

    transition: .35s;

    height: 100%;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.info-box:hover {

    background: #1E4D8F;

    transform: translateY(-8px);

}

.info-box i {

    font-size: 28px;

    color: #F7941D;

    margin-bottom: 18px;

}

.info-box h5 {

    font-size: 18px;

    font-weight: 800;

    margin-bottom: 8px;

}

.info-box small {

    color: #6b7280;

}

.info-box:hover h5,
.info-box:hover small {

    color: #fff;

}

.info-box:hover i {

    color: #fff;

}

@media(max-width:991px) {

    .manufacturing-card {

        position: relative;

        right: auto;

        bottom: auto;

        margin-top: 20px;

        display: inline-block;

    }

}

/*==========================
OUR IMPACT
==========================*/

.impact-section {

    padding: 120px 0;

    background: linear-gradient(135deg, #0B1F42, #1E4D8F);

    position: relative;

    overflow: hidden;

}

.impact-section::before {

    content: "";

    position: absolute;

    width: 550px;

    height: 550px;

    background: rgba(255, 255, 255, .04);

    border-radius: 50%;

    left: -180px;

    top: -180px;

}

.impact-section::after {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    background: rgba(255, 255, 255, .04);

    border-radius: 50%;

    right: -120px;

    bottom: -120px;

}

.impact-tag {

    display: inline-block;

    padding: 10px 24px;

    background: rgba(255, 255, 255, .10);

    color: #fff;

    border-radius: 40px;

    font-weight: 700;

    margin-bottom: 20px;

}

.impact-title {

    font-size: 42px;

    font-weight: 800;

    color: #fff;

    margin-bottom: 20px;

}

.impact-section p {

    max-width: 700px;

    margin: auto;

    color: rgba(255, 255, 255, .75);

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 60px;

}

.impact-card {

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, .12);

    border-radius: 25px;

    padding: 45px 20px;

    text-align: center;

    transition: .4s;

    height: 100%;

}

.impact-card:hover {

    transform: translateY(-10px);

    background: rgba(255, 255, 255, .14);

}

.impact-card i {

    font-size: 42px;

    color: #F7941D;

    margin-bottom: 25px;

}

.impact-card h2 {

    font-size: 48px;

    font-weight: 800;

    color: #fff;

    margin-bottom: 10px;

}

.impact-card span {

    color: rgba(255, 255, 255, .75);

    font-size: 16px;

    font-weight: 600;

}

@media(max-width:991px) {

    .impact-title {

        font-size: 34px;

    }

}

.impact-section {
    background:
        linear-gradient(rgba(11, 31, 66, .95), rgba(30, 77, 143, .95)),
        url(images/world-map.png) center center/70% no-repeat;
}

/*=========================
INNOVATION
=========================*/

.innovation-section {

    padding: 120px 0;

    background: #ffffff;

}

.innovation-gallery {

    position: relative;

    padding-right: 80px;

}

.big-img {

    width: 100%;

    border-radius: 30px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .10);

}

.small-img {

    position: absolute;

    width: 260px;

    bottom: -35px;

    right: 0;

    border: 10px solid #fff;

    border-radius: 25px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);

}

.research-card {

    position: absolute;

    left: -25px;

    bottom: 120px;

    background: #F7941D;

    color: #fff;

    padding: 25px;

    border-radius: 22px;

    box-shadow: 0 20px 45px rgba(247, 148, 29, .35);

}

.research-card h3 {

    font-size: 42px;

    font-weight: 800;

    margin-bottom: 5px;

}

.innovation-list {

    margin-top: 35px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

}

.innovation-list div {

    display: flex;

    align-items: center;

    font-weight: 700;

}

.innovation-list i {

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #1E4D8F;

    color: #fff;

    margin-right: 12px;

    font-size: 14px;

}

@media(max-width:991px) {

    .innovation-gallery {

        padding-right: 0;

    }

    .small-img {

        position: relative;

        width: 100%;

        right: auto;

        bottom: auto;

        margin-top: 20px;

        border: none;

    }

    .research-card {

        left: 20px;

        bottom: 20px;

    }

    .innovation-list {

        grid-template-columns: 1fr;

    }

}


/*==========================
CTA SECTION
==========================*/

.cta-section {

    padding: 120px 0;

    background: #ffffff;

}

.cta-box {

    position: relative;

    overflow: hidden;

    padding: 70px;

    border-radius: 35px;

    background: linear-gradient(135deg, #1E4D8F, #0B1F42);

    box-shadow: 0 30px 70px rgba(0, 0, 0, .15);

}

.cta-tag {

    display: inline-block;

    padding: 10px 24px;

    border-radius: 40px;

    background: rgba(255, 255, 255, .12);

    color: #fff;

    font-weight: 700;

    margin-bottom: 20px;

}

.cta-box h2 {

    color: #fff;

    font-size: 46px;

    font-weight: 800;

    line-height: 1.3;

    margin-bottom: 20px;

    max-width: 700px;

}

.cta-box p {

    color: rgba(255, 255, 255, .80);

    font-size: 17px;

    line-height: 1.8;

    max-width: 650px;

    margin: 0;

}

.btn-outline-white {

    display: inline-block;

    padding: 16px 34px;

    border: 2px solid rgba(255, 255, 255, .35);

    border-radius: 50px;

    color: #fff;

    text-decoration: none;

    font-weight: 700;

    transition: .35s;

}

.btn-outline-white:hover {

    background: #fff;

    color: #1E4D8F;

}

.molecule {

    position: absolute;

    border-radius: 50%;

    background: rgba(255, 255, 255, .08);

}

.one {

    width: 220px;

    height: 220px;

    top: -80px;

    right: -60px;

}

.two {

    width: 140px;

    height: 140px;

    bottom: 40px;

    right: 180px;

}

.three {

    width: 90px;

    height: 90px;

    left: -20px;

    bottom: -20px;

}

@media(max-width:991px) {

    .cta-box {

        padding: 45px 30px;

    }

    .cta-box h2 {

        font-size: 34px;

    }

    .btn-outline-white {

        margin-top: 15px;

        display: inline-block;

    }

}

/*==========================
FOOTER
==========================*/

.footer {

    background: #08172F;

    padding: 90px 0 30px;

    color: #bfc8d8;

    position: relative;

}

.footer-logo {

    height: 55px;

}

.footer-text {

    line-height: 1.9;

    margin-bottom: 30px;

    color: #bfc8d8;

}

.footer h5 {

    color: #fff;

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 25px;

}

.footer ul {

    padding: 0;

    margin: 0;

    list-style: none;

}

.footer ul li {

    margin-bottom: 15px;

}

.footer ul li a {

    color: #bfc8d8;

    text-decoration: none;

    transition: .3s;

}

.footer ul li a:hover {

    color: #F7941D;

    padding-left: 6px;

}

.footer-contact li {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    line-height: 1.7;

}

.footer-contact i {

    color: #F7941D;

    margin-top: 4px;

    width: 18px;

}

.footer-social {

    display: flex;

    gap: 15px;

}

.footer-social a {

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, .08);

    color: #fff;

    transition: .35s;

    text-decoration: none;

}

.footer-social a:hover {

    background: #F7941D;

    transform: translateY(-5px);

}

.footer hr {

    border-color: rgba(255, 255, 255, .08);

    margin: 55px 0 25px;

}

.footer-bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;

}

.footer-bottom p {

    margin: 0;

    font-size: 15px;

}

.back-top {

    width: 48px;

    height: 48px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #1E4D8F;

    color: #fff;

    text-decoration: none;

    transition: .35s;

}

.back-top:hover {

    background: #F7941D;

    transform: translateY(-4px);

}

@media(max-width:991px) {

    .footer {

        text-align: center;

    }

    .footer-contact li {

        justify-content: center;

    }

    .footer-social {

        justify-content: center;

    }

    .footer-bottom {

        justify-content: center;

    }

}

.header {

    transition: .4s;

}

.header.sticky {

    padding: 10px 0;

    background: #fff;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

html {

    scroll-behavior: smooth;

}

.back-top {

    position: fixed;

    right: 30px;

    bottom: 30px;

    display: none;

    z-index: 999;

}

img {

    transition: .5s;

}

.image-box {

    overflow: hidden;

    border-radius: 25px;

}

.image-box:hover img {

    transform: scale(1.08);

}

/* Contact */
/*==========================
CONTACT INFO
==========================*/

.contact-info-section{

    padding:80px 0;

    background:#ffffff;

}

.contact-card{

    background:#fff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    border:1px solid #edf2f7;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.contact-card:hover{

    transform:translateY(-10px);

    border-color:#1E4D8F;

    box-shadow:0 25px 50px rgba(0,0,0,.08);

}

.contact-icon{

    width:80px;

    height:80px;

    border-radius:20px;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

    transition:.35s;

}

.contact-icon i{

    font-size:30px;

    color:#1E4D8F;

}

.contact-card:hover .contact-icon{

    background:#1E4D8F;

}

.contact-card:hover .contact-icon i{

    color:#fff;

}

.contact-card h4{

    font-size:22px;

    font-weight:800;

    color:#111827;

    margin-bottom:15px;

}

.contact-card p{

    font-size:15px;

    line-height:1.9;

    color:#6b7280;

    margin:0;
}

/*==========================
CONTACT FORM
==========================*/

.contact-form-section{

padding:120px 0;

background:#f8fbff;

}

.contact-form-box{

background:#fff;

padding:50px;

border-radius:30px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

height:100%;

}

.form-control{

height:58px;

border-radius:15px;

border:1px solid #dbe6f3;

padding:15px 20px;

font-size:15px;

box-shadow:none;

}

.form-control:focus{

border-color:#1E4D8F;

box-shadow:0 0 0 .2rem rgba(30,77,143,.12);

}

textarea.form-control{

height:auto;

resize:none;

padding-top:18px;

}

.btn-main{

border:none;

cursor:pointer;

}

.map-box{

height:100%;

min-height:650px;

overflow:hidden;

border-radius:30px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.map-box iframe{

width:100%;

height:100%;

border:0;

}

@media(max-width:991px){

.contact-form-box{

padding:35px;

}

.map-box{

min-height:400px;

}

}

/*====================================
INNER PAGE HERO
====================================*/

.page-banner{
    position: relative;
    overflow: hidden;
    padding: 180px 0 110px;
    background:
    radial-gradient(circle at top left, rgba(30,77,143,.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(247,148,29,.10), transparent 30%),
    linear-gradient(135deg,#f8fbff,#edf5ff,#ffffff);
}

.page-banner::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#dbeaff;
    border-radius:50%;
    top:-180px;
    left:-150px;
    filter:blur(100px);
    opacity:.55;
}

.page-banner::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#e6f1ff;
    border-radius:50%;
    bottom:-120px;
    right:-120px;
    filter:blur(90px);
    opacity:.6;
}

.page-banner .container{
    position:relative;
    z-index:2;
}

/*==========================
TITLE
==========================*/

.page-banner h1{

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    color:#0F172A;

    margin-bottom:20px;

}

.page-banner p{

    max-width:560px;

    font-size:17px;

    line-height:1.9;

    color:#667085;

    margin-bottom:35px;

}

/*==========================
IMAGE
==========================*/

.page-banner img{

    max-width:100%;

    animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

}

/*==========================
BREADCRUMB
==========================*/

.breadcrumb{

    display:inline-flex;

    align-items:center;

    background:#ffffff;

    border-radius:50px;

    padding:12px 22px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    margin:0;

}

.breadcrumb-item{

    font-size:15px;

    font-weight:600;

}

.breadcrumb-item a{

    color:#163B6D;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb-item a:hover{

    color:#F7941D;

}

.breadcrumb-item.active{

    color:#F7941D;

}

.breadcrumb-item + .breadcrumb-item::before{

    content:"›";

    color:#98A2B3;

    padding:0 12px;

    font-size:18px;

}

/*==========================
TAG
==========================*/

.page-tag{

    display:inline-block;

    padding:10px 22px;

    background:#eef5ff;

    color:#163B6D;

    border-radius:40px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:22px;

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px){

.page-banner{

padding:140px 0 70px;

text-align:center;

}

.page-banner h1{

font-size:40px;

}

.page-banner p{

margin:auto auto 30px;

}

.page-banner img{

margin-top:40px;

max-width:320px;

}

.breadcrumb{

justify-content:center;

}

}

/*==========================
COMPANY
==========================*/

.company-section{

padding:120px 0;

background:#fff;

}

.company-images{

position:relative;

padding-right:90px;

}

.company-main{

border-radius:30px;

box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.company-small{

position:absolute;

width:260px;

bottom:-40px;

right:0;

border-radius:25px;

border:8px solid #fff;

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.company-badge{

position:absolute;

top:50px;

left:-20px;

background:#163B6D;

color:#fff;

padding:25px 30px;

border-radius:20px;

box-shadow:0 20px 40px rgba(22,59,109,.30);

}

.company-badge h2{

font-size:42px;

font-weight:800;

margin-bottom:5px;

}

.company-features{

margin-top:35px;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.company-features div{

display:flex;

align-items:center;

font-weight:700;

}

.company-features i{

color:#F7941D;

margin-right:12px;

font-size:18px;

}

@media(max-width:991px){

.company-images{

padding-right:0;

}

.company-small{

position:relative;

width:100%;

right:auto;

bottom:auto;

margin-top:20px;

border:none;

}

.company-badge{

left:20px;

top:20px;

}

.company-features{

grid-template-columns:1fr;

}

}

/*==========================
VISION & MISSION
==========================*/

.vision-section{

padding:120px 0;

background:#f8fbff;

}

.vision-card{

background:#fff;

padding:50px;

border-radius:30px;

text-align:center;

height:100%;

transition:.4s;

border:1px solid #edf2f7;

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.vision-card:hover{

transform:translateY(-10px);

border-color:#163B6D;

box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.vision-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:30px;

border-radius:24px;

background:#eef5ff;

display:flex;

align-items:center;

justify-content:center;

transition:.4s;

}

.vision-icon i{

font-size:36px;

color:#163B6D;

}

.vision-card:hover .vision-icon{

background:#163B6D;

}

.vision-card:hover .vision-icon i{

color:#fff;

}

.vision-card h3{

font-size:28px;

font-weight:800;

margin-bottom:20px;

color:#101828;

}

.vision-card p{

font-size:16px;

line-height:1.9;

color:#667085;

margin:0;

}

/*==========================
OUR STRENGTHS
==========================*/

.strength-section{

padding:120px 0;

background:#fff;

}

.strength-card{

background:#fff;

padding:40px 35px;

border-radius:25px;

text-align:center;

height:100%;

border:1px solid #edf2f7;

transition:.4s;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.strength-card:hover{

transform:translateY(-10px);

border-color:#163B6D;

box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.strength-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

background:#eef5ff;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

transition:.4s;

}

.strength-icon i{

font-size:30px;

color:#163B6D;

}

.strength-card:hover .strength-icon{

background:#163B6D;

}

.strength-card:hover .strength-icon i{

color:#fff;

}

.strength-card h4{

font-size:22px;

font-weight:800;

margin-bottom:15px;

}

.strength-card p{

font-size:15px;

line-height:1.8;

color:#667085;

margin:0;

}

/*==========================
QUALITY
==========================*/

.quality-section{

padding:120px 0;

background:#f8fbff;

}

.quality-image{

position:relative;

}

.quality-image img{

border-radius:30px;

box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.quality-badge{

position:absolute;

right:-20px;

bottom:40px;

background:#163B6D;

color:#fff;

padding:25px 30px;

border-radius:22px;

box-shadow:0 20px 45px rgba(22,59,109,.30);

text-align:center;

}

.quality-badge i{

font-size:34px;

color:#F7941D;

margin-bottom:12px;

}

.quality-badge h4{

font-size:34px;

font-weight:800;

margin-bottom:5px;

}

.certificate-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:35px 0;

}

.certificate-list div{

display:flex;

align-items:center;

font-weight:700;

}

.certificate-list i{

color:#F7941D;

margin-right:12px;

}

.certificate-box{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.certificate-box div{

background:#fff;

padding:18px 22px;

border-radius:18px;

display:flex;

align-items:center;

gap:12px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

font-weight:700;

transition:.35s;

}

.certificate-box div:hover{

transform:translateY(-5px);

background:#163B6D;

color:#fff;

}

.certificate-box i{

font-size:22px;

color:#F7941D;

}

.certificate-box div:hover i{

color:#fff;

}

@media(max-width:991px){

.certificate-list{

grid-template-columns:1fr;

}

.quality-badge{

position:relative;

right:auto;

bottom:auto;

margin-top:20px;

display:inline-block;

}

}

/*==================================
SERVICES
===================================*/

.services-section{

    padding:120px 0;

    background:#f8fbff;

}

.service-card{

    background:#fff;

    border-radius:28px;

    padding:45px 35px;

    height:100%;

    transition:.35s;

    border:1px solid #edf2f7;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:#163B6D;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.service-icon{

    width:80px;

    height:80px;

    background:#eef5ff;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:30px;

    transition:.35s;

}

.service-icon i{

    font-size:32px;

    color:#163B6D;

}

.service-card:hover .service-icon{

    background:#163B6D;

}

.service-card:hover .service-icon i{

    color:#fff;

}

.service-card h4{

    font-size:24px;

    font-weight:800;

    color:#101828;

    margin-bottom:15px;

}

.service-card p{

    color:#667085;

    line-height:1.9;

    margin:0;

}

/*==================================
HOW WE WORK
===================================*/

.process-section{

    padding:20px 0 70px;

    background:#ffffff;

}

.process-card{

    position:relative;

    background:#fff;

    border-radius:28px;

    padding:45px 30px;

    text-align:center;

    border:1px solid #edf2f7;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    transition:.35s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

    border-color:#163B6D;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.step-number{

    position:absolute;

    top:20px;

    right:22px;

    font-size:42px;

    font-weight:800;

    color:#eef3fb;

    line-height:1;

}

.process-icon{

    width:85px;

    height:85px;

    border-radius:24px;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 30px;

    transition:.35s;

}

.process-icon i{

    font-size:34px;

    color:#163B6D;

}

.process-card:hover .process-icon{

    background:#163B6D;

}

.process-card:hover .process-icon i{

    color:#fff;

}

.process-card h4{

    font-size:24px;

    font-weight:800;

    margin-bottom:15px;

    color:#101828;

}

.process-card p{

    font-size:15px;

    color:#667085;

    line-height:1.9;

    margin:0;

}

/*==================================
INDUSTRIES
==================================*/

.industry-section{

    padding:120px 0;

     background:linear-gradient(180deg,#f8fbff,#edf5ff);

}

.industry-card{

    background:#fff;

    padding:40px 35px;

    text-align:center;

    border-radius:25px;

    height:100%;

    border:1px solid #edf2f7;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.industry-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.10);

    border-color:#163B6D;

}

.industry-icon{

    width:85px;

    height:85px;

    border-radius:22px;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

    transition:.35s;

}

.industry-icon i{

    font-size:34px;

    color:#163B6D;

}

.industry-card:hover .industry-icon{

    background:#163B6D;

}

.industry-card:hover .industry-icon i{

    color:#fff;

}

.industry-card h4{

    font-size:23px;

    font-weight:800;

    margin-bottom:15px;

    color:#101828;

}

.industry-card p{

    color:#667085;

    line-height:1.8;

    margin:0;

}


/*==================================
PRODUCT PORTFOLIO
==================================*/

.product-category-section{

    padding:120px 0;

    background:#fff;

}

.product-category-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    border:1px solid #edf2f7;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.product-category-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.category-image{

    overflow:hidden;

    position:relative;

}

.category-image img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.5s;

}

.product-category-card:hover img{

    transform:scale(1.08);

}

.category-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(22,59,109,.18),
    transparent);

}

.category-content{

    padding:35px;

}

.category-label{

    color:#F7941D;

    font-weight:700;

    letter-spacing:1px;

}

.category-content h3{

    font-size:34px;

    font-weight:800;

    color:#101828;

    margin:18px 0;

    line-height:1.25;

}

.category-content p{

    color:#667085;

    line-height:1.9;

    margin-bottom:25px;

}

.product-feature-list{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.product-feature-list li{

    display:flex;

    align-items:center;

    margin-bottom:14px;

    font-weight:600;

    color:#475467;

}

.product-feature-list i{

    color:#F7941D;

    margin-right:12px;

}

.category-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    font-weight:700;

    color:#163B6D;

    text-decoration:none;

    transition:.3s;

}

.category-btn:hover{

    color:#F7941D;

}

/*==================================
PRODUCT DETAILS
==================================*/

.product-details-section{

padding:120px 0;

background:#fff;

}

.product-image-box{

background:#f8fbff;

padding:35px;

border-radius:30px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

text-align:center;

}

.product-image-box img{

width:100%;

border-radius:20px;

}

.product-title{

font-size:42px;

font-weight:800;

margin:20px 0;

color:#101828;

}

.product-short-desc{

font-size:17px;

line-height:1.9;

color:#667085;

margin-bottom:35px;

}

.product-specs{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-bottom:40px;

}

.spec-item{

background:#f8fbff;

padding:20px;

border-radius:18px;

}

.spec-item span{

display:block;

font-size:14px;

font-weight:600;

color:#667085;

margin-bottom:8px;

}

.spec-item strong{

font-size:18px;

color:#163B6D;

}

.product-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-primary-custom{

display:inline-flex;

align-items:center;

gap:10px;

padding:15px 35px;

background:#163B6D;

color:#fff;

text-decoration:none;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.btn-primary-custom:hover{

background:#F7941D;

color:#fff;

}

.btn-outline-custom{

display:inline-flex;

align-items:center;

gap:10px;

padding:15px 35px;

border:2px solid #163B6D;

color:#163B6D;

text-decoration:none;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.btn-outline-custom:hover{

background:#163B6D;

color:#fff;

}

@media(max-width:991px){

.product-specs{

grid-template-columns:1fr;

}

.product-title{

font-size:34px;

}

}

/*==================================
PRODUCT DESCRIPTION
==================================*/

.product-description-section{

    padding:100px 0;

    background:#f8fbff;

}

.product-box{

    background:#ffffff;

    border-radius:25px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    height:100%;

}

.product-box h3{

    font-size:30px;

    font-weight:800;

    margin-bottom:25px;

    color:#101828;

}

.product-box h4{

    font-size:22px;

    margin:35px 0 20px;

    font-weight:700;

    color:#163B6D;

}

.product-box p{

    line-height:1.9;

    color:#667085;

    margin-bottom:18px;

}

.feature-list{

    list-style:none;

    padding:0;

    margin:0;

}

.feature-list li{

    display:flex;

    align-items:center;

    margin-bottom:18px;

    font-weight:600;

    color:#475467;

}

.feature-list i{

    color:#F7941D;

    margin-right:12px;

}

.spec-table{

    margin:0;

}

.spec-table th{

    width:45%;

    font-weight:700;

    color:#163B6D;

    padding:15px;

    border-bottom:1px solid #edf2f7;

    background:#f8fbff;

}

.spec-table td{

    padding:15px;

    color:#667085;

    border-bottom:1px solid #edf2f7;

}

/*==================================
APPLICATIONS
==================================*/

.applications-section{

    padding:120px 0;

    background:#ffffff;

}

.application-card{

    background:#f8fbff;

    padding:35px 30px;

    border-radius:24px;

    text-align:center;

    transition:.35s;

    height:100%;

    border:1px solid #edf2f7;

}

.application-card:hover{

    transform:translateY(-8px);

    background:#163B6D;

    color:#fff;

}

.app-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:20px;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

}

.app-icon i{

    font-size:34px;

    color:#163B6D;

}

.application-card:hover .app-icon i{

    color:#F7941D;

}

.application-card h5{

    font-size:21px;

    font-weight:700;

    margin-bottom:15px;

}

.application-card p{

    margin:0;

    line-height:1.8;

}

/*========================*/

.packaging-box{

    margin-top:70px;

    background:#f8fbff;

    border-radius:25px;

    padding:45px;

}

.package-item{

    display:flex;

    align-items:flex-start;

    gap:20px;

}

.package-item i{

    width:65px;

    height:65px;

    background:#163B6D;

    color:#fff;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

}

.package-item h5{

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;

}

.package-item p{

    margin:0;

    color:#667085;

    line-height:1.8;

}

/*==================================
R&D EXPERTISE
==================================*/

.rd-expertise-section{

    padding:80px 0;

    background:#ffffff;

}


/* INTRO */

.rd-intro{

    max-width:950px;

    margin:0 auto;

    text-align:center;

}

.rd-intro p{

    font-size:17px;

    line-height:1.9;

    color:#667085;

    margin:0;

}


/* CARDS */

.rd-card{

    height:100%;

    padding:38px;

    background:#f8fbff;

    border:1px solid #e7eef7;

    border-radius:25px;

    transition:.35s;

}

.rd-card:hover{

    transform:translateY(-7px);

    box-shadow:0 20px 45px rgba(22,59,109,.08);

}


/* CARD HEADER */

.rd-card-header{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:30px;

}

.rd-icon{

    width:65px;

    height:65px;

    border-radius:18px;

    background:#eaf3ff;

    color:#163B6D;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.rd-icon i{

    font-size:27px;

}

.rd-card-header span{

    display:block;

    color:#F7941D;

    font-size:13px;

    font-weight:800;

    letter-spacing:1px;

    margin-bottom:4px;

}

.rd-card-header h3{

    margin:0;

    font-size:25px;

    font-weight:800;

    color:#101828;

}


/* LIST */

.rd-list{

    list-style:none;

    padding:0;

    margin:0;

}

.rd-list li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    padding:12px 0;

    border-bottom:1px solid #e5edf6;

    color:#475467;

    font-size:15px;

    line-height:1.7;

}

.rd-list li:last-child{

    border-bottom:none;

}

.rd-list li i{

    color:#F7941D;

    margin-top:5px;

    flex-shrink:0;

}


/* PROCESS BOX */

.rd-process-box{

    margin-top:55px;

    padding:40px 45px;

    border-radius:28px;

    background:#163B6D;

    color:#fff;

}

.rd-small-title{

    display:block;

    color:#F7941D;

    font-size:13px;

    font-weight:800;

    letter-spacing:1px;

    margin-bottom:12px;

}

.rd-process-box h3{

    font-size:30px;

    font-weight:800;

    margin-bottom:15px;

}

.rd-process-box p{

    margin:0;

    color:rgba(255,255,255,.78);

    line-height:1.8;

    max-width:700px;

}


/* PROCESS FLOW */

.rd-process-flow{

    display:flex;

    align-items:center;

    justify-content:center;

    flex-wrap:wrap;

    gap:10px;

}

.rd-process-flow span{

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.15);

    padding:10px 14px;

    border-radius:10px;

    font-size:12px;

    font-weight:700;

}

.rd-process-flow i{

    color:#F7941D;

    font-size:12px;

}


/* MOBILE */

@media(max-width:991px){

    .rd-expertise-section{

        padding:80px 0;

    }

    .rd-card{

        padding:30px;

    }

    .rd-process-box{

        padding:30px;

    }

    .rd-process-box h3{

        font-size:25px;

    }

    .rd-process-flow{

        justify-content:flex-start;

        margin-top:25px;

    }

}


/*==================================
OUR STRENGTHS
===================================*/

.strengths-section{

    padding:0px 0 120px;

    background:#ffffff;

}

.strength-card{

    height:100%;

    padding:35px 28px;

    background:#f8fbff;

    border:1px solid #e8eef6;

    border-radius:24px;

    text-align:center;

    transition:.35s;

}

.strength-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(22,59,109,.09);

    background:#ffffff;

}

.strength-icon{

    width:68px;

    height:68px;

    margin:0 auto 22px;

    border-radius:18px;

    background:#edf5ff;

    color:#163B6D;

    display:flex;

    align-items:center;

    justify-content:center;

}

.strength-icon i{

    font-size:27px;

}

.strength-card h4{

    font-size:20px;

    font-weight:800;

    color:#101828;

    margin-bottom:12px;

}

.strength-card p{

    color:#667085;

    font-size:14px;

    line-height:1.8;

    margin:0;

}

.strength-card:hover .strength-icon{

    background:#163B6D;

    color:#ffffff;

}


/*==================================
ENQUIRY SECTION
==================================*/

.enquiry-section{

    padding:120px 0;

    background:#f8fbff;

}

.enquiry-wrapper{

    max-width:1000px;

    margin:0 auto;

    background:#ffffff;

    border-radius:30px;

    box-shadow:0 20px 60px rgba(22,59,109,.08);

}

.enquiry-form-box{

    padding:60px;

}

.enquiry-form-box label{

    display:block;

    font-size:14px;

    font-weight:700;

    color:#344054;

    margin-bottom:8px;

}

.enquiry-form-box .form-control{

    min-height:54px;

    border:1px solid #dfe7f1;

    border-radius:12px;

    padding:12px 16px;

    box-shadow:none;

}

.enquiry-form-box textarea.form-control{

    min-height:140px;

    resize:vertical;

}

.enquiry-form-box .form-control:focus{

    border-color:#163B6D;

    box-shadow:0 0 0 3px rgba(22,59,109,.08);

}

.enquiry-btn{

    border:0;

    padding:15px 35px;

    border-radius:50px;

    background:#163B6D;

    color:#ffffff;

    font-weight:700;

    transition:.3s;

}

.enquiry-btn i{

    margin-left:10px;

}

.enquiry-btn:hover{

    background:#F7941D;

}

@media(max-width:767px){

    .enquiry-form-box{

        padding:35px 25px;

    }

}