﻿

/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us {
    padding: 100px 0;
}

.about-us-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 20px;
    margin-right: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
}

.about-image-box {
    width: calc(50% - 15px);
}

.about-img-2 {
    margin-bottom: 20px;
}

    .about-img-1 figure,
    .about-img-2 figure,
    .about-img-3 figure {
        display: block;
        border-radius: 30px;
    }

    .about-img-1 img,
    .about-img-2 img,
    .about-img-3 img {
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

.about-img-1 img {
    aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img {
    aspect-ratio: 1 / 1.07;
}

.get-free-security-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .get-free-security-circle img {
        width: 100%;
        max-width: 166px;
        /*animation: infiniterotate 20s infinite linear;*/
    }

/*@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}*/

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-radius: 100px;
    margin-bottom: 50px;
    margin-left: 20px;
    padding-right: 20px;
}

.about-us-body-img {
    width: 200px;
    height: 145px;
    background-color: var(--white-color);
    clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
    display: flex;
    margin-right: 10px;
    margin-left: -20px;
}

    .about-us-body-img figure {
        width: 180px;
        height: 145px;
        clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
        overflow: hidden;
    }

    .about-us-body-img img {
        width: 180px;
        height: 145px;
    }

.about-us-body-content {
    width: calc(100% - 190px);
}

    .about-us-body-content h3 {
        color: var(--white-color);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .about-us-body-content p {
        color: var(--white-color);
        margin: 0;
    }

.about-us-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.about-footer-list,
.about-footer-content {
    width: calc(50% - 15px);
}

    .about-footer-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .about-footer-list ul li {
            background: url('../images/icon-check.svg') no-repeat;
            background-position: left top;
            background-size: 24px auto;
            line-height: 1.5em;
            padding-left: 35px;
            margin-bottom: 20px;
        }

            .about-footer-list ul li:last-child {
                margin-bottom: 0;
            }

.about-contact-btn {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .about-contact-btn .icon-box {
        position: relative;
        height: 46px;
        width: 46px;
        background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
        background-size: 200% auto;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .about-contact-btn:hover .icon-box {
        background-position: right center;
    }

    .about-contact-btn .icon-box img {
        width: 100%;
        max-width: 28px;
    }

.about-footer-btn-content {
    width: calc(100% - 56px);
}

    .about-footer-btn-content h3 {
        font-size: 20px;
        color: var(--primary-color);
        margin: 0;
    }

        .about-footer-btn-content h3 a {
            color: inherit;
        }



/*---------------------------------------------------services----------------------------------------------*/
.sustainability-section {
    padding: 80px 0px 30px;
    background: #fff;
}

.sustainability-heading {
    margin-bottom: 40px;
    text-align: center;
}

.sustainability-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0033a1;
    margin-bottom: 10px;
    letter-spacing: 0.24em;
}

.sustainability-title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600;
    color: #0b63ce;
    margin: 0;
    /* max-width:900px; */
}

.sustainability-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: .4s;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .sustainability-card:hover {
        /* transform:translateY(-6px); */
    }

.sustainability-img {
    height: 410px;
    overflow: hidden;
    border-radius: 10px;
    /* border-bottom: 1.5px solid #fff; */
}

    .sustainability-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.sustainability-content {
    padding: 12px 0px 15px;
}

    .sustainability-content h4 {
        color: #0368d5;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        /* text-decoration:underline; */
    }

    .sustainability-content p {
        color: #000;
        font-size: 15px;
        line-height: 1.75;
        margin: 0;
        font-weight: 400;
    }

@media(max-width:1399px) {

    .sustainability-title {
        font-size: 42px;
    }

    .sustainability-img {
        height: auto;
    }
}

@media(max-width:991px) {

    .sustainability-title {
        font-size: 40px;
    }

    .sustainability-img {
        height: 330px;
    }
}

@media(max-width:767px) {

    .sustainability-section {
        padding: 40px 0;
    }

    .sustainability-title {
        font-size: 32px;
    }

    .sustainability-img {
        height: 300px;
    }

    .sustainability-content {
        padding: 20px;
    }

        .sustainability-content h4 {
            font-size: 22px;
        }

        .sustainability-content p {
            font-size: 15px;
            line-height: 1.7;
        }
}



.velox-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #0368d5;
    padding: 3px 10px;
    border-radius: 4px;
}

    .velox-readmore i {
        font-size: 12px;
        transition: all .3s ease;
    }

.about-area3 h5 {
    margin-bottom: 10px;
    color: #0770b3;
    font-size: 18px;
}

.about-area3 p {
    margin-bottom: 10px;
}
/*-----------------------------------------------------end--------------------------------------------------*/


/*----------------------------------------------------why choose us-----------------------------------------*/
.velox-why-choose-section {
    padding: 80px 0;
    background: #005dbd;
    position: relative;
    overflow: hidden;
    /* margin-top: -40px; */
    border-radius: 0px 0px 140px 0px;
    margin: 80px 0px 0px;
}

.velox-subtitle {
    display: inline-block;
    background: #ffffff;
    color: #005dbd;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.velox-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px;
}

.velox-content p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

.velox-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.velox-feature-item {
    display: flex;
    gap: 15px;
    background: #0e65c0;
    padding: 6px;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,.06); */
    transition: .4s;
    border: 1px solid #477eb6;
}

    .velox-feature-item:hover {
        transform: translateY(-5px);
    }

.velox-icon {
    min-width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005dbd;
    font-size: 22px;
    /* filter: blur(10px); */
    /* z-index: 10; */
}

.velox-feature-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #ffffff;
}

.velox-feature-item p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
}

.velox-image-box {
    position: relative;
    padding-left: 40px;
}

    .velox-image-box img {
        width: 100%;
        border-radius: 12px;
        height: 650px;
        object-fit: cover;
        /* box-shadow: 0 20px 60px rgba(0,0,0,.15); */
    }

.velox-exp-box {
    position: absolute;
    left: 15px;
    bottom: 40px;
    background: #005dbd;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    min-width: 180px;
}

    .velox-exp-box h3 {
        font-size: 48px;
        font-weight: 700;
        margin: 0;
        line-height: 1;
        color: #fff;
    }

    .velox-exp-box span {
        display: block;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 500;
    }

.velox-bottom-box {
    margin-top: 30px;
    background: linear-gradient(135deg,#0b5ed7,#0f172a);
    color: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
}

    .velox-bottom-box i {
        font-size: 22px;
    }

@media(max-width:991px) {

    .velox-why-choose-section {
        padding: 70px 0 100px;
    }

    .velox-content h2 {
        font-size: 26px;
    }

    .velox-feature-grid {
        grid-template-columns: 1fr;
    }

    .velox-image-box {
        padding-left: 0;
        margin-top: 40px;
    }

        .velox-image-box img {
            height: 450px;
        }

    .velox-exp-box {
        left: 20px;
        bottom: 20px;
    }
}

/*------------------------------------------------------end-------------------------------------------------*/


/*-------------------------------------------------------highlight------------------------------------------*/

.velox-highlight-section {
    padding: 80px 0;
    background: #fff;
}

.highlight-title {
    font-size: 42px;
    font-weight: 700;
    color: #0a4285;
    margin-bottom: 10px;
}

.highlight-subtitle {
    color: #777;
    font-size: 16px;
    margin-bottom: 50px;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* border-top: 1px solid #d9d9d9; */
    /* border-left: 1px solid #d9d9d9; */
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 20px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    transition: all .3s ease;
    background: #fff;
}

    .highlight-item:hover {
        background: #f8f9fa;
    }

.highlight-icon {
    min-width: 60px;
    text-align: center;
}

    .highlight-icon i {
        font-size: 38px;
    }

.highlight-item:nth-child(1) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(2) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(3) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(4) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(5) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(6) .highlight-icon i {
    color: #005ebe;
}

.highlight-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.highlight-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 991px) {
    .highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .highlight-title {
        font-size: 34px;
    }

    .highlight-item {
        padding: 25px;
    }

    .highlight-icon i {
        font-size: 35px;
    }
}

