* {
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
background: whitesmoke;
opacity: 1.72;

}

header {
    margin-top: 25px;
    margin-bottom: -12px;
}

body {
    background-image: url("../image/bg-img.jpg");
    /* font-family: "Inter", sans-serif; */
    font-family: "Inter", sans-serif;
    background-color: #01143e;
}

.heading-title {
    text-transform: uppercase;
    color: #fff;
    /* font-family: Inter !important; */
    font-size: 60px;
    font-weight: 700;
    line-height: 72.61px;
    text-align: left;
}

.col-sm-12.form-table {
    background: #fff;
    padding: 24px;
    border-radius: 15px;
    font-family: "Inter", sans-serif;
    /* height: 700px; */
    width: 100%;
    /* margin: 0px 86px 0px; */
    /* margin-top: -68px; */
}

h3.headind-title-2 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
}

.contact-details {
    width: 100%;
 min-height: 50px;
    /* height: auto; */
    border-width: 0;
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
     /* margin-bottom: 16px;  */
    /* margin-top: 10px; */
    /* margin-bottom: 5px; */
    margin-bottom: 20px !important;
    outline: 0;
}

.contact-info {
    margin: 2rem 0px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: #3b7ac5;
    width: 100%;
    min-height: 60px;
    border-width: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;

 margin-top: 2rem;
}

.founder-info {
    /* background: rgba(255, 255, 255, 0.3); */
    border-radius: 10px;
    padding-top: 10px;
    margin-top: 76px;
    width: 98%;
}

.col-sm-6.Details {
    display: flex;
}

.CEO {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: baseline;
    font-family: "Inter", sans-serif;
    margin: 0px 9px;
}

.ceo-name h4 {
    font-size: 26px;
    font-weight: 500;
}

.ceo-name p {
    text-transform: uppercase;
    font-size: 17px;
}

.founder-details p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Inter", sans-serif;
    padding-right: 10px;
}

.contact-no {
    margin: 0px 18px;
}

.contact-box {
    display: flex;
    align-items: center;
    color: #fff;
}

.requirments {
    color: #fff;
    margin-top: 2rem;
}

.requirments .col-sm-6 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.contant-req {
    padding: 0px 16px;
    /* font-family: Inter; */
    font-size: 17px;
    font-weight: 500;
    line-height: 24.2px;
    /* text-align: left;*/
}

.contant-req h4 {
    font-size: 20px !important;
}

.contact-box span {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

.ceo-social label {
    font-weight: 500;
    /* color: #3bf13b; */
    font-size: 20px;
}

i.fab.fa-linkedin-in {
    color: #fff;
}

i.fab.fa-behance {
    color: #fff;
}

.contact-no a {
    color: #fff;
    text-decoration: none;
}

.Details img {
    border-radius: 10px;
    height: 93.68%;
}

.social-icon a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right: 27px;
}

.follow-us {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.follow-us a {
    margin-left: 10px;
}

.follow-us i.fab.fa-instagram {
    color: #ff0052;
}

.follow-us i.fab.fa-linkedin-in {
    color: #007bff;
}

footer#colophon {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
    /* margin-top: 20px; */
}

.col-sm-8.disscus-requirements {
    padding-right: 3.5rem;
    margin-top: -60px;

}

h1 {
    color: #396;
    font-weight: 100;
    font-size: 40px;
    /* margin: 40px 0px 20px; */
}

.countdown-container {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    width: 400px;
    max-width: 100%;
    float: right;
    visibility: hidden;
}

#demo {
    display: flex;
    margin-bottom: 6rem;
}

.clock-item {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0px;
    padding: 10% 5%;
    margin-left: 15px;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.clock-item p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
    transform: translate(0px, -50%);
    font-family: "Inter", sans-serif;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* media query */

@media screen and (max-width: 600px) {

    .countdown.countdown-container {
        display: none;
    }

    .heading-title {
        font-size: 30px;
    }

    .col-sm-8.disscus-requirements {
        padding-right: 1.4rem;
        margin-top: 7px;
    }

    .requirments {
        color: #fff;
        margin-top: 1rem;
    }

    .col-sm-12.form-table {
        margin-top: 36px;
    }

    footer#colophon {
        text-align: center;
    }

    .follow-us {
        margin-bottom: 11px;
    }

    .copyright {
        margin-bottom: 9px;
    }
    .statement img {
        margin-left: 3rem;
    }
    .navbar-light .navbar-toggler-icon {
        margin-right: 1rem;
    }

}
.copyright{
    font-size: 14px;
}
/* .text-danger {
    color: red;
    font-size: 0.875em;
    margin-top: -14px;
} */

.kaire-name{
    font-size: 2rem;
    font-weight: 600;
    color: white;
    padding: 15px;
}
.statement span{
    padding-top: 10px;

}
.statement-header span {
    display: block;
    margin-top: 10px;
}
.logo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--blue--600);
    align-items: center;
    display: flex;
}
.logo-wrapper img {
    width: 439px ;
    height: 103px ;
    object-fit: cover;
}
.loogotype {
    padding-left: 10px;
    font-size: 40px;
    font-weight: 500;
    color: white;
    padding-top: 1;
}
div#nameError {
    padding-top: 0px;
}
.col-sm-12.form-table{
    position: relative;
}
/* div#nameError {
    margin-top: -13px;
    margin-bottom: 10px;
} */


ul.sensores li {
    text-decoration: none;
    list-style: none;
}
.img-req {
    text-align: justify;
}
.kaire-tagline {
    color: #fff;
    margin-bottom: 2rem;
    background: #007BC9;
    padding: 10px;
    width: 94%;
}
.kaire-tagline p {
    margin: 0;
    font-size: 20px;
}
.desclimer-1 p {
    font-size: 12;
    color: grey;
    text-align: justify;
}

span.blue-text {
    color: #00C2FF;
}

.sensor-defines {
    color: #ffff;
    background: #ffffff38;
    padding: 2rem 2rem;
    border: 1px solid #fff;
    border-radius: 23px;
}
.img-req h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    margin-top: 10px;
}
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

max-width: 1525px;

    }
}

@media (max-width: 1200px) {
    .logo-wrapper img {
        width: 100% !important ;
        height: auto;
       
    }
}

@media (max-width: 992px) {
    .requirments .col-sm-6 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .contant-req {
       padding: 0px 0px; 
       
        margin-top: 21px;
    }

    .col-sm-6.Details {
        display: flex;
        flex-direction: column;
    }
}