/*==================================================
GOOGLE FONT
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


body{
    margin:0;
    font-family:'Poppins',sans-serif;
}

/*==========================
    TOP HEADER
==========================*/

.top-header{
    background:linear-gradient(90deg,#1d1d1d 0%,#001f63 45%,#003b8e 100%);
    color:#fff;
    font-size:15px;
}

.top-header a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.top-header a:hover{
    color:#ffb100;
}

.top-header .container-fluid{
    padding:10px 35px;
}

.info-group{
    display:flex;
    align-items:center;
    gap:30px;
}

.info-item{
    display:flex;
    align-items:center;
    white-space:nowrap;
}

.info-item i{
    color:#fff;
    margin-right:10px;
    font-size:15px;
}

.phone{
    color:#ff9d00 !important;
    font-weight:600;
    font-size:24px;
}

.divider{
    width:1px;
    height:22px;
    background:rgba(255,255,255,.4);
}

.social-icons{
    display:flex;
    gap:10px;
}

.social-icons a{
    width:34px;
    height:34px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.social-icons a:hover{
    background:#ff9800;
    border-color:#ff9800;
    color:#fff;
}

@media(max-width:991px){

.top-header .container-fluid{
    padding:12px 15px;
}

.info-group{
    flex-direction:column;
    gap:12px;
    align-items:flex-start;
}

.divider{
    display:none;
}

.right-part{
    margin-top:15px;
}

.phone{
    font-size:18px;
}

}










.hero-banner{

    background:linear-gradient(90deg,#eef7ff 0%,#d8edff 45%,#52a9ff 100%);
    min-height:500px;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    padding:60px 0;
}

.hero-banner h1{

    font-size:58px;
    font-weight:800;
    color:#0d2f6f;
}

.hero-banner h1 span{

    color:#238cff;
}

.hero-banner h3{

    font-size:28px;
    font-weight:700;
    margin:15px 0;
}

.hero-banner p{

    font-size:22px;
    color:#444;
}

.feature-box{

    text-align:center;
    margin-top:20px;
}

.icon{

    width:70px;
    height:70px;
    border-radius:50%;
    border:2px solid #0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    color:#0d6efd;
    font-size:28px;
    margin-bottom:10px;
    background:#fff;
}

.feature-box h6{

    font-weight:700;
}

.carousel-indicators [data-bs-target]{

    width:12px;
    height:12px;
    border-radius:50%;
}

.carousel-control-prev,
.carousel-control-next{

    width:60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{

    background-color:rgba(0,0,0,.35);
    border-radius:50%;
    padding:18px;
}

@media(max-width:991px){

.hero-banner{

text-align:center;
padding:40px 0;
}

.hero-banner h1{

font-size:40px;
}

.hero-banner h3{

font-size:22px;
}

.hero-banner p{

font-size:18px;
}

.feature-box{

margin-bottom:20px;
}

}




.service-card{

    background:#fff;
    border-radius:18px;
    padding:22px;
    display:flex;
    align-items:center;
    gap:10px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;
    height:100%;
}

.service-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.icon-box{

    width:64px;
    height:64px;

    min-width:64px;

    border:2px solid #2d8cff;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#0d47a1;

    font-size:32px;

    background:#fff;
}

.content h5{

    font-size:18px;

    font-weight:700;

    color:#0d2b6d;

    margin-bottom:8px;
}

.content p{

    margin:0;

    color:#555;

    font-size:15px;

    line-height:1.6;
}

@media(max-width:991px){

.service-card{

padding:20px;
}

}

@media(max-width:576px){

.service-card{

flex-direction:column;

text-align:center;

}

.icon-box{

margin-bottom:10px;

}

}



.trusted-brands{

    background:#06204d;
    padding:50px 0 30px;
    color:#fff;
}

/* Heading */

.section-title{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:35px;
}

.section-title span{

    width:80px;
    height:2px;
    background:#2b78ff;
}

.section-title h2{

    margin:0;
    font-size:34px;
    font-weight:700;
    color:#fff;
}

/* Brand */

.brand-box{

    background:#fff;
    border-radius:8px;
    padding:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:85px;

    transition:.3s;
}

.brand-box:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(255,255,255,.15);
}

.brand-box img{

    max-height:45px;
    width:auto;
}

/* Features */

.feature-item{

    display:flex;
    gap:18px;
    align-items:flex-start;

    border-right:1px solid rgba(255,255,255,.18);

    padding-right:20px;
}

.feature-item i{

    color:#0d82ff;

    font-size:42px;

    width:45px;
}

.feature-item h5{

    font-size:18px;

    font-weight:700;

    margin-bottom:8px;

    color:#fff;
}

.feature-item p{

    margin:0;

    color:#d8d8d8;

    line-height:1.7;

    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

.section-title h2{

font-size:28px;

}

.feature-item{

border-right:none;

}

}

@media(max-width:576px){

.section-title{

gap:10px;

}

.section-title span{

width:40px;

}

.section-title h2{

font-size:22px;

}

.brand-box{

height:70px;

padding:10px;

}

.brand-box img{

max-height:35px;

}

.feature-item{

text-align:center;

flex-direction:column;

align-items:center;

}

}








.service-card{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:12px;
    overflow:visible;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.service-img{
    width:100%;
    height:360px;
    object-fit:cover;
    border-radius:14px;
    display:block;
}

/* Bottom Blue Box */

.service-content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:-18px;

    height:76px;

    background:#183b97;

    display:flex;
    align-items:center;

    padding:12px 18px;

    border-radius:24px;

    /* Same effect as original */
    border-top:1.5px solid #fff;
    border-bottom:2px solid #0a8cff;

    box-shadow:
        0 10px 25px rgba(0,0,0,.25),
        inset 0 1px 0 rgba(255,255,255,.20);

    overflow:hidden;
}
.service-content::before{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    top:0;
    height:1px;
    background:rgba(255,255,255,.45);
}
.service-content::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
    background:#0aa3ff;
    border-radius:0 0 24px 24px;
}
/* White Circle */

.service-icon{
    width:56px;
    height:56px;
    min-width:56px;

    background:#fff;
    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:0 2px 8px rgba(0,0,0,.15);
}

.service-icon i{

    font-size:28px;

    color:#0057d8;
}

.service-text{

    flex:1;
}

.service-text h3{

    margin:0;

    font-size:20px;

    font-weight:700;

    color:#fff;

    line-height:1.2;
}

.service-text p{

    margin:3px 0 0;

    font-size:15px;

    color:#ffffff;

    opacity:.95;

    line-height:1.35;
}

/* Hover */

.service-card:hover .service-img{
    transform:scale(1.04);
    transition:.4s;
}

/* Responsive */

@media (max-width:991px){

.service-img{
height:300px;
}

.service-content{

left:20px;
right:20px;
height:70px;
}

}

@media (max-width:767px){

.service-card{
margin-bottom:40px;
}

.service-img{
height:260px;
}

.service-content{

left:18px;
right:18px;
height:68px;
}

.service-icon{

width:52px;
height:52px;
min-width:52px;
}

.service-icon i{

font-size:24px;
}

.service-text h3{

font-size:18px;
}

.service-text p{

font-size:14px;
}

}










.contact-highlight{

    background:#fff url(images/bg-pattern.png) no-repeat center;

    background-size:cover;

    padding:40px 0 70px;

    position:relative;
}

/*==========================
Top Contact Bar
==========================*/

.top-contact{

    background:linear-gradient(90deg,#0c2269,#003b97);

    border-radius:14px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.contact-item{

    display:flex;

    align-items:center;

    padding:18px 30px;

    gap:18px;

    min-height:100px;
}

.contact-item.border-start{

    border-left:1px solid rgba(255,255,255,.20)!important;
}

.contact-item.border-end{

    border-right:1px solid rgba(255,255,255,.20)!important;
}

.contact-icon{

    width:58px;

    height:58px;

    border-radius:50%;

    background:linear-gradient(#27b6ff,#1a79ff);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:28px;

    flex-shrink:0;
}

.contact-item h6{

    color:#fff;

    font-size:14px;

    margin-bottom:4px;

    font-weight:700;
}

.contact-item h4{

    margin:0;

    color:#ff9800;

    font-size:18px;

    font-weight:700;
}

.contact-item h4.blue{

    color:#1aa0ff;
}

.contact-item h4.green{

    color:#7ad23f;
}

/*==========================
Middle Text
==========================*/

.middle-content{

    max-width:920px;

    margin:35px auto;

    text-align:center;
}

.middle-content p{

    font-size:18px;

    line-height:1.8;

    color:#10214e;

    font-weight:500;
}

.middle-content span{

    color:#0a7eff;

    font-weight:700;
}

/*==========================
Bottom Heading
==========================*/

.service-heading{

    background:linear-gradient(90deg,#081b64,#062d8d);

    border-radius:70px 70px 0 0;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:20px;

    padding:22px 30px;

    position:relative;

    overflow:hidden;
}



.heading-icon{

    width:58px;

    height:58px;

    border:2px solid rgba(255,255,255,.7);

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:26px;
}

.service-heading h2{

    color:#fff;

    margin:0;

    font-size:22px;

    font-weight:700;
}

.service-heading h2 span{

    color:#1da8ff;
}


.left-dots{

    position:absolute;

    left:60px;
    bottom:18px;

    width:50px;
    height:28px;

    background-image:
    radial-gradient(#15a7ff 1.6px,transparent 1.6px);

    background-size:10px 10px;

    opacity:.9;
}

.right-dots{

    position:absolute;

    right:60px;
    bottom:18px;

    width:50px;
    height:28px;

    background-image:
    radial-gradient(#15a7ff 1.6px,transparent 1.6px);

    background-size:10px 10px;

    opacity:.9;
}
/*==========================
Responsive
==========================*/

@media(max-width:991px){

.contact-item{

border:none!important;

justify-content:center;

text-align:center;

}

.service-heading{

border-radius:20px;

flex-direction:column;

text-align:center;

}

.service-heading::before,

.service-heading::after{

display:none;

}

}

@media(max-width:576px){

.contact-item{

padding:18px;

}

.contact-item h4{

font-size:16px;

}

.middle-content p{

font-size:16px;

}

.service-heading h2{

font-size:18px;

}

}




/* ===========================================================
   AC BENEFITS SECTION
  
   =========================================================== */

.benefits-section{
    background:#fff;
    position:relative;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

.section-heading .sub-title{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:8px;
}

.section-heading .sub-title span{
    color:#238cff;
    font-weight:600;
    font-size:18px;
}

.section-heading .title-line{
    width:70px;
    height:2px;
    background:#b9dafd;
}

.section-heading h2{
    font-size:48px;
    font-weight:700;
    color:#0b1f67;
    line-height:1.15;
    margin:0;
}

.section-heading h2 span{
    color:#1d95ff;
}

.benefit-wrapper{
    display:flex;
    align-items:flex-start;
    gap:28px;
    margin-top:35px;
}

/* Timeline */

.timeline{
    width:70px;
    position:relative;
    flex-shrink:0;
}

.timeline:before{
    content:"";
    position:absolute;
    left:34px;
    top:20px;
    bottom:20px;
    width:2px;
    background:#2b91ff;
}

.timeline-item{
    height:155px;
    position:relative;
    display:flex;
    justify-content:center;
}

.timeline-number{
    width:46px;
    height:46px;
    border-radius:50%;
    background:linear-gradient(180deg,#3aa4ff,#0d69ea);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    z-index:2;
    box-shadow:0 8px 20px rgba(16,119,255,.25);
}

.timeline-item:after{
    content:"";
    position:absolute;
    top:23px;
    left:56px;
    width:40px;
    height:2px;
    background:#2b91ff;
}

.timeline-item:before{
    content:"";
    position:absolute;
    top:18px;
    left:76px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#167fff;
}

/* Cards */

.benefit-list{
    flex:1;
}

.benefit-card{
    position:relative;
    display:flex;
    gap:24px;
    align-items:flex-start;
    background:#fff;
    border-radius:18px;
    padding:22px;
    margin-bottom:28px;
    box-shadow:0 10px 28px rgba(0,0,0,.10);
}

.benefit-card:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:8px;
    height:100%;
    background:#18a5ff;
    border-radius:0 18px 18px 0;
}

.benefit-icon{
    width:92px;
    min-width:92px;
    height:92px;
    border-radius:18px;
    background:#eef7ff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.benefit-icon img{
    width:52px;
}

.benefit-content h3{
    margin:0 0 10px;
    font-size:22px;
    color:#0b1f67;
    font-weight:700;
}

.benefit-content p{
    margin:0;
    color:#444;
    font-size:17px;
    line-height:1.8;
}

/* Bottom */

.bottom-info{
    margin-top:20px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    padding:18px;
}

.info-box{
    display:flex;
    align-items:center;
    gap:18px;
}

.info-icon{
    width:56px;
    height:54px;
    border-radius:50%;
    background:linear-gradient(#2ea2ff,#0d6dff);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.info-box h5{
    margin:0;
    font-size:16px;
    color:#0b1f67;
    font-weight:700;
}

.info-box h4{
    margin:2px 0 0;
    color:#148dff;
    font-size:30px;
    font-weight:700;
}

.info-box p{
    margin:2px 0 0;
    font-size:17px;
}

/* Right */

.right-heading h3{
    color:#0b1f67;
    font-size:32px;
    font-weight:700;
    margin-bottom:35px;
}

.product-box{
    text-align:center;
    margin-bottom:35px;
    position:relative;
}
.product-box img{
  width:330px;  
}
.arrow-shape img{
    width:125px; 
}
/*.product-platform{*/
/*    width:300px;*/
/*    height:26px;*/
/*    margin:0 auto 10px;*/
/*    border-radius:50%;*/
/*    background:linear-gradient(#fff,#edf4ff);*/
/*    box-shadow:0 10px 18px rgba(0,0,0,.18);*/
/*    position:relative;*/
/*}*/

/*.product-platform:after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    left:20px;*/
/*    right:20px;*/
/*    bottom:-2px;*/
/*    height:4px;*/
/*    border-radius:20px;*/
/*    background:#3aa4ff;*/
/*}*/

.product-box img{
    max-width:82%;
}

/* Responsive */

@media (max-width:991px){
    .section-heading h2{font-size:38px;}
    .benefit-wrapper{flex-direction:column;}
    .timeline{display:none;}
    .right-section{margin-top:40px;}
}

@media (max-width:767px){
    .benefit-card{
        flex-direction:column;
        text-align:center;
    }
    .benefit-icon{
        margin:auto;
    }
    .section-heading h2{
        font-size:30px;
    }
}



.service-title{

    width:100%;

    text-align:center;

    margin-bottom:45px;

    font-family:'Poppins',sans-serif;
}

/* first row */

.title-row{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    margin-bottom:12px;

}

/* heading */

.title-row h2{

    margin:0;

    font-size:58px;

    line-height:1;

    font-weight:800;

    color:#082a73;

    text-transform:uppercase;

}

.title-row h2 span{

    color:#f47b00;

}

/* blue line */

.line{

    width:42px;

    height:2px;

    background:#1f9cff;

}

/* blue dot */

.dot{

    width:7px;

    height:7px;

    background:#1f9cff;

    border-radius:50%;

}

/* paragraph */

.service-title p{

    margin:10px 0 4px;

    font-size:20px;

    color:#333;

    font-weight:400;

}

/* second line */

.service-title h5{

    margin:0;

    color:#10296d;

    font-size:23px;

    font-weight:700;

}




/*****************************************
SECTION
*****************************************/

.industry-served{

    background:#fff;

    padding:70px 0;

    position:relative;

    overflow:hidden;
}


/*****************************************
TITLE
*****************************************/

.industry-title{

    position:relative;

    z-index:2;
}

.title-line{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    margin-bottom:18px;
}


/*****************************************
HEADING
*****************************************/

.title-line h2{

    margin:0;

    font-family:'Barlow Condensed',sans-serif;

    font-size:48px;

    font-weight:800;

    text-transform:uppercase;

    color:#14295d;

    letter-spacing:1px;

    line-height:1;
}

.title-line h2 strong{

    color:#1d9cff;

    font-weight:800;
}


/*****************************************
LINES
*****************************************/

.title-line span{

    width:46px;

    height:4px;

    background:#1d9cff;

    border-radius:20px;
}


/*****************************************
SNOWFLAKE
*****************************************/

.title-line i{

    color:#8ec6ff;

    font-size:24px;
}


/*****************************************
TEXT
*****************************************/

.industry-title p{

    font-family:'Poppins',sans-serif;

    color:#24345d;

    font-size:26px;

    font-weight:500;

    line-height:1.45;

    max-width:760px;

    margin:auto;
}


/*****************************************
DOT BOX
*****************************************/

.dot-box{

    position:absolute;

    width:72px;

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:7px;

    z-index:1;
}

.dot-box span{

    width:4px;

    height:4px;

    border-radius:50%;

    background:#8ec6ff;
}

.dot-left{

    left:60px;

    bottom:5px;
}

.dot-right{

    right:60px;

    bottom:5px;
}


/*****************************************
RESPONSIVE
*****************************************/

@media(max-width:991px){

.title-line h2{

    font-size:48px;
}

.industry-title p{

    font-size:19px;
}

.title-line span{

    width:35px;
}

}

@media(max-width:767px){

.industry-served{

    padding:55px 0;
}

.title-line{

    gap:10px;

    flex-wrap:wrap;
}

.title-line h2{

    font-size:34px;
}

.title-line span{

    width:24px;

    height:3px;
}

.title-line i{

    font-size:18px;
}

.industry-title p{

    font-size:15px;

    line-height:1.7;
}

.dot-box{

    display:none;
}

}


/*==================================================
INDUSTRY LIST SECTION
==================================================*/

.industry-list{
    position:relative;
    padding:70px 0;
    background:#f8fbff;
    overflow:hidden;
}

/*==================================================
BACKGROUND SKYLINE (OPTIONAL)
==================================================*/

.industry-list::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:180px;
    background:url("../images/city-bg.png") bottom center no-repeat;
    background-size:cover;
    opacity:.12;
    pointer-events:none;
}

/*==================================================
CARD
==================================================*/

.industry-card{

    position:relative;

    display:flex;

    align-items:center;

    background:#fff;

    border-radius:10px;

    min-height:72px;

    padding:10px 18px;

    box-shadow:
        0 4px 15px rgba(0,0,0,.08);

    border:1px solid #edf2f8;

    transition:.35s;

    overflow:hidden;
}

.industry-card:hover{

    transform:translateY(-4px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.12);
}

/*==================================================
ICON
==================================================*/

.industry-icon{

    width:52px;

    height:52px;

    min-width:52px;

    border-radius:50%;

    background:#eef6ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:14px;

    transition:.35s;
}

.industry-icon i{

    color:#0b61d8;

    font-size:24px;
}

.industry-card:hover .industry-icon{

    background:#0b61d8;
}

.industry-card:hover .industry-icon i{

    color:#fff;
}

/*==================================================
VERTICAL DIVIDER
==================================================*/

.industry-divider{

    width:1px;

    height:34px;

    background:#d7e4f7;

    margin-right:18px;
}

/*==================================================
TEXT
==================================================*/

.industry-content{

    flex:1;

    font-size:28px;

    font-weight:600;

    color:#1f2e5d;

    font-family:'Poppins',sans-serif;
}

/*==================================================
RIGHT ORANGE LINE
==================================================*/

.industry-accent{

    position:absolute;

    top:20px;

    right:0;

    width:4px;

    height:30px;

    background:#ff8800;

    border-radius:3px 0 0 3px;
}

/*==================================================
ROW SPACING
==================================================*/

.industry-list .row{

    --bs-gutter-x:24px;

    --bs-gutter-y:16px;
}

/*==================================================
HOVER
==================================================*/

.industry-card:hover .industry-content{

    color:#0b61d8;
}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1199px){

.industry-content{

    font-size:22px;
}

}

@media (max-width:991px){

.industry-card{

    min-height:68px;
}

.industry-content{

    font-size:19px;
}

}

@media (max-width:767px){

.industry-list{

    padding:50px 0;
}

.industry-card{

    min-height:65px;

    padding:10px 15px;
}

.industry-icon{

    width:46px;

    height:46px;

    min-width:46px;

    margin-right:12px;
}

.industry-icon i{

    font-size:20px;
}

.industry-divider{

    margin-right:12px;

    height:28px;
}

.industry-content{

    font-size:17px;
}

.industry-accent{

    height:24px;

    top:20px;
}

}

@media (max-width:575px){

.industry-card{

    min-height:60px;
}

.industry-content{

    font-size:16px;
}

.industry-icon{

    width:42px;

    height:42px;

    min-width:42px;
}

.industry-icon i{

    font-size:18px;
}

}


/*=========================================
STATS SECTION
=========================================*/

.stats-section{

    padding:80px 0;

    background:#f5f9ff;
}


/*=========================================
MAIN BOX
=========================================*/

.stats-wrapper{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    padding:35px 40px 0;

    background:
        linear-gradient(rgba(6,22,78,.90),rgba(6,22,78,.90)),
        url("https://www.japsaircon.com/assets/img/bg/counter-bg.jpg") center center;

    background-size:cover;

    box-shadow:
        0 18px 45px rgba(0,0,0,.18);
}


/*=========================================
TOP HEADING
=========================================*/

.section-heading{

    margin-bottom:35px;
}

.mini-title{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    margin-bottom:15px;

    color:#1da1ff;

    font-size:15px;

    font-weight:700;

    letter-spacing:.5px;

    text-transform:uppercase;
}

.mini-title .line{

    width:30px;

    height:3px;

    background:#ff9d00;

    border-radius:30px;
}

.section-heading h2{

    color:#0b1f67;

    font-size:44px;

    font-weight:700;

    margin:0;
}
.stats-wrapper h2{
   

    color:#fff;

    font-size:44px;

    font-weight:700;

    margin:0;

}

/*=========================================
STATISTICS
=========================================*/

.stats-row{

    margin-bottom:20px;
}

.stat-box{

    text-align:center;

    padding:20px 10px;

    position:relative;

    border-right:1px solid rgba(255,255,255,.20);
}

.stat-icon{

    width:76px;

    height:76px;

    margin:auto;

    border-radius:12px;

    border:2px solid #3aa8ff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:34px;

    transition:.35s;
}

.stat-box h3{

    margin:18px 0 6px;

    color:#ffae22;

    font-size:58px;

    font-weight:700;
}

.stat-box h5{

    color:#fff;

    font-size:18px;

    font-weight:600;

    margin:0;

    letter-spacing:.5px;
}

.blue-line{

    display:block;

    width:32px;

    height:4px;

    margin:14px auto 0;

    background:#1da1ff;

    border-radius:30px;
}


/*=========================================
HOVER
=========================================*/

.stat-box:hover .stat-icon{

    background:#1da1ff;

    transform:translateY(-5px);
}

.stat-box:hover h3{

    color:#ffc247;
}


/*=========================================
BOTTOM FEATURE STRIP
=========================================*/

.feature-strip{

    margin:25px -40px 0;

    padding:20px 35px;

    background:#07184d;

    border-radius:45px 45px 28px 28px;

    border-top:1px solid rgba(255,255,255,.18);
}

.feature-box{

    display:flex;

    align-items:center;

    gap:15px;

    padding:0 18px;

    border-right:1px solid rgba(255,255,255,.18);
}

.feature-icon{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#168dff;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    flex-shrink:0;
}

.feature-box h5{

    color:#fff;

    font-size:20px;

    margin:0 0 4px;

    font-weight:600;
}

.feature-box p{

    color:#d3defd;

    margin:0;

    font-size:16px;
}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1199px){

.section-heading h2{

    font-size:36px;
}

.stat-box h3{

    font-size:46px;
}

.feature-box h5{

    font-size:13px;
}

.feature-box p{

    font-size:14px;
}

}

@media(max-width:991px){

.stat-box{

    border-right:none;

    border-bottom:1px solid rgba(255,255,255,.15);
}

.feature-box{

    border-right:none;

    border-bottom:1px solid rgba(255,255,255,.15);

    padding:18px;
}

.feature-strip{

    border-radius:25px;

    margin-top:20px;
}

}

@media(max-width:767px){

.stats-wrapper{

    padding:30px 20px 0;
}

.section-heading h2{

    font-size:28px;

    line-height:1.4;
}

.mini-title{

    font-size:13px;

    gap:10px;

    flex-wrap:wrap;
}

.stat-icon{

    width:62px;

    height:62px;

    font-size:28px;
}

.stat-box h3{

    font-size:38px;
}

.stat-box h5{

    font-size:16px;
}

.feature-strip{

    margin:20px -20px 0;

    padding:20px;
}

.feature-box{

    justify-content:flex-start;
}

}

@media(max-width:575px){

.section-heading h2{

    font-size:24px;
}

.stat-box{

    padding:18px 10px;
}

.stat-box h3{

    font-size:32px;
}

.stat-box h5{

    font-size:15px;
}

.feature-icon{

    width:45px;

    height:45px;

    font-size:18px;
}

.feature-box h5{

    font-size:16px;
}

.feature-box p{

    font-size:13px;
}

}




/*==================================================
SERVICE SLIDER SECTION
==================================================*/

.service-slider-section{
    position:relative;
    padding:80px 0;
    overflow:hidden;
    background:
        linear-gradient(rgba(5,22,74,.92),rgba(5,22,74,.92)),
        url("../images/service-bg.jpg") center center no-repeat;
    background-size:cover;
}

/* Snowflake Decorations */

.service-slider-section::before{
    content:"❄";
    position:absolute;
    left:28%;
    bottom:40px;
    font-size:70px;
    color:rgba(41,175,255,.10);
    transform:rotate(-15deg);
}

.service-slider-section::after{
    content:"❄";
    position:absolute;
    right:45px;
    top:95px;
    font-size:90px;
    color:rgba(41,175,255,.10);
}


/*==================================================
LEFT CONTENT
==================================================*/

.slider-service-content{
    color:#fff;
    padding-right:25px;
}

.slider-service-content .sub-title{

    display:block;

    font-size:15px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:.5px;

    margin-bottom:15px;

    color:#ffffff;
}

.slider-service-content .sub-title strong{

    color:#1da1ff;
}

.slider-service-content h2{

    font-size:36px;

    line-height:1.12;

    font-weight:800;

    margin-bottom:25px;

    color:#fff;
}

.slider-service-content h2 span{

    display:block;

    color:#1da1ff;
}

.slider-service-content p{

    color:#d6e2ff;

    font-size:18px;

    line-height:1.9;

    max-width:460px;

    margin:0;
}


/*==================================================
CAROUSEL
==================================================*/

#serviceSlider{
    position:relative;
    margin-top:35px;
}


/*==================================================
SERVICE CARD
==================================================*/

.service-box{

    background:#fff;

    border-radius:10px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.18);

    transition:.35s;

    position:relative;

    height:100%;
}

.service-box:hover{

    transform:translateY(-8px);
}


/* Orange Top Border */

.service-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#ff9800;

    z-index:2;
}


/*==================================================
IMAGE
==================================================*/

.service-img{

    height:185px;

    overflow:hidden;

    background:#fff;
}

.service-img img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.45s;
}

.service-box:hover .service-img img{

    transform:scale(1.08);
}


/*==================================================
BOTTOM INFO
==================================================*/

.service-info{

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px;

    background:#fff;
}


/*==================================================
ICON
==================================================*/

.service-info .icon{

    width:54px;

    height:54px;

    min-width:54px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    transition:.35s;
}

.service-box:hover .icon{

    background:#ff9800;

    transform:rotate(360deg);
}


/*==================================================
TITLE
==================================================*/

.service-info h5{

    margin:0;

    color:#12295c;

    font-size:20px;

    font-weight:700;

    line-height:1.3;

    text-transform:uppercase;
}

.service-info h5 span{

    display:block;

    font-size:18px;

    font-weight:700;
}


/*==================================================
ROW GAP
==================================================*/

.service-slider-section .row{

    --bs-gutter-x:20px;
}


/*==================================================
GENERAL TRANSITIONS
==================================================*/

.service-box,
.service-info,
.service-img img,
.service-info .icon{

    transition:all .35s ease;
}

/*=========================================
CAROUSEL CONTROLS
=========================================*/

#serviceSlider .carousel-control-prev,
#serviceSlider .carousel-control-next{

    width:48px;

    height:48px;

    top:-58px;

    opacity:1;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(10px);

    transition:.35s;
}

#serviceSlider .carousel-control-prev{

    left:auto;

    right:58px;
}

#serviceSlider .carousel-control-next{

    right:0;
}

