body{

font-family: "Lato", sans-serif;

background:#ffffff;

}

/*==========================
TOPBAR
==========================*/

.tp-topbar{

background:#0E3B60;

padding:10px 0;

font-size:14px;

}

.tp-contact{

display:flex;

gap:25px;

}

.tp-contact a{

color:#fff;

text-decoration:none;

}

.tp-contact i{

margin-right:8px;

}

.tp-social{

display:flex;

justify-content:flex-end;

gap:12px;

}

.tp-social a{

width:36px;

height:36px;

border-radius:50%;

background:#ffffff20;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

transition:.4s;

text-decoration:none;

}

.tp-social a:hover{

background:#fff;

color:#0E3B60;

}

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

.tp-header{

background:#fff;

position:sticky;

top:0;

z-index:999;

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

}

.tp-navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:5px 0;

}

.tp-logo h3{

margin:0;

font-size:32px;

font-weight:700;

color:#0E3B60;

}

.tp-logo span{

color:#c0944b;

}

.tp-logo a{

text-decoration:none;

}

.tp-menu ul{

display:flex;

gap:35px;

list-style:none;

margin:0;

padding:0;

}

.tp-menu ul li a{

text-decoration:none;

font-weight:600;

color:#333;

transition:.3s;

}

.tp-menu ul li a:hover{

color:#c0944b;

}

.tp-right{

display:flex;

align-items:center;

gap:15px;

}

.tp-btn{

background:#c0944b;

color:#fff;

padding:14px 28px;

border-radius:50px;

font-weight:600;

text-decoration:none;

transition:.4s;

}

.tp-btn:hover{

background:#0E3B60;

color:#fff;

}

.tp-menu-btn{

display:none;

width:55px;

height:55px;

border:none;

border-radius:15px;

background:#c0944b;

color:#fff;

font-size:22px;

}

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

.tp-mobile-menu{

position:fixed;

top:0;

left:-100%;

width:320px;

height:100%;

background:#fff;

z-index:9999;

transition:.4s;

padding:25px;

overflow:auto;

}

.tp-mobile-menu.active{

left:0;

}

.tp-mobile-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:40px;

}

.tp-mobile-header button{

border:none;

background:#c0944b;

color:#fff;

width:45px;

height:45px;

border-radius:12px;

}

.tp-mobile-menu ul{

list-style:none;

padding:0;

margin:0;

}

.tp-mobile-menu ul li{

margin-bottom:18px;

}

.tp-mobile-menu ul li a{

text-decoration:none;

color:#222;

font-size:18px;

font-weight:600;

display:block;

padding:15px;

border-radius:15px;

transition:.3s;

}

.tp-mobile-menu ul li a:hover{

background:#0E3B60;

color:#fff;

}

.mobile-quote{

background:#c0944b;

color:#fff !important;

text-align:center;

}

.tp-overlay{

position:fixed;

width:100%;

height:100%;

background:#00000070;

left:0;

top:0;

display:none;

z-index:9998;

}

.tp-overlay.active{

display:block;

}

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

@media(max-width:991px){

.tp-menu{

display:none;

}

.tp-btn{

display:none;

}

.tp-menu-btn{

display:block;

}

.tp-topbar{

display:none;

}

}

@media(max-width:767px){

.tp-logo h3{

font-size:26px;

}

.tp-mobile-menu{

width:100%;

border-radius:0;

}

}



.hero-slider img{
    width:100%;
    height:600px;
    object-fit:cover;
}

.carousel-control-prev,
.carousel-control-next{
    width:60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:45px;
    height:45px;
    background-color:rgba(0,0,0,.5);
    border-radius:50%;
    background-size:50%;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    margin:0 6px;
}

@media(max-width:991px){

.hero-slider img{
    height:450px;
}

}

@media(max-width:576px){

.hero-slider img{
    height:250px;
}

}




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

