@media only screen and (max-width:500px ){
    
    .header1 {
        background-image: url(images/banner1.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 239px;
        background-size: cover;
    }
    .logo {
        padding: 0px;
        border: 1px solid white;
        background-color: #ffffff;
        margin-top: 20px;
        width: 90px;
    }
    .call{
        margin-top: -96px;
    }
    /* .icons img{
        display: none;
    } */
    .call .fa-phone {
        border: 2px solid #3d4196;
        border-radius: 17px;
        padding: 7px;
        margin: 102px 13px;
        font-size: 9px;
        color: #3d4196;
        margin-right: -24px;
        margin-top: 24px;
        display: flex;
    }
    .call .have {
        font-size: 9px;
        font-weight: 600;
        padding: 8px;
    }
    .callquestion{
        display: none;
    }
    .headericons {
        display: none;
    }
    .heading h1 {
        margin-top: 85px;
        font-size: 29px;
        font-weight: 700;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
        line-height: 30px;
    }
    .elevating.work{
        align-items: center;
    }
    .elevating {
        margin-top: 20px;
    }
    .icon h5 {
        font-size: 30px;
        font-weight: 700;
        padding: 12px;
    }
    .elev{
        text-align: start;
    }
    .icon p {
        font-weight: 700;
        font-size: 14px;
        margin-left: 15px;
        margin-top: -12px;
    }
    .imgicons{
        width: 60px;
    }
    .elev .icons{
        padding: 0px;
    }
    .subject {
        background-color: #262626;
        margin-top: 0px;
        padding: 22px;
        height: auto;
    
    }
    .sub p br{
        display: none;
    }
    .sub p {
        font-size: 25px;
        font-weight: 700;
    }
    .pursuit p {
        color: white;
        margin-top: 20px;
        width: auto;
    }
    .digital {
        margin-top: 10px;
    }
    .sol_box1 {
        background-image: url(images/sol1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        padding: 20px;
        color: #ffffff;
        height: auto;
    }.sol_box2 {
        background-image: url(images/sol2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        padding: 20px;
        color: #ffffff;
        height: auto;
    }.sol_box3 {
        background-image: url(images/sol3.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        padding: 20px;
        color: #ffffff;
        height: auto;
    }.sol_box4 {
        background-image: url(images/sol4.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        padding: 20px;
        color: #ffffff;
        height: auto;
    }.sol_box5 {
        background-image: url(images/sol5.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        padding: 20px;
        color: #ffffff;
        height: auto;
    }.sol_box6 {
        background-image: url(images/sol6.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: auto;
        padding: 20px;
        color: #ffffff;
        height: auto;
    }
    .why h3 {
         margin: 1px 0px 1px 0px;
    }
    .empowering {
        background-color: #262626;
        color: #ffffff;
        height: 45vh;
    }
    .empowering .grayimg {
        border: 15px solid white;
        margin-top: -50px;
        width: 100%;
    }
    .experience {
        margin-top: 220px;
        margin-bottom: 0px;
    }
    .exp .btn{
        display: none;
    }
    .footericons a {
        padding: 5px;
        font-size: 12px;
        color: white;
    }
    .footericons i.fa-brands.fa-facebook-f {
        padding: 8px;
        width: 31px;
        text-align: center;
    }
    .copyright h5{
        font-size: 13px !important;
    }
    button.btn-warning{
        display: block !important;
    }
    p a{
        display: block !important;
    }
    .contactdetails{
        display: none;
    }
    .formore{
        display: none;
    }
    .footericons i.fa-brands.fa-whatsapp {
        width: 32px; 
    }
    .pursuit{
        display:none !important;
    }

    
    
}
@media screen and (max-width: 1399px){
.subject {
    background-color: #262626;
    margin-top: 50px;
    padding: 30px;
    height: 60vh;
}
}


