@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Nunito+Sans:opsz@6..12&family=Poppins:wght@100;200;300;400;500;600&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #f5f5f5;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    padding: 14px;
    font-size: 17px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #295b9c;
}
.overall h2{
    padding: 10px 0;
}
.call .colums{
       background-color: #3a5a9c;
    padding: 5px 20px;
    margin-left: 40px;
    border-radius: 5px;
}
.call a{
    color:white;
    text-decoration:none;
}
.banner-space{
    padding: 200px 0;
    background-image: url(../images/banner-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us{
    padding: 30px 0;
}
.about-us .about-content h2{
    font-size: 44px;
}
.about-us .about-content p{
    text-align: justify;
}
.about-us .about-content .pq-section-sub-title {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    color: white;
    margin: 0 0 10px;
    display: inline-block;
    background:rgb(58 90 156);
    padding: 5px 15px;
    border-radius: 10px;
}
.overall .pq-section-sub-title {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    color: white;
    margin: 0 0 10px;
    display: inline-block;
    background:rgb(58 90 156);
    padding: 5px 15px;
    border-radius: 10px;
}
.overall .card .card-body i{
    font-size: 33px;
    color: rgb(255 255 255);
    background-color: #295b9c;
    border-radius: 50px;
    padding: 12px;
}
.overall .card .card-body .card-title{
    color: #295b9c;
}
.card{
    border: 2px solid #005c9c!important;
}
.card p{
    text-align: justify;
}
.card {
    min-height: 372px;
}
.footer{
    padding: 60px 0 20px 0px;
    background-color: #f4f5f4;
}
.menuul ul{
    display: inline-flex;
}
.menuul ul li{
    margin: 2px;
    padding: 7px;
    list-style-type: none;
    
}
.detail{
    padding: 50px 0;
    background-image: url(../images/banner-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.onlyp{
    background-color: #cce1fa;
    padding:30px 0;
}
.contact-us{
    padding:30px 0;
}
.contact-us .card{
    min-height:140px;
}
.contact-us .card p{
    text-align:center;
}
.contact-us .card a{
    text-decoration:none;
    color:black;
}
.contact-us .card i{
    padding:10px;
    font-size:30px;
    color: #3a5a9c;
}
@media screen and (max-width: 480px) {
 .menuul ul {
     display: inline;
  }
}