
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}
body{
background:#fff;
overflow-x:hidden;
}
a{
text-decoration:none;
}
.top-bar{
background:#212b68;
color:#fff;
padding:10px 0;
font-size:14px;
}
.top-bar i{
color:#FFD43B;
margin-right:8px;
}
.top-social a{
color:#fff;
margin-left:15px;
transition:.3s;
}
.top-social a:hover{
color:#FFD43B;
}
.navbar{
background:#fff;
box-shadow:0 3px 15px rgba(0,0,0,.08);
padding:15px 0;
}
.navbar-brand{
font-size:34px;
font-weight:800;
color:#212b68!important;
}
.navbar-brand span{
color:#3491cc;
}
.nav-link{
font-weight:600;
margin:0 10px;
color:#222!important;
transition:.3s;
}
.nav-link:hover{
color:#212b68!important;
}
.dropdown-menu{
border:none;
border-radius:10px;
box-shadow:0 10px 35px rgba(0,0,0,.12);
}
.dropdown-item{
padding:10px 18px;
}
.dropdown-item:hover{
background:#212b68;
color:#fff;
}
.btn-quote{
background:#212b68;
color:#fff;
padding:12px 28px;
border-radius:50px;
font-weight:600;
transition:.3s;
}
.btn-quote:hover{
background:#3491cc;
color:#000;
}
.carousel-item{
height:90vh;
min-height:650px;
background-size:cover;
background-position:center;
position:relative;
}
.carousel-item::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.slider-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:100%;
text-align:center;
color:#fff;
z-index:2;
}
.slider-content h5{
color:#3491cc;
font-weight:700;
letter-spacing:2px;
margin-bottom:20px;
}
.slider-content h1{
font-size:65px;
font-weight:800;
line-height:1.2;
margin-bottom:25px;
}
.slider-content p{
font-size:18px;
max-width:750px;
margin:auto;
margin-bottom:35px;
}
.btn-green{
background:#212b68;
color:#fff;
padding:15px 35px;
border-radius:50px;
font-weight:600;
margin-right:10px;
transition:.3s;
}
.btn-green:hover{
background:#3491cc;
color:#000;
}
.btn-yellow{
background:#3491cc;
color:#000;
padding:15px 35px;
border-radius:50px;
font-weight:600;
transition:.3s;
}
.btn-yellow:hover{
background:#fff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
background-color:#212b68;
padding:25px;
border-radius:50%;
}


@media(max-width:991px){
.slider-content h1{
font-size:42px;
}
.carousel-item{
height:75vh;
}
.navbar-brand{
font-size:28px;
}
}


@media(max-width:576px){
.slider-content h1{
font-size:30px;
}
.slider-content p{
font-size:15px;
padding:0 15px;
}
.btn-green,
.btn-yellow{
display:block;
margin:10px auto;
width:220px;
}
.carousel-item{
height:70vh;
}
}

.card{
transition:.4s;
}
.card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.15)!important;
}
.icon-box{
width:90px;
height:90px;
background:#e8f8ee;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
transition:.4s;
}
.card:hover .icon-box{
background:#212b68;
color:#fff;
transform:rotate(360deg);
}
.card:hover .icon-box i{
color:#fff!important;
}


.service-box{
background:#fff;
padding:40px;
border-radius:20px;
text-align:center;
transition:.4s;
box-shadow:0 8px 30px rgba(0,0,0,.08);
height:100%;
}
.service-box:hover{
transform:translateY(-12px);
background:#212b68;
color:#fff;
}
.service-box:hover p{
color:#fff;
}
.service-box:hover .service-btn{
color:#fff;
}
.service-icon{
width:90px;
height:90px;
background:#eaf8ef;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
margin:auto auto 25px;
font-size:36px;
color:#212b68;
transition:.4s;
}
.service-box:hover .service-icon{
background:#fff;
transform:rotate(360deg);
}
.service-box h4{
font-weight:700;
margin-bottom:15px;
}
.service-box p{
color:#666;
line-height:28px;
}
.service-btn{
text-decoration:none;
font-weight:600;
color:#212b68;
}
.counter-section{
padding:90px 0;
background:url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1600&q=80") center center;
background-size:cover;
position:relative;
}
.counter-section:before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.72);
}
.counter-section .container{
position:relative;
z-index:2;
}
.counter-box{
color:#fff;
padding:30px;
}
.counter-box i{
font-size:55px;
color:#3491cc;
margin-bottom:20px;
}
.counter-box h2{
font-size:50px;
font-weight:800;
margin-bottom:10px;
}
.counter-box h5{
font-weight:500;
}

