@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --primary-color: rgb(0, 224, 224);
}

body {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

/* for header css */
header {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #fff;
}

.navbar .for_m_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    width: 165px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 8px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Roboto", sans-serif;
    font-size: 1.15rem;
    color: #000;
    font-weight: 400;
    padding: 5px 8px;
}

.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #000;
    text-decoration: none;
    /* border-width: 80%; */
    transition: 0.15s ease-in-out;
}

.main_content h1 {
    position: relative;
    z-index: 2;
    margin-left: 22%;

    /*color: var(--primary-color);*/
    color: #162c54;
    font-family: "Roboto", sans-serif;
    font-size: 109px;
    font-weight: 800;
    line-height: 110px;
}

.for_img_p {
    position: relative;
    z-index: 1;
}

.for_about h2 {
    color: var(--primary-color);
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 52px;
}

.for_about p {
    /*color: var(--primary-color);*/
    color: rgb(66 68 68); 
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 26px;
}

.subheading h2:first-child {
    font-family: "Roboto", sans-serif;
    padding-top: 2rem;
    color: var(--primary-color);
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 3rem;
}

.subheading h3 {
    padding-left: 10rem;
    font-family: "Roboto", sans-serif;
    color: var(--primary-color);
    font-size: 62px;
    font-weight: 400;
}