#serviceSlider .carousel-control-prev i,
#serviceSlider .carousel-control-next i{

    color:#fff;

    font-size:16px;
}

#serviceSlider .carousel-control-prev:hover,
#serviceSlider .carousel-control-next:hover{

    background:#1da1ff;

    border-color:#1da1ff;
}


/*=========================================
CAROUSEL INDICATORS
=========================================*/

#serviceSlider .carousel-indicators{

    bottom:-42px;

    margin-bottom:0;

    gap:10px;
}

#serviceSlider .carousel-indicators button{

    width:32px;

    height:4px;

    border:none;

    border-radius:20px;

    background:rgba(255,255,255,.35);

    opacity:1;

    transition:.35s;
}

#serviceSlider .carousel-indicators .active{

    background:#1da1ff;

    width:46px;
}


/*=========================================
CARD HOVER
=========================================*/

.service-box{

    overflow:hidden;
}

.service-box:hover{

    box-shadow:0 20px 45px rgba(0,0,0,.28);

    transform:translateY(-10px);
}

.service-box:hover::before{

    background:#1da1ff;
}


/*=========================================
IMAGE OVERLAY
=========================================*/

.service-img{

    position:relative;
}

.service-img::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
            rgba(0,0,0,.15),
            transparent);

    opacity:0;

    transition:.35s;
}

