
.text-secondary{
    color: #a43b13 !important;
}
.btn-secondary {
    background-color: #ee9d49 !important;
}
.btn.btn-secondary:hover {
background: #0b2a6d !important;
}
.bg-secondary {
    background-color: #a43b13 !important;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    transform:translateY(-3px);
}

.btn.btn-secondary {
    color: var(--bs-white);
    border: none;
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    transform:translateY(-3px);
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary);
}
/*** Topbar End ***/

/*** Navbar ***/
.sticky-top {
    transition: 1s;
}
.navbar-brand{
    width: 100px;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    transition: .5s;
    z-index: 99;
}

.navbar .navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid var(--bs-secondary);
    opacity: 0;
    transition: 0.5s;
    z-index: 2 !important;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 50%;
    height: 50%;
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: var(--bs-secondary);
}

.nav-bar .navbar-toggler { 
    color: var(--bs-dark);
    box-shadow: none !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar .nav-item .dropdown-menu {
    background: var(--bs-light);
    transition: 0.5s;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    transition: 0.5s;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.active {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        margin-top: 15% !important;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        border: 0;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        position: relative;
        margin-top: 0;
        transition: 0.5s;
    }

    .navbar .navbar-nav .nav-item::after,
    .navbar .navbar-nav .nav-item::before {
        display: none;
    }

    .navbar .navbar-nav .nav-item:hover::after,
    .navbar .navbar-nav .nav-item:hover::before,
    .navbar .navbar-nav .nav-item.active::after,
    .navbar .navbar-nav .nav-item.active::before {
        display: none;

    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar .navbar-nav .nav-item.nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 18, 72, 0.7), rgba(0, 18, 72, 0.7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Carousel Start ***/
.carousel .carousel-inner .carousel-item {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.hero-heading{
    font-size: 3.5rem;
}
.carousel-item::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
    z-index:1;
}

@media (min-width: 992px) {
    .carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;   
    }
}

@media (max-width: 991px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
    }
    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;    
    }
}

@media (max-width: 576px) {
    .carousel-item .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-item .carousel-caption p.fs-5 {
        font-size: 15px;
    }
}

.carousel .carousel-inner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.carousel .carousel-indicators {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    z-index: 5;
}

.carousel .carousel-indicators li,
.carousel .carousel-indicators li,
.carousel .carousel-indicators li {
    margin-right: 30px !important;
    width: 10px;
    height: 10px;
    border: 6px solid var(--bs-secondary);
    background: var(--bs-white);
    transition: 0.5s;
}

.carousel .carousel-indicators li.active {
    border: 10px solid var(--bs-primary);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    background: transparent;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    right: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Carousel End ***/


/*** About Start ***/
.about .about-item-content-img {
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-primary) var(--bs-primary) var(--bs-secondary);
}
.about h2{
    font-size: 2.2rem;
}
.trust{
    font-size: 15px;
}
.about p{
    font-size: 16px;
}

.about .about-item-image {
    position: relative;
    background: var(--bs-light);
    background-image: url(../img/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.about .about-item-image .img-1 {
    margin-bottom: 250px; 
    margin-right: 0;
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-light) var(--bs-light) var(--bs-secondary);
    z-index: 3;
}

.about .about-item-image .img-2 {
    margin-top: 250px; 
    margin-left: 0;
    border: 4px solid;
    border-color: var(--bs-light) var(--bs-secondary) var(--bs-secondary) var(--bs-light); 
    z-index: 3;
}

.about .about-item-image::before {
    width: 80%;
    height: 80%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-style: dotted;
    border-color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 2;
}

.about .about-item-image .about-item-image-content {
    width: 55%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-secondary);
    border: 4px solid var(--bs-primary);
    opacity: 0.9;
    z-index: 4;
}

.about .about-item-image .about-item-image-effect {
    position: absolute;
    top: 0;
    right: 0;
}
/*** About End ***/