.tp-about{

    background:#f8fafc;
    
    }
    
    .tp-about-tag{
    
    display:inline-block;
    
    background:#e8f2ff;
    
    color:#0b63ce;
    
    padding:8px 18px;
    
    border-radius:50px;
    
    font-size:14px;
    
    font-weight:600;
    
    letter-spacing:1px;
    
    }
    
    .tp-about-title{
    
    font-size:46px;
    
    font-weight:700;
    
    line-height:1.3;
    
    color:#1c1c1c;
    
    }
    
    .tp-about-text{
    
    font-size:17px;
    
    line-height:30px;
    
    color:#666;
    
    }
    
    .tp-point{
    
    display:flex;
    
    align-items:center;
    
    font-weight:600;
    
    font-size:16px;
    
    }
    
    .tp-point i{
    
    color:#c0944b;
    
    margin-right:12px;
    
    font-size:18px;
    
    }
    
    .tp-btn-main{
    
    display:inline-block;
    
    padding:14px 30px;
    
    background:#0b63ce;
    
    color:#fff;
    
    border-radius:50px;
    
    text-decoration:none;
    
    font-weight:600;
    
    transition:.4s;
    
    }
    
    .tp-btn-main:hover{
    
    background:#084b99;
    
    color:#fff;
    
    }
    
    .tp-btn-outline{
    
    display:inline-block;
    
    padding:14px 30px;
    
    border:2px solid #0b63ce;
    
    color:#0b63ce;
    
    border-radius:50px;
    
    text-decoration:none;
    
    font-weight:600;
    
    transition:.4s;
    
    }
    
    .tp-btn-outline:hover{
    
    background:#0b63ce;
    
    color:#fff;
    
    }
    
    .tp-card{
    
    background:#fff;
    
    padding:35px 25px;
    
    border-radius:20px;
    
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    
    height:100%;
    
    transition:.4s;
    
    }
    
    .tp-card:hover{
    
    transform:translateY(-8px);
    
    }
    
    .tp-icon{
    
    width:70px;
    
    height:70px;
    
    background:#fff3e8;
    
    border-radius:18px;
    
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    margin-bottom:20px;
    
    }
    
    .tp-icon i{
    
    font-size:28px;
    
    color:#c0944b;
    
    }
    
    .tp-card h5{
    
    font-weight:700;
    
    margin-bottom:15px;
    
    }
    
    .tp-card p{
    
    margin:0;
    
    color:#666;
    
    line-height:28px;
    
    }
    
    @media(max-width:991px){
    
    .tp-about-title{
    
    font-size:36px;
    
    }
    
    }
    
    @media(max-width:576px){
    
    .tp-about-title{
    
    font-size:28px;
    
    }
    
    .tp-btn-main,
    .tp-btn-outline{
    
    display:block;
    
    width:100%;
    
    margin-bottom:15px;
    
    text-align:center;
    
    }
    
    .tp-btn-outline{
    
    margin-left:0 !important;
    
    }
    
    }


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

.tp-why{

    background:#ffffff;

}

.tp-section-tag{

    display:inline-block;

    padding:8px 18px;

    background:#eef6ff;

    color:#0B63CE;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

}

.tp-section-title{

    font-size:44px;

    font-weight:700;

    color:#222;

    line-height:1.3;

}

.tp-section-title span{

    color:#ff7b00;

}

.tp-section-text{

    font-size:17px;

    color:#666;

    line-height:30px;

}

.tp-experience{

    margin-top:35px;

    display:flex;

    gap:20px;

    background:#f8f9fb;

    padding:25px;

    border-radius:20px;

}

.tp-exp-icon{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:18px;

    background:#ff7b00;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

}

.tp-feature-card{

    background:#fff;

    border-radius:20px;

    padding:30px;

    height:100%;

    border:1px solid #ececec;

    transition:.4s;

}

.tp-feature-card:hover{

    transform:translateY(-8px);

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

}

.tp-feature-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:#fff3e8;

    color:#c0944b;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

}

.tp-feature-card h5{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

}

.tp-feature-card p{

    color:#666;

    line-height:28px;

    margin:0;

}

.tp-support-card{

    display:flex;

    gap:25px;

    align-items:flex-start;

}

.tp-support-card .tp-feature-icon{

    margin-bottom:0;

    min-width:70px;

}

@media(max-width:991px){

.tp-section-title{

font-size:36px;

}

}

@media(max-width:767px){

.tp-section-title{

font-size:30px;

}

.tp-experience{

flex-direction:column;

}

.tp-support-card{

flex-direction:column;

}

}




.tp-industries{

    background:#f8f9fb;

}

.tp-industry-tag{

    display:inline-block;

    background:#eaf4ff;

    color:#0B63CE;

    padding:8px 18px;

    border-radius:30px;

    font-weight:600;

    font-size:14px;

}

.tp-industry-title{

    font-size:42px;

    font-weight:700;

    color:#222;

}

.tp-industry-text{

    max-width:650px;

    margin:auto;

    color:#666;

    line-height:28px;

}

.tp-industry-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    border:1px solid gray;

    transition:.4s;

}

.tp-industry-card:hover{

    transform:translateY(-10px);

}

.tp-industry-img{

    overflow:hidden;

}

.tp-industry-img img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.5s;

}

.tp-industry-card:hover img{

    transform:scale(1.08);

}

.tp-industry-card h5{

    text-align:center;

    padding:20px;

    margin:0;

    font-weight:700;

    font-size:20px;

}