.highlight-item:nth-child(4),
.highlight-item:nth-child(5),
.highlight-item:nth-child(6) {
    border-bottom: 0;
}

.highlight-item:nth-child(3),
.highlight-item:nth-child(6) {
    border-right: 0;
}
/*-------------------------------------------------------end-------------------------------------------------*/
.core-ard-slider .swiper-button-prev::before {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}

.core-ard-slider .swiper-button-next::before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}


@media (max-width: 767px) {
    .weddingSwiper .swiper-slide {
        width: 85%;
    }

    .slide-overlay {
        left: 32%;
    }
}




.mvv-content ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

    .mvv-content ul li {
        position: relative;
        padding-left: 45px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

        .mvv-content ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border-radius: 50%;
            background: #0b63ce;
            color: #fff;
            font-size: 12px;
        }


/*-------------------------------------------------------intro---------------------------------------------*/
.velox-intro-section {
    padding: 80px 0px 0px;
    background: #ffffff;
}

.velox-intro-image {
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,.12);
    border-radius: 12px;
}

    .velox-intro-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.velox-subtitle {
    display: inline-block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 0;
}

.velox-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b63ce;
    margin-bottom: 10px;
    line-height: 1.2;
}

.velox-heading {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.velox-desc {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-bottom: 5px;
}

.velox-feature-list {
    margin-top: 30px;
}

.velox-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

    .velox-feature-item i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        /* background:#0a4285; */
        color: #005dbd;
        font-size: 18px;
    }

.velox-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 30px;
    background: #0a4285;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

    .velox-btn:hover {
        background: #ff833b;
        color: #fff;
    }

@media(max-width:991px) {

    .velox-title {
        font-size: 38px;
    }

    .velox-heading {
        font-size: 24px;
    }

    .velox-intro-image img {
        height: 450px;
    }
}

/*------------------------------------------------------end------------------------------------------------*/



/*-----------------------------------------------------manufacture facility------------------------------------*/

.manufacturing-facility-section {
    padding: 60px 0px 0px;
}

.facility-image {
    overflow: hidden;
    /* box-shadow:0 15px 40px rgba(0,0,0,.12); */
    border-radius: 12px;
}

    .facility-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.facility-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.facility-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b63ce;
    margin-bottom: 15px;
    line-height: 1.2;
}

.facility-heading {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.facility-content p {
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}

.facility-capabilities ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

    .facility-capabilities ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        font-weight: 500;
        color: #333;
        font-size: 14px;
    }

        .facility-capabilities ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 1px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            background: #0b63ce;
            color: #fff;
            font-size: 11px;
        }

.facility-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

    .facility-highlight i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        background: #f58220;
        color: #fff;
        font-size: 12px;
    }

@media(max-width:991px) {

    .facility-title {
        font-size: 34px;
    }

    .facility-image img {
        height: 500px;
    }
}
/*-----------------------------------------------------------end-----------------------------------------------*/

.velox-intro-content h5 {
    color: #ffffff;
    background-color: #0b63ce;
    padding: 14px 15px;
    border-radius: 4px;
    font-size: 17px;
}



/*-----------------------------------------------------------why diffrent----------------------------------------*/
.velox-different-section {
    padding: 80px 0px 0px;
    background: #fff;
    position: relative;
}

.velox-different-heading {
    margin-bottom: 60px;
}

    .velox-different-heading span {
        display: inline-block;
        color: #ff7a00;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .velox-different-heading h2 {
        font-size: 42px;
        font-weight: 600;
        color: #0b63ce;
        margin-bottom: 20px;
    }

    .velox-different-heading p {
        color: #333;
        font-size: 15px;
        line-height: 1.8;
    }

.velox-pillar-box {
    background: #fff;
    padding: 24px 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border-top: 4px solid #0b63ce;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    border-radius: 10px;
}

    .velox-pillar-box:hover {
        transform: translateY(-10px);
    }

.velox-pillar-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    /* background: #0b63ce; */
    color: #0b63ce;
    font-size: 42px;
    margin-bottom: 25px;
}

.velox-pillar-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 55px;
    font-weight: 800;
    color: rgba(10,66,133,.08);
    line-height: 1;
}

.velox-pillar-box h3 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.velox-pillar-box p {
    color: #333;
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 15px;
}

.velox-pillar-box span {
    display: inline-block;
    color: #0b5ec1;
    font-size: 14px;
    font-weight: 600;
    /* text-transform:uppercase; */
    /* letter-spacing:1px; */
}

@media(max-width:991px) {

    .velox-different-heading h2 {
        font-size: 34px;
    }

    .velox-pillar-box {
        padding: 30px 20px;
    }
}


.mb-80 {
    margin-bottom: 80px !important;
}
/*-----------------------------------------------------------end-------------------------------------------------*/


/*-------------------------------------------------------career--------------------------------------------------*/

.career-banner {
    background: #fff;
    color: #fff;
    position: relative;
    padding: 80px 0px;
}

    .career-banner h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .career-banner p {
        font-size: 15px;
        line-height: 1.8;
    }

.career-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s;
    height: 100%;
}

    .career-box:hover {
        transform: translateY(-8px);
    }

    .career-box h4 {
        font-size: 26px;
        font-weight: 600;
    }

    .career-box i {
        font-size: 35px;
        color: #005cbf;
        margin-bottom: 20px;
    }

.job-section {
    background: #fff;
}

.job-card {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .job-card h4 {
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
    }

    .job-card p {
        margin: 0;
        color: #333;
    }

.career-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.form-control {
    height: 48px;
    border-radius: 6px;
}

textarea.form-control {
    min-height: 120px;
}

.btn-primary {
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: 600;
    background-color: #005cbe;
}

.apply-btn {
    display: inline-block;
    padding: 4px 17px;
    background: transparent;
    color: #015ebe;
    border: 1.5px solid #015ebe;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .apply-btn:hover {
        background: #005cbf;
        color: #fff;
        border-color: #005cbf;
    }

    .apply-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
    }

@media(max-width:768px) {

    .career-banner {
        text-align: center;
    }

        .career-banner h1 {
            font-size: 34px;
        }

    .career-form {
        padding: 25px;
    }
}

/*----------------------------------------------------------end--------------------------------------------------*/


.page-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #0f172a;
    position: relative;
    padding-left: 0px;
}


.page-content ul.list-style {
    padding-left: 0px;
    margin-bottom: 20px;
}

    .page-content ul.list-style li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        font-size: 15px;
        color: #444;
        line-height: 1.6;
        list-style: none;
    }

        .page-content ul.list-style li::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: #005dbd;
            font-weight: bold;
        }

        .page-content ul.list-style li:hover {
            color: #0f172a;
            transition: 0.3s ease;
        }

.page-content h3 {
    font-size: 35px;
    line-height: 1.25;
    font-weight: 600;
}


@media (max-width: 767px) {
    .page-content h3 {
        font-size: 28px;
        margin-top: 20px;
    }
}




/*---------------------------------------------------corporate----------------------------------------*/
.corporate-section {
    padding: 80px 0px 30px;
    background: #ffffff;
}

