@charset "utf-8";
/* CSS Document */
@media (max-width: 1369px) {
   .img_s {
    position: absolute;
    bottom: -38px;
    right: -94px;
    z-index: 1;
}
}

@media (max-width: 1024px) {

}
@media (max-width:992px) {

}
@media (max-width:980px) {

}
@media (max-width:800px) {  
 
}
@media (max-width:768px) {

}
@media (max-width:767px) {
    .contact-bar {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 60px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 11px 34px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: inherit;
    z-index: 9999;
    bottom: 82px;
    margin-top: 30px;
}
 

}
@media (max-width:580px) {
 .contact-bar {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 11px 34px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: inherit;
    z-index: 9999;
    bottom: 82px;
    margin-top: 30px;
    flex-direction: column;
}
h2 {
    color: #0C266C;
    font-size: 40px;
    font-family: Poppins-Bold;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
h3 {
    color: #0C266C;
    font-size: 30px;
    font-family: Poppins-Bold;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.jbox p {
    font-size: 16px;
    background: -webkit-linear-gradient(#000, #602db7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.gap h4 {
    font-size: 25px;
    color: #0C266C;
    font-family: Poppins-Bold;
    margin-top: 300px;
    text-align: center;
}
.offbox p {
    font-size: 15px;
    background: -webkit-linear-gradient(#000, #602db7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bl-box {
    background-color: #1a82e3;
    background-image: linear-gradient(to right, #1a82e3 , #119ada);
    color: #fff;
    padding: 28px 53px;
    font-size: 20px;
    font-family: Poppins-SemiBold;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.specl {
    font-size: 25px;
    color: #4743C9;
    font-style: italic;
    font-family: Poppins-SemiBold;
}
.desc {
    font-size: 25px;
    text-align: center;
    font-family: Poppins-SemiBold;
    background: -webkit-linear-gradient(#000, #602db7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.lead2 {
    color: #202938;
    text-align: center;
    font-size: 18px;
    font-family: Poppins-SemiBold;
    line-height: 1.7;
}
.card-content h3 {
    font-size: 20px;
    font-family: Poppins-SemiBold;
    color: #202938;
}
.card-content p {
    font-size: 14px;
    color: #545F72;
    margin-top: 4px;
}
.abbox p {
    background-color: #EEF9FF;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    padding: 22px 26px;
    /* font-family: Poppins-Regular; */
    font-style: italic;
    font-weight: normal;
    line-height: 1.6;
}
.abbox {
    width: 100%;
}
.spwidth {
    width: 100%;
}
.bcontent {
    font-size: 21px;
    color: #000;
}
.whbox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px 20px;
    margin-top: 30px;
    width: 100%;
}
.lead {
    font-size: 32px;
    font-family: Poppins-SemiBold;
    background: -webkit-linear-gradient(#1a82e3, #119ada);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.shrink {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
}

    }
@media (max-width:480px) {
   .brand-text {
    color: #0C266C;
    font-size: 26px;
    margin-left: 10px;
    font-family: Poppins-SemiBold;
}
    
}
@media (max-width:414px) {

    }
@media (max-width:375px) {
    .brand-text {
    color: #0C266C;
    font-size: 30px;
    margin-left: 10px;
    font-family: Poppins-SemiBold;
    display: none !important;
}
.navbar-brand img {
    width: 48%;
}
    }

@media (max-width:360px) {
    }
