/* NAVBAR */

.main-navbar {
    padding: 8px 0;
    background-color: transparent;
}

.navbar-brand img {
    max-height: 60px;
    display: block;
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.5px;
   transition: 0;
    /* margin: 0 10px; */
    transition: 0.3s;
}
.navbar-nav .nav-link.active{
    color:rgb(13, 33, 130); !important;   /* blue */
}
.navbar-nav .nav-link:hover {
    color:  #c7aa52;
}
.navbar-nav{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 28px;
}
a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    /* flex-wrap: inherit; */
     /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding-right: 15px;
    padding-left: 15px;

}

.navbar-collapse
{
    flex-basis: 100%;
    flex-grow: 0 !important;
    /* align-items: center; */

}
nav{
    font-weight: 700;
    font-size: 18px !important;
    font-family: sans-serif;
}
li{
    display: list-item;
    unicode-bidi: isolate;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0,0,0,0);
    overflow: hidden;

}
/* About Us */
section{
    margin: 0;
    padding: 0;
    unicode-bidi: isolate;
     /* background-image: url(../assets/uploads/service-count.jpg); */
}

body{
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}
.imgcenter{
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 0;
    padding-top: 0;
}
.imgcenter img{
    width: 100%;
    display: block;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
img{
    border-style: none;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.pl-3{
    padding-left: 1rem !important;
}
.pr-3{
    padding-right: 1rem !important;
}
.mt-3{
    margin-top: 1rem !important;
}
#numberimg{
    background:
    /* linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), */
    url('../assets/uploads/service-count.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 80px 0;
}
#numberimg .top-content{
    margin-bottom: 60px;
}

/* HEADING */

.invest{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.counter-box{
    text-align: center;
}

.counter-box i{
    margin-bottom: 20px;
}

.counter-box h2{
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
}
h2{
    font-family: dosis,sans-serif;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.2;
}
.purple{
    color:#2e3192;
}
h1{
    font-family: dosis,sans-serif;
}
/* Contact */
.form-group{
    margin-bottom: 1rem;
}

/* MOBILE */

@media(max-width:991px){

    .invest{
        font-size: 32px;
        line-height: 1.4;
    }

    .counter-box{
        margin-bottom: 40px;
    }
}
.white{
    color: #fff;
}
.orange{
    color:orange;
}
h5{
    font-size: 14px;
    font-weight: 500;
    font-family: dosis,sans-serif;
    margin-bottom: .5rem;
    line-height: 1.2;
}
#numberimg .row:last-child{
    margin-top: 50px;
}
#numberimg .col-md-4{
    text-align: center;
}

/* MOBILE */

@media(max-width:991px){

    .top-bar {
        text-align: center;
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-left,
    .top-right {
        width: 100%;
        margin-bottom: 5px;
    }

    .navbar-nav {
        gap: 15px;
        margin-top: 20px;
        align-items: flex-start;
    }

    .consultation-btn {
        margin-top: 15px;
        display: inline-block;
    }
    .navbar-nav .nav-link{
        font-size: 16px;
    }
    #numberimg{
        padding:50px 20px;
    }
}



/* FOOTER SECTION */

.footer-section{
    background:#ffffff;
}

/* FOOTER TEXT */

.footer-text{
    color:#000000;
    line-height:1.8;
}

/* FOOTER TITLE */

.footer-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:50px;
    height:3px;
    /* background:#ffc107; */
}

/* LINKS */

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:15px;
}

.footer-links a{
    color:#151414;
    text-decoration:none;
    transition:0.3s;
}

.footer-links a:hover{
    /* color:#ffc107; */
    padding-left:15px;
}

/* CONTACT */

.footer-contact li{
    color:#080808;
    line-height:1.7;
}

.footer-contact i{
    color:#ffc107;
    margin-right:10px;
}
/* GALLERY */
/* KEEP YOUR CURRENT DESKTOP LAYOUT AS-IS */