.section-heading {
    max-width: 850px;
    margin: auto;
    margin-bottom: 50px;
}

    .section-heading span {
        display: inline-block;
        color: #005cb9;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .section-heading h2 {
        font-size: 42px;
        /* font-weight:700; */
        color: #0368d5;
        margin-bottom: 20px;
        /* background: linear-gradient(145deg, #50037f 10%, #004eaa 61%, #269a91 90%); */
        /* background-color: #004eaa; */
        /* -webkit-text-fill-color: transparent; */
        /* -webkit-background-clip: text; */
        /* display: inline-block; */
    }

    .section-heading p {
        font-size: 16px;
        color: #333;
        line-height: 1.8;
    }

.corporate-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: .4s;
    height: 100%;
    border: 1px solid #ddd;
}

    .corporate-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 30px 70px rgba(0,0,0,.15);
    }

.corporate-img {
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
}

    .corporate-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

.corporate-card:hover img {
    transform: scale(1.08);
}

.corporate-content {
    padding: 30px 15px;
    position: relative;
}

.number {
    position: absolute;
    right: 30px;
    top: -28px;
    width: 58px;
    height: 58px;
    border-radius: 10px;
    background: #0368d5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 26px;
    /* box-shadow:0 12px 30px rgba(0,92,185,.35); */
}

.corporate-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #0368d5;
    /* font-weight:700; */
}

.corporate-content p {
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 15px;
}

.read-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0368d5;
    font-weight: 700;
    font-size: 14px;
}

    .read-btn i {
        transition: .3s;
    }

    .read-btn:hover i {
        transform: translateX(6px);
    }

@media(max-width:991px) {

    .section-heading h2 {
        font-size: 38px;
    }

    .corporate-img {
        height: 230px;
    }
}

@media(max-width:767px) {

    .corporate-section {
        padding: 40px 0;
    }

    .section-heading {
        margin-bottom: 45px;
    }

        .section-heading h2 {
            font-size: 30px;
        }

        .section-heading p {
            font-size: 16px;
        }

    .corporate-content {
        padding: 25px;
    }

        .corporate-content h3 {
            font-size: 24px;
        }

    .number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

/*-----------------------------------------------------end---------------------------------------------*/


.rti-cta-section {
    background: #005cb9;
    padding: 55px 0;
    position: relative;
    overflow: hidden;
    margin: 80px 0px 0px;
}

    .rti-cta-section::before {
        content: "";
        position: absolute;
        left: -120px;
        top: -120px;
        width: 280px;
        height: 280px;
        background: rgba(255,255,255,.05);
        border-radius: 50%;
    }

    .rti-cta-section::after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -80px;
        width: 220px;
        height: 220px;
        background: rgba(255,255,255,.05);
        border-radius: 50%;
    }

.rti-cta-content {
    position: relative;
    z-index: 2;
}

    .rti-cta-content span {
        display: inline-block;
        color: #b9d8ff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .rti-cta-content h2 {
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 11px;
    }

    .rti-cta-content p {
        color: rgba(255,255,255,.85);
        font-size: 15px;
        line-height: 27px;
        max-width: 700px;
        margin: 0;
    }

.rti-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    background: #fff;
    color: #005cb9;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: .4s;
}

    .rti-btn:hover {
        background: #0a4b92;
        color: #fff;
        transform: translateY(-3px);
    }

@media(max-width:991px) {

    .rti-cta-content h2 {
        font-size: 34px;
    }

    .rti-cta-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .rti-btn {
        margin-top: 15px;
    }
}

@media(max-width:767px) {

    .rti-cta-section {
        padding: 60px 0;
    }

    .rti-cta-content h2 {
        font-size: 28px;
    }

    .rti-btn {
        width: 100%;
    }
}












/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
    position: relative;
    background: url('../images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 140px 0;
}

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

.hero-content .section-title h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    cursor: none;
}

.hero-content .section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    /* padding-left: 30px; */
    margin-bottom: 20px;
}

.hero-content .section-title p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    cursor: none;
    margin-top: 20px;
}

.hero-content .section-title {
    position: relative;
    /* margin-bottom: 40px; */
    z-index: 1;
}

.hero.hero-video {
    padding: 205px 0;
}

    .hero.hero-video .hero-bg-video {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

        .hero.hero-video .hero-bg-video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.hero.hero-slider-layout {
    background: none;
    padding: 0;
    position: relative;
    /* height: 700px; */
}

    .hero.hero-slider-layout .hero-slide {
        position: relative;
        padding: 90px 0px 120px;
        height: 580px;
    }

        .hero.hero-slider-layout .hero-slide::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            /*background:rgba(0, 0, 0, 0.5);*/
              background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
            /*background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);*/
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .hero.hero-slider-layout .hero-slide .hero-slider-image {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

            .hero.hero-slider-layout .hero-slide .hero-slider-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .hero.hero-slider-layout .hero-pagination {
        position: absolute;
        bottom: 70px;
        text-align: left;
        padding-left: calc(((100vw - 1300px) / 2) + 15px);
        z-index: 2;
    }

        .hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 1;
            transition: all 0.3s ease-in-out;
            margin: 0 5px;
        }

        .hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
            background-color: #4d51ab;
        }

.hero-content {
    position: absolute;
    width: 100%;
    max-width: 635px;
    z-index: 2;
    bottom: 60px;
}

.hero-content-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.video-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-play-button a {
        height: 50px;
        width: 50px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: none;
        margin-right: 10px;
        transition: all 0.3s ease-in-out;
    }

    .video-play-button:hover a {
        background: #4d51ab;
    }

    .video-play-button i {
        font-size: 18px;
        color: #4d51ab;
        transition: all 0.3s ease-in-out;
    }

    .video-play-button:hover a i {
        color: #fff;
    }

    .video-play-button h3 {
        font-size: 18px;
        text-transform: capitalize;
        color: #fff;
        margin: 0;
    }

.hero-content-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 80px;
}

.hero-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .hero-list ul li {
        background: url('../images/icon-check-white.svg') no-repeat;
        background-position: left top;
        background-size: 24px auto;
        line-height: 1.5em;
        text-transform: capitalize;
        color: #fff;
        border-bottom: 1px solid var(--dark-divider-color);
        margin-bottom: 25px;
        padding: 0 0 25px 35px;
    }

        .hero-list ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

.btn-default {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, #4d51ab 0%, #55cee3 50%, #4d51ab 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 60px 17px 30px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

    .btn-default:hover {
        background-position: right center;
    }

    .btn-default::before {
        content: '\f0a9';
        font-family: 'Font Awesome 6 Free';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-30px, -50%);
        font-size: 20px;
        color: #fff;
        border-radius: 50%;
        transition: all 0.4s ease-in-out;
    }

    .btn-default:hover::before {
        transform: translate(-27px, -50%);
    }

    .btn-default.btn-highlighted {
        background: #fff;
        color: #025479;
    }

        .btn-default.btn-highlighted::before {
            color: #52add1;
        }

        .btn-default.btn-highlighted::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(to right, #025479 0%, #55cee3 50%, #025479 100%);
            border-radius: 100px;
            transition: 0.4s ease-in-out;
            z-index: -1;
        }

        .btn-default.btn-highlighted:hover {
            background-color: transparent;
            color: #fff;
        }

            .btn-default.btn-highlighted:hover::before {
                color: #fff;
            }

            .btn-default.btn-highlighted:hover:after {
                width: 100%;
                left: 0;
                right: auto;
            }


.container {
    max-width: 1300px;
    padding-right: 15px;
    padding-left: 15px;
}