.tpIndustrySlider{

    padding-bottom:60px;

}

.tpIndustrySlider .swiper-pagination-bullet{

    width:12px;

    height:12px;

}

.tpIndustrySlider .swiper-pagination-bullet-active{

    background:#c0944b;

}

@media(max-width:768px){

.tp-industry-title{

font-size:30px;

}

.tp-industry-img img{

height:220px;

}

}




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

.tp-products{

    background:#ffffff;

}

.tp-product-tag{

    display:inline-block;

    background:#eef6ff;

    color:#0B63CE;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

.tp-product-title{

    font-size:42px;

    font-weight:700;

    color:#222;

}

.tp-product-text{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:28px;

}

.tp-product-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    border: 1px solid #ececec;

    transition:.4s;

}

.tp-product-card:hover{

    transform:translateY(-8px);

}

.tp-product-image{

    overflow:hidden;

}

.tp-product-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.tp-product-card:hover img{

    transform:scale(1.08);

}

.tp-product-content{

    padding:25px;

}

.tp-product-content h4{

    font-size:22px;

    font-weight:700;

    line-height:32px;

    min-height:65px;

}

.tp-product-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#0B63CE;

    font-weight:600;

    text-decoration:none;

    margin-top:10px;

    transition:.3s;

}

.tp-product-btn:hover{

    color:#c0944b;

}

.tpProductSlider{

    padding-bottom:60px;

}

.tp-product-pagination .swiper-pagination-bullet-active{

    background:#c0944b;

}

@media(max-width:768px){

.tp-product-title{

font-size:30px;

}

.tp-product-image img{

height:220px;

}

.tp-product-content h4{

font-size:20px;

min-height:auto;

}

}



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

.tp-footer{

    background:#0d1b2a;

    color:#d8d8d8;

    padding:80px 0 0;

}

.tp-footer-logo img{

    max-width:190px;

    margin-bottom:25px;

}

.tp-footer-about{

    line-height:30px;

    color:#c8c8c8;

    margin-bottom:30px;

}

.tp-footer-social{

    display:flex;

    gap:12px;

}

.tp-footer-social a{

    width:45px;

    height:45px;

    background:#1b2d42;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-decoration:none;

    transition:.4s;

}

.tp-footer-social a:hover{

    background:#c0944b;

    transform:translateY(-5px);

}

.tp-footer-title{

    color:#fff;

    font-size:22px;

    margin-bottom:25px;

    font-weight:700;

    position:relative;

}

.tp-footer-title::after{

    content:"";

    width:55px;

    height:3px;

    background:#c0944b;

    position:absolute;

    left:0;

    bottom:-10px;

}

.tp-footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.tp-footer-links li{

    margin-bottom:14px;

}

.tp-footer-links a{

    color:#cfcfcf;

    text-decoration:none;

    transition:.3s;

}

.tp-footer-links a:hover{

    color:#c0944b;

    padding-left:8px;

}

.tp-footer-contact{

    list-style:none;

    padding:0;

    margin:0;

}

.tp-footer-contact li{

    display:flex;

    gap:15px;

    margin-bottom:20px;

    align-items:flex-start;

}

.tp-footer-contact i{

    color:#c0944b;

    font-size:18px;

    margin-top:5px;

}

.tp-footer-contact a{

    color:#d8d8d8;

    text-decoration:none;

}

.tp-footer-contact a:hover{

    color:#c0944b;

}

.tp-footer-bottom{

    margin-top:60px;

    border-top:1px solid rgba(255,255,255,.08);

    padding:22px 0;

    font-size:15px;

}

.tp-footer-bottom a{

    color:#c0944b;

    text-decoration:none;

}

.tp-footer-bottom a:hover{

    text-decoration:underline;

}

@media(max-width:991px){

.tp-footer{

text-align:center;

}

.tp-footer-title::after{

left:50%;

transform:translateX(-50%);

}

.tp-footer-social{

justify-content:center;

}

.tp-footer-contact li{

justify-content:center;

text-align:left;

}

}

@media(max-width:576px){

.tp-footer{

padding-top:60px;

}

.tp-footer-bottom{

font-size:14px;

}

}




/*====================================
      OUR COMMITMENT
=====================================*/

.tp-commitment{

    padding:80px 0;

    background:#f5f8fc;

}

.tp-commitment-box{

    background:linear-gradient(135deg,#0B63CE,#083B7A);

    border-radius:30px;

    padding:60px;

    color:#fff;

    position:relative;

    overflow:hidden;

}

.tp-commitment-box::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

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

    border-radius:50%;

    top:-100px;

    right:-80px;

}

.tp-commitment-box::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

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

    border-radius:50%;

    bottom:-70px;

    left:-60px;

}