/*** Features Start ***/
.feature .feature-item {
    position: relative;
    transition: 0.5s;
}
.feature h2{
    font-size: 2.5rem;
}
.choose{
    font-size: 20px;
}
.feature .feature-item:hover {
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.feature .feature-item:hover a {
    transition: 0.5s;
}

.feature .feature-item:hover a:hover {
    color: var(--bs-secondary);
}

.feature .feature-item .feature-img img {
    border: transparent;
    transition: 0.5s;
} 

.feature .feature-item:hover .feature-img img {
    border: 1px solid var(--bs-secondary);
}  
/*** Features End ***/

/*** Services Start ***/
.service h2{
    font-size: 2.5rem;
    margin-top: 10px;
}
.service .service-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.service .service-item .service-content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%; 
    left: 0; 
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.service .service-item:hover .service-content {
    opacity: 1;
}

.service .service-item:hover .service-content a.fs-4 {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover .service-content a.fs-4:hover {
    color: var(--bs-secondary);
}

.service .service-item .service-title {
    position: absolute;
    width: 100%;
    height: 80px; 
    bottom: 0; 
    right: 0;
    background: var(--bs-light);
    display: flex;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-title {
    margin-right: -100%;
}
/*** Services End ***/

.timeline-wrapper {
    position: relative;
    padding: 40px 0;
}

/* center line */
.timeline-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 100%;
    background: #0b2a6d;
    transform: translateX(-50%);
}

/* item base */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
}

/* left side */
.timeline-item.left {
    left: 0;
    text-align: right;
}

/* right side */
.timeline-item.right {
    left: 50%;
}

/* content box */
.timeline-content {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.timeline-content:hover {
    transform: scale(1.03);
}

/* highlight stat block */
.timeline-content.highlight {
    background: #fff;
    color: #fff;
}
.spe{
    color: #7d7d7d;
}

/* counter style */
.timeline-content h2 {
    font-size: 42px;
    font-weight: 700;
}

/* mobile responsive */
@media(max-width: 768px) {
    .timeline-wrapper::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 60px;
        text-align: left !important;
    }

    .timeline-item.right {
        left: 0;
    }
}
.stats-section {
    background: #ffffff;
}

.section-subtitle {
    color: #ee9d49;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.stats-section h2 {
    color: #0b2a6d;
}

.stat-item {
    padding: 25px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-item h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    color: #0b2a6d;
    margin-bottom: 10px;
}

.stat-item:nth-child(odd) h1 {
    color: #0b2a6d;
}

.stat-item p {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a43b13;
    font-weight: 600;
}

.reach-line {
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.counter {
    transition: all 0.3s ease;
}
.stats-section h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #ee9d49;
    margin: 20px auto 0;
    border-radius: 10px;
}

/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-secondary);
}
/*** Blog End ***/

.testimonial-section{
    background:#fff;
}
.testimonialSwiper {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background: #0b2a6d;
    border-radius: 50%;
    color: #fff !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #a43b13;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.testimonial-subtitle{
    color:#ee9d49;
    font-weight:600;
    letter-spacing:2px;
}

.testimonial-title{
    color:#0b2a6d;
    font-weight:700;
}

.testimonial-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 35px;
    height: 100%;
    border: 1px solid rgba(11,42,109,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.quote-icon{
    font-size:28px;
    color:#0b2a6d;
    margin-bottom:15px;
}

.stars{
    color:#ee9d49;
    font-size:18px;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#555;
    line-height:1.8;
    margin-bottom:20px;
}

.testimonial-card h5{
    color:#0b2a6d;
    margin-bottom:5px;
}

.testimonial-card span{
    color:#a43b13;
    font-size:14px;
}

.swiper-pagination-bullet-active{
    background:#ee9d49 !important;
}
.accordion-button {
    font-weight: 600;
    padding: 18px;
}

.accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button:not(.collapsed) {
    color: white;
    box-shadow: none;
    background: #001450;
}

.accordion-button:focus {
    box-shadow: none;
}

.cta-section {
    background: #f8f9fa;
    border-top: 1px solid rgba(11, 42, 109, 0.08);
    border-bottom: 1px solid rgba(11, 42, 109, 0.08);
}

.cta-subtitle {
    color: #ee9d49;
    font-weight: 600;
    letter-spacing: 2px;
}

.cta-title {
    color: #0b2a6d;
}

.cta-text {
    color: #555;
    line-height: 1.8;
}

.btn-quote {
    background: #0b2a6d;
    border-color: #0b2a6d;
    color: #fff;
    transition: 0.3s;
}

.btn-quote:hover {
    background: #08204f;
    border-color: #08204f;
    color: #fff;
}

.btn-whatsapp {
    background: #ee9d49;
    border-color: #ee9d49;
    color: #fff;
    transition: 0.3s;
}

.btn-whatsapp:hover {
    background: #a43b13;
    border-color: #a43b13;
    color: #fff;
}
.cta-section::before {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #ee9d49;
    margin: 0 auto 40px;
    border-radius: 10px;
}
/*** Contact Start ***/
.contact .contact-map {
    position: relative;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.contact .contact-map::before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
    z-index: -1;
}

.contact .contact-map::after {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-secondary);
    z-index: -1;
}
/*** Contact End ***/