.service-box:hover .service-img::after{

    opacity:1;
}


/*=========================================
TITLE HOVER
=========================================*/

.service-box:hover h5{

    color:#0d6efd;
}


/*=========================================
ICON EFFECT
=========================================*/

.service-box:hover .icon{

    box-shadow:0 10px 25px rgba(13,110,253,.35);
}


/*=========================================
ENTRANCE ANIMATION
=========================================*/

.carousel-item.active .service-box{

    animation:serviceFade .6s ease;
}

@keyframes serviceFade{

    from{

        opacity:0;

        transform:translateY(20px);
    }

    to{

        opacity:1;

        transform:translateY(0);
    }

}


/*=========================================
LARGE DESKTOP
=========================================*/

@media(min-width:1400px){

.slider-service-content h2{

    font-size:36px;
}

.service-img{

    height:205px;
}

.service-info h5{

    font-size:21px;
}

}


/*=========================================
LAPTOP
=========================================*/

@media(max-width:1199px){

.slider-service-content h2{

    font-size:28px;
}

.slider-service-content p{

    font-size:16px;
}

.service-img{

    height:165px;
}

.service-info{

    padding:15px;
}

.service-info h5{

    font-size:17px;
}

.service-info h5 span{

    font-size:16px;
}

}


/*=========================================
TABLET
=========================================*/