.tp-commitment-tag{

    display:inline-block;

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

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    letter-spacing:1px;

    font-weight:600;

    margin-bottom:20px;

}

.tp-commitment-title{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

    line-height:1.3;

}

.tp-commitment-text{

    font-size:17px;

    line-height:30px;

    opacity:.95;

    max-width:700px;

}

.tp-commitment-action{

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:25px;

}

.tp-call-box{

    display:flex;

    align-items:center;

    gap:18px;

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

    padding:20px 25px;

    border-radius:20px;

    backdrop-filter:blur(10px);

}

.tp-call-icon{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#ff7a00;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.tp-call-box small{

    display:block;

    color:#ddd;

    margin-bottom:5px;

}

.tp-call-box h4{

    margin:0;

    font-size:26px;

    font-weight:700;

}

.tp-call-box a{

    color:#fff;

    text-decoration:none;

}

.tp-contact-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 35px;

    background:#ff7a00;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.4s;

}

.tp-contact-btn:hover{

    background:#fff;

    color:#0B63CE;

}

@media(max-width:991px){

.tp-commitment-box{

padding:40px 30px;

text-align:center;

}

.tp-commitment-title{

font-size:34px;

}

.tp-commitment-action{

align-items:center;

margin-top:40px;

}

}

@media(max-width:576px){

.tp-commitment-title{

font-size:28px;

}

.tp-call-box{

flex-direction:column;

text-align:center;

}

.tp-call-box h4{

font-size:22px;

}

.tp-contact-btn{

width:100%;

}

}




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

.tp-page-header{

    background:linear-gradient(135deg,#0B63CE 0%,#0A4FA5 50%,#063A77 100%);

    padding:90px 0;

    position:relative;

    overflow:hidden;

}

/* Decorative Circles */

.tp-page-header::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

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

    border-radius:50%;

    top:-140px;

    right:-100px;

}

.tp-page-header::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

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

    border-radius:50%;

    bottom:-80px;

    left:-70px;

}

.tp-page-header-content{

    position:relative;

    z-index:2;

    text-align:center;

}

.tp-page-tag{

    display:inline-block;

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

    color:#fff;

    padding:8px 20px;

    border-radius:50px;

    font-size:14px;

    letter-spacing:1px;

    margin-bottom:18px;

}

.tp-page-header h1{

    color:#fff;

    font-size:48px;

    font-weight:700;

    margin-bottom:20px;

}

.tp-breadcrumb{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    list-style:none;

    padding:0;

    margin:0;

}

.tp-breadcrumb li{

    color:#fff;

    font-size:16px;

}

.tp-breadcrumb li a{

    color:#ffb347;

    text-decoration:none;

    transition:.3s;

}

.tp-breadcrumb li a:hover{

    color:#fff;

}

.tp-breadcrumb i{

    font-size:13px;

    color:#d8d8d8;

}

/* Responsive */

@media(max-width:991px){

.tp-page-header{

padding:70px 0;

}

.tp-page-header h1{

font-size:38px;

}

}

@media(max-width:576px){

.tp-page-header{

padding:60px 0;

}

.tp-page-header h1{

font-size:30px;

}

.tp-page-tag{

font-size:12px;

}

.tp-breadcrumb li{

font-size:14px;

}

}





/*====================================
        TESTIMONIALS
====================================*/

.tp-testimonials{

    background:white;

}

.tp-testimonial-tag{

    display:inline-block;

    padding:8px 18px;

    background:#eef5ff;

    color:#0B63CE;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

.tp-testimonial-title{

    font-size:42px;

    font-weight:700;

    margin-top:15px;

}

.tp-testimonial-text{

    color:#666;

    max-width:650px;

    margin:auto;

}

.tp-testimonial-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    position:relative;

   border: 1px solid lightgray;

    transition:.4s;

}

.tp-testimonial-card:hover{

    transform:translateY(-8px);

}

.tp-quote{

    position:absolute;

    right:30px;

    top:25px;

    font-size:40px;

    color:#ff7a00;

    opacity:.15;

}

.tp-testimonial-card p{

    color:#666;

    line-height:30px;

    margin-bottom:25px;

}

.tp-rating{

    color:#ffb400;

    margin-bottom:25px;

}

.tp-user{

    display:flex;

    align-items:center;

    gap:18px;

}

.tp-user img{

    width:70px;

    height:70px;

    border-radius:50%;

    object-fit:cover;

}

.tp-user h5{

    margin:0;

    font-weight:700;

}

.tp-user span{

    color:#777;

    font-size:15px;

}

.tpTestimonialSlider{

    padding-bottom:60px;

}

.tp-testimonial-pagination .swiper-pagination-bullet-active{

    background:#ff7a00;

}