.products-section{
background:#ffffff;
}
.product-card{
background:#fff;
border-radius:25px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}
.product-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(0,0,0,.15);
}
.product-img{
height:240px;
overflow:hidden;
}
.product-img img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}
.product-card:hover img{
transform:scale(1.1);
}
.product-content{
padding:30px;
text-align:center;
}
.product-content h4{
font-weight:700;
}
.product-content p{
color:#666;
line-height:27px;
}
.product-price{
font-size:25px;
font-weight:800;
color:#212b68;
margin:20px 0;
}
.product-btn{
background:#212b68;
color:#fff;
padding:12px 30px;
border-radius:50px;
font-weight:600;
}
.product-btn:hover{
background:#3491cc;
color:#000;
}
.carousel-control-prev,
.carousel-control-next{
width:5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
background-color:#212b68;
padding:25px;
border-radius:50%;
}

.projects-section{
background:#fff;
}
.project-filter button{
border:none;
background:#f1f5f1;
padding:12px 30px;
border-radius:50px;
margin:5px;
font-weight:600;
transition:.3s;
}
.project-filter .active,
.project-filter button:hover{
background:#212b68;
color:#fff;
}
.project-card{
position:relative;
overflow:hidden;
border-radius:20px;
height:330px;
}
.project-card img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}
.project-card:hover img{
transform:scale(1.15);
}
.project-overlay{
position:absolute;
left:0;
bottom:-100%;
width:100%;
height:100%;
background:linear-gradient(
transparent,
rgba(0,0,0,.85)
);
display:flex;
flex-direction:column;
justify-content:flex-end;
padding:30px;
color:#fff;
transition:.5s;
}
.project-card:hover .project-overlay{
bottom:0;
}
.project-overlay h4{
font-weight:700;
}
.project-overlay a{
width:50px;
height:50px;
background:#3491cc;
color:#000;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:20px;
margin-top:15px;
}

/* TEAM CSS */
.team-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
transition:.4s;
}
.team-card:hover{
transform:translateY(-10px);
}
.team-image{
height:300px;
position:relative;
overflow:hidden;
}
.team-image img{
width:100%;
height:100%;
object-fit:cover;
}
.team-social{
position:absolute;
bottom:-60px;
left:0;
width:100%;
background:#212b68;
padding:15px;
text-align:center;
transition:.4s;
}
.team-card:hover .team-social{
bottom:0;
}
.team-social a{
color:#fff;
margin:0 10px;
font-size:18px;
}
.team-content{
padding:25px;
text-align:center;
}
.team-content h4{
font-weight:700;
}
.team-content p{
color:#212b68;
font-weight:600;
}
/* TESTIMONIAL CSS */
.testimonial-section{
background:#f8faf8;
}
.testimonial-box{
max-width:750px;
margin:auto;
background:#fff;
padding:45px;
border-radius:25px;
box-shadow:0 10px 40px rgba(0,0,0,.08);
}
.testimonial-box img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin-bottom:20px;
}
.testimonial-box h4{
font-weight:700;
}
.stars{
color:#3491cc;
font-size:25px;
margin:15px 0;
}
.testimonial-box p{
font-size:18px;
font-style:italic;
line-height:32px;
color:#555;
}
.testimonial-box span{
color:#212b68;
font-weight:600;
}

/* PRICING */
.pricing-card{
background:#fff;
padding:40px;
border-radius:25px;
text-align:center;
box-shadow:0 10px 35px rgba(0,0,0,.08);
position:relative;
height:100%;
transition:.4s;
}
.pricing-card:hover{
transform:translateY(-10px);
}
.pricing-card.popular{
border:3px solid #212b68;
}
.popular-tag{
position:absolute;
top:-15px;
left:50%;
transform:translateX(-50%);
background:#212b68;
color:white;
padding:8px 25px;
border-radius:30px;
}
.pricing-header h2{
font-size:50px;
font-weight:800;
color:#212b68;
}
.pricing-card ul{
padding:0;
list-style:none;
margin:30px 0;
}
.pricing-card li{
padding:10px;
}
.pricing-card li i{
color:#212b68;
margin-right:10px;
}
.pricing-btn{
background:#212b68;
color:#fff;
padding:12px 35px;
border-radius:50px;
display:inline-block;
}
/* SUBSIDY */
.subsidy-section{
padding:70px 0;
background:#212b68;
color:#fff;
}
.subsidy-section h2{
font-size:40px;
font-weight:800;
}
.subsidy-icon{
font-size:120px;
color:#3491cc;
}
/* BLOG */
.blog-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.blog-card img{
width:100%;
height:250px;
object-fit:cover;
}
.blog-content{
padding:25px;
}
.blog-content span{
color:#212b68;
font-weight:600;
}
.blog-content h4{
font-weight:700;
margin:15px 0;
}
.blog-content a{
color:#212b68;
font-weight:bold;
}