.experience-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

    .experience-heading h2 {
        margin: 0;
        line-height: 45px;
        color: #005890;
    }

    .experience-heading .bold {
        font-size: 36px;
        font-weight: 600;
        color: #000000;
        /* letter-spacing:-2px; */
    }

    .experience-heading .light {
        font-size: 42px;
        font-weight: 400;
        color: #000000;
        /* letter-spacing:-1px; */
    }

@media(max-width:1200px) {

    .experience-heading .bold,
    .experience-heading .light {
        font-size: 60px;
    }
}

@media(max-width:992px) {

    .experience-heading .bold,
    .experience-heading .light {
        font-size: 48px;
    }
}

@media(max-width:768px) {

    .experience-heading .bold,
    .experience-heading .light {
        font-size: 30px;
        line-height: 1.2;
    }
}

.title-under-line:before {
    content: "";
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
    position: absolute;
    height: 10px;
    width: 72px;
    bottom: -35px;
    left: 0;
}


.title-under-line:after {
    background: #ffffff;
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    bottom: -31px;
    left: 0px;
}



/*------------------------------------------------------industries-------------------------------------------*/
.ind-service-section {
    padding: 0px 0px 20px;
    /* background: #fff; */
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.ind-service-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: .35s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(21,34,56,.08);
}

    .ind-service-card:before {
        content: "";
        background: rgba(24, 49, 95, 0.8);
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        -moz-transition: all 300ms ease-out 0s;
        -webkit-transition: all 300ms ease-out 0s;
        -ms-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s;
    }

    .ind-service-card:hover:before, .ind-service-card:hover:after {
        opacity: 1;
    }

    .ind-service-card:after {
        position: absolute;
        background-image: url('../img/about/box-bg.jpg');
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        content: "";
        background-size: cover;
        background-position: center center;
        opacity: 0;
        -moz-transition: all 300ms ease-out 0s;
        -webkit-transition: all 300ms ease-out 0s;
        -ms-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s;
    }


    .ind-service-card:hover .ind-service-icon i {
        position: relative;
        z-index: 2;
        color: #fff;
    }

.bi-people::before {
    content: "\f4d0";
}

.ind-service-card:hover .ind-service-title {
    position: relative;
    z-index: 2;
    color: #fff;
}

.ind-service-card:hover .ind-service-text {
    position: relative;
    z-index: 2;
    color: #fff;
}


.ind-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(0,0,0,.14);
}

.ind-service-icon {
    /* width:95px; */
    /* height:95px; */
    margin: 0px auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background:#f2f7ff; */
    border-radius: 50%;
    transition: .4s;
}

    .ind-service-icon i {
        font-size: 60px;
        color: #56aed1;
        transition: .4s;
    }

.ind-service-card:hover .ind-service-icon i {
    color: #fff;
    transform: scale(1.08);
}

.ind-service-title {
    font-size: 20px;
    font-weight: 800;
    color: #1d2342;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ind-service-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}


.ind-service-card:hover::before {
    transform: scale(1.5);
}

@media(max-width:991px) {

    .ind-service-card {
        padding: 45px 25px;
    }

    .ind-service-title {
        font-size: 30px;
    }

    .ind-service-text {
        font-size: 20px;
    }
}

@media(max-width:767px) {

    .ind-service-section {
        padding: 70px 0;
    }

    .ind-service-card {
        padding: 35px 20px;
    }

    .ind-service-icon {
        width: 80px;
        height: 80px;
    }

        .ind-service-icon i {
            font-size: 46px;
        }

    .ind-service-title {
        font-size: 26px;
    }

    .ind-service-text {
        font-size: 18px;
    }
}
/*-----------------------------------------------------end---------------------------------------------------*/




/*--------------------------------------------------------product--------------------------------------------*/


.prodsvc-section {
    position: relative;
    padding: 60px 0px;
    background: radial-gradient(44.3% 113.4% at 50% 50%, #4496b6 0%, #025479 100%);
    margin: 80px 0px;
}

.prodsvc-item {
    position: relative;
    height: 550px;
    perspective: 1500px;
}

.prodsvc-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .8s ease;
}

.prodsvc-item:hover .prodsvc-inner {
    transform: rotateY(180deg);
}


.prodsvc-front,
.prodsvc-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.prodsvc-front {
    background: #fff;
    border: 2px solid #ffffff;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
}

.prodsvc-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/about/box-bg.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .prodsvc-back::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( rgba(8,27,74,.72), rgba(8,27,74,.92) );
        z-index: 1;
    }

.prodsvc-back-content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 40px 30px;
    text-align: center;
    color: #fff;
}

    .prodsvc-back-content h3 {
        color: #fff;
        font-size: 24px;
        margin: 25px 0 18px;
    }

    .prodsvc-back-content p {
        color: #fff;
        line-height: 27px;
        margin-bottom: 35px;
        font-size: 14px;
    }

.prodsvc-top {
    position: relative;
    padding: 24px 24px;
    text-align: center;
    flex: 1;
}

.prodsvc-bottom {
    overflow: hidden;
}

    .prodsvc-bottom img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
        transition: .6s;
    }

.prodsvc-item:hover .prodsvc-bottom img {
    transform: scale(1.08);
}

.prodsvc-xshape {
    position: absolute;
    left: 50%;
    top: 25px;
    width: 120px;
    transform: translateX(-50%);
    opacity: .12;
    transition: .6s;
}

    .prodsvc-xshape img {
        width: 100%;
    }

.prodsvc-item:hover .prodsvc-xshape {
    transform: translateX(-50%) rotate(180deg);
    opacity: .25;
}


.prodsvc-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(45deg, #52add1, #025479) !important;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .4s;
}

    .prodsvc-icon i {
        font-size: 42px;
        color: #fff;
        transition: .4s;
    }

    /*.prodsvc-item:hover .prodsvc-icon{
    transform:rotate(360deg);
}*/

    .prodsvc-icon img {
        width: 42px;
        transition: .45s;
    }

/*.prodsvc-item:hover .prodsvc-icon{
    transform:rotate(360deg);
}*/

.prodsvc-item:hover .prodsvc-icon img {
    transform: scale(1.15);
}


.prodsvc-title {
    margin: 20px 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #005890;
}

.prodsvc-text {
    color: #333;
    line-height: 26px;
    font-size: 14px;
}



.prodsvc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 35px;
    min-width: 180px;
    height: 56px;
    background: linear-gradient(45deg, #52add1, #025479) !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #52add1;
    border-radius: 50px;
    transition: all .4s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .prodsvc-btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #fff;
        transition: all .4s ease;
        z-index: -1;
    }

    .prodsvc-btn:hover::before {
        width: 100%;
    }

    .prodsvc-btn:hover {
        color: #1565ff;
        border-color: #fff;
    }

    .prodsvc-btn i {
        font-size: 15px;
        transition: .3s;
    }

    .prodsvc-btn:hover i {
        transform: translateX(5px);
    }



.prodsvc-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    margin-top: 24px;
}

    .prodsvc-divider span {
        flex: 1;
        height: 1px;
        background: #000000;
    }

    .prodsvc-divider a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #ebebeb;
        border: 1px solid #e5e5e5;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-size: 15px;
        text-decoration: none;
        transition: all .4s ease;
    }

        .prodsvc-divider a:hover {
            background: #000000;
            border-color: #000000;
            color: #fff;
            transform: rotate(45deg);
        }

        .prodsvc-divider a i {
            transition: all .4s ease;
        }

        .prodsvc-divider a:hover i {
            transform: rotate(-45deg);
        }










.prodsec-heading {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}