.footer-section {
    background: #0b2a6d;
    padding-top: 80px;
    padding-bottom: 70px;
    color: rgba(255,255,255,0.8);
}

.footer-logo img {
    width: 150px;
    background: #f5f3f3;
    padding: 4px;
    border-radius: 4px;
}

.footer-section h5 {
    color: #ee9d49;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer-text {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #ee9d49;
    padding-left: 5px;
}

.footer-contact li {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
}

.footer-contact i {
    color: #ee9d49;
    margin-right: 4px;
    width: 16px;
}

.footer-bottom {
    margin-top: 60px;
    background: #08204f;
    padding: 20px 0;
}

.footer-bottom p {
    color: rgba(255,255,255,0.7);
    margin: 0;
}

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/
/* about page  */
/* ==========================
   ABOUT COMPANY SECTION
========================== */

.about-company-section{
    background:#f8f9fa;
}

.about-tag{
    display:inline-block;
    padding:10px 22px;
    background:rgba(164,59,19,.1);
    color:#a43b13;
    font-weight:600;
    letter-spacing:2px;
    border-radius:50px;
    font-size:14px;
}

.about-title{
    color:#0b2a6d;
    font-size:3rem;
    font-weight:700;
    line-height:1.3;
}

.about-title span{
    color:#ee9d49;
}

.about-subtitle{
    color:#6c757d;
    font-size:18px;
    line-height:1.9;
}

.about-image-wrapper{
    position:relative;
}

.about-main-image{
    width:100%;
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.experience-card{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#0b2a6d;
    color:#fff;
    padding:25px;
    border-radius:20px;
    width:220px;
    text-align:center;
    box-shadow:0 20px 40px rgba(11,42,109,.25);
}

.experience-card h2{
    color:#ee9d49;
    font-size:42px;
    font-weight:700;
    margin-bottom:5px;
}

.experience-card p{
    margin:0;
    font-size:15px;
}

.about-content h3{
    color:#0b2a6d;
    font-weight:700;
    font-size:2rem;
}

.about-content p{
    color:#666;
    line-height:1.9;
}

.feature-box{
    background:#fff;
    padding:18px 20px;
    border-radius:14px;
    font-weight:600;
    color:#0b2a6d;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.feature-box i{
    color:#ee9d49;
    margin-right:10px;
}

.feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(11,42,109,.12);
}
/* ==========================
   MISSION & VISION
========================== */

.mission-vision-section{
    background:#ffffff;
    position:relative;
}

.section-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(164,59,19,.1);
    color:#a43b13;
    font-weight:600;
    letter-spacing:2px;
    font-size:14px;
}

.section-title{
    color:#0b2a6d;
    font-size:3rem;
    font-weight:700;
    line-height:1.3;
}

.section-title span{
    color:#ee9d49;
}

.section-description{
    max-width:750px;
    margin:auto;
    color:#6c757d;
    font-size:18px;
    line-height:1.9;
}

.mission-vision-wrapper{
    position:relative;
}