.contact-item{
display:flex;
gap:20px;
margin-bottom:30px;
}
.contact-icon{
width:60px;
height:60px;
background:#212b68;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}
.contact-box{
background:#fff;
padding:40px;
box-shadow:0 10px 40px rgba(0,0,0,.1);
border-radius:25px;
}
.form-control{
padding:15px;
border-radius:10px;
}
.contact-btn{
background:#212b68;
color:#fff;
padding:15px 40px;
border-radius:50px;
}
.newsletter-section{
background:#212b68;
padding:60px 0;
color:#fff;
}
.newsletter-form{
display:flex;
background:#fff;
padding:8px;
border-radius:50px;
}
.newsletter-form input{
flex:1;
border:none;
padding:15px;
outline:none;
}
.newsletter-form button{
border:none;
background:#3491cc;
padding:0 30px;
border-radius:50px;
font-weight:700;
}
.footer{
background:#102a43;
color:#fff;
padding:70px 0 20px;
}
.footer h3{
font-size:35px;
font-weight:800;
}
.footer h3 span{
color:#3491cc;
}
.footer h5{
margin-bottom:25px;
color:#3491cc;
}
.footer ul{
list-style:none;
padding:0;
}
.footer ul li{
margin-bottom:12px;
}
.footer a{
color:#ddd;
text-decoration:none;
}
.footer-social a{
width:40px;
height:40px;
background:#212b68;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin-right:8px;
}
.footer-bottom{
color:#ccc;
}
.whatsapp-btn{
position:fixed;
right:25px;
bottom:90px;
width:60px;
height:60px;
background:#25d366;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
z-index:999;
}
.top-btn{
position:fixed;
right:25px;
bottom:20px;
width:50px;
height:50px;
background:#212b68;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
z-index:999;
}


.navbar{
    background:#fff;
    padding:15px 0;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.navbar-brand img{
    height:60px;
    width:auto;
    transition:.3s;
}

.navbar-brand:hover img{
    transform:scale(1.05);
}

@media(max-width:991px){

.navbar-brand img{
    height:50px;
}

}

@media(max-width:576px){

.navbar-brand img{
    height:42px;
}

}


.text-success {
    --bs-text-opacity: 1;
    color: rgb(33 43 104) !important;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgb(33 43 104) !important;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212b68;
    --bs-btn-border-color: #212b68;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3491cc;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212b68;
    --bs-btn-disabled-border-color: #212b68;
}

/* ===========================
   MOBILE HORIZONTAL FIX
=========================== */

html,
body{
    width:100%;
    overflow-x:hidden !important;
}

*,
*::before,
*::after{
    max-width:100%;
}

.container,
.container-fluid,
.row{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
}

/* Slider */

.carousel,
.carousel-inner,
.carousel-item{
    width:100%;
    overflow:hidden;
}

.carousel-item{
    min-height:550px;
}

.slider-content{
    width:100%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:0 20px;
}

.slider-content h1{
    word-break:break-word;
}

/* Carousel arrows */

.carousel-control-prev,
.carousel-control-next{
    width:45px;
}

.carousel-control-prev{
    left:10px;
}

.carousel-control-next{
    right:10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    padding:18px;
}

/* Buttons */

.btn-green,
.btn-yellow{
    max-width:220px;
}

/* Mobile */

@media (max-width:768px){

.navbar{
    overflow:hidden;
}

.slider-content{
    padding:0 18px;
}

.slider-content h5{
    font-size:16px;
}

.slider-content h1{
    font-size:38px;
    line-height:1.2;
}

.slider-content p{
    font-size:15px;
    line-height:26px;
}

.btn-green,
.btn-yellow{
    display:block;
    width:100%;
    max-width:230px;
    margin:10px auto;
}

.carousel-item{
    min-height:620px;
}

}

@media (max-width:576px){

.slider-content h1{
    font-size:28px;
}

.slider-content p{
    font-size:14px;
}

.carousel-item{
    min-height:650px;
}

.carousel-control-prev,
.carousel-control-next{
    display:none;
}

}