@media(max-width:768px){

.tp-testimonial-title{

font-size:30px;

}

.tp-testimonial-card{

padding:25px;

}

}


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

.tp-about-company{

    background:#ffffff;

}

.tp-about-badge{

    display:inline-block;

    padding:8px 18px;

    background:#eef5ff;

    color:#0B63CE;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:20px;

}

.tp-about-heading{

    font-size:44px;

    font-weight:700;

    color:#222;

    margin-bottom:25px;

}

.tp-about-heading span{

    color:#ff7a00;

}

.tp-about-company p{

    font-size:17px;

    color:#666;

    line-height:31px;

    margin-bottom:18px;

}

.tp-mission-card{

    background:#fff;

    padding:35px;

    border-radius:22px;

    border-left:5px solid #ff7a00;

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

    transition:.4s;

}

.tp-mission-card:hover{

    transform:translateY(-8px);

}

.tp-mission-icon{

    width:75px;

    height:75px;

    background:#fff3e8;

    color:#ff7a00;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

}

.tp-mission-card h3{

    font-size:26px;

    font-weight:700;

    margin-bottom:15px;

    color:#222;

}

.tp-mission-card p{

    margin:0;

    color:#666;

    line-height:30px;

}

/* Responsive */

@media(max-width:991px){

.tp-about-heading{

font-size:36px;

}

.tp-mission-card{

margin-top:25px;

}

}

@media(max-width:576px){

.tp-about-heading{

font-size:30px;

}

.tp-about-company p{

font-size:16px;

line-height:28px;

}

.tp-mission-card{

padding:25px;

}

.tp-mission-icon{

width:65px;

height:65px;

font-size:24px;

}

.tp-mission-card h3{

font-size:22px;

}

}




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

.tp-strengths{

    background:#f8fafc;

}

.tp-strength-tag{

    display:inline-block;

    padding:8px 18px;

    background:#eaf4ff;

    color:#0B63CE;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

}

.tp-strength-title{

    font-size:44px;

    font-weight:700;

    margin-top:18px;

    color:#222;

}

.tp-strength-title span{

    color:#ff7a00;

}

.tp-strength-text{

    max-width:700px;

    margin:20px auto 0;

    color:#666;

    line-height:30px;

}

.tp-strength-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    transition:.4s;

    height:100%;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

}

.tp-strength-card:hover{

    transform:translateY(-10px);

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

}

.active-card{

    margin-top:35px;

}

.tp-strength-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:20px;

    background:#fff3e8;

    color:#ff7a00;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin-bottom:25px;

}

.tp-strength-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.tp-strength-card p{

    color:#666;

    line-height:30px;

    margin:0;

}

.tp-strength-bottom{

    margin-top:60px;

    background:#0B63CE;

    color:#fff;

    padding:25px 35px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    font-size:18px;

    font-weight:500;

}

