* {
    margin: 0;
    padding: 0;
    font-family: "YT Sans", "Roboto", "Arial", sans-serif;
}

.aboutsus {
    display: flex;
    flex-direction: column;
}

.tpimag {
    text-align: center;
}

.cntpgtxt {
    position: absolute;
    top: 26%;
    left: 45%;
}

.cntpgtxt h1 {
    font-size: 28px;
    color: #fff;
}

.cntpgtxt span {
    font-size: 28px;
    color: #50aab2 !important;
}

.contmdl {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 50px;
}

.contectdesgin {
    width: 100%;
    height: auto;
    display: flex;
    padding-bottom: 40px;
}

#linestri {
    width: 4px;
    height: 65px;
    border-radius: 100px;
    background-color: #50aab2;
    margin-right: 5px;

}

#linestri1 {
    width: 4px;
    height: 35px;
    border-radius: 100px;
    background-color: #50aab2;
}

.contecttxtw {
    text-align: center;
}

.contecttxtw p {
    font-size: 14px;
    color: #50aab2;
    padding-top: 25px;
}

.contecttxtw h1 {
    font-size: 70px;
    color: #062a4d;
    padding-top: 15px;
}

#cls-mdl1-sec {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#cls-mdl1-sec h5 {
    font-size: 16px;
    font-weight: 400;
}

#cls-mdl1-sec h1 {
    font-size: 52px;
    color: #062a4d;
    padding-bottom: 80px;
}

.servicesexplore {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: auto;
}

.servicesexplore img {
    width: 85%;
    margin: 40px;
}

.serviceexp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serviceexp h3 {
    color: #062a4d;
    padding-bottom: 30px;
}

.serviceexp h5 {
    border: solid 1px #062a4d;
    padding: 10px;
}

#cls-botm1-sec {
    width: 100%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 100px 0px;
}

#cls-botm1-sec h1 {
    font-size: 70px;
    color: #062a4d;
    padding-top: 15px;
    padding-bottom: 70px;
}

.qulityisour {
    width: 1350px;
    display: flex;
    justify-content: center;
    padding: 60px;
    flex-wrap: wrap;
    align-content: center;
}

.q-1 {
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-end;
    margin: 40px;
}

.q-1 i {
    font-size: 55px;
    color: #50aab2;
    padding-top: 10px;
    padding-right: 15px;
}

.qp-1 {
    width: 287px;
    height: 65px;
}

#cls-botm1-sec .qp-1 h1 {
    font-size: 18px;
    color: #062a4d;
    padding-bottom: 5px;
}

#cls-botm1-sec .qp-1 p {
    text-align: start;
    font-size: 16px;
    color: #062a4d;
    padding-bottom: 5px;
}

#cls-mdl-sec {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 50px 0px;
}

.cls-mdl-sec-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px;
    flex-wrap: wrap;
}

.cls-mdl-sec-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px;
    flex-wrap: wrap;
}
.cls-mdl-sec-right h1{
    color: #062a4d;
    font-size: 50px;
    padding: 30px 0px;
}
.cls-mdl-sec-right p{
    width: 60%;
    font-size: 18px;
    text-align: center;
}
/* -----------bottom-form--------- */
/* .boxgetintouch {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.boxgttoc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxgttoc h1 {
    font-size: 56px;
    color: #062a4d;
    padding-top: 45px;
}

.formcontpg {
    position: relative;
    height: 400px;
    width: 400px;
    background-color: rgba(255, 255, 255, 0.13);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 50px 35px;
    margin-top: 100px;
}

form * {
    font-family: 'Poppins', sans-serif;
    color: #062a4d;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

form h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

label {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

input {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgb(62 62 62 / 7%);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;

}

::placeholder {
    color: rgba(0, 0, 0, 0.548);
}

button {
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #062a4d;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #062a4d;
}

button:hover {
    background-color: #062a4d;
    color: #ffffff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #062a4d;
}

.cls-bottom-end {
    background: #062a4d;
    width: 95%;
    height: 7vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    margin: 0 0 0 30px;
}

.clsbotmlogo img {
    padding-left: 50px;
    width: 200px;
    height: 90px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.clsbotmlogo img:hover {
    transform: scale(1.1);
}

.socialbottom {
    padding-right: 50px;
}

.socialbottom i {
    font-size: 22px;
    padding-right: 10px;
    color: #50aab2;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.socialbottom i:hover {
    color: #fff;
    transform: scale(1.05);
}

.allrightscopy h1 {
    color: #50aab2;
    font-size: 19px;
}

.allrightscopy h1:hover {
    color: #fff;
}

.allrightscopy h1 span {
    color: #fff;
    font-size: 21px;
}

.allrightscopy h1 span:hover {
    color: #50aab2;
} */