.prodsec-subtitle {
    display: inline-block;
    position: relative;
    padding: 8px 22px;
    margin-bottom: 18px;
    background: #eef4ff;
    color: #097bc3;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px;
}

.prodsec-title {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    color: #005890;
}

.prodsec-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 27px;
    color: #333;
}

/* Responsive */

@media (max-width:991px) {

    .prodsec-title {
        font-size: 38px;
    }
}

@media (max-width:767px) {

    .prodsec-heading {
        margin-bottom: 50px;
    }

    .prodsec-title {
        font-size: 30px;
    }

    .prodsec-text {
        font-size: 16px;
        line-height: 28px;
    }
}
/*--------------------------------------------------------end------------------------------------------------*/


/*--------------------------------------------------------contact form----------------------------------------*/

.ctsec-area {
    position: relative;
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

    .ctsec-area::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 83%;
        background: url("../img/about/3.jpg") center center/cover no-repeat;
        z-index: 1;
    }

    .ctsec-area::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 83%;
        background: rgba(12,22,55,.82);
        z-index: 2;
    }

    .ctsec-area .container {
        position: relative;
        z-index: 10;
    }

.ctsec-image {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
}

    .ctsec-image img {
        width: 100%;
        display: block;
    }


.ctsec-form {
    position: relative;
    background: #fff;
    padding: 50px;
    margin-left: auto;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
    z-index: 50;
    margin-top: -65px;
}

    .ctsec-form h2 {
        font-size: 30px;
        font-weight: 800;
        color: #005890;
        margin-bottom: 20px;
    }

    .ctsec-form p {
        color: #666;
        line-height: 30px;
        margin-bottom: 35px;
    }


.ctsec-corner {
    position: absolute;
    width: 55px;
    height: 55px;
}

.ctsec-corner-left {
    top: 0;
    left: 0;
    border-top: 10px solid #2b63ff;
    border-left: 10px solid #2b63ff;
    border-color: #52add1 transparent transparent #025479;
    border-width: 12px 12px 12px 12px;
}

.ctsec-corner-right {
    top: 0;
    right: 0;
    border-top: 10px solid #2b63ff;
    border-right: 10px solid #2b63ff;
    border-width: 12px 12px 12px 12px;
    border-color: #52add1 #025479 transparent transparent;
}


.ctsec-input {
    height: 58px;
    border: 1px solid #dfe3ec;
    border-radius: 0;
    box-shadow: none;
    padding: 0 18px;
    font-size: 16px;
}

    .ctsec-input:focus {
        border-color: #2b63ff;
        box-shadow: none;
    }

textarea.ctsec-input {
    height: 140px;
    padding-top: 15px;
    resize: none;
}


.ctsec-btn {
    width: 100%;
    height: 62px;
    border: none;
    background: linear-gradient(45deg, #52add1, #025479) !important;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .4s;
    border-radius: 6px;
}

    .ctsec-btn:hover {
        background: #18203a;
    }







.ctsec-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: linear-gradient(45deg, #52add1, #025479) !important;
    border: 6px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10;
    transition: all .4s ease;
    box-shadow: 0 0 0 12px rgba(21,101,255,.15), 0 15px 40px rgba(21,101,255,.45);
}

    .ctsec-play i {
        color: #fff;
        font-size: 54px;
        margin-left: 4px;
        transition: .4s;
    }

    .ctsec-play:hover {
        transform: translate(-50%,-50%) scale(1.1);
        background: #0d47d9;
        box-shadow: 0 0 0 18px rgba(21,101,255,.20), 0 20px 55px rgba(21,101,255,.60);
    }

    .ctsec-play::before,
    .ctsec-play::after {
        content: "";
        position: absolute;
        inset: -12px;
        border-radius: 50%;
        border: 3px solid rgba(21,101,255,.45);
        animation: ctsecPulse 2.2s linear infinite;
    }

    .ctsec-play::after {
        animation-delay: 1.1s;
    }

@keyframes ctsecPulse {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    70% {
        opacity: .35;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}
/*---------------------------------------------------------end------------------------------------------------*/



/*----------------------------------------------------blog----------------------------------------------------*/

.our-blog {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

figure {
    margin: 0;
}

.post-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image a {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    cursor: none;
}

.post-featured-image figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 58.63%, #4D51AB 110.88%);
    z-index: 1;
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    z-index: 2;
}

.post-item-body h2 {
    font-size: 20px;
    line-height: 1.4em;
    color: #fff;
    margin-bottom: 0px;
}

    .post-item-body h2 a {
        color: inherit;
    }

.post-item-btn a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    background-color: #fff;
    color: #4d51ab;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

    .post-item-btn a:hover {
        background: #010535;
        color: #fff;
    }

    .post-item-btn a i {
        font-size: 20px;
        color: inherit;
    }


/*-------------------------------------------------------end---------------------------------------------------*/

/*-----------------------------------------------------footer--------------------------------------------------*/

/*------------------------------------------------------end-----------------------------------------------------*/

.header-search-btn {
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    transition: all .4s ease;
}


@media (max-width: 767px) {
    .hero-content .section-title h1 {
        font-size: 26px;
    }

    .hero-content .section-title h3 {
        padding-left: 0px;
    }

    .our-blog {
        padding: 40px 0;
    }

    .ctsec-form {
        margin-left: 0px;
        margin-top: auto;
    }

    .ctsec-area {
        padding: 50px 0;
    }

        .ctsec-area::before {
            height: 100%;
        }
}













.prodsvc-slider-bottom {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.prodsvc-progress {
    position: relative !important;
    width: 70%;
    height: 2px !important;
    background: #d8d8d8;
}

    .prodsvc-progress .swiper-pagination-progressbar-fill {
        background: #5dbee5;
    }

.swiper-fraction {
    min-width: 70px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

    .swiper-fraction span {
        color: #fff;
    }

.prodsvc-prev,
.prodsvc-next {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #ff4b4b;
}

    .prodsvc-prev:after,
    .prodsvc-next:after {
        font-size: 18px;
        font-weight: 700;
    }



/*-------------------------------------------------------------work process-------------------------------------------*/


.wwu-section {
    position: relative;
    padding: 80px 0px 0px;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

    .wwu-section::before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        top: 70px;
        left: -120px;
        border-radius: 50%;
        background: #fde9df;
        filter: blur(90px);
        opacity: .6;
        z-index: -1;
    }

    .wwu-section::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        right: -120px;
        bottom: -100px;
        border-radius: 50%;
        background: #eefcff;
        filter: blur(90px);
        opacity: .7;
        z-index: -1;
    }

.wwu-title {
    font-size: 42px;
    font-weight: 700;
    color: #005890;
    margin-bottom: 20px;
}

.wwu-description {
    max-width: 850px;
    margin: auto;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}

.wwu-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 20px;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
    transition: transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s cubic-bezier(.22,1,.36,1), background-color .5s ease;
}


.wwu-icon-circle {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #52add1;
    box-shadow: 0 10px 25px rgba(0,0,0,.08), inset 0 2px 4px rgba(255,255,255,.9);
    transition: all .55s cubic-bezier(.22,1,.36,1);
}

    .wwu-icon-circle i {
        font-size: 34px;
        color: #52add1;
        transition: all .55s cubic-bezier(.22,1,.36,1);
    }

.wwu-heading {
    font-size: 20px;
    font-weight: 700;
    color: #025479;
    margin-bottom: 10px;
    transition: all .45s ease;
}

.wwu-text {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    transition: all .45s ease;
}


.wwu-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 22px 45px rgba(0,0,0,.14);
}

    .wwu-card:hover::before {
        width: 100%;
    }

    .wwu-card:hover .wwu-icon-circle {
        background: linear-gradient(135deg,#36b7e9,#52add1);
        transform: translateY(-8px) scale(1.08);
        box-shadow: 0 18px 35px rgba(82,173,209,.35);
    }

        .wwu-card:hover .wwu-icon-circle i {
            color: #fff;
        }

    .wwu-card:hover .wwu-heading {
        color: #52add1;
    }

    .wwu-card:hover .wwu-text {
        color: #555;
    }


.wwu-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 42px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(90deg, #025479, #52add1);
    /* box-shadow: 0 15px 30px rgba(52,190,235,.35); */
    transition: all .5s cubic-bezier(.22,1,.36,1);
}

    .wwu-btn i {
        transition: all .5s cubic-bezier(.22,1,.36,1);
    }

    .wwu-btn:hover {
        color: #fff;
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(52,190,235,.45);
    }

        .wwu-btn:hover i {
            transform: translateX(6px);
        }


@media (max-width:991px) {

    .wwu-section {
        padding: 40px 0;
    }

    .wwu-title {
        font-size: 34px;
    }

    .wwu-description {
        font-size: 16px;
    }

    .wwu-card {
        margin-bottom: 15px;
    }
}

@media (max-width:767px) {

    .wwu-title {
        font-size: 28px;
    }

    .wwu-description {
        font-size: 15px;
    }

    .wwu-icon-circle {
        width: 75px;
        height: 75px;
    }

        .wwu-icon-circle i {
            font-size: 30px;
        }

    .wwu-heading {
        font-size: 18px;
    }

    .wwu-text {
        font-size: 14px;
    }

    .wwu-btn {
        font-size: 18px;
        padding: 15px 32px;
    }
}
/*---------------------------------------------------------end---------------------------------------------------------*/



.ctsec-grow-box {
    padding: 25px 15px;
}

.ctsec-grow-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 25px;
}

    .ctsec-grow-title span {
        color: #5abbe2;
    }

.ctsec-grow-desc {
    max-width: 650px;
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 20px;
}

.ctsec-grow-item {
    display: flex;
    flex-direction: column;
}

.ctsec-grow-label {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .6px;
    margin-bottom: 12px;
}

.ctsec-grow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 58px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all .45s cubic-bezier(.22,1,.36,1);
}

    .ctsec-grow-btn i {
        font-size: 22px;
        transition: all .45s cubic-bezier(.22,1,.36,1);
    }