.tp-strength-bottom i{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#ff7a00;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

/* Responsive */

@media(max-width:991px){

.active-card{

margin-top:0;

}

.tp-strength-title{

font-size:36px;

}

}

@media(max-width:576px){

.tp-strength-title{

font-size:30px;

}

.tp-strength-card{

padding:25px;

}

.tp-strength-bottom{

flex-direction:column;

text-align:center;

font-size:16px;

padding:25px;

}

}




.tp-gallery{

    background:#f8fafc;
    
    }
    
    .tp-gallery-tag{
    
    display:inline-block;
    
    padding:8px 18px;
    
    background:#eef5ff;
    
    color:#0B63CE;
    
    border-radius:30px;
    
    font-weight:600;
    
    }
    
    .tp-gallery-title{
    
    font-size:42px;
    
    font-weight:700;
    
    margin-top:15px;
    
    }
    
    .tp-gallery-text{
    
    max-width:650px;
    
    margin:auto;
    
    color:#666;
    
    }
    
    .tp-gallery-item{
    
    position:relative;
    
    overflow:hidden;
    
    border-radius:18px;
    
    cursor:pointer;
    
    }
    
    .tp-gallery-item img{
    
    width:100%;
    
    height:260px;
    
    object-fit:cover;
    
    transition:.5s;
    
    }
    
    .tp-gallery-item:hover img{
    
    transform:scale(1.1);
    
    }
    
    .tp-gallery-overlay{
    
    position:absolute;
    
    top:0;
    
    left:0;
    
    width:100%;
    
    height:100%;
    
    background:rgba(11,99,206,.70);
    
    display:flex;
    
    justify-content:center;
    
    align-items:center;
    
    opacity:0;
    
    transition:.4s;
    
    }
    
    .tp-gallery-overlay i{
    
    color:#fff;
    
    font-size:36px;
    
    }
    
    .tp-gallery-item:hover .tp-gallery-overlay{
    
    opacity:1;
    
    }
    
    
    /* Modal */
    
    .tp-modal{
    
    background:transparent;
    
    border:none;
    
    position:relative;
    
    text-align:center;
    
    }
    
    .tp-modal img{
    
    max-height:80vh;
    
    border-radius:12px;
    
    }
    
    .tp-close{
    
    position:absolute;
    
    top:-45px;
    
    right:0;
    
    filter:invert(1);
    
    font-size:22px;
    
    z-index:20;
    
    }
    
    .tp-prev,
    .tp-next{
    
    position:absolute;
    
    top:50%;
    
    transform:translateY(-50%);
    
    width:55px;
    
    height:55px;
    
    border:none;
    
    background:rgba(255,255,255,.2);
    
    backdrop-filter:blur(10px);
    
    border-radius:50%;
    
    color:#fff;
    
    font-size:22px;
    
    }
    
    .tp-prev{
    
    left:-70px;
    
    }
    
    .tp-next{
    
    right:-70px;
    
    }
    
    .tp-prev:hover,
    .tp-next:hover{
    
    background:#ff7a00;
    
    }
    
    @media(max-width:768px){
    
    .tp-gallery-title{
    
    font-size:30px;
    
    }
    
    .tp-gallery-item img{
    
    height:180px;
    
    }
    
    .tp-prev{
    
    left:5px;
    
    }
    
    .tp-next{
    
    right:5px;
    
    }
    
    }



    .gallery-prev,
.gallery-next{

position:absolute;

top:50%;

transform:translateY(-50%);

width:55px;

height:55px;

border:none;

border-radius:50%;

background:#ffffff;

font-size:26px;

cursor:pointer;

z-index:99;

}

.gallery-prev{

left:20px;

}

.gallery-next{

right:20px;

}

#galleryPreview{

max-height:80vh;

width:auto;

display:block;

margin:auto;

}





/*====================================
        CONTACT SECTION
====================================*/


    
    .tp-contact-info{
    
    background:#0B63CE;
    
    padding:45px;
    
    border-radius:25px;
    
    height:100%;
    
    color:#fff;
    
    }
    
    .tp-contact-tag,
    .tp-form-tag{
    
    display:inline-block;
    
    padding:8px 18px;
    
    background:rgba(255,255,255,.15);
    
    border-radius:30px;
    
    font-size:14px;
    
    font-weight:600;
    
    margin-bottom:18px;
    
    }
    
    .tp-contact-info h2{
    
    font-size:42px;
    
    font-weight:700;
    
    margin-bottom:20px;
    
    }
    
    .tp-contact-info>p{
    
    line-height:30px;
    
    opacity:.9;
    
    margin-bottom:40px;
    
    }
    
    .tp-contact-box{
    
    display:flex;
    
    gap:20px;
    
    margin-bottom:30px;
    
    align-items:flex-start;
    
    }
    
    .tp-contact-icon{
    
    width:60px;
    
    height:60px;
    
    min-width:60px;
    
    background:#ff7a00;
    
    border-radius:18px;
    
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    font-size:22px;
    
    }
    
    .tp-contact-box h5{
    
    font-weight:700;
    
    margin-bottom:8px;
    
    }
    
    .tp-contact-box p{
    
    margin:0;
    
    line-height:28px;
    
    }
    
    .tp-contact-box a{
    
    color:#fff;
    
    text-decoration:none;
    
    }
    
    .tp-contact-form{
    
    background:#fff;
    
    padding:45px;
    
    border-radius:25px;
    
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    
    }
    
    .tp-contact-form h3{
    
    font-size:32px;
    
    font-weight:700;
    
    margin-bottom:15px;
    
    }
    
    .tp-contact-form p{
    
    color:#666;
    
    line-height:30px;
    
    margin-bottom:35px;
    
    }
    
    .tp-contact-form .form-control{
    
    height:58px;
    
    border-radius:12px;
    
    border:1px solid #ddd;
    
    box-shadow:none;
    
    padding:15px;
    
    }
    
    .tp-contact-form textarea.form-control{
    
    height:auto;
    
    resize:none;
    
    }
    
    .tp-contact-form .form-control:focus{
    
    border-color:#0B63CE;
    
    box-shadow:none;
    
    }
    
    .tp-send-btn{
    
    background:#0B63CE;
    
    color:#fff;
    
    border:none;
    
    padding:16px 35px;
    
    border-radius:50px;
    
    font-weight:600;
    
    transition:.4s;
    
    }
    
    .tp-send-btn:hover{
    
    background:#ff7a00;
    
    }
    
    @media(max-width:991px){
    
    .tp-contact-info,
    
    .tp-contact-form{
    
    padding:30px;
    
    }
    
    .tp-contact-info h2{
    
    font-size:34px;
    
    }
    
    .tp-contact-form h3{
    
    font-size:28px;
    
    }
    
    }
    
    @media(max-width:576px){
    
    .tp-contact-info h2{
    
    font-size:28px;
    
    }
    
    .tp-contact-form h3{
    
    font-size:24px;
    
    }
    
    .tp-contact-box{
    
    gap:15px;
    
    }
    
    .tp-contact-icon{
    
    width:50px;
    
    height:50px;
    
    min-width:50px;
    
    font-size:18px;
    
    }
    
    .tp-send-btn{
    
    width:100%;
    
    }
    
    }





    /*====================================
      PRODUCT INTRO
====================================*/

