* {
    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 16px;

    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;

    }

}

/*==================================================
 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);

}