@media (max-width:820px) {

    .getin {
        width: 100%;
        border-radius: 0;
        padding-bottom: 20px;
    }

    .getinpage {
        overflow-x: auto;
    }

    .fandc {
        display: grid;
    }

    .fandc form {
        width: 100%;
    }

    .getin .arrow {
        margin-bottom: 20px;
    }

    .fandc .contact {
        width: 95%;
        margin: auto;
        border-radius: 20px;
        gap: 20px;
        
    }

    .top-head {
        display: none;
    }

    .arrowup  a:hover {
    scale: 100%;
}


    .main-header {
        margin: 0;
        top: -3px;
        padding: 10px 0;
        
    }

    .main-header section .openNav {
        display: flex;
    }
    .main-header .linktext {
        display: none;
    }

    .main-header .cssbuttons-io-button {
        display: none;
    }

    .hero-sub {
        margin-top: 70px;
        text-align: center;
    }

    .hero-sub h1 {
        font-size: 1.8rem;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .hero-sub .p2 {
        width: 80%;
    }

   

    .achieve h1 {
    font-size: 30px;
        margin: 0;
    padding: 0;
}

.achieve div {
    
    padding: 10px;
    

}
.herotwo {
    display:block;
    width: 90%;
    margin: auto;
}

.herotwo .achieve {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    
   
}

.herotwo .achieve div {
    justify-content: center ;
    place-items: center;
   
}

.herotwo .achieve div h1 {
    font-size: 40px;
}

.herotwo .ht-exten {
    width: 100%;
    position: relative;
    bottom: 0;
    box-shadow: 0 0 10px rgba(48, 48, 48, 0.1);
    border-radius: 10px;
    background-color: rgba(48, 48, 48, 0.1);
    margin-top: 30px;
    margin-bottom: 40px;
}

.herotwo  .ht-exten>:nth-child(1) {
    
    color: #0a2540;
    border: #fc5910 1px solid;
    padding: 5px;
    border-radius: 10px;
}

.herotwo  .ht-exten>:nth-child(2) {
    color: #0a2540;
}

.herotwo  .ht-exten>:nth-child(3) {
    color:#fc5910;
}
.core {
    width: 90%;
    margin: auto;
    display: grid;
    gap: 40px;
    
}

.core img {
    width: 100%;
    border-radius: 20px;
}

.core .text {
    width: 100%;
    display: grid;
    gap: 30px;
}

.core .text button {
    width: 55%;
}

.core .text button svg {
  
}

.mandv {
    display: grid;
    gap: 20px;
}

.mandv div {
    width: 100%;
}

.mandv span {
    display: none;
}

.footer {
    display: grid;
    gap: 50px;
    background-color: #010127;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.footer>:nth-child(1) {
    width: 100%;

}

.footer>:nth-child(2) {
    width: 100%;
    gap: 10px;
}

.footer>:nth-child(3) {
    width: 100%;
    gap: 10px;
}


/*****ABOUT************/
.whatmain {
        
    
}
.what-we-do {
    width: 90%;
}
.what-we-do-text {
    display: grid;
    width: 100%;
}

.what-we-do-text div {
    width: 100%;
}

.what-we-do-text h2 {
    margin-bottom: 20px;
}

.achieve-two {
    width: 100%;
}

.corevalues {
    display: grid;
    gap: 20px;
}

.corevalues .coretext {
    width: 100%;
    gap: 20px;
}

.corevalues .coretext h1 {
    width: 100%;
}

.corevalues .coretext>:nth-child(3) {
    width: 100%;
}

.coremandv {
    display: grid;
    gap: 20px;
}

.coremandv div {
    width: 100%;
    border-radius: 15px;
}

.coremandv span {
    width: 100%;
    height: 1px;
    position: relative;
}

.corevalues img {
    width: 100%;
    border-radius: 15px;
}

.services {
    flex-direction: column-reverse;
    gap: 20px;
}

.services .servtext {
    width: 100%;
    gap: 20px;
}

.services .servtext h1 {
    width: 100%;
    font-size: 25px;
}

.services .servtext>:nth-child(3) {
    width: 100%;
}

.services img {
    width: 100%;
    border-radius: 15px;

}

.mainlastser {
    margin-top: 10px;
}

.lastser {
    flex-direction: column;
    margin-top: 50px;
    gap: 50px;
}

.lastchild {
    width: 100%;
}
}


@media (max-width: 500px) {
    .hero-sub {
        margin-top: 70px;
        text-align: center;
    }

    .hero-sub h1 {
        font-size: 20px;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .hero-sub .p2 {
        width: 100%;
    }

 
}