.tp-product-intro{

    background:#f8fafc;

}

.tp-product-badge{

    display:inline-block;

    background:#eef5ff;

    color:#0B63CE;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:18px;

}

.tp-product-heading{

    font-size:44px;

    font-weight:700;

    color:#222;

    margin-bottom:25px;

}

.tp-product-heading span{

    color:#ff7a00;

}

.tp-product-intro p{

    color:#666;

    font-size:17px;

    line-height:31px;

    margin-bottom:18px;

}

.tp-product-point{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

    color:#222;

}

.tp-product-point i{

    color:#ff7a00;

}

.tp-product-feature{

    background:#fff;

    border-radius:20px;

    padding:30px 20px;

    text-align:center;

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

    transition:.4s;

    height:100%;

}

.tp-product-feature:hover{

    transform:translateY(-8px);

}

.tp-product-feature i{

    font-size:34px;

    color:#ff7a00;

    margin-bottom:18px;

}

.tp-product-feature h4{

    font-size:28px;

    font-weight:700;

    margin-bottom:8px;

}

.tp-product-feature span{

    color:#666;

}

.tp-product-cta{

    background:#0B63CE;

    color:#fff;

    padding:30px;

    border-radius:20px;

}

.tp-product-cta h5{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.tp-product-cta p{

    color:#fff;

    opacity:.9;

    margin-bottom:25px;

}

.tp-product-btn{

    display:inline-block;

    background:#ff7a00;

    color:#fff;

    text-decoration:none;

    padding:14px 30px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.tp-product-btn:hover{

    background:#fff;

    color:#0B63CE;

}

@media(max-width:991px){

.tp-product-heading{

font-size:36px;

}

}

@media(max-width:576px){

.tp-product-heading{

font-size:30px;

}

.tp-product-intro p{

font-size:16px;

line-height:28px;

}

.tp-product-feature{

padding:25px 15px;

}

.tp-product-cta{

text-align:center;

}

.tp-product-btn{

display:block;

width:100%;

text-align:center;

}

}



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

.tp-products{

    background:#f8fafc;

}

.tp-product-tag{

    display:inline-block;

    background:#eef5ff;

    color:#0B63CE;

    padding:8px 18px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:15px;

}

.tp-product-title{

    font-size:42px;

    font-weight:700;

    margin-bottom:15px;

}

.tp-product-text{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:30px;

}

.tp-product-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

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

    transition:.4s;

    height:100%;

}

.tp-product-card:hover{

    transform:translateY(-10px);

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

}

.tp-product-image{

    overflow:hidden;

}

.tp-product-image img{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.5s;

}

.tp-product-card:hover img{

    transform:scale(1.08);

}

.tp-product-content{

    padding:25px;

}

.tp-product-content h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

    min-height:60px;

}

.tp-product-content p{

    color:#666;

    line-height:28px;

    margin-bottom:25px;

    min-height:84px;

}

.tp-view-btn{

    display:inline-flex;

    align-items:center;

    padding:12px 24px;

    background:#0B63CE;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.tp-view-btn:hover{

    background:#ff7a00;

    color:#fff;

}

@media(max-width:991px){

.tp-product-title{

font-size:34px;

}

}

@media(max-width:576px){

.tp-product-title{

font-size:28px;

}

.tp-product-content h4{

font-size:20px;

min-height:auto;

}

.tp-product-content p{

min-height:auto;

}

.tp-product-image img{

height:220px;

}

}





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

.tp-product-details{

    background:#f8fafc;

}

.tp-product-image-box{

    background:#fff;

    padding:20px;

    border-radius:25px;

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

}

.tp-product-image-box img{

    width:100%;

    border-radius:15px;

}

.tp-product-badge{

    display:inline-block;

    background:#eef5ff;

    color:#0B63CE;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;

}

.tp-product-details h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

    color:#222;

}

