/* ===================================
   BM WEB SOLUTIONS NAVBAR
=================================== */

.service-navbar,
.main-navbar{
    background:#ffffff;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

/* Logo */

.navbar-brand h1,
.navbar-brand span{
    color:#0B1F3A !important;
    font-weight:700;
}

/* Menu */

.navbar-nav .nav-link{
    color:#1f2937 !important;
    font-weight:600;
    transition:.3s;
}

/* Hover */

.navbar-nav .nav-link:hover{
    color:#06A3DA !important;
}

/* Active */

.navbar-nav .nav-link.active,
.navbar-nav .active > .nav-link{
    color:#06A3DA !important;
}

/* Mobile Toggle */

.navbar-toggler{
    border-color:#06A3DA !important;
}

.navbar-toggler:focus{
    box-shadow:none;
}

/* Bootstrap 5 Hamburger */

.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(6,163,218,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*=============================
BM HERO
==============================*/

.bmw-service-hero{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:#fff;
}
.bmw-service-content{
    max-width:620px;
}
.bmw-label{

    display:inline-block;

    background:rgba(255,255,255,.15);

    padding:10px 20px;

    border-radius:30px;

    margin-bottom:20px;

    letter-spacing:1px;

    font-size:14px;

    font-weight:600;

}
.bmw-hero-title{
    font-size:52px;
    line-height:1.15;
    font-weight:800;
    /* color:#0B1F3A; */
	color: #276dcc;
    margin:25px 0;
}
.bmw-hero-title span{
    color:#FFC83D;
}
.bmw-hero-description{
    font-size:22px;
    color:#5D6B82;
    line-height:1.8;
    max-width:650px;
    margin-bottom:40px;
}
.bmw-service-hero p,
.bmw-about-service p,
.bmw-service-card p,
.bmw-why-card p,
.bmw-process-item p,
.bmw-testimonial-card p{
    font-size:1rem;
    line-height:1.8;
}
.bmw-hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:35px;
}
.bmw-hero-buttons .btn{
    margin-right:18px;
}
.bmw-counter-row{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    margin-top:45px;
}
.bmw-counter-row h2{
    color:#fff;

    margin:0;

    font-size:42px;

    font-weight:700;

}
.bmw-counter-row small{

    color:#dfe8ff;

    font-size:15px;

}
.bmw-hero-image{
    background:#fff;
    padding:25px;
    border-radius:25px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}
.hero-main-img{
    width:100%;
    border-radius:18px;
}
.bmw-hero-image img{

    max-width:100%;

    border-radius:20px;

    box-shadow:0 30px 60px rgba(0,0,0,.25);

}
.bmw-about-service img{
    width:100%;
    height:auto;
}
.hero-img img{
    width:100%;
    max-width:700px;
}
.hero-image{
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
	transition:.4s;
}
.hero-image:hover{
    transform:translateY(-8px);
}

@media(max-width:767px){

.bmw-hero-title{
    font-size:34px;
    line-height:1.25;
}

}

@media(max-width:991px){

.bmw-service-hero{

    padding:140px 0 70px;

    text-align:center;

}
.bmw-service-hero h1{
    font-size:42px;
}
.bmw-counter-row{
    display:flex;
    gap:60px;
    margin-top:60px;
}

.bmw-counter-row h2{
    font-size:42px;
    font-weight:700;
    color:#0B1F3A;
}

.bmw-counter-row small{
    font-size:16px;
    color:#6c757d;
}
.bmw-hero-buttons{

    justify-content:center;

}

}

@media(max-width:576px){
.bmw-hero-title{
    font-size:32px;
}
.bmw-counter-row{
    flex-direction:column;
    gap:20px;
}
.bmw-hero-buttons{
    flex-direction:column;
    align-items:stretch;
}

.bmw-hero-buttons .btn{
    width:100%;
    margin-right:0;
}
}
.service-hero{
    background:
    radial-gradient(circle at top right,#eef6ff 0,#ffffff 45%),
    #fff;
}
.service-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.service-badge::before{
    content:"";
    width:45px;
    height:2px;
    background:#0d6efd;
}

/*=============================
ABOUT
=============================*/

.bmw-about-service{

padding:100px 0;

}

.bmw-section-tag{

display:inline-block;

padding:8px 18px;

background:#eef5ff;

color:#0d6efd;

border-radius:25px;

font-weight:600;

margin-bottom:18px;

}

.bmw-section-title{

    font-size:inherit;

    font-weight:700;

    color:#222;

}

.bmw-about-service p{

color:#64748b;

line-height:1.9;

}

.bmw-feature{

margin-bottom:18px;

font-weight:600;

}

.bmw-feature i{

color:#0d6efd;

margin-right:10px;

}

.bmw-services{

background:#f8fbff;

padding:100px 0;

}

.bmw-service-card{

background:#fff;

padding:40px;

border-radius:20px;

transition:.35s;

height:100%;

box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.bmw-service-card:hover{

transform:translateY(-10px);

}

.bmw-icon{

width:70px;

height:70px;

background:#eef5ff;

border-radius:15px;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.bmw-icon i{

font-size:30px;

color:#0d6efd;

}

/*=============================
WHY CHOOSE
=============================*/

.bmw-why{

    background:#f8fbff;

    padding:100px 0;

}

.bmw-why-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    height:100%;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.bmw-why-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.bmw-why-icon{

    width:65px;

    height:65px;

    border-radius:15px;

    background:#eef5ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;

}

.bmw-why-icon i{

    font-size:28px;

    color:#0d6efd;

}

.bmw-why-card p{

    margin:0;

    color:#64748b;

    line-height:1.8;

}

/*=============================
PROCESS
=============================*/

.bmw-process{

padding:100px 0;

background:#fff;

}

.bmw-process-wrapper{

display:flex;

justify-content:space-between;

position:relative;

flex-wrap:wrap;

}

.bmw-process-wrapper::before{

content:'';

position:absolute;

top:32px;

left:8%;

right:8%;

height:3px;

background:#dbeafe;

z-index:1;

}

.bmw-process-item{

position:relative;

flex:1;
min-width:170px;

text-align:center;

z-index:2;

}

.bmw-step-circle{

width:65px;

height:65px;

border-radius:50%;

background:#0d6efd;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:700;

margin:0 auto 20px;

box-shadow:0 10px 25px rgba(13,110,253,.3);

}

.bmw-process-item h5{

font-size:20px;

margin-bottom:12px;

}

.bmw-process-item p{

font-size:15px;

color:#64748b;

line-height:1.6;

}

@media(max-width:991px){

.bmw-process-wrapper{

display:block;

}

.bmw-process-wrapper::before{

display:none;

}

.bmw-process-item{

width:100%;

margin-bottom:40px;

}

}

/*==============================
TECHNOLOGY
===============================*/

.bmw-tech-section{
padding:100px 0;
background:#f8fbff;
}
.bmw-tech-card{
background:#fff;
border-radius:20px;
padding:30px 15px;
text-align:center;
transition:.35s;
height:100%;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.bmw-tech-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}
.bmw-tech-card i{
font-size:55px;
color:#0d6efd;
margin-bottom:20px;
}

/*==============================
TECHNOLOGY
===============================*/

.bmw-tech-section{

padding:100px 0;

background:#f8fbff;

}

.bmw-tech-card{

background:#fff;

border-radius:20px;

padding:40px 20px;

text-align:center;

transition:.35s;

height:100%;

box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.bmw-tech-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.bmw-tech-card i{

font-size:55px;

color:#0d6efd;

margin-bottom:20px;

}

.bmw-tech-card h6{

font-size:18px;

font-weight:600;

margin:0;

}

/*=========================
PORTFOLIO
==========================*/

.bmw-portfolio{

padding:100px 0;

background:#fff;

}

.bmw-project{

position:relative;

overflow:hidden;

border-radius:20px;

}

.bmw-project img{

width:100%;

height:320px;

object-fit:cover;

transition:.5s;

}

.bmw-project:hover img{

transform:scale(1.08);

}

.bmw-project-overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(13,110,253,.92);

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

opacity:0;

transition:.35s;

color:#fff;

}

.bmw-project:hover .bmw-project-overlay{

opacity:1;

}

.bmw-project-overlay h4{

color:#fff;

margin-bottom:10px;

}

.bmw-project-overlay p{

margin-bottom:20px;

color:#fff;

}
/*==========================================
SERVICE PAGE NAVBAR
==========================================*/

.service-navbar{
    background:#ffffff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:999;
}
.service-navbar .navbar-brand img{
    height:55px;
}
.service-navbar .navbar-nav .nav-link{
    color:#0b2345;
    font-weight:700;
    padding:30px 16px;
    transition:.3s;
}
.service-navbar .navbar-nav .nav-link:hover,
.service-navbar .navbar-nav .nav-link.active{
    color:#06A3DA !important;
}
@media (max-width:991px){

.service-navbar .navbar-nav .nav-link{
    padding:12px 0;
}

}

.service-navbar .navbar-brand h1{
    color:#0b2345;
    font-weight:800;
}
.service-navbar .navbar-nav .nav-link.active{
    color:#0d6efd;
}

.service-navbar .navbar-nav .nav-link.active::after{
    content:"";
    position:absolute;
    left:15px;
    right:15px;
    bottom:18px;
    height:3px;
    background:#0d6efd;
}
.service-navbar .navbar-nav .nav-link{
    position:relative;
}
.service-navbar .navbar-toggler{
    border:2px solid #0d6efd;
}

.service-navbar .navbar-toggler .fa-bars{
    color:#0d6efd;
}

@media(max-width:991px){

.navbar-brand h1{
    font-size:22px;
}

}
/*==========================
GLOBAL FIX
==========================*/

html,
body{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
}

*{
    box-sizing:border-box;
}