/* Primary */

.ctsec-grow-btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #025479, #52add1);
    box-shadow: 0 15px 35px rgba(55,189,233,.35);
}

    .ctsec-grow-btn-primary:hover {
        color: #fff;
        transform: translateY(-6px);
        box-shadow: 0 22px 45px rgba(55,189,233,.45);
    }

        .ctsec-grow-btn-primary:hover i {
            transform: translateX(6px);
        }

/* Outline */

.ctsec-grow-btn-outline {
    color: #21448b;
    border: 2px solid #21448b;
    background: #fff;
}

    .ctsec-grow-btn-outline:hover {
        background: #21448b;
        color: #fff;
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(33,68,139,.18);
    }

        .ctsec-grow-btn-outline:hover i {
            transform: translateX(6px);
        }

/*=========================
      Responsive
=========================*/

@media(max-width:991px) {

    .ctsec-grow-title {
        font-size: 46px;
    }

    .ctsec-grow-desc {
        font-size: 18px;
    }

    .ctsec-grow-btn {
        font-size: 20px;
        height: 60px;
    }
}

@media(max-width:767px) {

    .ctsec-grow-box {
        text-align: center;
    }

    .ctsec-grow-title {
        font-size: 36px;
    }

    .ctsec-grow-desc {
        font-size: 16px;
    }

    .ctsec-grow-btn {
        font-size: 18px;
        height: 56px;
    }
}



/*----------------------------------------------------------------trust----------------------------------------------*/
.bbtrust-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.bbtrust-title {
    font-size: 42px;
    font-weight: 700;
    color: #025479;
    margin-bottom: 15px;
}

.bbtrust-subtitle {
    font-size: 15px;
    color: #333;
}


.bbtrust-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .45s cubic-bezier(.22,1,.36,1);
    box-shadow: 0 8px 25px rgb(0 0 0 / 8%);
}



.bbtrust-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #025479;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    transition: all .45s cubic-bezier(.22,1,.36,1);
}

    .bbtrust-icon-wrap i {
        font-size: 30px;
        color: #fff;
        transition: .45s;
    }


.bbtrust-heading {
    font-size: 26px;
    font-weight: 700;
    color: #025479;
    margin-bottom: 18px;
    transition: .35s;
}

.bbtrust-text {
    color: #4d586b;
    line-height: 1.8;
    font-size: 15px;
    transition: .35s;
}


.bbtrust-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

    .bbtrust-card:hover::before {
        transform: scaleX(1);
    }

    .bbtrust-card:hover .bbtrust-icon-wrap {
        background: #52add1;
    }

        .bbtrust-card:hover .bbtrust-icon-wrap i {
            /* transform: rotate(12deg) scale(1.15); */
        }

    .bbtrust-card:hover .bbtrust-heading {
        color: #52add1;
    }



@media(max-width:991px) {

    .bbtrust-title {
        font-size: 34px;
    }

    .bbtrust-heading {
        font-size: 26px;
    }

    .bbtrust-text {
        font-size: 16px;
    }
}

@media(max-width:767px) {

    .bbtrust-section {
        padding: 40px 0;
    }

    .bbtrust-title {
        font-size: 28px;
    }

    .bbtrust-subtitle {
        font-size: 16px;
    }

    .bbtrust-card {
        padding: 22px;
    }

    .bbtrust-heading {
        font-size: 22px;
    }

    .bbtrust-text {
        font-size: 15px;
    }
}

/*------------------------------------------------------------end-----------------------------------------------------*/
.category-card.style-2 .box-icon{
    width: 80px;
    height: 80px;
    margin:0 auto 20px;
    border-radius:50%;
    background: #025479;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s ease;
}

.category-card.style-2 .box-icon i{
    font-size: 33px;
    color:#fff;
    line-height:1;
}

.category-card.style-2:hover .box-icon{
    background: #52add1;
    transform:translateY(-8px);
}

.category-card.style-2:hover .box-icon i{
    color:#fff;
}

.category-card.style-2 {
    margin-top: 0;
    padding: 30px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 8px 25px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.category-card {
    background-color: #ffffff;
    border: 1px solid #e4e4e5;
    padding: 0px 30px 30px 30px;
    text-align: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 8px;
    margin-top: 50px;
}


.industries-serve{
    position:relative;
    padding:80px 0px 0px;
}


@media (max-width: 767px){
    .industries-serve {
    padding: 40px 0px 0px;
}
}




.hero-content h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}



/*--------------------------------------------------------slide banner----------------------------------------------*/
/*.farm-banner-section{
    padding: 80px 0px 0px;
    background:#fff;
}*/

.farm-banner{
    position:relative;
    overflow:hidden;
    border-radius:18px;
}

.farm-banner img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
    transition:transform .8s ease;
}

.farm-banner-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0%, rgb(0 0 0 / 38%) 35%, rgba(0, 0, 0, .10) 70%, rgba(0, 0, 0, 0) 100%);
}

/* Content */

.farm-banner-content{
    position:absolute;
    top: 80px;
    left: 80px;
    z-index:2;
    max-width:520px;
}

.farm-banner-subtitle{
    display:inline-block;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#fff;
    margin-bottom: 12px;
}

.farm-banner-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color:#fff;
    margin:0;
}

