@media screen and (max-width:768px ) {
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        width: 100%;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
        font-family: calibri;
        text-transform: capitalize;
    }

    /* header section */


    .menu_bar {
        width: 100%;
    }
    .menu_bar {
        justify-content: center; 
        padding: 3px; 
    }

    .menu_bar ul {
        padding-left: 0;
        text-align: center;
        flex-direction: column;
    }

    .menu_bar ul li {
        padding: 5px 6px; 
    }

    .c6 {
        padding-left: 0;
    }
    .menu_bar ul a:nth-child(2){
        margin-right: 1px;
    }
    .social {
        display: flex;
        margin-right: -3rem;
    }
    .msg  {
        margin-right: -6.5rem;
    }

    .phone {
        margin-right: -5.5rem;
    }
    .phone i {
        font-size: 13px;
    }
    .msg i {
        font-size: 13px;
    }

    /* navbar */

    .navbar {
        /* overflow: hidden; */
        width: 100%;
        /* background-color: #fff; */
        margin-bottom: -15px;
        margin-top: -7px;
    }
    .navbar .img {
        margin-left: 2rem;
        margin-top: -30px;
    }
    .navbar ul li {
        margin-left: 3.6rem;
        font-size: 1.25rem !important;
        margin-bottom: 30px;
    }
    nav button {
        margin-bottom: 1rem;
        margin-top: .5rem;
    }
    /* cards */
    .Our h2{
        margin-top: 2rem;
        text-align: center;
        margin-bottom: 3rem;
        color: #f4592b;
    }
    .Our h2:after {
        content: '';
        position: absolute;
        background-color: black;
        height: 4px;
        width: 5%;
        margin-top: 40px;
        margin-left: -160px;
    }
    .services{
        display: flex;
    }
    .services img {
        border-radius: 8px;
    }
    .cards {
        position: relative;
        
        width: 150%;
        max-width: 350px;
        margin: 0 auto; 
        text-align: center; 
        margin-bottom: 20px; 
    }

    .cards-img img  {
        width: 100%;
        height: auto;
    }

    /*  */
    .control h4 {
        text-align: center;
        color: black;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .control h2 {
        text-align: center;
        color: #f4592b;
        font-size: 2rem !important;
    }

    .control h2:after {
        content: '';
        position: absolute;
        background-color: black;
        height: 4px;
        width: 5%;
        margin-top: 40px;
        margin-left: -200px;
    }
    .control p {
        font-size: 1rem;
    }
    .box{
        margin-top: 1rem;
        margin-left: 0rem;
        margin-bottom: 0rem;
        width: 260px;
        display: inline-block;
        padding: 20px;
        color: black;
        text-align: start; 
        border-radius: 8px;
        border-style: solid;
        border-color: #063e85;   
    }
    .box h6 {
        font-size: 20px;
    }
    .box:hover{
        background-color: #063e85;
        color: whitesmoke;
    }
    section h1 {
        text-align: center;
        color: #f4592b;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    section h1 :after {
        content: '';
        position: absolute;
        background-color: black;
        height: 4px;
        width: 9%;
        margin-top: 44px;
        margin-left: -290px;
    }
    .accordion h3:after {
        content: '';
        position: absolute;
        background-color: #fff;
        height: 4px;
        width: 9%;
        margin-top: 38px;
        margin-left: -324px;
    }
    section p {
        margin: auto 1rem 1rem;
        color: black;
        font-size: 20px;
    }
    section .last {
        margin-bottom: 3rem;
    }

    /*  */

    .accordion {
        background-color: #063e85;
        color: #fff;
    }
    .accordion img {
        width: 100%;
    }



    /* about section */

    .img-3{
        height: 10vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/aboutus-headerimg.jpg);
        margin-bottom: 30px;
    }
    .img-3 a{
        color: white;
        margin-left: 50px;
        font-size: 20px;
        margin-bottom: 20px;
        text-decoration: none;
        background-position: bottom;
        align-items: flex-start;   
    }
    .img-3 a:nth-child(2){
        margin-left: 2px;
    }

    .why h1 {
        color: #f4592b;
    }
    .why h1:after {
        content: '';
        position: absolute;
        background-color: black;
        height: 4px;
        width: 4%;
        margin-top: 44px;
        margin-left: -135px;
    }

    .like h1 {
        color: #f4592b;
    }
    .like h1:after {
        content: '';
        position: absolute;
        background-color: black;
        height: 4px;
        width: 4%;
        margin-top: 44px;
        margin-left: -485px;
    }
    .about-img-1 {
        border-radius: 15px;
        margin-top: 3rem;
    }
    .about-img-2 {
        border-radius: 15px;
    }

    /* services */
    .services-img {
        height: 20vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/services-headerimg2.jpg);
        margin-bottom: 30px;
    }
    .services-img a{
        color: white;
        margin-left: 50px;
        font-size: 20px;
        margin-bottom: 20px;
        text-decoration: none;
        background-position: bottom;
        align-items: flex-start;   
    }
    .services-img a:nth-child(2){
        margin-left: 2px;
    }
    
    #Document {
        margin-top: 1rem;
    }

    .document {
        width: 300px;
        padding: 20px;
        border-radius: 8px;
        background-color: #f4592b;
        color: #fff;
        /* border-color: #063e85;    */
    }

    .document:hover {
        background-color: #063e85;
        color: #fff;
    }

    .doc-img {
        border-radius: 5px;
        margin-bottom: 1rem;
    }
    .record-img {
        border-radius: 5px;
    }
    .shree-img {
        border-radius: 5px;

    }
    .libra-img {
        border-radius: 5px;

    }
    .soft-img {
        border-radius: 5px;
        margin-top: -10px;
    }

    /* clients */
    .client-img {
        height: 10vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/clients-headerimg.jpg);
        margin-bottom: 30px;
    }
    .client-img a{
        color: white;
        margin-left: 50px;
        font-size: 20px;
        margin-bottom: 20px;
        text-decoration: none;
        background-position: bottom;
        align-items: flex-start;   
    }
    .client-img a:nth-child(2){
        margin-left: 2px;
    }

    .clients {
        margin-top: 1.5rem;
    }
    .text h1{
        text-align: center;
    }

    .text h1:after {
        content: '';
        position: absolute;
        background-color: black;
        height: 4px;
        width: 9%;
        margin-top: 44px;
        margin-left: -180px;
    }

    .box-1 {
        background-color: #fff;
        box-shadow: 0 0 0 1px #e2e9ed;
        padding: 60px 10px;
        position: relative;
        z-index: 0;
        transition: 0.2s all;
        margin-bottom: 1.5rem;
        border-radius: 5px;
    }
    .box-1:hover {
        z-index: 1;
        box-shadow: 0 8px 50px rgb(0,0,0,0.2);
        transform: scale(1.0s);
    }
    .box-1 .avtar {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        /* overflow: hidden; */
        margin: 0 auto 20px;
    }
    .box-1 .box-content {
        text-align: center;
        margin: 10px 0;
    }

    .box-1 .box-content .tittle {
        line-height: 1.9rem;
        margin: 0;
    }

    /* Contact */
    .contact-img {
        height: 10vh;
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: end;
        background-image: url(/images/contact-headerimg.jpg);
        margin-bottom: 30px;
    }
    .contact-img a{
        color: white;
        margin-left: 50px;
        font-size: 20px;
        margin-bottom: 20px;
        text-decoration: none;
        background-position: bottom;
        align-items: flex-start;   
    }
    .contact-img a:nth-child(2){
        margin-left: 2px;
    }

    form {
        margin: 0;
        box-shadow: 0 0 20px 0 lightblue;
        border-radius: 5px;
    }
    form h2 {
        margin-top: .5rem;
    }

    .input-field {
        width: 400px;
        height: 40px;
        margin-top: 1rem;
        padding-left: .5rem;
        padding-right: .5rem;
        border: 1px solid #777;
        border-radius: 5px;
        outline: none;
        margin-left: 1rem;
    } 
    .text-field {
        height: 150px;
        padding-top: 1rem;
    }
    

    .form button {
        border: 0;
        background-color: #063e85;
        color: #fff;
        margin-bottom: 2rem;
        border-radius: 5px;
    }

    .contact-info{
        transform: 1s;
        margin-top: 2rem;
    }
    .contact-info:hover{
        transform: scale(1.1);
        background: light;
        box-shadow: 0px 0px 10px #063e85;
        border-radius: 8px;
    }
    .contact-info h5{
        margin-top: 10px;
    }
    .contact-info p{
        margin-left: 40px;
        margin-top: -18px;
        padding-top: 10px;
    }
    .contact-info{
        margin-left: 8px;
        width: 258px;
        display: inline-block;
        transform: 1s;
    }
    .contact-info .text{
        margin-left: 10px;
        margin-top: 8px;
    }
    .nr{
        height: 100px;
        width: 50%;
    }

    /* footer section */
    .footer {
        width: 100%;
    }
    footer {
        background-color: #fff;
    }
    footer a{
        color: black;
        text-decoration: none;
        margin-top: 20px;
    }
    footer ul li{
        list-style: none;
        text-align: start;
        margin-bottom: 1rem;
        width: 100%;
    }
    footer h3{
        color: black;
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    footer h5{
        color: white;
        font-size: 13px;
        width: 100%;
    }
    footer .logo{
        padding-bottom: 30px;
        margin-top: 20px;
        margin-left: 3rem;
    }
    .footer i {
        margin-left: .5rem;
    }
    footer .browser {
        margin-left: -2rem !important;
    }
    footer #services {
        margin-left: -2rem !important;
    }
    footer #Follow {
        padding-left: 4rem !important;
    }
    .copy {
        color: #0f0e0e;
        margin-left: 2rem;
        text-align: center;
    }

}
@media screen and (max-width:510px ) {
    .input-field {
        width: 310px;
        height: 40px;
        margin-top: 1rem;
        padding-left: .5rem;
        padding-right: .5rem;
        border: 1px solid #777;
        border-radius: 5px;
        outline: none;
        margin-left: 1rem;
    } 
    .text-field {
        height: 150px;
        padding-top: 1rem;
    }
}