.tp-product-details p{

    color:#666;

    line-height:31px;

    margin-bottom:18px;

}

.tp-detail-box{

    background:#fff;

    border-radius:20px;

    padding:30px;

    height:100%;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

}

.tp-detail-box h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:25px;

    color:#0B63CE;

}

.tp-detail-box h4 i{

    color:#ff7a00;

    margin-right:10px;

}

.tp-detail-box ul{

    list-style:none;

    padding:0;

    margin:0;

}

.tp-detail-box ul li{

    padding:10px 0;

    border-bottom:1px solid #eee;

    color:#555;

    position:relative;

    padding-left:28px;

}

.tp-detail-box ul li:last-child{

    border-bottom:none;

}

.tp-detail-box ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#ff7a00;

    font-weight:bold;

}

.tp-tags{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

}

.tp-tags span{

    background:#eef5ff;

    color:#0B63CE;

    padding:10px 18px;

    border-radius:50px;

    font-weight:600;

}

@media(max-width:991px){

.tp-product-details h2{

font-size:34px;

}

}

@media(max-width:576px){

.tp-product-details h2{

font-size:28px;

}

.tp-detail-box{

padding:25px;

}

.tp-detail-box h4{

font-size:22px;

}

}




/*====================================
    CUSTOM SOLUTIONS
====================================*/

.tp-custom-solution{

    background:#f8fafc;

}

.tp-custom-badge{

    display:inline-block;

    background:#eef5ff;

    color:#0B63CE;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:18px;

}

.tp-custom-title{

    font-size:44px;

    font-weight:700;

    color:#222;

    margin-bottom:25px;

    line-height:1.3;

}

.tp-custom-title span{

    color:#ff7a00;

}

.tp-custom-solution p{

    color:#666;

    line-height:31px;

    font-size:17px;

    margin-bottom:20px;

}

.tp-custom-btn{

    display:inline-flex;

    align-items:center;

    text-decoration:none;

    background:#0B63CE;

    color:#fff;

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.tp-custom-btn:hover{

    background:#ff7a00;

    color:#fff;

}

.tp-custom-card{

    background:#fff;

    border-radius:20px;

    padding:28px;

    height:100%;

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

    transition:.4s;

    border-top:4px solid transparent;

}

.tp-custom-card:hover{

    transform:translateY(-8px);

    border-color:#ff7a00;

}

.tp-custom-card i{

    width:65px;

    height:65px;

    border-radius:18px;

    background:#eef5ff;

    color:#0B63CE;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    margin-bottom:20px;

}

.tp-custom-card h5{

    font-size:22px;

    font-weight:700;

    margin-bottom:12px;

    color:#222;

}

.tp-custom-card p{

    margin:0;

    font-size:15px;

    line-height:27px;

    color:#666;

}

/* Responsive */

@media(max-width:991px){

.tp-custom-title{

font-size:36px;

}

}

@media(max-width:576px){

.tp-custom-title{

font-size:30px;

}

.tp-custom-card{

padding:22px;

}

.tp-custom-btn{

width:100%;

justify-content:center;

}

}





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

.tp-choose{

    background:#f7f9fc;

}

.tp-choose-tag{

    display:inline-block;

    background:#eef5ff;

    color:#0B63CE;

    padding:8px 20px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;

}

.tp-choose-title{

    font-size:44px;

    font-weight:700;

    margin-bottom:15px;

}

.tp-choose-title span{

    color:#ff7a00;

}

.tp-choose-text{

    max-width:720px;

    margin:auto;

    color:#666;

    line-height:30px;

}

.tp-choose-item{

    background:#fff;

    border-radius:20px;

    padding:28px;

    display:flex;

    align-items:flex-start;

    gap:22px;

    height:100%;

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

    transition:.35s;

    border-left:5px solid transparent;

}

.tp-choose-item:hover{

    transform:translateY(-8px);

    border-left-color:#ff7a00;

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

}

.tp-choose-icon{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:18px;

    background:#eef5ff;

    color:#0B63CE;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    transition:.35s;

}

.tp-choose-item:hover .tp-choose-icon{

    background:#ff7a00;

    color:#fff;

}

.tp-choose-item h5{

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;

    color:#222;

}

.tp-choose-item p{

    margin:0;

    color:#666;

    line-height:28px;

}

/* Responsive */

@media(max-width:991px){

.tp-choose-title{

font-size:36px;

}

}

@media(max-width:576px){

.tp-choose-title{

font-size:30px;

}

.tp-choose-item{

padding:22px;

gap:18px;

}

.tp-choose-icon{

width:60px;

height:60px;

min-width:60px;

font-size:24px;

}

.tp-choose-item h5{

font-size:19px;

}

}