.testimonials p {
    /*color: var(--primary-color);*/
    color: rgb(66 68 68);
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.services ul {
    padding-left: 0px;
    margin-top: 3rem;
    list-style: none;
}

.services ul li {
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 0px;
    transition: 0.34s ease-in-out;
    color: rgb(192, 192, 192);
}

.services ul li:hover {
    transform: scale(1.2) !important;
    transition: 0.34s ease-in-out;
    color: var(--primary-color);
}

.work {
    background-color: var(--primary-color);
    padding: 7rem 0rem;
}

.for_about {
    margin-top: -3rem;
    margin-bottom: 3rem;
}

.workss {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 4rem;
}

ul.workss {
    border-top: none;
    border-bottom: none;
    list-style: none;
    margin-bottom: 0px;
}

ul.workss li {
    font-size: 134px;
    color: #fff;
    border-bottom: none;
    margin-left: 3rem;
    margin-right: 3rem;
}

.addEventListener {
    display: flex;
    align-items: center;
}

.col-2 {
    width: 21.6% !important;
}

.col-3 {
    width: 26% !important;
}

.col-4 {
    width: 33.7% !important;
}

.col-20 {
    width: 18.7% !important;

}

/* .colss-1 {
    padding-right: 10px !important;
    padding-left: 0px !important;
    width: 20% !important;
}

.colss-2 {
    padding-left: 10px !important;
    width: 28.5% !important;
}

.colss-3 {
    padding-left: 10px !important;
    width: 32% !important;
}

.colss-4 {
    padding-left: 10px !important;
    padding-right: 0px !important;
    width: 18% !important;
} */

.client {
    text-align: center;
}

.client h2 {
    text-align: center;
    font-size: 70px;
    color: var(--primary-color);
    padding: 2rem 0rem;
    border-bottom: 2px solid #fff;
    margin-bottom: 0rem;
    font-weight: 600;
    letter-spacing: 5rem;
}

.all_client {
    width: 80%;
    /* overflow: hidden; */
    margin: 0px auto;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.all_client ul {

    list-style: none;
    padding-left: 0px;

}

.all_client ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.all_client ul li a img {
    width: 170px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.client {
    margin-bottom: 6rem;
}

.contact_form {
    background-color: var(--primary-color);
    padding: 40px;

}

.contact_form input[type="text"] {
    border-radius: 2rem;

}

.contact_form input[type="email"] {
    border-radius: 2rem;

}

.contact_form form {
    text-align: center;
}

.contact_form input[type="submit"] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    border-radius: 1rem;
    border: none;
    margin: 0px auto;
}

footer {
    margin-bottom: 6rem;
}

.contact_details {
    text-align: center;
}

.footer_logo {
    width: 50%;
    margin-bottom: 2rem;
}

.contact_info {
    margin-top: 1rem;
    font-size: 1.5rem;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.contact_info label {
    margin-right: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-wrap: nowrap;
}

.contact_info label+a {
    color: #222;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width:992px) {
    .row{
        margin-left: 0px ;
        margin-right: 0px ;
    }
    .main_content h1 {
        font-size: 72px;
        line-height: 50px;
    }

    .for_about {
        margin-top: 1rem;

    }

    .for_about h2 {
        font-size: 42px;
        font-weight: 700;
    }

    .for_about p {
        line-height: 1.7rem;
    }

    .subheading h2:first-child {
        font-size: 48px;
    }

    .subheading h3 {
        padding: 0px;
        font-size: 42px;
        margin-top: 0px;
    }

    .workss {
        margin-bottom: 2rem;
    }

    ul.workss li {
        font-size: 38px;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .testimonials {
        margin-top: 0rem;
        text-align: center;
    }

    .testimonials p {
        font-size: 24px;
    }

    .services ul li {
        font-size: 32px;
        line-height: 40px;
    }

    .work h2 {
        font-size: 102px;
        font-weight: 500;
    }

    .colss-1 {
        width: 42% !important;
        margin-bottom: 1rem;
    }

    .colss-2 {
        width: 58% !important;
        margin-bottom: 1rem;
    }

    .colss-4 {
        width: 42% !important;
        margin-bottom: 1rem;
    }

    .colss-3 {
        width: 58% !important;
        margin-bottom: 1rem;
    }

    .client h2 {
        font-size: 48px;
        letter-spacing: 2rem;
    }

    /* .all_client ul {
        flex-wrap: wrap;
    } */

    .contact_form {
        padding: 25px;
    }

    .contact_info {
        font-size: 1.1rem;
    }

    .contact_info label+a {
        text-align: justify;
    }

    .uk-grid {
        justify-content: space-between;
    }

    .col-2 {
        width: 53% !important;
        padding: 1rem 0px !important;
        margin-top: 0px !important;
        margin: 0px auto;
    }

    .col-3 {
        width: 100% !important;
        padding: 1rem 0px !important;
        margin-top: 0px !important;
        margin: 0px auto;
    }

    .col-4 {
        width: 100% !important;
        padding: 1rem 0px !important;
        margin-top: 0px !important;
        margin: 0px auto;
    }

    .col-20 {
        width: 47% !important;
        padding: 1rem 0px !important;
        margin-top: 0px !important;
        margin: 0px auto;
    }
}

@media (max-width:768px) {
    .main_content h1 {
        font-size: 48px;
    }

    .work h2 {
        font-size: 52px;
    }

    .contact_details {
        margin-top: 2rem;
    }

    .subheading h2:first-child {
        font-size: 36px;
    }

    .subheading h3 {
        font-size: 36px;
    }

    .work h2,
    .client h2 {
        font-size: 28px;
        letter-spacing: 1rem;

    }

    .all_client ul li a img {
        /* min-width: 130px; */
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .navbar-brand img {
        height: 60px;
    }

    .all_client {
        width: 90%;
    }
}

@media (max-width:426px) {
    .main_content h1 {
        font-size: 34px;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .subheading h2:first-child {
        font-size: 32px;
    }

    .subheading h3 {
        font-size: 24px;
    }

    .services ul li {
        font-size: 30px;
        line-height: 42px;
    }

    .work {
        padding: 4rem 0px;
    }

    /* .all_client ul li a img {
        width: 130px;
    } */
}

@media (max-width:375px) {
    .main_content h1 {
        font-size: 28px;
    }

    .for_about h2 {
        font-size: 30px;
    }

    .for_about p {
        font-size: 1.1rem;
    }

    .subheading h2:first-child {
        font-size: 26px;
    }

    .subheading h3 {
        font-size: 24px;
    }

    .testimonials p {
        font-size: 18px;
    }

    .services ul li {
        font-size: 22px;
    }

    /* .all_client ul li a img {
        width: 120px;
    } */
}
.captchaimg {
    border-radius: 2rem;
    margin-right: 5px;
    width: 80px;
}
.inquiry-text {
    color: #fff;
    text-align: center;
    letter-spacing: 10px;
}