@media(max-width:991px){

.service-slider-section{

    padding:70px 0;
}

.slider-service-content{

    margin-bottom:35px;

    text-align:center;

    padding-right:0;
}

.slider-service-content p{

    margin:auto;
}

#serviceSlider .carousel-control-prev,
#serviceSlider .carousel-control-next{

    top:-55px;
}

.service-box{

    margin-bottom:20px;
}

}


/*=========================================
MOBILE
=========================================*/

@media(max-width:767px){

.service-slider-section{

    padding:55px 0;
}

.slider-service-content h2{

    font-size:34px;
}

.slider-service-content p{

    font-size:15px;

    line-height:1.8;
}

.service-img{

    height:200px;
}

.service-info{

    padding:15px;
}

.service-info .icon{

    width:48px;

    height:48px;

    min-width:48px;

    font-size:20px;
}

.service-info h5{

    font-size:16px;
}

.service-info h5 span{

    font-size:15px;
}

#serviceSlider .carousel-indicators{

    bottom:-28px;
}

}


/*=========================================
SMALL MOBILE
=========================================*/

@media(max-width:575px){

.slider-service-content h2{

    font-size:28px;
}

.slider-service-content .sub-title{

    font-size:13px;
}

.slider-service-content p{

    font-size:14px;
}

.service-img{

    height:180px;
}

#serviceSlider .carousel-control-prev,
#serviceSlider .carousel-control-next{

    width:40px;

    height:40px;

    top:-48px;
}