.center-line{
    position:absolute;
    left:50%;
    top:0;
    width:4px;
    height:100%;
    transform:translateX(-50%);
    background:linear-gradient(
        to bottom,
        #0b2a6d,
        #ee9d49,
        #a43b13
    );
    border-radius:50px;
}

.purpose-card{
    position:relative;
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    height:100%;
    transition:.4s;
    overflow:hidden;
}

.purpose-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
}

.mission-card::before{
    background:#0b2a6d;
}

.vision-card::before{
    background:#ee9d49;
}

.purpose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(11,42,109,.12);
}

.purpose-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #0b2a6d,
        #a43b13
    );
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.purpose-icon i{
    color:#fff;
    font-size:35px;
}

.purpose-card h3{
    color:#0b2a6d;
    font-weight:700;
    margin-bottom:20px;
}

.purpose-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
}

.purpose-list{
    list-style:none;
    padding:0;
    margin:0;
}

.purpose-list li{
    padding:10px 0;
    color:#0b2a6d;
    font-weight:500;
    border-bottom:1px solid #f0f0f0;
}

.purpose-list li:last-child{
    border-bottom:none;
}

.purpose-list li::before{
    content:'✓';
    color:#ee9d49;
    font-weight:bold;
    margin-right:10px;
}

/* Responsive */

@media(max-width:991px){

    .center-line{
        display:none;
    }

    .section-title{
        font-size:2.2rem;
    }

    .purpose-card{
        padding:35px;
    }
}
/* ==========================
   CORE VALUES
========================== */

.core-values-section{
    background:#f8f9fa;
}

.values-line-wrapper{
    position:relative;
}

.values-line{
    position:absolute;
    top:55px;
    left:10%;
    width:80%;
    height:4px;
    background:linear-gradient(
        90deg,
        #0b2a6d,
        #ee9d49,
        #a43b13
    );
    z-index:1;
}

.value-point{
    position:relative;
    z-index:2;
}

.value-circle{
    width:110px;
    height:110px;
    margin:auto;
    border-radius:50%;
    background:#fff;
    border:4px solid #0b2a6d;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.value-circle i{
    font-size:35px;
    color:#a43b13;
}

.value-point:hover .value-circle{
    transform:translateY(-10px);
    border-color:#ee9d49;
}

.value-point h5{
    margin-top:25px;
    color:#0b2a6d;
    font-weight:700;
}

.value-point p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    max-width:220px;
    margin:auto;
}

/* Mobile */

@media(max-width:991px){

    .values-line{
        display:none;
    }

    .value-point{
        margin-bottom:40px;
    }

}
/* ==========================
   WORK PROCESS
========================== */

.work-process-section{
    background:#f8f9fa;
    overflow:hidden;
}

.process-wrapper{
    position:relative;
    max-width:1000px;
    margin:auto;
}

.process-wrapper::before{
    content:'';
    position:absolute;
    left:50%;
    top:0;
    width:4px;
    height:100%;
    transform:translateX(-50%);
    background:linear-gradient(
        to bottom,
        #0b2a6d,
        #ee9d49,
        #a43b13
    );
}

.process-step{
    width:50%;
    padding-right:70px;
    margin-bottom:70px;
    position:relative;
    text-align:right;
}

.process-step.reverse{
    margin-left:auto;
    padding-right:0;
    padding-left:70px;
    text-align:left;
}

.process-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #0b2a6d,
        #a43b13
    );
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    position:absolute;
    top:0;
    right:-45px;
    box-shadow:0 15px 40px rgba(11,42,109,.25);
}

.process-step.reverse .process-icon{
    left:-45px;
}

.process-content{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.process-content span{
    color:#ee9d49;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:13px;
}

.process-content h4{
    color:#0b2a6d;
    margin:12px 0;
    font-weight:700;
}

.process-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}

/* Mobile */

@media(max-width:991px){

    .process-wrapper::before{
        left:35px;
    }

    .process-step,
    .process-step.reverse{
        width:100%;
        padding-left:90px;
        padding-right:0;
        text-align:left;
        margin-left:0;
    }

    .process-icon,
    .process-step.reverse .process-icon{
        left:-10px;
        right:auto;
    }

}