@media screen and (min-width:768px ) and (max-width:950px) {
        /* cards */
        .Our h2{
            margin-top: 2rem;
            text-align: center;
            color: #f4592b;
            margin-bottom: 3rem;
        }
        .Our h2:after {
            content: '';
            position: absolute;
            background-color: black;
            height: 4px;
            width: 5%;
            margin-top: 40px;
            margin-left: -148px;
        }
        .services{
            display: flex;
        }
        .services img {
            border-radius: 8px;
        }
        .cards {
            position: relative;
            width: 150%;
            max-width: 350px;
            margin: 0 auto; 
            text-align: center; 
            margin-bottom: 20px; 
        }
    
        .cards-img img  {
            width: 100%;
            height: auto;
        }
    
        /*  */
        .control h4 {
            text-align: center;
            color: black;
            margin-top: 2rem;
            margin-bottom: 1rem;
            font-size: 1rem;
        }
    
        .control h2 {
            text-align: center;
            color: #f4592b;
            font-size: 2rem !important;
        }
    
        .control h2:after {
            content: '';
            position: absolute;
            background-color: black;
            height: 4px;
            width: 5%;
            margin-top: 40px;
            margin-left: -200px;
        }
        .control p {
            font-size: 1rem;
        }
        .box{
            margin-top: 1rem;
            margin-left: 0rem;
            margin-bottom: 0rem;
            width: 260px;
            display: inline-block;
            padding: 20px;
            color: black;
            text-align: start; 
            border-radius: 8px;
            border-style: solid;
            border-color: #063e85;   
        }
        .box h6 {
            font-size: 20px;
        }
        .box:hover{
            background-color: #063e85;
            color: whitesmoke;
        }
        section h1 {
            text-align: center;
            color: #f4592b;
            margin-top: 1rem;
            margin-bottom: 2rem;
        }
    
        section h1 :after {
            content: '';
            position: absolute;
            background-color: black;
            height: 4px;
            width: 9%;
            margin-top: 44px;
            margin-left: -290px;
        }
        .accordion h3:after {
            content: '';
            position: absolute;
            background-color: #fff;
            height: 4px;
            width: 9%;
            margin-top: 38px;
            margin-left: -309px;
        }
        section p {
            margin: auto 1rem 1rem;
            color: black;
            font-size: 20px;
        }
        section .last {
            margin-bottom: 3rem;
        }
    
        /*  */
    
        .accordion {
            background-color: #063e85;
            color: #fff;
        }
        .accordion img {
            width: 130%;
            border-radius: 10px;
        }
    
    
    
        /* about section */
    
        .img-3{
            height: 20vh;
            width: 100vw;
            display: flex;
            flex-direction: row;
            align-items: end;
            background-image: url(/images/aboutus-headerimg.jpg);
            margin-bottom: 30px;
        }
        .img-3 a{
            color: white;
            margin-left: 50px;
            font-size: 20px;
            margin-bottom: 20px;
            text-decoration: none;
            background-position: bottom;
            align-items: flex-start;   
        }
        .img-3 a:nth-child(2){
            margin-left: 2px;
        }
        .why h1 {
            color: #f4592b;
        }
        .why h1:after {
            content: '';
            position: absolute;
            background-color: black;
            height: 4px;
            width: 4%;
            margin-top: 34px;
            margin-left: -135px;
        }
        .like h1 {
            color: #f4592b;
        }
        .like h1:after {
            content: '';
            position: absolute;
            background-color: black;
            height: 4px;
            width: 4%;
            margin-top: 34px;
            /* margin-left: -485px; */
        }
        .Sector h3:after {
            content: '';
            position: absolute;
            background-color: #f4592b;
            height: 4px;
            width: 4%;
            margin-top: 33px;
            margin-left: -240px !important;
        }
        .like p {
            margin-top: 1rem;
        }
        .Sector p {
            margin-top: 1rem;
        }
        .State p {
            margin-top: 1rem;
        }
        .State h3 {
            color: #f4592b;
        }
        .State h3:after {
            content: '';
            position: absolute;
            background-color: #f4592b;
            height: 4px;
            width: 4%;
            margin-top: 33px;
            margin-left: -210px;
        }        
        .about-img-1 {
            border-radius: 15px;
            margin-top: 3rem;
        }
        .about-img-2 {
            border-radius: 15px;
        }
    
        /* services */
        .services-img {
            height: 20vh;
            width: 100vw;
            display: flex;
            flex-direction: row;
            align-items: end;
            background-image: url(/images/services-headerimg2.jpg);
            margin-bottom: 30px;
        }
        .services-img a{
            color: white;
            margin-left: 50px;
            font-size: 20px;
            margin-bottom: 20px;
            text-decoration: none;
            background-position: bottom;
            align-items: flex-start;   
        }
        .services-img a:nth-child(2){
            margin-left: 2px;
        }
    
        .document {
            width: 300px;
            padding: 20px;
            border-radius: 8px;
            background-color: #f4592b;
            color: #fff;
            /* border-color: #063e85;    */
        }
    
        .document:hover {
            background-color: #063e85;
            color: #fff;
        }
    
        .doc-img {
            border-radius: 5px;
            margin-bottom: 1rem;
        }
        .record-img {
            border-radius: 5px;
            margin-left: 29rem;
        }
        .shree-img {
            border-radius: 5px;
            margin-left: 29rem;
        }
        .libra-img {
            border-radius: 5px;
            margin-left: 29rem;
        }
        .soft-img {
            border-radius: 5px;
            margin-left: 29rem;
            margin-top: -10px;
        }
    
        /* clients */
        .client-img {
            height: 20vh;
            width: 100vw;
            display: flex;
            flex-direction: row;
            align-items: end;
            background-image: url(/images/clients-headerimg.jpg);
            margin-bottom: 30px;
        }
        .client-img a{
            color: white;
            margin-left: 50px;
            font-size: 20px;
            margin-bottom: 20px;
            text-decoration: none;
            background-position: bottom;
            align-items: flex-start;   
        }
        .client-img a:nth-child(2){
            margin-left: 2px;
        }
    
        .clients {
            margin-top: 1.5rem;
        }
        .text h1{
            text-align: center;
            color: #f4592b;
        }
    
        .text h1:after {
            content: '';
            position: absolute;
            background-color: black;
            height: 4px;
            margin-top: 40px;
           padding-left: 99px;
        }
    
        .box-1 {
            background-color: #fff;
            box-shadow: 0 0 0 1px #e2e9ed;
            padding: 60px 10px;
            position: relative;
            z-index: 0;
            transition: 0.2s all;
            margin-bottom: 1.5rem;
            border-radius: 5px;
        }
        .box-1:hover {
            z-index: 1;
            box-shadow: 0 8px 50px rgb(0,0,0,0.2);
            transform: scale(1.0s);
        }
        .box-1 .avtar {
            width: 100px;
            height: 100px;
            border-radius: 100%;
            /* overflow: hidden; */
            margin: 0 auto 20px;
        }
        .box-1 .box-content {
            text-align: center;
            margin: 10px 0;
        }
    
        .box-1 .box-content .tittle {
            line-height: 1.9rem;
            margin: 0;
        }
    
        /* Contact */
        .contact-img {
            height: 20vh;
            width: 100vw;
            display: flex;
            flex-direction: row;
            align-items: end;
            background-image: url(/images/contact-headerimg.jpg);
            margin-bottom: 30px;
        }
        .contact-img a{
            color: white;
            margin-left: 50px;
            font-size: 20px;
            margin-bottom: 20px;
            text-decoration: none;
            background-position: bottom;
            align-items: flex-start;   
        }
        .contact-img a:nth-child(2){
            margin-left: 2px;
        }
    
        form {
            margin: 0;
            box-shadow: 0 0 20px 0 lightblue;
            border-radius: 5px;
        }
        form h2 {
            margin-top: .5rem;
        }
    
        .input-field {
            width: 400px;
            height: 40px;
            margin-top: 1rem;
            padding-left: .5rem;
            padding-right: .5rem;
            border: 1px solid #777;
            border-radius: 5px;
            outline: none;
            margin-left: 1rem;
        } 
        .text-field {
            height: 150px;
            padding-top: 1rem;
        }
        
    
        .form button {
            border: 0;
            background-color: #063e85;
            color: #fff;
            margin-bottom: 2rem;
            border-radius: 5px;
        }
    
        .contact-info{
            transform: 1s;
            margin-top: 2rem;
        }
        .contact-info:hover{
            transform: scale(1.1);
            background: light;
            box-shadow: 0px 0px 10px #063e85;
            border-radius: 8px;
        }
        .contact-info h5{
            margin-top: 10px;
        }
        .contact-info p{
            margin-left: 40px;
            margin-top: -18px;
            padding-top: 10px;
        }
        .contact-info{
            margin-left: 8px;
            width: 258px;
            display: inline-block;
            transform: 1s;
        }
        .contact-info .text{
            margin-left: 10px;
            margin-top: 8px;
        }
        .nr{
            height: 100px;
            width: 50%;
        }
    
        /* footer section */
        .footer {
            width: 100%;
        }
        footer {
            background-color: #fff;
        }
        footer a{
            color: black;
            text-decoration: none;
            margin-top: 20px;
        }
        footer ul li{
            list-style: none;
            text-align: start;
            margin-bottom: 1rem;
            width: 100%;
        }
        footer h3{
            color: black;
            font-size: 25px;
            margin-bottom: 10px;
            margin-top: 20px;
        }
        footer h5{
            color: white;
            font-size: 13px;
            width: 100%;
        }
        footer .logo{
            padding-bottom: 30px;
            margin-top: 20px;
            margin-left: 0rem;
        }
        .footer i {
            margin-left: .5rem;
        }
        footer .browser {
            margin-left: 0rem !important;
        }
        footer #services {
            margin-left: -2rem !important;
        }
        footer #Follow {
            padding-left: 4rem !important;
        }
        .copy {
            color: #0f0e0e;
            margin-left: 2rem;
            text-align: center;
        }
}