#serviceSlider .carousel-control-prev{

    right:48px;
}

.service-info{

    gap:12px;
}

.service-info h5{

    font-size:15px;
}

.service-info h5 span{

    font-size:14px;
}

}


/*=========================================
REDUCE MOTION SUPPORT
=========================================*/

@media (prefers-reduced-motion: reduce){

.service-box,
.service-img img,
.service-info .icon,
.carousel-item.active .service-box{

    animation:none;

    transition:none;
}





/* Start Product List Page */


.prdRangeImgBox {
    width: 399px;
    height: 399px;
}


.wrapToCenterPrdRangeImg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px;
}
.wrapToCenterPrdRangeImg * {
    vertical-align: middle !important;
}
.prdRangeImg {
    max-width: 100%;
    max-height: 100%;
}

/* End Image Responsive in Box */

/* Start Product List*/

.prod-range h1 {
    
    position: relative;
    line-height: 50px;
    margin: 0px;
    color: #020033;
    color: #1d1e81;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 2px;
}
.prdRangeTitle {
    background-color: #000c58;
    padding: 0px;
    margin: 0px;
    padding: 5px 0px;
}
.mainRespBox .card-title a{
    color:#fff;
    
}


.prdRangeTitle .btn{
    background-color:#F19C05;
}
.text-theme-colored{
    
}
.prdRangeTitle .btn:hover{
    background-color:#000C58;
    color:#1d1e81;
    font-weight:bold;
}
.prdRangeTitle h2{
    
    margin-top:0px;
    font-family: Tahoma;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    font-family:'Rubik',Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #fff;
    

}


.prdRangeTitle h2 a{
    text-decoration:none;
    color:#000C58;
    font-family: "Oswald", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.prdRangeTitle> center>a{
    
    text-decoration:none;
    color:#fff;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing:1px;
    font-size: 15px;
}