@media(max-width:991px){

    .farm-banner img{
        height:450px;
    }

    .farm-banner-content{
        top:40px;
        left:40px;
    }

    .farm-banner-title{
        font-size:42px;
    }

}

@media(max-width:767px){

    .farm-banner img{
        height:320px;
    }

    .farm-banner-content{
        top:25px;
        left:25px;
        right:25px;
    }

    .farm-banner-title{
        font-size: 22px;
        line-height: 30px;
    }

    .farm-banner-subtitle{
        font-size:12px;
        letter-spacing:2px;
    }

}


/*---------------------------------------------------------end------------------------------------------------------*/


/*-------------------------------------------------------------experience-------------------------------------------*/
.experience-sec{
    padding: 80px 0px 0px;
    background: #fffcf3;
    position: relative;
}

.exp-card{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius: 14px;
    height: 400px;
    text-decoration:none;
}

.exp-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s;
}

.exp-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.88) 0%,
    rgba(0,0,0,.55) 35%,
    rgba(0,0,0,.08) 70%,
    transparent 100%);
}

.exp-content{
    position:absolute;
    left:30px;
    right:30px;
    bottom: 20px;
    color:#fff;
    z-index:2;
}

.exp-content h3{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#fff;
}

.exp-content p{
    font-size: 13px;
    line-height:1.8;
    margin:0;
    color:rgba(255,255,255,.9);
}

.exp-card:hover img{
    transform:scale(1.12);
}

.exp-card:hover .exp-overlay{
    background:linear-gradient(to top,
    rgba(10,80,45,.92),
    rgba(0,0,0,.45),
    transparent);
}

@media(max-width:991px){

.exp-card{
    height:420px;
}

.exp-content{
    left:25px;
    right:25px;
    bottom:25px;
}

.exp-content h3{
    font-size:24px;
}

}

@media(max-width:576px){

.exp-card{
    height:360px;
    border-radius:20px;
}

.exp-content{
    left:20px;
    right:20px;
    bottom:20px;
}

.exp-content h3{
    font-size:22px;
}

.exp-content p{
    font-size:15px;
}

}
/*----------------------------------------------------------end-----------------------------------------------------*/

.farm-section-subtitle{
    display:inline-block;
    font-size: 13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:3px;
    color: #57b33e;
    margin-bottom:15px;
}

.farm-section-title{
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom:20px;
}

.farm-section-desc{
    max-width:720px;
    margin:0 auto;
    font-size: 15px;
    line-height:1.8;
    color: #333;
}

@media (max-width:991px){

    .farm-section-title{
        font-size:36px;
    }

    .farm-section-desc{
        font-size:16px;
    }

}

@media (max-width:767px){

    .farm-section-title{
        font-size:28px;
    }

    .farm-section-desc{
        font-size:15px;
    }

}


/*---------------------------------------------------plot-------------------------------------------------*/
.plot-section{
    padding: 80px 0;
    background: #fffcf3;
    position: relative;
}

.plot-card{
    background: #fff;
    border-radius: 14px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.45s;
    height:100%;
    /* border: 1px solid #f3edd6; */
}

.plot-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.plot-image{
    position:relative;
    overflow:hidden;
    height:360px;
}

.plot-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.8s;
}

.plot-card:hover img{
    transform:scale(1.08);
}

.plot-image::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.45),
    transparent 60%);
}

.plot-tag{
    position:absolute;
    top:20px;
    left:20px;
    background: rgb(125, 179, 65);
    color:#fff;
    padding: 1px 16px;
    border-radius:40px;
    font-size: 12px;
    font-weight:600;
    z-index:2;
}

.plot-content{
    padding: 20px;
}

.plot-content h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color:#1c1c1c;
}

.plot-info{
    list-style:none;
    padding:0;
    margin: 0 0 20px;
}

.plot-info li{
    display:flex;
    align-items:center;
    gap:12px;
    padding: 5px 0;
    color:#666;
    font-size: 14px;
}

.plot-info li i{
    width: 30px;
    height: 30px;
    border-radius:50%;
    background:#eef7ee;
    display:flex;
    justify-content:center;
    align-items:center;
    color: rgb(125, 179, 65);
}

.plot-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.plot-btn{
    background: rgb(125, 179, 65);
    color:#fff;
    padding: 3px 20px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
    font-size: 13px;
}

.plot-btn:hover{
    background:#184d38;
    color:#fff;
}

.plot-link{
    text-decoration:none;
    color: rgb(125, 179, 65);
    font-weight:600;
    font-size: 13px;
}

.plot-link i{
    margin-left:8px;
    transition:.3s;
}

.plot-link:hover i{
    transform:translateX(5px);
}

@media(max-width:991px){

.plot-image{
    height:320px;
}

.plot-content h3{
    font-size:26px;
}

}

@media(max-width:767px){

.plot-section{
    padding:70px 0;
}

.plot-image{
    height:280px;
}

.plot-content{
    padding:25px;
}

.plot-footer{
    flex-direction:column;
    gap:15px;
    align-items:flex-start;
}

.plot-btn{
    width:100%;
    text-align:center;
}

}

/*-------------------------------------------------------end----------------------------------------------*/

/*---------------------------------------------------------offer section-----------------------------------*/
.offer-section{
    padding: 80px 0px 0px;
    background: #fffcf3;
    position: relative;
    overflow: hidden;
}

.offer-image{
    overflow:hidden;
    border-radius: 18px;
    height:760px;
}

.offer-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.offer-image:hover img{
    /* transform:scale(1.08); */
}

.offer-box{
    /* background: #ffffff; */
    border-radius:35px;
    padding: 0px;
    height:100%;
}

.offer-subtitle{
    display:inline-block;
    color: #57b33e;
    font-size:15px;
    font-weight:600;
    margin-bottom: 10px;
}

.offer-box h2{
    font-size: 32px;
    font-weight: 600;
    line-height:1.25;
    margin-bottom:40px;
    color:#111;
}

.offer-box h2 span{
    display:block;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    border-radius:18px;
    padding: 10px;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    height:100%;
}

.feature-box:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.feature-box i{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background:#eff8e7;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 22px;
    color: #57b33e;
    flex-shrink:0;
}

.feature-box h5{
    margin:0;
    font-size: 16px;
    font-weight:700;
    color:#111;
}

.feature-box p{
    margin-top: 3px;
    margin-bottom:0;
    color:#777;
    font-size: 13px;
}

@media(max-width:991px){

.offer-image{
    height:500px;
}

.offer-box{
    padding:35px;
}

.offer-box h2{
    font-size:36px;
}

}

@media(max-width:767px){

.offer-section{
    padding: 40px 0;
}

.offer-image{
    height:380px;
}

.offer-box{
    padding: 10px;
}

.offer-box h2{
    font-size: 26px;
}

.feature-box{
    padding:18px;
}

.feature-box i{
    width:60px;
    height:60px;
    font-size:28px;
}

.feature-box h5{
    font-size:18px;
}

}

/*---------------------------------------------------------end--------------------------------------------*/



/*---------------------------------------------------------benifit section---------------------------------*/
.benefits-section{
    padding: 80px 0px 0px;
    position: relative;
}

.section-title{
    max-width:720px;
    margin:auto auto 70px;
}

.section-title span{
    display:inline-block;
    color:#5ea533;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom: 10px;
    text-transform:uppercase;
    font-size: 14px;
}

.section-title h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom:20px;
    color: #1a3a27;
}

.section-title p{
    font-size: 15px;
    color: #333;
    line-height:1.8;
}