/* ----------end---------- */





@media (max-width: 1500px) {
    .servicesexplore img {
        width: 80%;
        margin: 20px;
    }
}

@media (max-width: 1450px) {

    .qulityisour {
        padding: 0px;
    }
}

@media (max-width: 1400px) {
    .q-1 {
        margin: 40px 20px;
    }

    .qulityisour {
        width: 1200px;
    }

}

@media (max-width: 1200px) {
    .qulityisour {
        width: 920px;
    }
    .cls-mdl-sec-right h1{
        font-size: 46px;
        padding: 30px 0px;
    }
    .cls-mdl-sec-right p{
        width: 70%;
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 1000px) {
    .cls-mdl-sec-right p{
        width: 80%;
        font-size: 18px;
        text-align: center;
    }
}
@media (max-width: 930px) {
    .qulityisour {
        width: 800px;
    }
    .cls-mdl-sec-right h1{
        font-size: 42px;
        padding: 30px 0px;
    }
    .cls-mdl-sec-right p{
        width: 96%;
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .qulityisour {
        width: 639px;
    }

    #cls-mdl1-sec h1 {
        font-size: 46px;
    }

    #cls-botm1-sec h1 {
        font-size: 56px;
        padding-bottom: 60px;
    }

    .qulityisour {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #cls-botm1-sec {
        height: auto;
        padding-bottom: 50px;
    }

    .servicesexplore {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    #cls-mdl1-sec {
        height: auto;
        padding-bottom: 50px;
    }

    .contecttxtw h1 {
        font-size: 50px !important;
    }

    #cls-botm1-sec h1 {
        font-size: 50px;
    }
}

@media (max-width: 670px) {

    .qulityisour {
        width: 400px;
    }

    #cls-mdl1-sec h1 {
        text-align: center;
        font-size: 30px;
    }

    #cls-botm1-sec h1 {
        font-size: 44px;
    }

    #cls-botm1-sec h1 {
        text-align: center;
        font-size: 34px;
    }

    .q-1 {
        display: flex;
        align-content: center;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    #cls-botm1-sec {
        padding-top: 50px;
    }

    #cls-botm1-sec .qp-1 p {
        text-align: center;
        font-size: 16px;
        color: #062a4d;
        padding-bottom: 5px;
    }
    .cls-mdl-sec-right h1{
        font-size: 36px;
        padding: 30px 0px;
    }
    .cls-mdl-sec-right p{
        width: 96%;
        font-size: 17px;
    }

}

@media (max-width: 570px) {
    .cls-mdl-sec-right h1{
        font-size: 32px;
        padding: 30px 0px;
        text-align: center;
    }
    .cls-mdl-sec-right p{
        width: 96%;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .qulityisour {
        width: 350px;
    }
    .cls-mdl-sec-left img{
        width: 95%;
    }
    .cls-mdl-sec-right p{
        width: 96%;
        font-size: 15px;
    }

}

@media (max-width: 360px) {
    .qulityisour {
        width: 300px;
    }

    .contecttxtw h1 {
        font-size: 38px !important;
    }

}

@media (max-width: 300px) {
    .qulityisour {
        width: 250px;
    }

    .qp-1 {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 260px) {}