/* ONLY APPLY ON MOBILE */
@media (max-width: 768px) {

    .portfolio-container {
        position: static !important;   /* only mobile */
        height: auto !important;
        display: block;
    }

    .portfolio-item {
        position: static !important;   /* cancel absolute ONLY on mobile */
        width: 100% !important;
        margin-bottom: 15px;
    }

    .portfolio-item img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }
}

/* SOCIAL ICONS */

.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    background:#ffffff;
    color:rgb(27, 27, 27);
    border-radius:50%;
    margin-right:10px;
    text-decoration:none;
    transition:0.3s;
}

.social-icons a:hover{
    /* background:#ffc107; */
    color:#000;
}


.img{
    border-style: none;
    vertical-align: middle;
    overflow-clip-margin: content-box;
}

.social-icons a{
    display:inline-block;
    margin-right:10px;
}

.social-img{
    width:40px;
    height:40px;
    object-fit:contain;
}

h3{
    font-family: dosis, sans-serif;
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-weight: 550;
    line-height: 1.2;
    color:#323232;
    /* margin-left: 20px; */
}
p{
    font-family: source sans pro, Arial, Helvetica, sans-serif;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    /* margin-left: 20px; */
    /* letter-spacing: 1px; */
}
.text-uppercase{
    text-transform: uppercase !important;
}
/* .ml-auto{
    margin-left: auto !important;
}
.pr-3{
    padding-right: 1rem !important;
} */
.abc{
    /* padding-left: 60px; */
}
.abcd{
    padding-left: 120px;
}
/* FOOTER BOTTOM */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    padding:20px 0;
}

.footer-bottom p{
    color:#050505;
}

.bottom-links a{
    color:#272424;
    text-decoration:none;
    margin-left:20px;
    transition:0.3s;
}

/* .bottom-links a:hover{
    color:#ffc107;
} */

/* RESPONSIVE */



@media only screen and (max-width:767px){
/* 
    .footer-bottom{
        text-align:center;
    }

    .footer-bottom .d-flex{
        justify-content:center !important;
    }

    .bottom-links{
        margin-top:10px;
    }

    .bottom-links a{
        margin:0 10px;
    }
    -----
    .col-md-6{
        flex: 0,0,50%;
        max-width: 50%;
    }
     ---
    .footer-section{
        padding: 40px 20px;
    }

    .footer-section .container,
    .footer-section .row,
    .footer-section .col-md-4,
    .footer-section .col-md-3,
    .footer-section .col-md-6{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .footer-section *{
        text-align: left !important;
    }

    .footer-title{
        margin-top: 25px;
    }

    .footer-text,
    .footer-links,
    .footer-contact{
        width: 100%;
    }

    .social-icons{
        margin-top: 15px;
    }

    .social-icons a{
        margin-right: 10px;
    } */
     .footer-section .row{
        display:block !important;
    }

    .footer-section [class*="col-"]{
        width:100% !important;
        max-width:100% !important;
        flex:100% !important;
        display:block !important;
        margin-bottom:30px;
        padding-left:15px;
        padding-right:15px;
    }

    .footer-section{
        padding:40px 15px;
    }

    .footer-section h3,
    .footer-section h4,
    .footer-section h5,
    .footer-section p,
    .footer-section li,
    .footer-section a{
        text-align:left !important;
        margin-left:0 !important;
    }

    .social-icons{
        justify-content:flex-start !important;
    }

}
/* chatgpt */
.footer-section{
    background: #f8f9fa;
    padding: 60px 0;
}

.footer-title{
    /* font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222; */
    font-family: dosis, sans-serif;
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-weight: 550;
    line-height: 1.2;
    color:#323232;
}

.footer-text{
    /* font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-left: 0; */
    font-family: source sans pro, Arial, Helvetica, sans-serif;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
}

.social-icons{
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}

/* MOBILE */
@media(max-width:991px){

    .footer-section{
        text-align: left;
        padding: 40px 20px;
    }

    .social-icons{
        justify-content: flex-start;
    }
}