.benefit-box{
    background:#fff;
    border-radius: 14px;
    padding: 30px 30px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    border:1px solid #ececec;
}

.benefit-box:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.benefit-icon{
    width: 75px;
    height: 75px;
    margin:auto;
    margin-bottom:30px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(135deg,#7dc642,#2e8f3f);
    box-shadow:0 15px 35px rgba(46,143,63,.25);
    transition:.4s;
}

.benefit-box:hover .benefit-icon{
    transform:rotate(-10deg) scale(1.1);
}

.benefit-icon i{
    color:#fff;
    font-size: 33px;
}

.benefit-box h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom:18px;
    color:#202020;
}

.benefit-box p{
    font-size: 14px;
    line-height:1.9;
    color: #333;
    margin:0;
}

@media(max-width:991px){

.section-title h2{
    font-size:38px;
}

.benefit-box{
    padding:35px 25px;
}

.benefit-icon{
    width:90px;
    height:90px;
}

.benefit-icon i{
    font-size:40px;
}

.benefit-box h3{
    font-size:24px;
}

}

@media(max-width:767px){

.benefits-section{
    padding: 40px 0;
}

.section-title h2{
    font-size: 26px;
}

.section-title p{
    font-size:16px;
}

.benefit-box{
    padding:30px 20px;
}

.benefit-box h3{
    font-size:22px;
}

.benefit-box p{
    font-size:15px;
}

}


/*-----------------------------------------------------------end-------------------------------------------*/


/*------------------------------------------------------banner----------------------------------------------*/
.nature-banner{
    padding: 80px 0px 0px;
    position: relative;
}

.banner-wrap{
    position:relative;
    overflow:hidden;
    border-radius: 14px;
    height: 300px;
}

.banner-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.banner-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.15),
        rgba(0,0,0,.45)
    );
}

.banner-content{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%;
    text-align:center;
    z-index:2;
    padding:0 20px;
}

.banner-content h2{
    color:#fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    max-width:900px;
    margin:auto;
    text-shadow:0 5px 20px rgba(0,0,0,.35);
}

@media(max-width:991px){

.banner-wrap{
    height:350px;
}

.banner-content h2{
    font-size:40px;
}

}

@media(max-width:767px){

.nature-banner{
    padding: 20px 0;
}

.banner-wrap{
    height: 100%;
    border-radius:20px;
}

.banner-content h2{
    font-size: 20px;
    line-height: 32px;
}

.farm-banner-section{
    padding:20px 0px 0px;
}

}
/*-----------------------------------------------------------end-------------------------------------------*/

.faq-section{
    position:relative;
    padding: 80px 0px;
}



.fruit-category-section {
    width: 100%;
    padding: 25px 0;
    overflow: hidden;
}

.fruitCategorySwiper {
    width: 100%;
    padding: 10px 20px 0px;
    overflow: hidden;
}

/* Swiper slide */
.fruitCategorySwiper .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Keep your existing category-item design */
.fruitCategorySwiper .category-item {
    width: 100%;
    height: 100%;
    text-align: center;
}

/* Icon */
.fruitCategorySwiper .category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image */
.fruitCategorySwiper .category-icon img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Navigation buttons */
.fruit-swiper-prev,
.fruit-swiper-next {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #075b4900;
    color: #075b49;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
}

.fruit-swiper-prev {
    left: -12px;
}

.fruit-swiper-next {
    right: -12px;
}

.fruit-swiper-prev:hover,
.fruit-swiper-next:hover {
    background: #e0a51a;
    color: #fff;
}

.fruit-swiper-prev i,
.fruit-swiper-next i {
    font-size: 24px;
}

/* Pagination */
.fruitCategorySwiper .swiper-pagination {
    bottom: 5px;
}

.fruitCategorySwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
}

.fruitCategorySwiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 10px;
    opacity: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .fruitCategorySwiper {
        padding-left: 45px;
        padding-right: 45px;
    }

    .fruit-swiper-prev,
    .fruit-swiper-next {
        width: 36px;
        height: 36px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .fruit-category-section {
        padding: 15px 0;
    }

    .fruitCategorySwiper {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }

    .fruit-swiper-prev {
        left: 5px;
    }

    .fruit-swiper-next {
        right: 5px;
    }

    .fruit-swiper-prev,
    .fruit-swiper-next {
        width: 32px;
        height: 32px;
    }

    .fruit-swiper-prev i,
    .fruit-swiper-next i {
        font-size: 14px;
    }
}


.category-description {
    max-width: 750px;
    margin: 12px auto 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #666;
    text-align: center;
}

@media (max-width: 767px) {
    .category-description {
        max-width: 95%;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
}




/*--------------------------------------------------LOADER------------------------------------------------*/


#gs-preloader{
    position:fixed;
    inset:0;
    background: #ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
    transition:.8s;
}

#gs-preloader.preloader-hide{
    opacity:0;
    visibility:hidden;
}


.gs-loader-content{
    width:90%;
    max-width:700px;
    text-align:center;
}


.gs-loader-icon,
.divider1,
.gs-welcome,
.gs-main-logo,
.divider2,
.gs-tagline,
.gs-glow{
    opacity:0;
}


.gs-loader-icon{
    width: 400px;
    animation:logo1 .7s ease forwards;
}


.gs-divider{
    width:180px;
    height:1px;
    margin:18px auto;
    background:linear-gradient(to right,transparent,#183d22,transparent);
    position:relative;
}

.gs-divider:after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:8px;
    height:8px;
    background:#183d22;
    border-radius:50%;
    transform:translate(-50%,-50%);
    box-shadow:0 0 15px #183d22;
}

.divider1{
    animation:fadeUp .5s ease forwards;
    animation-delay:.35s;
}

.divider2{
    animation:fadeUp .5s ease forwards;
    animation-delay:1.3s;
}


.gs-welcome{
    color:#183d22;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 800;
    margin:10px 0;
    animation:fadeUp .6s ease forwards;
    animation-delay:.7s;
}


.gs-main-logo{
    width:400px;
    max-width:90%;
    margin:10px auto;
    display:block;

    animation:logo2 .8s ease forwards;
    animation-delay:1s;
}


.gs-tagline{
    color:#183d22;
    font-size: 18px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-top:18px;
    animation:fadeUp .7s ease forwards;
    animation-delay:1.6s;
}

.gs-glow{
    width:180px;
    height:3px;
    margin:20px auto;
    border-radius:50%;
    background:linear-gradient(to right, transparent, #1a3a27, #1a3a27, #1a3a27, transparent);

    box-shadow:0 0 25px rgba(255,215,100,.9);

    animation:glowShow .7s ease forwards,
              glowPulse 2s infinite 2.3s;
    animation-delay:2s;
}

@keyframes logo1{
    from{
        opacity:0;
        transform:scale(.4) rotate(-10deg);
    }
    to{
        opacity:1;
        transform:scale(1) rotate(0);
    }
}

@keyframes logo2{
    from{
        opacity:0;
        transform:scale(.75);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes glowShow{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

@keyframes glowPulse{
    0%,100%{
        transform:scaleX(.7);
        opacity:.4;
    }

    50%{
        transform:scaleX(1);
        opacity:1;
    }
}


@media(max-width:768px){

    .gs-loader-icon{
        width: 180px;
    }

    .gs-main-logo{
        width:280px;
    }

    .gs-welcome{
        font-size:16px;
        letter-spacing:5px;
    }

    .gs-tagline{
        font-size:11px;
        letter-spacing:2px;
        line-height:1.8;
    }

    .gs-divider,
    .gs-glow{
        width:140px;
    }

}
/*---------------------------------------------------end--------------------------------------------------*/

